/*fonts*/
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*-fonts*/
/*animation*/
@-webkit-keyframes anim-1 {
  from {
    top: -15px;
  }
  to {
    top: calc(100% + 15px);
  }
}
@keyframes anim-1 {
  from {
    top: -15px;
  }
  to {
    top: calc(100% + 15px);
  }
}

@-webkit-keyframes anim-2 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anim-2 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes anim-3 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes anim-3 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes anim-4 {
  to {
    width: 0px;
  }
}

@keyframes anim-4 {
  to {
    width: 0px;
  }
}

@-webkit-keyframes anim-5 {
  from {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  to {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@keyframes anim-5 {
  from {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  to {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@-webkit-keyframes anim-6 {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes anim-6 {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes anim-7 {
  to {
    height: 70%;
  }
}

@keyframes anim-7 {
  to {
    height: 70%;
  }
}

@-webkit-keyframes anim-8 {
  from {
    width: 0;
  }
}

@keyframes anim-8 {
  from {
    width: 0;
  }
}

/*-animation*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  background: #111111;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1px;
  overflow: hidden;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0px;
}

img {
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  opacity: 1;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  padding: 0px;
}

input::-webkit-input-placeholder {
  color: #6C6C6C;
}

input::-moz-placeholder {
  color: #6C6C6C;
}

input:-ms-input-placeholder {
  color: #6C6C6C;
}

input:-moz-placeholder {
  color: #6C6C6C;
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.wrapper {
  position: relative;
  z-index: 1;
  height: calc(100vh - calc(100vh - 100%));
  overflow: hidden;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

main {
  height: 100%;
}

.section-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.priority-slider {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #111111;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
}

.priority-slider.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.production-slider {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #111111;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
}

.production-slider.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.section {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.1);
}

.section-bgr {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 1350px;
  padding: 0px 1px;
}

.section-bgr span {
  position: relative;
  display: block;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.section-bgr span:before {
  content: '';
  position: absolute;
  right: -1;
  top: -15px;
  width: 2px;
  height: 15px;
  background: #FFFFFF;
}

.section-bgr span:nth-child(1):before {
  -webkit-animation: anim-1 15s linear infinite;
          animation: anim-1 15s linear infinite;
}

.section-bgr span:nth-child(2):before {
  right: auto;
  left: -1;
  animation: anim-1 15s linear infinite reverse;
}

.section-bgr span:nth-child(3):before {
  -webkit-animation: anim-1 15s  linear infinite;
          animation: anim-1 15s  linear infinite;
}

.section-bgr span:nth-child(4):before {
  right: auto;
  left: -1;
  animation: anim-1 15s linear infinite reverse;
}

.section-video {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title {
  margin-bottom: 35px;
}

.section-sub {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #111111;
  padding: 5px 5px 4px 5px;
  background: #FFFFFF;
  text-transform: uppercase;
}

.title-xl {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 122px;
}

.title-lg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 49px;
}

.title-lg b {
  position: relative;
}

.title-lg b:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: calc(100% + 18px);
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #FFFFFF), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #FFFFFF 10%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #FFFFFF 10%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.title-lg b:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: calc(100% + 18px);
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #FFFFFF), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #FFFFFF 10%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #FFFFFF 10%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.title-md {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
}

.title-sm {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}

.title-s {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.text-xl {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.text-lg {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.wrapper-arrow {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(17, 17, 17, 0.15);
          box-shadow: 0px 0px 8px rgba(17, 17, 17, 0.15);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper-arrow svg {
  fill: #111111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper-arrow:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: calc(100% + 10px);
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper-arrow:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 10px);
  height: 100%;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper-prev {
  position: absolute;
  left: 15px;
  top: 0;
}

.wrapper-next {
  position: absolute;
  right: 15px;
  top: 0;
}

.section-arrow.active {
  display: none;
}

.priority-arrow {
  display: none;
}

.priority-arrow li {
  display: none;
}

.priority-arrow svg {
  width: 24px;
  height: 24px;
}

.priority-arrow span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  width: 100px;
}

.priority-prev span {
  left: calc(100% + 15px);
}

.priority-next span {
  right: calc(100% + 15px);
  text-align: right;
}

.priority-next li:nth-child(1) {
  display: block;
}

.priority-arrow.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.production-arrow {
  display: none;
}

.production-arrow li {
  display: none;
}

.production-arrow svg {
  width: 24px;
  height: 24px;
}

.production-arrow span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  width: 100px;
}

.production-prev span {
  left: calc(100% + 15px);
}

.production-next span {
  right: calc(100% + 15px);
  text-align: right;
}

.production-next li:nth-child(1) {
  display: block;
}

.production-arrow.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-arrow.swiper-button-disabled {
  display: none;
}

.button-one {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 60px;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0px 55px;
  background: #111111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-one:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: calc(100% + 24px);
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-one:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 24px);
  height: 100%;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-one svg {
  fill: #FFFFFF;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button-one.white {
  color: #111111;
  background: #FFFFFF;
}

.button-one.white svg {
  fill: #111111;
}

.button-one.white:before {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.button-one.white:after {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.slider-pagination {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  width: auto;
  margin: 0px 30px;
}

.slider-pagination .swiper-pagination-current {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.slider-arrow {
  cursor: pointer;
  outline: none;
  opacity: 0.15s;
}

@media (max-width: 1200px) {
  .section {
    padding: 50px 0px;
  }
  .section .container {
    max-width: 800px;
  }
  .section-sub {
    font-size: 12px;
    line-height: 12px;
  }
  .title-xl {
    font-size: 80px;
    line-height: 100px;
  }
  .title-lg {
    font-size: 35px;
    line-height: 45px;
  }
  .title-lg b:before {
    bottom: -5px;
  }
  .title-lg b:after {
    bottom: 1px;
  }
  .title-md {
    font-size: 22px;
    line-height: 28px;
  }
  .title-sm {
    font-size: 18px;
    line-height: 26px;
  }
  .text-xl {
    font-size: 18px;
    line-height: 27px;
  }
  .wrapper-arrow {
    height: 35px;
    width: 35px;
  }
  .wrapper-arrow > svg {
    width: 22px;
    height: 14px;
  }
  .priority-arrow svg {
    width: 20px;
    height: 20px;
  }
  .slider-navigation {
    margin-top: 15px;
  }
}

@media (max-width: 800px) {
  .section-bgr {
    display: none;
  }
  .section .container {
    max-width: 500px;
  }
  .section-title {
    margin-bottom: 15px;
  }
  .section-sub {
    font-size: 10px;
    line-height: 10px;
  }
  .title-xl {
    font-size: 35px;
    line-height: 43px;
  }
  .title-lg {
    font-size: 24px;
    line-height: 29px;
  }
  .title-md {
    font-size: 14px;
    line-height: 16px;
  }
  .text-xl {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  .button-one {
    height: 40px;
    font-size: 12px;
    line-height: 12px;
  }
  .button-one:before {
    height: calc(100% + 12px);
  }
  .button-one:after {
    width: calc(100% + 12px);
  }
  .slider-pagination {
    font-size: 12px;
    line-height: 12px;
    margin: 0px 15px;
  }
  .slider-pagination .swiper-pagination-current {
    font-size: 16px;
    line-height: 16px;
  }
  .slider-arrow {
    width: 40px;
    height: 12px;
  }
  .priority-arrow span {
    display: none;
  }
  .production-arrow span {
    display: none;
  }
}

@media (min-width: 1200px) {
  .button-one:hover {
    color: #111111;
    font-weight: 600;
    background: transparent;
  }
  .button-one:hover:before {
    height: 70%;
  }
  .button-one:hover:after {
    width: 70%;
  }
  .button-one.white:hover {
    color: #FFFFFF;
  }
  .button-one.white:hover svg {
    fill: #FFFFFF;
  }
  .wrapper-arrow:hover {
    background: transparent;
  }
  .wrapper-arrow:hover svg {
    fill: #FFFFFF;
  }
  .wrapper-arrow:hover:after {
    width: 50%;
  }
  .wrapper-arrow:hover:before {
    height: 50%;
  }
  .slider-arrow:hover {
    opacity: 0.5;
  }
}

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 60px;
  padding: 10px 0px;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 0px 15px rgba(17, 17, 17, 0.25);
          box-shadow: 5px 0px 15px rgba(17, 17, 17, 0.25);
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40%;
}

.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.header-logo span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #111111;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70%;
}

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-buttons li {
  position: relative;
  margin: 15px 0px;
}

.header-buttons li:nth-child(2) {
  display: none;
}

.header-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-buttons svg {
  width: 30px;
  height: 30px;
}

.header-buttons span {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  padding: 8px 15px;
  background: #FFFFFF;
  border-radius: 100px;
  margin-left: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  white-space: nowrap;
}

.header-buttons span:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../img/icons/triangle.svg") center no-repeat;
  background-size: contain;
}

.header-buttons.active li:nth-child(2) {
  display: block;
}

.header-buttons.active li:nth-child(1),
.header-buttons.active li:nth-child(3),
.header-buttons.active li:nth-child(4) {
  display: none;
}

.header-lang span {
  display: none;
}

.header-lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-lang li {
  margin-bottom: 10px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.header-lang li:last-child {
  margin-bottom: 0px;
}

.header-lang a {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #A2A2A2;
  text-transform: uppercase;
}

.header-lang li.active a {
  color: #111111;
}

.header-lang.active {
  opacity: 0;
}

@media (max-width: 1200px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 50px;
    width: 100%;
    padding: 0px 15px;
  }
  .header-logo {
    height: auto;
  }
  .header-logo a {
    margin-bottom: 0px;
  }
  .header-logo img {
    height: 40px;
  }
  .header-logo span {
    display: none;
  }
  .header-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
  .header-buttons {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-buttons li {
    margin: 0px 20px 0px 0px;
  }
  .header-buttons li:last-child {
    margin: 0px;
  }
  .header-buttons svg {
    width: 28px;
    height: 28px;
  }
  .header-lang {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 20px;
  }
  .header-lang span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 50px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #111111;
  }
  .header-lang svg {
    margin-left: 5px;
  }
  .header-lang ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #FFFFFF;
    border-top: 1px solid #111111;
  }
  .header-lang li {
    margin: 0px;
  }
  .header-lang a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 5px 0px;
  }
}

@media (min-width: 1200px) {
  .header-buttons li:hover > span {
    display: block;
  }
  .header-buttons a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .header-buttons button:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .header-lang li:hover {
    opacity: 0.4;
  }
}

/*-header*/
/*menu*/
.menu {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

.menu-close {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 30px;
  fill: #FFFFFF;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.menu-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.menu-list > li:last-child {
  margin-bottom: 0px;
}

.menu-list > li > span {
  position: relative;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-list > li > span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 0;
  background: #FFFFFF;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.menu-list > li > svg {
  cursor: pointer;
  margin-left: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-list > li > svg.active {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu-list > li > svg rect {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-list > li > svg path {
  fill: #111111;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-sublist {
  display: none;
  text-align: center;
  width: 100%;
}

.menu-sublist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.menu-sublist span {
  display: block;
  padding: 4px 7px;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

@media (max-width: 800px) {
  .menu-close {
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
  }
  .menu-list > li {
    margin-bottom: 25px;
  }
  .menu-list > li > span {
    font-size: 16px;
    line-height: 16px;
  }
  .menu-list > li > svg {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}

@media (min-width: 1200px) {
  .menu-close:hover {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-close:hover path:nth-child(2) {
    opacity: 0;
  }
  .menu-list svg:hover rect {
    fill: transparent;
  }
  .menu-list svg:hover path {
    fill: #FFFFFF;
  }
  .menu-list > li > span:hover:after {
    width: 100%;
  }
  .menu-sublist span:hover {
    color: #111111;
    background: #FFFFFF;
  }
}

/*-menu*/
/*popup*/
.popup {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 480px;
  padding: 40px;
  background: #FFFFFF;
  display: none;
}

.popup .title-sm {
  color: #111111;
  margin-bottom: 10px;
}

.popup .text-lg {
  color: #111111;
  margin-bottom: 35px;
}

.popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  fill: #111111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}

.popup-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #111111;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.popup-input {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #111111;
  border: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 10px;
}

.popup-input.popup-error {
  border-bottom: 1px solid #FF0000;
}

span.popup-error {
  position: absolute;
  right: 0;
  bottom: -16px;
  font-size: 10px;
  line-height: 10px;
  color: #FF0000;
}

.popup-button {
  width: 100%;
  max-width: 100%;
}

.popup-thank {
  display: none;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  color: #111111;
  border: 2px solid #09A061;
  padding: 10px;
  margin-top: 30px;
  text-align: center;
}

.popup-bgr {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

@media (max-width: 800px) {
  .popup {
    width: 320px;
    padding: 25px 20px;
  }
  .popup .text-lg {
    margin-bottom: 20px;
  }
  .popup-close {
    width: 24px;
    height: 24px;
    right: 10px;
    top: 10px;
  }
  .popup-label {
    margin-bottom: 25px;
  }
  .popup-title {
    font-size: 11px;
    line-height: 11px;
  }
  .popup-thank {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .popup-close:hover {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .popup-close:hover path:nth-child(2) {
    opacity: 0;
  }
}

/*-popup*/
/*preloader*/
.preloader {
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.preloader.active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.preloader-title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #111111;
  margin-top: 30px;
}

.preloader-line {
  display: block;
  width: 800px;
  height: 6px;
  background: #F5F5F5;
  border-radius: 3px;
  margin-top: 20px;
}

.preloader-line b {
  display: block;
  width: 100%;
  height: 100%;
  background: #111111;
  border-radius: 3px;
  -webkit-animation: anim-8 3s linear;
          animation: anim-8 3s linear;
}

.preloader-number {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.preloader-number b {
  font-weight: 500;
}

@media (max-width: 1200px) {
  .preloader.active {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (max-width: 800px) {
  .preloader svg {
    width: 150px;
    height: 150px;
  }
  .preloader-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .preloader-line {
    width: 300px;
  }
}

/*-preloader*/
/*start*/
.start-wrap {
  width: 100%;
}

.start-descr {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 37px;
  text-align: right;
  margin-bottom: 30px;
}

.start-title {
  text-align: center;
  margin-bottom: 60px;
}

.start-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.start-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 21%;
}

.start-list b {
  font-weight: 900;
  font-size: 45px;
}

.start-list span {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .start-descr {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .start-title {
    margin-bottom: 50px;
  }
  .start-list li {
    width: 25%;
  }
  .start-list b {
    font-size: 35px;
  }
  .start-list span {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 800px) {
  .start-descr {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .start-title {
    margin-bottom: 20px;
  }
  .start-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 350px;
    margin: auto;
  }
  .start-list li {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .start-list b {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .start-list span {
    font-size: 14px;
    line-height: 21px;
  }
}

/*-start*/
/*company*/
.company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.company-wrap .section-title {
  width: 100%;
}

.company-box {
  position: relative;
  width: 48%;
}

.company-box > .text-xl {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.company-box > .text-xl:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 40px;
  height: 1px;
  background: #FFFFFF;
  -webkit-animation: anim-4 4s infinite linear alternate;
          animation: anim-4 4s infinite linear alternate;
}

.company-box .button-one {
  margin-left: 60px;
}

.company-list {
  margin-left: 60px;
}

.company-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.company-list li:last-child {
  margin-bottom: 0px;
}

.company-list img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}

.company-list li:nth-child(odd) img {
  -webkit-animation: anim-5 3s infinite alternate;
          animation: anim-5 3s infinite alternate;
}

.company-list li:nth-child(even) img {
  animation: anim-5 3s infinite alternate-reverse;
}

.company-list span {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.company-info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -170px;
  width: 100%;
  display: none;
}

.company-info_close {
  display: none;
}

.company-info_bgr {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

.company-info_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.company-info_img img {
  width: 100%;
}

.company-info_text {
  position: absolute;
  z-index: 2;
  right: 100px;
  bottom: -40px;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  color: #111111;
  background: #FFFFFF;
}

.company-info_text svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}

.company-info_text .text-lg {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.company-info_text .title-sm {
  text-align: right;
  margin-bottom: 5px;
}

.company-info_text .text-xl {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}

@media (max-width: 1200px) {
  .company-info {
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 310px;
    display: none;
  }
  .company-info_close {
    display: block;
    position: absolute;
    right: 0;
    top: -35px;
    width: 24px;
    height: 24px;
    fill: #FFFFFF;
  }
  .company-info_text {
    right: 0;
    bottom: -30px;
    padding: 10px;
  }
  .company-info_text .title-sm {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .company-info_text .text-lg {
    font-size: 12px;
    line-height: 16px;
  }
  .company-info_text .text-xl {
    font-size: 12px;
    line-height: 14px;
  }
  .company-box {
    position: static;
    width: 100%;
  }
  .company-box > .text-xl {
    padding-left: 50px;
    margin-bottom: 25px;
  }
  .company-box > .text-xl:before {
    width: 30px;
  }
  .company-box .button-one {
    margin-left: 50px;
  }
  .company-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 50px;
    margin-bottom: 25px;
  }
  .company-list li {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .company-box > .text-xl {
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .company-box > .text-xl:before {
    top: 10px;
    width: 20px;
  }
  .company-box .button-one {
    margin-left: 0px;
  }
  .company-list {
    margin-left: 0px;
  }
  .company-list img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .company-list span {
    font-size: 14px;
    line-height: 18px;
  }
  .company-info_text svg {
    width: 20px;
    height: 20px;
  }
}

/*-company*/
/*production*/
.production-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

.production-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.production-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 200px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.production-list li.active {
  width: 350px;
}

.production-list li.active > .production-list_wrap > .production-sublist span {
  opacity: 1;
}

.production-list li:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -30px;
  top: 0;
  height: calc(100% + 60px);
  width: 1450px;
  -webkit-box-shadow: -10px 0px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -10px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.production-list > li:nth-child(1) {
  z-index: 1;
}

.production-list > li:nth-child(1):before {
  background: url("../img/images/production/production-1.jpg") center no-repeat;
  background-size: cover;
}

.production-list > li:nth-child(2) {
  z-index: 2;
}

.production-list > li:nth-child(2):before {
  background: url("../img/images/production/production-2.jpg") center no-repeat;
}

.production-list > li:nth-child(3) {
  z-index: 3;
}

.production-list > li:nth-child(3):before {
  background: url("../img/images/production/production-3.jpg") center no-repeat;
}

.production-sublist {
  height: 420px;
  margin-top: 20px;
}

.production-sublist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.production-sublist li:last-child {
  margin-bottom: 0px;
}

.production-sublist span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 170px;
  min-width: 170px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.production-sublist_img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  margin-right: 30px;
}

.production-sublist_img:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  background: url("../img/icons/oval.svg") center no-repeat;
  background-size: contain;
}

.production-sublist_img img {
  width: 45px;
  height: 45px;
}

.production-list > li .production-sublist li:nth-child(odd) .production-sublist_img:before {
  -webkit-animation: anim-2 5s linear infinite;
          animation: anim-2 5s linear infinite;
}

.production-list > li .production-sublist li:nth-child(even) .production-sublist_img:before {
  -webkit-animation: anim-3 5s linear infinite;
          animation: anim-3 5s linear infinite;
}

@media (max-width: 1200px) {
  .production-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
  .production-wrap .button-one {
    margin-left: 10px;
  }
  .production-list_wrap {
    height: 50px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .production-list {
    position: relative;
    width: 100%;
    height: 370px;
  }
  .production-list > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
  }
  .production-list > li.active {
    width: 100%;
  }
  .production-list > li.open {
    height: 340px !important;
  }
  .production-list > li.open .production-list_wrap {
    height: 320px;
  }
  .production-list > li:nth-child(1) {
    z-index: 3;
  }
  .production-list > li:nth-child(1).show-two {
    top: 240px;
    z-index: 2;
  }
  .production-list > li:nth-child(1).show-three {
    top: 260px;
    z-index: 1;
  }
  .production-list > li:nth-child(2) {
    z-index: 2;
    top: 110px;
    height: 130px;
  }
  .production-list > li:nth-child(2).show-one {
    top: 230px;
  }
  .production-list > li:nth-child(2).show-two {
    top: 0;
    z-index: 3;
  }
  .production-list > li:nth-child(2).show-three {
    top: 230px;
    z-index: 2;
  }
  .production-list > li:nth-child(3) {
    z-index: 1;
    top: 220px;
    height: 130px;
  }
  .production-list > li:nth-child(3).show-one {
    top: 250px;
  }
  .production-list > li:nth-child(3).show-two {
    top: 250px;
  }
  .production-list > li:nth-child(3).show-three {
    top: 0;
    z-index: 3;
  }
  .production-list li:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1200px;
    height: 100%;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .production-list > li:nth-child(1):before {
    background: url("../img/images/production/production-1_1.png") center bottom no-repeat;
    background-size: cover;
  }
  .production-list > li:nth-child(2):before {
    background: url("../img/images/production/production-2_1.png") center bottom no-repeat;
    background-size: cover;
  }
  .production-list > li:nth-child(3):before {
    background: url("../img/images/production/production-3_1.png") center bottom no-repeat;
    background-size: cover;
  }
  .production-list .title-sm {
    position: relative;
  }
  .production-list .title-sm:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: url("../img/icons/arrow.svg") center no-repeat;
    background-size: contain;
  }
  .production-list .title-sm.open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .production-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    margin-top: 15px;
  }
  .production-sublist li {
    width: 48%;
  }
  .production-sublist li:last-child {
    margin-bottom: 20px;
  }
  .production-sublist span {
    font-size: 14px;
    line-height: 18px;
    opacity: 1;
    width: auto;
    min-width: auto;
  }
  .production-sublist_img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .production-sublist_img img {
    width: 27px;
    height: 27px;
  }
  .production-sublist_img:before {
    width: 40px;
    height: 40px;
  }
}

/*-production*/
/*priority*/
.priority-wrap {
  width: 100%;
}

.priority-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -25px 0px -25px;
}

.priority-list li {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FFFFFF;
  width: calc(50% - 50px);
  height: 180px;
  margin: 0px 25px 50px 25px;
  cursor: pointer;
}

.priority-list li:nth-child(3),
.priority-list li:nth-child(4) {
  margin: 0px 25px 0px 25px;
}

.priority-list li:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #FFFFFF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.priority-list span {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.priority-list svg {
  fill: #FFFFFF;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.priority-list li:nth-child(odd) svg {
  -webkit-animation: anim-6 5s infinite alternate;
          animation: anim-6 5s infinite alternate;
}

.priority-list li:nth-child(even) svg {
  animation: anim-6 5s infinite alternate-reverse;
}

.priority-list h3 {
  color: #FFFFFF;
  width: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1200px) {
  .priority-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -15px 0px -15px;
  }
  .priority-list li {
    width: calc(50% - 30px);
    height: 140px;
    margin: 0px 15px 30px 15px;
  }
  .priority-list li:nth-child(3),
  .priority-list li:nth-child(4) {
    margin: 0px 15px 0px 15px;
  }
  .priority-list svg {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 800px) {
  .priority-list {
    margin: 0px;
  }
  .priority-list li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 80px;
    margin: 0px 0px 15px 0px;
  }
  .priority-list li:nth-child(3) {
    margin: 0px 0px 15px 0px;
  }
  .priority-list li:nth-child(4) {
    margin: 0px 0px 0px 0px;
  }
  .priority-list svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-left: 60px;
  }
  .priority-list span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .priority-list li:hover:before {
    height: 100%;
  }
  .priority-list li:hover span {
    color: #111111;
  }
  .priority-list li:hover svg {
    fill: #111111;
  }
  .priority-list li:hover h3 {
    color: #111111;
  }
}

/*-priority*/
/*staff*/
.staff .section-title {
  margin-bottom: 10px;
}
.staff .section-title .text-lg {
  max-width: 790px;
  margin-top: 15px;
}

.staff-wrap {
  width: 100%;
}

.staff-slider {
  width: 100%;
  overflow: hidden;
}

.staff-slide {
  position: relative;
  padding-bottom: 40px;
}

.staff-slide.one {
  display: none;
}

.staff-slide_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.staff-slide_img img {
  width: 100%;
}
.staff-slide_btn {
  position: absolute;
  z-index: 4;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFFFFF;
}
.staff-slide_btn svg:nth-child(2) {
 display: none;
}
.staff-slide_btn.active {
  background: #111111;
}
.staff-slide_btn.active svg:nth-child(2) { 
 display: block;
}
.staff-slide_btn.active svg:nth-child(1) { 
 display: none;
}
.staff-slide_info {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 0px 0px 15px;
  display: none;
}
.staff-slide_info h5 {
  color: #111111;
  font-size: 16px;
  margin-bottom: 3px;
  text-align: center;
}
.staff-slide_info  span {
  display: block;
  font-size: 12px;
  color: #111111;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.staff-slide_info ul {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.staff-slide_info li {
  margin-bottom: 10px;
}
.staff-slide_info a {
  display: block;
  font-size: 13px;
  color: #111111;
}
.staff-slide_info svg {
  position: absolute;
  left: 0;
  top: -3px;
}
.staff-slide_text {
  position: absolute;
  z-index: 2;
  left: 5px;
  bottom: 0;
  width: calc(100% - 10px);
  padding: 15px 5px;
  color: #111111;
  background: #FFFFFF;
  text-align: center;
}

.staff-slide_text h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.staff-slide_text span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .staff .section-title .text-lg {
    display: none;
  }
  .staff-slide_text {
    padding: 10px 5px;
  }
  .staff-slide_text h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .staff-slide_text span {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 499px) {
  .staff-slider {
    overflow: visible;
    width: 100%;
  }
  .staff-slide {
    position: relative;
    z-index: 1;
    width: 65%;
  }
}

/*-staff*/
/*contacts*/
.contacts-wrap {
  width: 100%;
}

.contacts-wrap h3 {
  margin-top: 15px;
}

.contacts-select {
  display: none;
}

.contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.contacts-list > li {
  width: 24%;
}

.contacts-sublist {
  margin-top: 10px;
}

.contacts-sublist span {
  display: none;
}

.contacts-sublist li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  margin-bottom: 5px;
}

.contacts-sublist li:last-child {
  margin-bottom: 0px;
}

.contacts-sublist svg {
  position: absolute;
  left: 0;
  top: 2px;
}

.contacts-sublist a {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.contacts-map {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.contacts-map img {
  width: 100%;
}

.contacts-map img:nth-child(2) {
  display: none;
}

.contacts-map span {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  text-align: center;
}

.contacts-map svg {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .contacts-select {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #FFFFFF;
  }
  .contacts-select select {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    background: transparent;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .contacts-select svg {
    position: absolute;
    right: 0;
    bottom: 12px;
  }
  .contacts-list .title-s {
    display: none;
  }
  .contacts-list > li {
    width: 100%;
  }
  .contacts-list > li:nth-child(2),
  .contacts-list > li:nth-child(3),
  .contacts-list > li:nth-child(4) {
    display: none;
  }
  .contacts-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-sublist li {
    width: 33.3%;
    padding-right: 10px;
  }
  .contacts-map span {
    font-size: 14px;
  }
  .contacts-map svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 800px) {
  .contacts-sublist {
    margin: 0px;
  }
  .contacts-sublist li {
    width: 50%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .contacts-sublist span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .contacts-sublist a {
    font-size: 12px;
    line-height: 18px;
  }
  .contacts-sublist svg {
    display: none;
  }
  .contacts-map svg {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .contacts-wrap h3 {
    display: none;
  }
  .contacts-map img {
    display: none;
  }
  .contacts-map img:nth-child(2) {
    display: block;
  }
  .contacts-map span {
    top: 45%;
    font-size: 12px;
  }
  .staff-slide.one {
    display: block;
  }
}

@media (min-width: 1200px) {
  .contacts-sublist a:hover {
    opacity: 0.6;
  }
}

/*-contacts*/
/*product*/
.product-wrap {
  width: 100%;
}

.product-slider {
  width: 100%;
  overflow: hidden;
}

.product-slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-slide {
  position: relative;
  display: none;
  width: 25%;
  height: 270px;
  padding-left: 35px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.product-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 2px;
  background: #FFFFFF;
}

.product-slide span {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-slide p {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-slide img {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  margin-bottom: 7px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-slide:nth-child(even):before {
  -webkit-animation: anim-7 4s infinite linear alternate;
          animation: anim-7 4s infinite linear alternate;
}

.product-slide:nth-child(odd):before {
  animation: anim-7 4s infinite linear alternate-reverse;
}

.product-slide:nth-child(1),
.product-slide:nth-child(2),
.product-slide:nth-child(3),
.product-slide:nth-child(4) {
  display: block;
}

.product-slide.active {
  width: 20%;
  height: 180px;
}

.product-slide.active img {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}

.product-slide.active p {
  font-size: 14px;
  line-height: 21px;
}

.product-slide.active span {
  font-size: 14px;
  line-height: 14px;
}

.product-navigation {
  display: none;
}

.product-btn_table {
  display: none;
}

.product-btn_table.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-table {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1100px;
  display: none;
}

.product-table table {
  color: #111111;
  width: 100%;
  background: #FFFFFF;
  border-spacing: 0;
}

.product-table td {
  height: 35px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  border-bottom: 1px solid #111111;
}

.product-table td.product-point {
  color: #111111;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  background: #DBDBDB;
}

.product-table span {
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.product-table tr:nth-child(1) td {
  color: #FFFFFF;
  background: #111111;
  border-bottom: none;
}

.product-table tr:last-child td {
  border-bottom: none;
}

.product-table_close {
  position: absolute;
  right: 0;
  top: -35px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  fill: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-table_bgr {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

.product-info {
  position: absolute;
  left: 0;
  bottom: calc(100% + 13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-info li {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  padding-left: 20px;
  margin-right: 15px;
}

.product-info li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.product-info li:nth-child(1):before {
  background: #FFFFFF;
}

.product-info li:nth-child(2):before {
  background: #111111;
  border: 1px solid #FFFFFF;
}

.product-info li:nth-child(3):before {
  background: #DBDBDB;
}

@media (max-width: 1200px) {
  .product-slider .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .product-slide {
    display: block;
    height: 250px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .product-slide img {
    width: 60px;
    height: 60px;
  }
  .product-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-btn {
    display: none;
  }
  .product-btn_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .product-table {
    width: 800px;
  }
  .product-table td {
    height: 25px;
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 800px) {
  .product-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    height: auto;
    padding: 10px;
    padding-left: 15px;
  }
  .product-slide span {
    font-size: 12px;
    line-height: 12px;
  }
  .product-slide img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .product-btn_table {
    margin-top: 20px;
  }
  .product-table {
    width: 100%;
  }
  .product-table td {
    font-size: 11px;
    line-height: 11px;
  }
  .product-table td.product-point {
    font-weight: 300;
  }
  .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    bottom: calc(100% + 10px);
  }
  .product-info li {
    margin-bottom: 5px;
  }
  .product-info li:last-child {
    margin-bottom: 0px;
  }
  .product-table_close {
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .product-table_close:hover {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .product-table_close:hover path:nth-child(2) {
    opacity: 0;
  }
}

/*-product*/
/*service*/
.service {
  position: relative;
  z-index: 1;
  opacity: 0 !important;
}

.service.swiper-slide-active {
  opacity: 1 !important;
}

.service .section-title .text-lg {
  margin-top: 20px;
  max-width: 550px;
}

.service-slider {
  display: none;
}

.service-list {
  display: block;
  width: 100%;
}

.service-list li {
  position: absolute;
  z-index: 2;
  padding-left: 75px;
}

.service-list img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.service-list b {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.service-list h3 {
  margin-bottom: 10px;
}

.service-list li:nth-child(odd) img {
  -webkit-animation: anim-5 2s infinite alternate;
          animation: anim-5 2s infinite alternate;
}

.service-list li:nth-child(even) img {
  animation: anim-5 2s infinite alternate-reverse;
}

.service-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.service-navigation {
  display: none;
}

.service-wrap.one {
  height: 520px;
}

.service-wrap.one .service-list li {
  width: 520px;
}

.service-wrap.one .service-list li:nth-child(1) {
  left: 0;
  top: 200px;
}

.service-wrap.one .service-list li:nth-child(2) {
  left: 0;
  top: 340px;
}

.service-wrap.one .service-list li:nth-child(3) {
  right: 0;
  top: 30px;
}

.service-wrap.one .service-list li:nth-child(4) {
  right: 0;
  top: 200px;
}

.service-wrap.one .service-list li:nth-child(5) {
  right: 0;
  top: 340px;
}

.service-wrap.two {
  height: 520px;
}

.service-wrap.two .section-title .text-lg {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 500px;
}

.service-wrap.two .service-list li {
  width: 500px;
}

.service-wrap.two .service-list li:nth-child(1) {
  left: 0;
  top: 190px;
}

.service-wrap.two .service-list li:nth-child(2) {
  left: 0;
  top: 380px;
}

.service-wrap.two .service-list li:nth-child(3) {
  right: 0;
  top: 190px;
}

.service-wrap.two .service-list li:nth-child(4) {
  right: 0;
  top: 380px;
}

.service-wrap.three {
  height: 500px;
}

.service-wrap.three .service-list li {
  width: 320px;
}

.service-wrap.three .service-list li:nth-child(1) {
  left: 0;
  top: 120px;
}

.service-wrap.three .service-list li:nth-child(2) {
  left: 400px;
  top: 120px;
}

.service-wrap.three .service-list li:nth-child(3) {
  left: 400px;
  top: 360px;
}

.service-wrap.three .service-list li:nth-child(4) {
  right: 0;
  top: 360px;
}

.service-wrap.four {
  height: 470px;
}

.service-wrap.four .service-list li {
  width: 520px;
}

.service-wrap.four .service-list li:nth-child(1) {
  left: 0;
  top: 260px;
}

.service-wrap.four .service-list li:nth-child(2) {
  right: 0;
  top: 30px;
}

.service-wrap.four .service-list li:nth-child(3) {
  right: 0;
  top: 260px;
}

@media (max-width: 1200px) {
  .priority-slider .container {
    height: calc(100% - 40px) !important;
    margin: 20px auto;
    overflow-y: scroll;
  }
  .service-wrap {
    height: 100% !important;
  }
  .service-wrap .text-lg {
    position: static !important;
    font-weight: 400;
  }
  .service-list li {
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    padding-left: 0px;
  }
  .service-list h3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    border-bottom: 1px solid #FFFFFF;
    padding-left: 60px;
    padding-right: 20px;
  }
  .service-list h3:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("../img/icons/arrow-2.svg") center no-repeat;
    background-size: contain;
  }
  .service-list h3.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .service-list b {
    display: none;
  }
  .service-list p {
    display: none;
  }
  .service-list img {
    width: 40px;
    height: 40px;
  }
  .service-list p {
    padding-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .service-wrap .section-title .text-lg {
    margin-top: 10px;
  }
  .service-list h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

/*-service*/
/*footer*/
.footer {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: flex-end;  
  width: 100%;
  max-width: 1350px;
  height: 45px;
  padding: 0px 15px;
}

.footer-link {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
  background: rgba(17, 17, 17, 0.25);
}

.footer-link a {
  font-weight: 400;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

@media (max-width: 1500px) {
  .footer {
    max-width: 1130px;
  }
}

@media (max-width: 1200px) {
  .footer {
    height: 35px;
  }
  .footer-link {
    font-size: 11px;
    line-height: 11px;
    padding: 5px 13px;
  }
}

@media (min-width: 1200px) {
  .footer-link a:hover {
    opacity: 0.5;
  }
}

/*-footer*/
