@charset "UTF-8";
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
         }*/
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Onest-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Onest-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Onest-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Onest-Black.woff2") format("woff2");
}
/*********************  preloader  *******************/
/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Onest", sans-serif;
  font-size: 1em;
  line-height: 1.375;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #050606;
  background-color: #fff;
  font-weight: 400;
}

header,
footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

ul {
  list-style: none;
  margin: 0;
}

p {
  font-style: normal;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-style: normal;
  margin: 0;
}

.heading {
  margin-bottom: 65px;
}
@media all and (max-width: 991px) {
  .heading {
    margin-bottom: 45px;
    text-align: center !important;
  }
}
.heading.heading-white {
  color: #fff;
}
.heading h2,
.heading h1 {
  font-size: 40px;
  line-height: 45px;
}
@media all and (max-width: 575px) {
  .heading h2,
  .heading h1 {
    font-size: 32px;
    line-height: 120%;
  }
}
.heading p {
  font-size: 20px;
  line-height: 120%;
  margin-top: 20px;
}
@media all and (max-width: 575px) {
  .heading p {
    font-size: 16px;
  }
}

h3 {
  font-size: 24px;
  line-height: 120%;
}

h4 {
  font-size: 20px;
  line-height: 120%;
}

.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #3b37fd;
  padding: 20px 38px;
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  border: none;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  min-width: 196px;
  cursor: pointer;
}
@media all and (max-width: 1199px) {
  .btn {
    min-width: inherit;
  }
}
.btn:hover {
  color: #fff;
  background-color: #120eed;
}
.btn.btn-icon span {
  padding-left: 40px;
  position: relative;
}
.btn.btn-icon span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.btn.btn-call span::after {
  background-image: url("../img/icon_11.svg");
}

@media all and (max-width: 991px) {
  .btn-100 {
    max-width: none !important;
    width: 100%;
  }
}

a {
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:active, button:focus {
  outline: none;
}

button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: all !important;
}

*:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

input,
textarea {
  outline: none !important;
  border-radius: 0;
}

input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

details summary::-webkit-details-marker {
  display: none;
}

details > summary {
  list-style: none;
}

.br-25 {
  border-radius: 25px;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .br-25 {
    border-radius: 20px;
  }
}

section {
  margin-bottom: 70px;
}
@media all and (max-width: 991px) {
  section {
    margin-bottom: 50px;
  }
}

/*****************  ARROW UP  **************/
/********************  MODAL  **********************/
/*********************  HEADER  ************************/
header {
  position: relative;
  z-index: 100;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #080808;
}
header.page {
  padding-bottom: 0;
  margin-bottom: 70px;
}
@media all and (max-width: 991px) {
  header.page {
    margin-bottom: 50px;
    padding-bottom: 25px;
  }
}
header.page .header__top .header__menu .menu__inner {
  border-bottom: none;
}
header.thanks {
  margin-bottom: 0;
}
header .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
header .bg__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
header .header__top .header__logo .logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
header .header__top .header__logo .logo__inner a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .header__top .header__logo .logo__inner a img {
  width: 287px;
  height: auto;
}
@media all and (max-width: 1400px) {
  header .header__top .header__logo .logo__inner a img {
    width: 200px;
  }
}
header .header__top .header__logo .logo__inner p {
  color: #fff;
  font-size: 15px;
}
@media all and (max-width: 991px) {
  header .header__top .header__logo .logo__inner p {
    display: none;
  }
}
@media all and (max-width: 991px) {
  header .header__top .header__contacts {
    display: none;
  }
}
header .header__top .header__contacts .contacts__inner {
  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;
  gap: 10px;
}
header .header__top .header__contacts .contacts__inner .phone__email ul li:not(:last-child) {
  margin-bottom: 3px;
}
header .header__top .header__contacts .contacts__inner .phone__email a {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
}
header .header__top .header__contacts .contacts__inner .phone__email a:hover {
  color: #3b37fd;
}
header .header__top .header__contacts .contacts__inner .social {
  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;
  gap: 15px;
}
header .header__top .header__contacts .contacts__inner .social a:hover {
  opacity: 0.8;
}
header .header__top .header__contacts .contacts__inner .social a img {
  width: 44px;
  height: 44px;
}
@media all and (max-width: 1400px) {
  header .header__top .header__contacts .contacts__inner .social a img {
    width: 36px;
    height: 36px;
  }
}
header .header__top .header__contacts .contacts__inner .btn {
  min-width: inherit;
}
@media all and (max-width: 1400px) {
  header .header__top .header__contacts .contacts__inner .btn {
    padding: 20px;
  }
}
@media all and (min-width: 991px) {
  header .header__top .header__menu {
    margin-top: 30px;
  }
}
header .header__top .header__menu .menu__inner {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
@media all and (max-width: 991px) {
  header .header__top .header__menu .menu__inner {
    display: none;
  }
}
header .header__top .header__menu .menu__inner ul {
  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;
  text-align: center;
}
header .header__top .header__menu .menu__inner ul li a {
  color: #fff;
}
@media all and (max-width: 1400px) {
  header .header__top .header__menu .menu__inner ul li a {
    font-size: 15px;
  }
}
@media all and (max-width: 1199px) {
  header .header__top .header__menu .menu__inner ul li a {
    font-size: 12px;
  }
}
header .header__top .header__menu .menu__inner ul li a:hover {
  color: #3b37fd;
}
header .header__top .header__menu .header_burger {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 991px) {
  header .header__top .header__menu .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header__top .header__menu .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 20;
}
header .header__top .header__menu .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .header__top .header__menu .header_burger .burger_button span:nth-child(1) {
  top: 4px;
}
header .header__top .header__menu .header_burger .burger_button span:nth-child(2) {
  top: 12px;
}
header .header__top .header__menu .header_burger .burger_button span:nth-child(3) {
  top: 20px;
}
header .header__top .header__menu .header_burger .burger_button.open span {
  background: #3b37fd;
}
header .header__top .header__menu .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header__top .header__menu .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header .header__top .header__menu .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
header .header__top .header__menu .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  text-align: center;
  z-index: 11;
  padding-top: 70px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
header .header__top .header__menu .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
}
header .header__top .header__menu .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px;
}
@media all and (max-width: 767px) {
  header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
    max-width: 510px;
  }
}
@media all and (max-width: 575px) {
  header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu {
  padding-bottom: 30px;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li:not(:last-child) {
  margin-bottom: 5px;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a {
  color: #050606;
  display: inline-block;
  padding: 4px 0;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a:hover {
  color: #3b37fd;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .phone__email {
  padding-bottom: 20px;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .phone__email ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .phone__email ul li a {
  color: #050606;
  font-weight: 700;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .phone__email ul li a:hover {
  color: #3b37fd;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .social {
  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;
  gap: 15px;
  padding-bottom: 20px;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .social:hover {
  opacity: 0.8;
}
header .header__main {
  padding-top: 35px;
  padding-bottom: 20px;
}
@media all and (max-width: 991px) {
  header .header__main {
    padding-top: 80px;
  }
}
header .header__main .wrapper {
  position: relative;
}
header .header__main .wrapper .arrows__dots {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
  height: 100%;
  padding: 20px 0;
}
@media all and (max-width: 1620px) {
  header .header__main .wrapper .arrows__dots {
    padding: 0;
  }
}
@media all and (max-width: 1199px) {
  header .header__main .wrapper .arrows__dots {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
}
header .header__main .wrapper .arrows__dots .swiper-button-next,
header .header__main .wrapper .arrows__dots .swiper-button-prev {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  position: relative;
  color: #3b37fd;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 15px;
  height: 22px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1199px) {
  header .header__main .wrapper .arrows__dots .swiper-button-next,
  header .header__main .wrapper .arrows__dots .swiper-button-prev {
    display: none;
  }
}
header .header__main .wrapper .arrows__dots .swiper-button-next:after,
header .header__main .wrapper .arrows__dots .swiper-button-prev:after {
  display: none;
}
header .header__main .wrapper .arrows__dots .swiper-button-next {
  background-image: url("../img/icon_4.svg");
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
header .header__main .wrapper .arrows__dots .swiper-button-prev {
  background-image: url("../img/icon_4.svg");
}
header .header__main .wrapper .arrows__dots .swiper-pagination {
  position: relative;
  left: 3px;
  top: 0;
  bottom: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  width: 8px;
}
@media all and (max-width: 1199px) {
  header .header__main .wrapper .arrows__dots .swiper-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 0;
    right: 0;
    margin: auto;
    gap: 10px;
  }
}
header .header__main .wrapper .arrows__dots .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .header__main .wrapper .arrows__dots .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #3b37fd;
}
header .header__main .wrapper .main__slider {
  overflow: visible;
}
@media all and (max-width: 1620px) {
  header .header__main .wrapper .main__slider {
    overflow: hidden;
  }
}
header .header__main .wrapper .main__slider .swiper-slide {
  height: auto;
}
header .header__main .wrapper .main__slider .slide__inner {
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header__main .wrapper .main__slider .slider__content {
  color: #fff;
}
@media (min-width: 1200px) {
  header .header__main .wrapper .main__slider .slider__content {
    width: 38%;
  }
}
@media all and (max-width: 1199px) {
  header .header__main .wrapper .main__slider .slider__content {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1199px) {
  header .header__main .wrapper .main__slider .slider__content .content__inner {
    padding-left: 60px;
  }
}
header .header__main .wrapper .main__slider .slider__content h1,
header .header__main .wrapper .main__slider .slider__content h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media all and (max-width: 1400px) {
  header .header__main .wrapper .main__slider .slider__content h1,
  header .header__main .wrapper .main__slider .slider__content h2 {
    font-size: 34px;
    line-height: 120%;
  }
}
header .header__main .wrapper .main__slider .slider__content p {
  font-size: 20px;
  line-height: 100%;
}
header .header__main .wrapper .main__slider .slider__content a {
  color: #fff;
  display: inline-block;
  margin-top: 60px;
  font-size: 15px;
  line-height: 100%;
  padding-right: 40px;
  background-size: 20px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_3.svg");
}
header .header__main .wrapper .main__slider .slider__content a:hover {
  color: #3b37fd;
}
@media (min-width: 1200px) {
  header .header__main .wrapper .main__slider .slider__gallery {
    width: 62%;
  }
}
@media all and (max-width: 575px) {
  header .header__main .wrapper .main__slider .slider__gallery {
    display: none;
  }
}
header .header__main .wrapper .main__slider .slider__gallery .gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
}
@media all and (max-width: 1620px) {
  header .header__main .wrapper .main__slider .slider__gallery .gallery__inner {
    width: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
header .header__main .wrapper .main__slider .slider__gallery .gallery__inner a {
  display: block;
}
header .header__main .wrapper .main__slider .slider__gallery .gallery__inner img {
  -webkit-transition: 0.55s all;
  transition: 0.55s all;
}
header .header__main .wrapper .main__slider .slider__gallery .gallery__inner img:hover {
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

/**************************  mainrequest  ***********************/
.mainrequest {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mainrequest.page {
  margin-bottom: 0;
}
.mainrequest.mainrequest-white {
  color: #fff;
}
.mainrequest .mainrequest__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 991px) {
  .mainrequest .mainrequest__image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mainrequest .mainrequest__form {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media all and (max-width: 991px) {
  .mainrequest .mainrequest__form {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 50px;
  }
}
.mainrequest .mainrequest__form .form__inner .heading {
  margin-bottom: 35px;
}
.mainrequest .mainrequest__form .form__inner .form__submit {
  text-align: right;
}

.form__inner.form__inner-white form .form__policy .policy .text p {
  color: #fff;
}
.form__inner.form__inner-white form .form__policy .policy .text p a {
  color: #fff;
}
.form__inner.form__inner-white form .form__policy .policy .checkbox {
  background-color: #fff;
  border: 1px solid #fff;
}
.form__inner form .form__item {
  margin-bottom: 15px;
}
.form__inner form .form__item input,
.form__inner form .form__item textarea {
  width: 100%;
  height: 55px;
  padding: 0 10px 0 25px;
  border: 0.5px solid #384046;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 0;
}
.form__inner form .form__item input::-webkit-input-placeholder,
.form__inner form .form__item textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder,
.form__inner form .form__item textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.form__inner form .form__item input::-ms-placeholder,
.form__inner form .form__item textarea::-ms-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.form__inner form .form__item input::-webkit-input-placeholder, .form__inner form .form__item textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder, .form__inner form .form__item textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.form__inner form .form__item input:-ms-input-placeholder, .form__inner form .form__item textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.form__inner form .form__item input::-ms-input-placeholder, .form__inner form .form__item textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.form__inner form .form__item input::placeholder,
.form__inner form .form__item textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.form__inner form .form__item textarea {
  height: 87px;
  padding-top: 10px;
  resize: none;
}
.form__inner form .form__policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  margin: 5px auto 20px auto;
}
.form__inner form .form__policy .policy .text p {
  color: #050606;
  font-size: 12px;
  line-height: 15px;
}
.form__inner form .form__policy .policy .text p a {
  color: #050606;
}
.form__inner form .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  border: 1px solid #050606;
  width: 24px;
  height: 24px;
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto;
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none;
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1000;
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff;
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent;
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 5px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #3b37fd;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form__inner form .form__submit {
  position: relative;
}
.form__inner form .form__submit .submit__inner {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*****************  contact form 7 style  *****************/
.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 3px auto 10px auto !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}

select.wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.wpcf7-not-valid,
#block-7 input[type=text].wpcf7-not-valid,
#block-7 input[type=tel].wpcf7-not-valid,
#block-15 input[type=tel].wpcf7-not-valid,
#block-15 input[type=text].wpcf7-not-valid {
  border: 2px solid #ec3c06 !important;
  position: relative;
}

body span.wpcf7-not-valid-tip {
  display: none !important;
  color: #ec3c06;
  border: none;
  background: none;
}

body span.wpcf7-not-valid-tip-no-ajax {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px;
}

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #ec3c06;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 12000;
}

.contact-inner-form .wpcf7-response-output {
  width: 95%;
}

body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
}

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731;
}

body .wpcf7-mail-sent-ok {
  border: 1px solid transparent;
  color: #ff5805;
  text-align: center;
}

/****************************  services  *************************/
#services .services__item {
  margin-bottom: 30px;
}
#services .services__item .more {
  cursor: pointer;
  color: #3b37fd;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  display: none;
  margin-top: 10px;
}
#services .services__item .more:hover {
  text-decoration: underline;
}
#services .services__item .item__inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#services .services__item .item__inner .service__image {
  height: 250px;
  margin-bottom: 20px;
}
#services .services__item .item__inner .service__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#services .services__item .item__inner .service__content h3 {
  margin-bottom: 20px;
}
#services .services__item .item__inner .service__content ul li {
  display: none;
}
#services .services__item .item__inner .service__content ul li:not(:last-child) {
  margin-bottom: 8px;
}
#services .services__item .item__inner .service__content ul li:nth-child(1), #services .services__item .item__inner .service__content ul li:nth-child(2), #services .services__item .item__inner .service__content ul li:nth-child(3), #services .services__item .item__inner .service__content ul li:nth-child(4), #services .services__item .item__inner .service__content ul li:nth-child(5), #services .services__item .item__inner .service__content ul li:nth-child(6) {
  display: block;
}
#services .services__item .item__inner .service__content ul li a {
  color: #050606;
  display: inline-block;
}
#services .services__item .item__inner .service__content ul li a:hover {
  color: #3b37fd;
  text-decoration: underline;
}

/*************************  team  **********************/
#team {
  background-color: #363e44;
  padding-top: 70px;
  padding-bottom: 30px;
  color: #fff;
  margin-bottom: 0;
}
#team .team__item {
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  #team .team__item {
    text-align: center;
  }
}
#team .team__item .item__inner .team__image {
  margin-bottom: 20px;
}
#team .team__item .item__inner .team__image img {
  max-height: 302px;
}
#team .team__item .item__inner .team__content h3 {
  margin-bottom: 15px;
}
#team .team__item .item__inner .team__content p {
  font-size: 15px;
  line-height: 20px;
}

/**************************  work  ************************/
#work {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/bg_2.jpg");
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #work {
    padding-top: 50px;
  }
}
#work.page {
  background-image: none;
}
#work .wrapper {
  display: grid;
  gap: 40px 50px;
}
@media all and (min-width: 1199px) {
  #work .wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
#work .work__item {
  border: 2px solid #3b37fd;
  background-color: #fff;
  padding: 20px;
  position: relative;
  overflow: visible;
}
#work .work__item:not(:last-child):after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_5.svg");
  width: 19px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: -28px;
  margin: auto;
}
@media all and (max-width: 1199px) {
  #work .work__item:not(:last-child):after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -26px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#work .work__item .number {
  width: 80px;
  height: 80px;
  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;
  border: 2px solid #3b37fd;
  font-size: 45px;
  line-height: 100%;
  font-weight: 600;
  color: #3b37fd;
  padding: 4px;
  border-radius: 15px;
  margin-bottom: 16px;
}
#work .work__item .content {
  color: #050606;
  font-size: 15px;
  line-height: 20px;
}
#work .work__item .content a {
  color: #050606;
  display: block;
}
#work .work__item .content a:hover {
  color: #3b37fd;
}

/*****************************  price  *************************/
#price {
  background-color: #fafafa;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #price {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#price .price__item {
  margin-bottom: 20px;
  display: none;
}
#price .price__item .item__inner {
  min-height: 86px;
  padding: 20px 30px;
  background-color: #fff;
  border-bottom: 1px solid #3b37fd;
  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;
  gap: 18px;
}
@media all and (max-width: 1199px) {
  #price .price__item .item__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 575px) {
  #price .price__item .item__inner {
    padding: 20px;
  }
}
#price .price__item .item__inner p:first-child {
  max-width: 318px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 1400px) {
  #price .price__item .item__inner p:first-child {
    max-width: 250px;
  }
}
@media all and (max-width: 1199px) {
  #price .price__item .item__inner p:first-child {
    max-width: none;
  }
}
#price .price__item .item__inner h6 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  color: #3b37fd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#price .price__item .item__inner a {
  color: #3b37fd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: underline;
}
#price .price__item .item__inner a:hover {
  color: #120eed;
}
#price .btn-more {
  margin-top: 15px;
}
/****************************  calculate  **********************/
#calculate {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/bg_1.jpg");
  padding-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #calculate {
    padding-top: 50px;
  }
}
@media all and (max-width: 991px) {
  #calculate .calculate__items {
    margin-bottom: 30px;
  }
}
#calculate .calculate__items .items__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px;
}
@media all and (max-width: 991px) {
  #calculate .calculate__items .items__inner {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  #calculate .calculate__items .items__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#calculate .calculate__items .items__inner .item {
  width: calc(100% - 224px);
}
@media all and (max-width: 575px) {
  #calculate .calculate__items .items__inner .item {
    width: 100%;
  }
}
#calculate .calculate__items .items__inner .item.item-number {
  width: 194px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 575px) {
  #calculate .calculate__items .items__inner .item.item-number {
    width: 100%;
  }
}
#calculate .calculate__items .items__inner .item select {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 50px;
  height: 55px;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-size: 26px;
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_8.svg");
}
@media all and (max-width: 575px) {
  #calculate .calculate__items .items__inner .item select {
    font-size: 16px;
    background-position: calc(100% - 4px) 50%;
  }
}
#calculate .calculate__items .items__inner .item select::-ms-expand {
  /* для IE */
  display: none;
}
#calculate .calculate__items .items__inner .item .number {
  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;
  background-color: #fff;
}
#calculate .calculate__items .items__inner .item .number input {
  width: 100%;
  height: 55px;
  padding-left: 57px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  background-size: 25px;
  background-position: 12px 50%;
  background-repeat: no-repeat;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  -moz-appearance: textfield;
}
@media all and (max-width: 575px) {
  #calculate .calculate__items .items__inner .item .number input {
    font-size: 16px;
  }
}
#calculate .calculate__items .items__inner .item .number input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
#calculate .calculate__items .items__inner .item .number input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#calculate .calculate__items .items__inner .item .number input::-ms-placeholder {
  color: #000;
  opacity: 1;
}
#calculate .calculate__items .items__inner .item .number input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
#calculate .calculate__items .items__inner .item .number input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#calculate .calculate__items .items__inner .item .number input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#calculate .calculate__items .items__inner .item .number input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#calculate .calculate__items .items__inner .item .number input::placeholder {
  color: #000;
  opacity: 1;
}
#calculate .calculate__items .items__inner .item .number input.loaders {
  background-image: url("../img/icon_6.svg");
}
#calculate .calculate__items .items__inner .item .number input.hours {
  background-image: url("../img/icon_7.svg");
}
#calculate .calculate__items .items__inner .item .number .buttons {
  width: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
#calculate .calculate__items .items__inner .item .number .buttons button {
  background-color: #fff;
  border: none;
  width: 17px;
  height: 12px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_9.svg");
}
#calculate .calculate__items .items__inner .item .number .buttons button.number-minus {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#calculate .calculate__items .items__inner h6 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #fff;
}
#calculate .calculate__form .form__wrapper {
  background-color: #fff;
  padding: 28px 32px;
}
#calculate .calculate__form .calculate__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px 30px;
  margin-bottom: 16px;
}
@media all and (max-width: 575px) {
  #calculate .calculate__form .calculate__total {
    -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;
  }
}
#calculate .calculate__form .calculate__total .total__inner {
  width: 216px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 575px) {
  #calculate .calculate__form .calculate__total .total__inner {
    width: 100%;
  }
}
#calculate .calculate__form .calculate__total .total__inner #total {
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  color: #3b37fd;
  margin-bottom: 15px;
  white-space: nowrap;
}
#calculate .calculate__form .calculate__total .policy {
  font-size: 11px;
  line-height: 15px;
}
#calculate .calculate__form .form__inner {
  position: relative;
}
#calculate .calculate__form .form__inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
}
@media all and (max-width: 575px) {
  #calculate .calculate__form .form__inner form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#calculate .calculate__form .form__inner form .form__item {
  width: 216px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  #calculate .calculate__form .form__inner form .form__item {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  #calculate .calculate__form .form__inner form .form__submit {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  #calculate .calculate__form .form__inner form .form__submit .btn {
    width: 100%;
  }
}
#calculate .calculate__form .form__inner .wpcf7-response-output {
  position: absolute;
  bottom: -36px;
  left: 0;
  font-size: 10px;
  line-height: 10px;
}
@media all and (max-width: 575px) {
  #calculate .calculate__form .form__inner .wpcf7-response-output {
    position: relative;
    bottom: 0;
  }
}

/***************************  ourfleet  ***********************/
#ourfleet {
  background-color: #fafafa;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #ourfleet {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#ourfleet .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 20px;
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  #ourfleet .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  #ourfleet .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 575px) {
  #ourfleet .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
#ourfleet .wrapper .ourfleet__item {
  text-align: center;
}
#ourfleet .wrapper .ourfleet__item .item__image {
  background-color: #fff;
  height: 240px;
  padding: 5px;
  border-bottom: 1px solid #3b37fd;
  margin-bottom: 16px;
  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;
}
@media all and (max-width: 575px) {
  #ourfleet .wrapper .ourfleet__item .item__image {
    height: 200px;
    padding: 35px;
  }
}
#ourfleet .wrapper .ourfleet__item .item__image:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
#ourfleet .wrapper .ourfleet__item .item__image img {
  max-height: 240px;
  -webkit-transition: 0.65s all;
  transition: 0.65s all;
  will-change: transform;
}
@media all and (max-width: 575px) {
  #ourfleet .wrapper .ourfleet__item .item__image img {
    max-height: 200px;
  }
}
@media all and (max-width: 991px) {
  #ourfleet .ourfleet__content {
    margin-bottom: 30px;
  }
}
#ourfleet .ourfleet__content .content__inner {
  background-color: #3b37fd;
  padding: 30px 40px;
  color: #fff;
}
#ourfleet .ourfleet__content .content__inner p:not(:last-child) {
  margin-bottom: 16px;
}
@media all and (min-width: 991px) {
  #ourfleet .ourfleet__text .text__inner {
    padding-left: 40px;
  }
}
#ourfleet .ourfleet__text a {
  margin-top: 30px;
}

/****************************  transportation  ************************/
#transportation {
  padding-top: 70px;
  padding-bottom: 90px;
  margin-bottom: 0;
  background-color: #363e44;
  color: #fff;
}
@media all and (max-width: 991px) {
  #transportation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#transportation .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px 20px;
  text-align: center;
}
@media all and (max-width: 1199px) {
  #transportation .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  #transportation .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 575px) {
  #transportation .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
#transportation .wrapper .trans__item .item__image {
  height: 240px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/gradient.jpg");
  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;
  padding: 10px;
  margin-bottom: 16px;
  position: relative;
}
@media all and (max-width: 575px) {
  #transportation .wrapper .trans__item .item__image {
    height: 200px;
    padding: 35px;
  }
}
#transportation .wrapper .trans__item .item__image:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 1px;
  background: linear-gradient(45deg, rgba(194, 192, 255, 0.3), rgba(255, 255, 255, 0.07));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media all and (max-width: 575px) {
  #transportation .wrapper .trans__item .item__image:before {
    border-radius: 20px;
  }
}
#transportation .wrapper .trans__item .item__image img {
  max-height: 240px;
}
@media all and (max-width: 575px) {
  #transportation .wrapper .trans__item .item__image img {
    max-height: 170px;
  }
}
/****************************  portfolio  *************************/
#portfolio .portfolio__item {
  display: none;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #portfolio .portfolio__item {
    margin-bottom: 24px;
  }
}
#portfolio .portfolio__item .item__inner a {
  display: block;
  height: 296px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #portfolio .portfolio__item .item__inner a {
    height: 220px;
  }
}
@media all and (max-width: 575px) {
  #portfolio .portfolio__item .item__inner a {
    height: 160px;
  }
}
#portfolio .portfolio__item .item__inner a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

/***************************  facts  ************************/
#facts {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/bg_4.jpg");
  padding-top: 70px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #facts {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
#facts .facts__item {
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  #facts .facts__item {
    margin-bottom: 24px;
  }
}
#facts .facts__item .item__inner {
  background-color: #fff;
  padding: 27px;
}
#facts .facts__item .item__inner .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 23px;
}
#facts .facts__item .item__inner .item__title .icon {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  background-color: #3b37fd;
  border-radius: 15px;
}
@media all and (max-width: 575px) {
  #facts .facts__item .item__inner .item__title .icon {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 575px) {
  #facts .facts__item .item__inner .item__title .icon img {
    width: 20px;
    height: auto;
  }
}
#facts .facts__item .item__inner .item__content ul li {
  position: relative;
  padding-left: 50px;
}
@media all and (max-width: 575px) {
  #facts .facts__item .item__inner .item__content ul li {
    padding-left: 40px;
  }
}
#facts .facts__item .item__inner .item__content ul li:not(:last-child) {
  margin-bottom: 20px;
}
#facts .facts__item .item__inner .item__content ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_12.svg");
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
}
@media all and (max-width: 575px) {
  #facts .facts__item .item__inner .item__content ul li:after {
    width: 25px;
    height: 25px;
  }
}

/*************************  testimonials  ********************/
#testimonials {
  overflow: hidden;
}
#testimonials .wrapper {
  position: relative;
}
#testimonials .wrapper .swiper__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#testimonials .wrapper .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: -50px;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow.svg");
}
#testimonials .wrapper .swiper__nav .swiper-button:hover {
  opacity: 0.8;
}
#testimonials .wrapper .swiper__nav .swiper-button:after {
  display: none !important;
}
#testimonials .wrapper .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -57px;
}
@media all and (max-width: 1440px) {
  #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    left: -40px;
  }
}
@media all and (max-width: 1240px) {
  #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    left: -25px;
  }
}
@media all and (max-width: 767px) {
  #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    left: 0;
  }
}
#testimonials .wrapper .swiper__nav .swiper-button.swiper-button-next {
  right: -57px;
}
@media all and (max-width: 1440px) {
  #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: -40px;
  }
}
@media all and (max-width: 1240px) {
  #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: -25px;
  }
}
@media all and (max-width: 767px) {
  #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: 0;
  }
}
#testimonials .wrapper .testimonials__slider {
  padding-bottom: 50px;
}
#testimonials .wrapper .testimonials__slider .swiper-slide {
  height: auto;
}
#testimonials .wrapper .testimonials__slider .slide__inner {
  min-height: 525px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/phone.png");
  padding: 58px 40px 45px 45px;
}
@media all and (max-width: 991px) {
  #testimonials .wrapper .testimonials__slider .slide__inner {
    padding: 58px 55px 45px 65px;
  }
}
#testimonials .wrapper .testimonials__slider .slide__inner .content {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #testimonials .wrapper .testimonials__slider .slide__inner .content {
    max-width: 210px;
  }
}
#testimonials .wrapper .testimonials__slider .slide__inner .content h4 {
  margin-bottom: 8px;
}
#testimonials .wrapper .testimonials__slider .slide__inner .content h6 {
  font-size: 12px;
  line-height: 120%;
  color: #3b37fd;
  font-weight: 400;
  margin-bottom: 15px;
}
#testimonials .wrapper .testimonials__slider .slide__inner .content p {
  font-size: 14px;
  line-height: 18px;
}
#testimonials .wrapper .testimonials__slider .slide__inner .content p:not(:last-child) {
  margin-bottom: 16px;
}
#testimonials .wrapper .swiper-pagination {
  bottom: 0 !important;
}
#testimonials .wrapper .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #ebebff;
  opacity: 1;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
#testimonials .wrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #3b37fd;
}

/***************************  about  ************************/
#about {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/bg_4.jpg");
  padding-top: 70px;
  padding-bottom: 30px;
}
@media all and (max-width: 991px) {
  #about {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#about .heading {
  margin-bottom: 90px;
}
#about .about__item {
  margin-bottom: 70px;
}
#about .about__item:last-child .item__inner .item__content .btn {
  display: inline-block;
}
#about .about__item .item__inner {
  background-color: #fff;
  padding: 0 86px 53px 86px;
  overflow: visible;
}
@media all and (max-width: 767px) {
  #about .about__item .item__inner {
    padding: 0 50px 40px 50px;
  }
}
@media all and (max-width: 575px) {
  #about .about__item .item__inner {
    padding: 0 20px 30px 20px;
  }
}
#about .about__item .item__inner .item__image {
  margin-top: -35px;
  overflow: hidden;
  height: 260px;
  margin-bottom: 35px;
}
@media all and (max-width: 575px) {
  #about .about__item .item__inner .item__image {
    height: 220px;
  }
}
#about .about__item .item__inner .item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#about .about__item .item__inner .item__content h4 {
  margin-bottom: 20px;
}
#about .about__item .item__inner .item__content p {
  margin-bottom: 16px;
}
#about .about__item .item__inner .item__content .btn {
  display: none;
}

/****************************  additionally  ***********************/
#additionally ul {
  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;
  gap: 15px 20px;
}
#additionally ul li {
  padding: 15px 50px;
  border-radius: 26px;
  background-color: #0051ff;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 575px) {
  #additionally ul li {
    padding: 15px;
  }
}

/*****************************  contacts  **************************/
#contacts {
  background-color: #fafafa;
  margin-bottom: 0;
}
#contacts .contacts__map .map__inner {
  min-height: 550px;
}
@media all and (max-width: 991px) {
  #contacts .contacts__map .map__inner {
    min-height: 400px;
  }
}
@media all and (max-width: 575px) {
  #contacts .contacts__map .map__inner {
    min-height: 350px;
  }
}
#contacts .contacts__map .map__inner iframe {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 991px) {
  #contacts .contacts__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
#contacts .contacts__content .content__inner {
  padding: 54px 0 43px 40px;
}
@media all and (max-width: 1199px) {
  #contacts .contacts__content .content__inner {
    padding-left: 0;
  }
}
@media all and (max-width: 991px) {
  #contacts .contacts__content .content__inner {
    padding: 40px 0;
  }
}
#contacts .contacts__content .content__inner .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
  padding-left: 40px;
}
@media all and (max-width: 575px) {
  #contacts .contacts__content .content__inner .content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
#contacts .contacts__content .content__inner .content__wrapper .wrapper__left .phone {
  display: inline-block;
  font-size: 24px;
  line-height: 100%;
  color: #050606;
  font-weight: 700;
  margin-bottom: 20px;
}
#contacts .contacts__content .content__inner .content__wrapper .wrapper__left p {
  font-size: 15px;
  line-height: 20px;
}
#contacts .contacts__content .content__inner .content__wrapper .wrapper__left .email {
  display: inline-block;
  margin-top: 20px;
  color: #050606;
  font-size: 15px;
  line-height: 100%;
}
#contacts .contacts__content .content__inner .content__wrapper .wrapper__left a:hover {
  color: #3b37fd;
}
#contacts .contacts__content .content__inner .content__wrapper .twrapper_right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#contacts .contacts__content .content__inner .content__wrapper .twrapper_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
#contacts .contacts__content .content__inner .content__wrapper .twrapper_right ul li a:hover {
  opacity: 0.8;
}
#contacts .contacts__content .content__inner .contacts__form {
  max-width: 552px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 34px 42px;
}
@media all and (max-width: 991px) {
  #contacts .contacts__content .content__inner .contacts__form {
    max-width: none;
  }
}
@media all and (max-width: 575px) {
  #contacts .contacts__content .content__inner .contacts__form {
    padding: 20px;
  }
}
#contacts .contacts__content .content__inner .contacts__form h4 {
  margin-bottom: 25px;
}
#contacts .contacts__content .content__inner .contacts__form .form__inner {
  max-width: 414px;
  width: 100%;
}
@media all and (max-width: 991px) {
  #contacts .contacts__content .content__inner .contacts__form .form__inner {
    max-width: none;
  }
}
/***************************  footer  ***********************/
#footer {
  margin-bottom: 0;
  color: #fff;
}
#footer .footer__item {
  margin-bottom: 48px;
}
@media all and (max-width: 767px) {
  #footer .footer__item {
    margin-bottom: 30px;
  }
}
#footer a {
  color: #fff;
}
#footer .footer__top {
  background-color: #1b1c1e;
  padding-top: 55px;
  padding-bottom: 15px;
}
#footer .footer__top ul li.menu__title {
  margin-bottom: 12px;
}
#footer .footer__top ul li.menu__title a {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
}
#footer .footer__top ul li:not(.menu__title):not(:last-child) {
  margin-bottom: 7px;
}
#footer .footer__top ul li:not(.menu__title) a:hover {
  text-decoration: underline;
}
#footer .footer__top ul li a {
  font-size: 14px;
  line-height: 120%;
}
#footer .footer__bottom {
  background-color: #3b37fd;
  padding-top: 14px;
}
#footer .footer__bottom p,
#footer .footer__bottom a {
  font-size: 14px;
  line-height: 120%;
}
#footer .footer__bottom p {
  line-height: 150%;
}
#footer .footer__bottom a:hover {
  text-decoration: underline;
}
#footer .footer__bottom .footer__copyright,
#footer .footer__bottom .footer__link {
  margin-bottom: 14px;
}

article img {
  /*width: auto;*/
  /*height: auto; */
  /*height: 100%; */
}

article img.centered,
article .aligncenter,
article div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

article .alignright {
  float: right;
}

article .alignleft {
  float: left;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 500;
  margin-bottom: 0.425em;
}

article h2 {
  font-size: 32px;
  line-height: 38px;
}

article h3 {
  font-size: 26px;
  line-height: 34px;
}

article h4 {
  font-size: 22px;
}

article h5 {
  font-size: 18px;
}

article h6 {
  font-size: 16px;
}

article p {
  margin-bottom: 0.625em;
}

article a {
  color: #00a8d2;
}

article ul {
  margin-bottom: 0.625em;
  list-style-type: disc;
  padding-left: 15px;
}

article ul ul {
  margin-bottom: 0;
}

article ul li,
article ol li {
  margin-bottom: 4px;
}

article ol {
  margin-bottom: 0.625em;
  padding-left: 15px;
}

/************************************************
     Tables
   ************************************************/
article table,
article .wp-block-table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin: 0px 0px 33px 0;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-spacing: 0;
  border-radius: 4px;
}

article table p,
article table form,
article table ul,
article table li {
  margin: 6px 0px;
  padding: 0px;
}

article table thead,
article table tfoot,
article table.wp-block-table thead,
article table.wp-block-table tfoot {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

article table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}

article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 575px) {
  article table th,
  article table td {
    min-width: 180px;
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}

article table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/*************************  page  ********************/
#page {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#page.thanks {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
  color: #fff;
  height: 100%;
}
@media all and (max-width: 991px) {
  #page.thanks {
    text-align: center;
  }
}
#page .box__button {
  margin-top: 70px;
}
@media all and (max-width: 991px) {
  #page .box__button {
    margin-top: 50px;
  }
}

/******************************  service  **************************/
.header__service {
  padding-top: 40px;
  color: #fff;
}
@media all and (max-width: 1199px) {
  .header__service {
    padding-bottom: 20px;
  }
}
.header__service .service__content {
  margin-bottom: 30px;
}
@media all and (max-width: 1199px) {
  .header__service .service__content {
    margin-bottom: 40px;
  }
}
.header__service .service__content .content__inner .breadcrumbs {
  font-size: 15px;
  margin-bottom: 70px;
}
@media all and (max-width: 575px) {
  .header__service .service__content .content__inner .breadcrumbs {
    margin-bottom: 50px;
  }
}
.header__service .service__content .content__inner .breadcrumbs span {
  color: #ebaa00;
  display: inline-block;
}
.header__service .service__content .content__inner .breadcrumbs span a {
  color: #fff;
  display: inline-block;
}
.header__service .service__content .content__inner .breadcrumbs span a span {
  color: inherit;
}
.header__service .service__content .content__inner h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 35px;
}
@media all and (max-width: 575px) {
  .header__service .service__content .content__inner h1 {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
.header__service .service__content .content__inner p {
  font-size: 20px;
  line-height: 25px;
}
@media all and (max-width: 575px) {
  .header__service .service__content .content__inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
.header__service .service__content .content__inner p:not(:last-child) {
  margin-bottom: 16px;
}
.header__service .service__image {
  text-align: right;
  margin-bottom: 20px;
}
@media all and (max-width: 1199px) {
  .header__service .service__image {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .header__service .service__image {
    text-align: center;
  }
}
.header__service .service__image img {
  max-height: 426px;
  width: auto;
  -webkit-transition: 0.55s all;
  transition: 0.55s all;
}
@media all and (max-width: 575px) {
  .header__service .service__image img {
    max-height: 350px;
  }
}
.header__service .service__image img:hover {
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.header__service .service__form .form__inner {
  margin-left: auto;
  margin-right: 0;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  padding: 22px 32px 40px 32px;
}
@media all and (min-width: 1199px) {
  .header__service .service__form .form__inner {
    max-width: 330px;
    width: 100%;
  }
}
.header__service .service__form .form__inner h3 {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 20px;
}
.header__service .service__form .form__inner form {
  margin: 0 auto;
}
@media all and (min-width: 1199px) {
  .header__service .service__form .form__inner form {
    max-width: 200px;
    width: 100%;
  }
}
/*******************************  choose  ***************************/
#choose {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/1.jpg");
  padding-top: 70px;
  padding-bottom: 50px;
}
#choose .choose__item {
  margin-bottom: 25px;
}
#choose .choose__item .item__inner {
  background-color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  padding: 40px 33px 25px 33px;
}
#choose .choose__item .item__inner .icon {
  margin-bottom: 24px;
}
/*****************************  wecarryout  *************************/
#wecarryout .wecarryout__item {
  margin-bottom: 30px;
}
#wecarryout .wecarryout__item .item__inner .image {
  overflow: hidden;
  height: 250px;
  margin-bottom: 20px;
}
#wecarryout .wecarryout__item .item__inner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#wecarryout .wecarryout__item .item__inner h3 {
  font-size: 24px;
  line-height: 120%;
}

/****************************  calculate-cost  **********************/
#calculate-cost {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/2.jpg");
  padding-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 0;
  color: #fff;
}
@media all and (max-width: 991px) {
  #calculate-cost {
    padding-top: 50px;
  }
}
#calculate-cost .heading {
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  #calculate-cost .heading {
    margin-bottom: 45px;
  }
}
#calculate-cost .form__inner {
  max-width: 856px;
  width: 100%;
}
@media all and (max-width: 991px) {
  #calculate-cost .form__inner form .form__submit {
    margin-bottom: 16px;
  }
}

/****************************  machinetypes  *************************/
#machinetypes {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/3.jpg");
  padding-top: 70px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #machinetypes {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
#machinetypes .machinetypes__item {
  margin-bottom: 20px;
}
#machinetypes .machinetypes__item .item__inner {
  background-color: #fff;
  padding: 25px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
#machinetypes .machinetypes__item .item__inner .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#machinetypes .machinetypes__item .item__inner h5 {
  font-size: 20px;
  line-height: 25px;
}

/****************************  technique  **************************/
#technique {
  background-color: #363e44;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #technique {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
#technique .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}
@media all and (max-width: 1199px) {
  #technique .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  #technique .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
#technique .wrapper .technique__item {
  margin-bottom: 30px;
}
#technique .wrapper .technique__item .item__inner {
  color: #fff;
}
#technique .wrapper .technique__item .item__inner:hover .image img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
#technique .wrapper .technique__item .image {
  max-width: 240px;
  height: 240px;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px;
  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;
  margin-bottom: 16px;
}
@media all and (max-width: 575px) {
  #technique .wrapper .technique__item .image {
    max-width: 200px;
    height: 200px;
  }
}
#technique .wrapper .technique__item .image img {
  -webkit-transition: 0.65s all;
  transition: 0.65s all;
  will-change: transform;
}
#technique .wrapper .technique__item h5 {
  font-size: 24px;
  line-height: 120%;
}
@media all and (max-width: 575px) {
  #technique .wrapper .technique__item h5 {
    font-size: 20px;
  }
}

/***************************  aboutservice  ***********************/
#aboutservice {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/bg_4.jpg");
  padding-top: 70px;
  padding-bottom: 80px;
}
@media all and (max-width: 991px) {
  #aboutservice {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#aboutservice .wrapper {
  background-color: #fff;
  padding: 65px 85px 30px 85px;
}
@media all and (max-width: 991px) {
  #aboutservice .wrapper {
    padding: 30px;
  }
}
#aboutservice .wrapper .aboutservice__item {
  margin-bottom: 40px;
}
#aboutservice .wrapper .aboutservice__item .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#aboutservice .wrapper .aboutservice__item:nth-child(2n) .image {
  margin-bottom: 0;
}
#aboutservice .wrapper .aboutservice__item:nth-child(2n) .content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 60px;
}
#aboutservice .wrapper .aboutservice__item:first-child .content .btn {
  display: inline-block;
}
#aboutservice .wrapper .aboutservice__item .image {
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  #aboutservice .wrapper .aboutservice__item .image {
    margin-bottom: 0;
  }
}
@media all and (max-width: 991px) {
  #aboutservice .wrapper .aboutservice__item .content {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
    margin-bottom: 30px !important;
  }
}
#aboutservice .wrapper .aboutservice__item .content h3 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  #aboutservice .wrapper .aboutservice__item .content h3 {
    font-size: 34px;
    line-height: 120%;
  }
}
#aboutservice .wrapper .aboutservice__item .content ul {
  list-style-type: disc;
  padding-left: 17px;
}
#aboutservice .wrapper .aboutservice__item .content ul li:not(:last-child) {
  margin-bottom: 16px;
}
#aboutservice .wrapper .aboutservice__item .content .btn {
  margin-top: 30px;
  display: none;
}

/******************************  cases  ***********************/
#cases {
  padding-bottom: 55px;
  overflow: hidden;
}
#cases .wrapper {
  position: relative;
}
#cases .wrapper .cases__slider .swiper-slide-cases {
  height: auto;
}
#cases .wrapper .cases__slider .slide__inner-cases {
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cases .wrapper .swiper-pagination {
  bottom: -55px !important;
  left: 0 !important;
  right: auto !important;
  text-align: left;
}
@media all and (max-width: 575px) {
  #cases .wrapper .swiper-pagination {
    text-align: center;
  }
}
#cases .wrapper .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #ebebff;
  opacity: 1;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
#cases .wrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #3b37fd;
}
#cases .wrapper .row {
  width: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 991px) {
  #cases .wrapper .cases__content {
    margin-bottom: 20px;
  }
}
#cases .wrapper .cases__content .content__inner {
  background-color: #fafafa;
  padding: 50px 55px;
}
@media all and (max-width: 991px) {
  #cases .wrapper .cases__content .content__inner {
    padding: 30px;
  }
}
@media all and (max-width: 575px) {
  #cases .wrapper .cases__content .content__inner {
    padding: 16px;
  }
}
#cases .wrapper .cases__content .content__inner h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  #cases .wrapper .cases__content .content__inner h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 575px) {
  #cases .wrapper .cases__content .content__inner p {
    font-size: 14px;
    line-height: 20px;
  }
}
#cases .wrapper .cases__content .content__inner p:not(:last-child) {
  margin-bottom: 16px;
}
@media all and (max-width: 575px) {
  #cases .wrapper .cases__content .content__inner p:not(:last-child) {
    margin-bottom: 10px;
  }
}
#cases .wrapper .cases__gallery .gallery__inner .gallery__slider {
  margin-bottom: 20px;
}
#cases .wrapper .cases__gallery .gallery__inner .gallery__slider .slide__inner a {
  display: block;
  height: 530px;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  #cases .wrapper .cases__gallery .gallery__inner .gallery__slider .slide__inner a {
    height: 300px;
  }
}
#cases .wrapper .cases__gallery .gallery__inner .gallery__slider .slide__inner a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#cases .wrapper .cases__gallery .gallery__inner .thumbs__wrapper {
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
}
#cases .wrapper .cases__gallery .gallery__inner .thumbs__wrapper .swiper-button-next,
#cases .wrapper .cases__gallery .gallery__inner .thumbs__wrapper .swiper-button-prev {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  color: #3b37fd;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}
#cases .wrapper .cases__gallery .gallery__inner .thumbs__wrapper .swiper-button-next:after,
#cases .wrapper .cases__gallery .gallery__inner .thumbs__wrapper .swiper-button-prev:after {
  display: none;
}
#cases .wrapper .cases__gallery .gallery__inner .thumbs__wrapper .swiper-button-next {
  background-image: url("../img/arrow_white.svg");
  right: 0;
}
@media all and (max-width: 575px) {
  #cases .wrapper .cases__gallery .gallery__inner .thumbs__wrapper .swiper-button-next {
    right: 6px;
  }
}
#cases .wrapper .cases__gallery .gallery__inner .thumbs__wrapper .swiper-button-prev {
  background-image: url("../img/arrow_white.svg");
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 0;
}
@media all and (max-width: 575px) {
  #cases .wrapper .cases__gallery .gallery__inner .thumbs__wrapper .swiper-button-prev {
    left: 6px;
  }
}
#cases .wrapper .cases__gallery .gallery__inner .gallery__thumbs .slide__inner {
  border-radius: 20px;
  height: 100px;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  #cases .wrapper .cases__gallery .gallery__inner .gallery__thumbs .slide__inner {
    height: 60px;
    border-radius: 10px;
  }
}
#cases .wrapper .cases__gallery .gallery__inner .gallery__thumbs .slide__inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#cases .swiper__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (max-width: 575px) {
  #cases .swiper__nav {
    display: none;
  }
}
#cases .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow.svg");
}
#cases .swiper__nav .swiper-button:after {
  display: none !important;
}
#cases .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -56px;
}
@media all and (max-width: 1420px) {
  #cases .swiper__nav .swiper-button.swiper-button-prev {
    left: -45px;
  }
}
@media all and (max-width: 1250px) {
  #cases .swiper__nav .swiper-button.swiper-button-prev {
    left: -20px;
  }
}
#cases .swiper__nav .swiper-button.swiper-button-next {
  right: -56px;
}
@media all and (max-width: 1420px) {
  #cases .swiper__nav .swiper-button.swiper-button-next {
    right: -45px;
  }
}
@media all and (max-width: 1250px) {
  #cases .swiper__nav .swiper-button.swiper-button-next {
    right: -20px;
  }
}
/****************************  guarantee  *************************/
#guarantee {
  padding-top: 70px;
}

/*************************  partners  ***********************/
#partners {
  padding-bottom: 65px;
  overflow: hidden;
}
#partners .wrapper {
  position: relative;
}
#partners .wrapper .swiper__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (max-width: 991px) {
  #partners .wrapper .swiper__nav {
    display: none;
  }
}
#partners .wrapper .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow.svg");
}
#partners .wrapper .swiper__nav .swiper-button:after {
  display: none !important;
}
#partners .wrapper .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -56px;
}
@media all and (max-width: 1420px) {
  #partners .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    left: -45px;
  }
}
@media all and (max-width: 1250px) {
  #partners .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    left: -20px;
  }
}
#partners .wrapper .swiper__nav .swiper-button.swiper-button-next {
  right: -56px;
}
@media all and (max-width: 1420px) {
  #partners .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: -45px;
  }
}
@media all and (max-width: 1250px) {
  #partners .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: -20px;
  }
}
#partners .wrapper .swiper-pagination {
  bottom: -55px !important;
  left: 0 !important;
  right: auto !important;
}
#partners .wrapper .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #ebebff;
  opacity: 1;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
#partners .wrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #3b37fd;
}
#partners .partners__slider .slide__inner {
  text-align: center;
  height: 91px;
  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;
  text-align: center;
}
#partners .partners__slider .slide__inner:hover img {
  -webkit-filter: none;
          filter: none;
}
#partners .partners__slider .slide__inner img {
  max-height: 91px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

/***************************  faq  **************************/
#faq {
  background-color: #fafafa;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media all and (max-width: 991px) {
  #faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#faq .faq_tabs .tabs_item {
  background-color: #fff;
  padding: 30px 40px;
}
@media all and (max-width: 575px) {
  #faq .faq_tabs .tabs_item {
    padding: 16px;
  }
}
#faq .faq_tabs .tabs_item:not(:last-child) {
  margin-bottom: 25px;
}
#faq .faq_tabs .tabs_item .title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 50px 20px 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
#faq .faq_tabs .tabs_item .title:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_14.svg");
  width: 45px;
  height: 45px;
  top: -10px;
  bottom: 0;
  right: 0;
  margin: auto;
}
#faq .faq_tabs .tabs_item .title.active:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq .faq_tabs .tabs_item .tab_content {
  display: none;
  border-radius: 20px;
  background-color: #fafafa;
  padding: 20px;
}