body,
html {
  overflow-x: hidden;
  scrollbar-color: #e51a30 #e0e0e0;
  scrollbar-width: thin;
  overflow-x: auto;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.025em; */
  position: relative;
  color: #191a1c;
  font-size: 15px;
  min-height: 100vh;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e51a30;
}

body * {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

button,
button:hover,
button:active,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

p,
div,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  color: #191a1c;
  font-size: 15px;
  margin-bottom: 1.2rem;
  font-family: "Roboto", sans-serif;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

.container {
  position: relative;
}

.swiper-button-next,
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-prev {
  outline: none;
}

.arrow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper__arrow {
  width: 32px;
  height: 32px;
  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: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
  cursor: pointer;
  z-index: 5;
  color: #fff;
  font-size: 15px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}

.swiper__next {
  margin-left: 38px;
}

.swiper__arrow:hover {
  outline: none;
}

.swiper_pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper_pagination .swiper-pagination-bullet {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #7fa1de;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  opacity: 1;
}

.swiper_pagination .swiper-pagination-bullet-active {
  background: #7fa1de;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
  font-weight: 600;
}

.breadcrambs__block {
  color: #9a9a9a;
  font-size: 16px;
}

.breadcrambs__block.pt_120 {
  padding-top: 120px !important;
}

.breadcrambs__block_wh {
  color: #fff;
}

.breadcrambs__block a {
  font-weight: normal;
  font-size: 14px;
  color: #202020;
  font-weight: 700;
}

.breadcrambs__block span {
  font-weight: normal;
  font-size: 14px;
  color: #202020;
  opacity: 0.6;
}

.breadcrambs_archive {
  padding: 17px 0 14px;
  background: #f5f6f8;
}

.breadcrambs__block .breadcrumbs span {
  font-weight: normal;
  font-size: 14px;
  color: #171717;
  font-weight: 400;
  opacity: 1;
}

.breadcrambs__block_wh,
.breadcrambs__block_wh a,
.breadcrambs__block_wh span,
.breadcrambs__block_wh .breadcrumbs span {
  color: #fff;
}

.breadcrambs__block .breadcrumbs span .current-item {
  font-weight: normal;
  color: #9a9a9a;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  font-weight: 400;
  color: #171717;
  font-size: 20px;
  position: relative;
  margin: 0 3px;
  border: 1px solid transparent;
}

.page-numbers:hover {
  border-color: transparent;
  color: #0099d2;
  background-color: transparent;
}

span.page-numbers.prev,
span.page-numbers.next {
  /* pointer-events: none; */
  width: 32px;
  background: transparent;
}

.page-numbers.prev,
.page-numbers.next {
  width: 32px;
  background: transparent;
}

.page-numbers.prev svg path,
.page-numbers.next svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  color: #dc1118;
}

.page-numbers.prev:hover svg path,
.page-numbers.next:hover svg path {
  fill: #dc1118;
}

.custom-logo-link {
  width: 345px;
  display: block;
  margin: 0 auto;
}

.custom-logo-link img {
  width: 100%;
  height: auto;
}

header,
section,
footer {
  position: relative;
  z-index: 5;
}

header {
  background-attachment: fixed;
  position: relative;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header {
  background: rgba(255, 255, 255, 0.5);
}

.fixed_header {
  /* background: #fff; */
  z-index: 5000;
  background: rgb(255, 255, 255);
}

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

.my_row_menu {
  display: none;
}

.menu {
  width: 100%;
}

.nav {
  width: 100%;
}

.custom-logo img,
.my_row_menu .custom-logo img {
  width: 100%;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__close {
  width: 32px;
  height: 32px;
  /* background: url(../img/close_search.png) no-repeat center; */
  outline: none;
  /* margin-left: auto; */
  position: relative;
}

.menu__close::before,
.menu__close::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  background: #fff;
  top: 15px;
}

.menu__close::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__close::after {
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav__item {
  position: relative;
  width: auto;
}

/* .nav__item:not(:last-child) {
  margin-right: 3vw;
} */
.nav__item:not(:last-child) {
  margin-right: 50px;
}

.nav__item a {
  display: block;
  color: #191a1c;
  font-size: 16px;
  position: relative;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  padding: 50px 0 0;
  margin-bottom: 50px;
  cursor: pointer !important;
}

.nav__item a:hover {
  color: #e51a30;
}

.hover-1 a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #e51a30;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 0;
}

.hover-1 a:hover:after {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.menu__burger {
  cursor: pointer;
  margin-left: 20px;
}

.menu__burger:hover p {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu__burger:hover p {
  color: #e79945;
}

.menu__burger span {
  width: 40px;
  display: block;
  height: 3px;
  margin-bottom: 6px;
  background: #dc1118;
  border-radius: 5px;
}

.menu__burger .burger__line_third {
  margin-bottom: 0;
  width: 28px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: -20px;
  top: calc(50% - 5px);
  background: url(../img/arow_bottom.svg) no-repeat center;
}

.sub-menu {
  padding: 30px 20px 30px 30px;
  position: absolute;
  width: 320px;
  top: calc(100% - 1px);
  left: 0;
  background: #3a3a3a;
  border-radius: 0 0 2px 2px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.1);
}

.nav__item .child__item a {
  display: inline;
  font-size: 16px;
}

.child__item {
  margin-bottom: 22px;
  text-align: left;
}

.child__item:nth-last-child(2) {
  margin-bottom: 0;
}

/* @media screen and (min-width: 992px) {
  .menu-item-has-children:hover .sub-menu {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: all;
  }
} */
.lang {
  position: relative;
}

.lang__block {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lang__block_mob .lang-item {
  margin-left: 10px;
}

.lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}

.lang li a,
.current__lang {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #191a1c;
  text-transform: uppercase;
  cursor: pointer;
}

.header .lang li a,
.header .current__lang {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #191a1c;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .lang li a:hover,
.header .current__lang:hover {
  color: #dc1118;
}

.lang__block_desk .current-lang {
  display: none;
}

.current__lang::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background: url(../../../../uploads/2021/11/arrow_down_dark.svg) no-repeat center;
  /* 	https://maestri.com.ua/wp-content/ */
  position: absolute;
  right: -17px;
  top: calc(50% - 3px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.current__lang.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  /* Menu style */
  .menu__burger {
    display: block;
  }
  .menu {
    padding: 0 25px;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    background: #191a1c;
    width: 100%;
    max-width: 400px;
    z-index: 400;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    height: 3px;
    overflow-y: auto;
    scrollbar-color: #dc1118 #e0e0e0;
    scrollbar-width: thin;
    overflow-x: hidden;
    text-align: left;
  }
  .close__burger {
    -webkit-animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  .open_menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    -webkit-box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
            box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
    z-index: 9999;
    -webkit-animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  @-webkit-keyframes rightBottomShow {
    0% {
      height: 3px;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    50% {
      height: 3px;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    100% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
      padding-bottom: 40px;
    }
  }
  @keyframes rightBottomShow {
    0% {
      height: 3px;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    50% {
      height: 3px;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
    }
  }
  @-webkit-keyframes rightBottomHide {
    0% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    50% {
      height: 3px;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  @keyframes rightBottomHide {
    0% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    50% {
      height: 3px;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  .my_row_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
  }
  .nav {
    margin-top: 30px;
  }
  .nav__list {
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .nav__item {
    padding: 8px 0 15px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
  }
  .nav__item.hover-1 a::after {
    display: none;
  }
  .nav__item:not(:last-child) {
    margin-right: auto;
  }
  .nav__item > a {
    color: #fff !important;
    padding: 0;
    font-size: 18px;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 700;
    /* transform: translateY(-50px); */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .nav__item > a:hover {
    color: #dc1118 !important;
  }
  /* 
  .open_menu .nav__item > a {
    -webkit-animation: fadeInTopCustom 0.8s cubic-bezier(0.55, 0.085, 0, 0.99)
      forwards;
    animation: fadeInTopCustom 0.8s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
  }

  @-webkit-keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }

  @keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  } */
  .nav__item a:hover,
  .nav__itema a:active,
  .nav__item a:focus {
    /* padding-right: 10px; */
  }
  .open_menu .nav__item:first-child > a {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
  }
  .open_menu .nav__item:nth-of-type(2) > a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .open_menu .nav__item:nth-of-type(3) > a {
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s;
  }
  .open_menu .nav__item:nth-of-type(4) > a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .open_menu .nav__item:nth-of-type(5) > a {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
  }
  .open_menu .nav__item:nth-of-type(6) > a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  .open_menu .nav__item:nth-of-type(7) > a {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
  }
  .open_menu .nav__item:nth-of-type(8) > a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .has_child::before {
    display: none;
  }
  .open_child_menu {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    right: -25px;
    top: 15px;
    background: url(../img/arow_bottom.svg) no-repeat center;
  }
  .menu-item-has-children::before {
    display: none;
  }
  .open_child_menu {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: -32px;
    top: 0px;
    background: url(../img/arow_bottom.svg) no-repeat center/10px;
  }
  .sub-menu {
    padding: 70px 15px 40px;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background: transparent;
    border-radius: 0 0 2px 2px;
    border-bottom: none;
    -webkit-transform: translateY(0%) translateX(100%);
            transform: translateY(0%) translateX(100%);
    opacity: 1;
    pointer-events: all;
    display: block;
    margin-bottom: 0 !important;
    background: #fff;
    z-index: 15;
    height: 100vh;
  }
  .sub-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .close_child_menu {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 15px;
    top: 15px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: url(../img/menu_back.svg) no-repeat center/cover;
    cursor: pointer;
  }
  .child__item {
    width: 100%;
    padding: 0px 0 7px;
    text-align: center;
  }
  header .nav__item .child__item a {
    font-weight: 500;
    font-size: 18px;
    color: #171717;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile_phone:hover {
    color: #dc1118;
  }
}
.section__offer {
  width: 100%;
  margin: 0 0 50px;
}

.section__title {
  position: relative;
  line-height: 1em;
}

.section__title span {
  position: relative;
}

.section__title span.letter {
  position: absolute;
  font-family: "Cormorant", serif;
  font-size: 144px;
  color: #f3fbff;
  line-height: 1em;
  left: -48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fw_ulight {
  font-weight: 200;
}

.fw_light {
  font-weight: 300;
}

.fw_normal {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_demi {
  font-weight: 600;
}

.fw_bold {
  font-weight: 700;
}

.fw_bolder {
  font-weight: 800;
}

.fw_black {
  font-weight: 900;
}

.fs_i {
  font-style: italic;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.tt_upper {
  text-transform: uppercase;
}

.fz_10 {
  font-size: 10px;
}

.fz_12 {
  font-size: 12px;
}

.fz_14 {
  font-size: 14px;
}

.fz_15 {
  font-size: 15px;
}

.fz_16 {
  font-size: 16px;
}

.fz_17 {
  font-size: 17px;
}

.fz_18 {
  font-size: 18px;
}

.fz_20 {
  font-size: 20px;
}

.fz_22 {
  font-size: 22px;
}

.fz_24 {
  font-size: 24px;
}

.fz_25 {
  font-size: 25px;
}

.fz_26 {
  font-size: 26px;
}

.fz_28 {
  font-size: 28px;
}

.fz_30 {
  font-size: 30px;
}

.fz_36 {
  font-size: 36px;
}

.fz_42 {
  font-size: 42px;
}

.fz_48 {
  font-size: 48px;
}

.fz_50 {
  font-size: 50px;
}

.fz_60 {
  font-size: 60px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_45 {
  padding-top: 45px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

.pt_120 {
  padding-top: 120px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pb_120 {
  padding-bottom: 120px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_50 {
  margin-bottom: 50px;
}

.btn {
  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;
  width: 280px;
  height: 60px;
  background: #e51a30;
  color: #f1f6f9;
  border: 2px solid #e51a30;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px rgba(229, 26, 48, 0.34);
          box-shadow: 0px 0px 0px rgba(229, 26, 48, 0.34);
}

.btn:hover {
  -webkit-box-shadow: 0px 6px 9px rgba(229, 26, 48, 0.34);
          box-shadow: 0px 6px 9px rgba(229, 26, 48, 0.34);
  border: 2px solid #e51a30;
  color: #f1f6f9;
}

.btn_tr {
  background-color: transparent;
  color: #e51a30;
  border: 2px solid #e51a30;
}

.btn_tr:hover {
  color: #fff;
  background: #e51a30;
}

.btn_small {
  width: 280px;
}

.btn_medium {
  width: 100%;
  max-width: 380px;
}

.c_dark {
  color: #191a1c !important;
}

.c_red {
  color: #e51a30 !important;
}

.c_blue {
  color: #0072dc !important;
}

.c_white {
  color: #fff !important;
}

svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.particles-js,
.block__bg {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.block__bg .container {
  height: 100%;
}

.block__line {
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  background: #eef1f3;
}

.block__line1 {
  left: 1em;
}

.block__line2 {
  left: 50%;
}

.block__line3 {
  left: 75%;
}

.count-particles {
  position: absolute;
  opacity: 0;
  z-index: -5;
}

.particles-js-canvas-el {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.nav__sub {
  position: fixed;
  background-color: #d9ebfb;
  width: 100%;
  left: 0;
  top: 123px;
  padding: 20px 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav__item:hover .nav__sub {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sub__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub__link img {
  border-radius: 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.nav__item .sub__link {
  position: relative;
  width: 170px;
  height: 170px;
  margin-bottom: 0;
  padding: 0;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.hover-1 .sub__link:after {
  display: none;
}

.nav__item .sub__link img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav__item .sub__link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sub__name {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 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;
  width: 100%;
  height: 100%;
  text-transform: none;
  font-weight: 500;
  /* transition: all .4s ease; */
}

.sub__name span {
  position: relative;
  z-index: 2;
  padding: 0 3px;
}

.sub__name:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f8fbff;
  opacity: 0.7;
}

.header_btn {
  padding-bottom: 1px;
  border-bottom: 1px solid #e51a30;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
}

.head__section {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.head__section_cat:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.5;
}

.offer {
  width: 100%;
}

.offer__title {
  width: 75%;
  font-size: 64px;
  line-height: 1.2em;
}

.offer__text {
  width: 50%;
}

.lang {
  margin-left: 65px;
}

.category {
  padding-top: 165px;
}
.category.archive {
  padding-top: 0;
}

.category__img {
  height: 360px;
  overflow: hidden;
  border-radius: 5px;
}

.category__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.category__item {
  position: relative;
}

.category__info {
  border-radius: 5px;
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category__info:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 5px;
  background: #f8fbff;
  opacity: 0.8;
}

.category__link {
  border-radius: 5px;
  background: transparent;
  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;
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.category__info:hover .category__link {
  background: #0072dc;
  opacity: 0.5;
}

.category__info:hover path {
  fill: #fff;
}

.category__name {
  padding-left: 22px;
  border-left: 1px solid #0072dc;
  position: relative;
}

.advant__img {
  height: 70px;
  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: 20px;
}

.advant__img img {
  max-height: 100%;
}

.project__slide {
  overflow: hidden;
  height: 400px;
  position: relative;
}

.project__img {
  height: 400px;
}

.project__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.project__slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 60%, 100% 24%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 24%, 100% 100%, 0% 100%);
  background: #f8fbff;
  opacity: 0.7;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project__slide:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project__info {
  padding-left: 45px;
  padding-bottom: 39px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}

.project__slide:hover .project__info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project__arow {
  cursor: pointer;
}

.project__arrow {
  width: 92px;
}

.project__link {
  color: #191a1c;
  font-size: 12px;
  text-transform: uppercase;
}

.project__link:hover {
  color: #dc1118;
}

.project__link svg {
  width: 7px;
  height: 13px;
  margin-left: 40px;
}

.project__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-pagination-bullet:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  border: 1px solid transparent;
  left: -7px;
  top: -7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #dc1118;
  border-radius: 50%;
  margin: 0 12px;
  opacity: 1;
}

.swiper-pagination-bullet-active:before {
  border-color: #dc1118;
}

.about {
  position: relative;
}

.about::before {
  content: "";
  display: block;
  width: 100%;
  height: 95%;
  background: #f8fbff;
  position: absolute;
  left: 0;
  top: 0;
}

.about__img {
  width: 100%;
  border-radius: 5px;
}

.about__text {
  margin-bottom: 15px;
}

.about__text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}

.about__btn {
  width: 200px;
  height: 50px;
  font-size: 18px;
}

.form__wrap_callback {
  max-width: 380px;
}

.callback__img {
  width: 100%;
}

.footer {
  background: #191a1c;
}

.footer__logo {
  display: block;
  width: 233px;
}

.footer__logo img {
  width: 100%;
}

.footer__menu li {
  margin-bottom: 12px;
}

.footer__menu li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

.footer__menu li a:hover {
  color: #dc1118;
}

.social__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.social__wrap_footer .social__link svg path {
  fill: #dc1118;
}

.social__wrap_footer .social__link:hover svg path {
  fill: #fff;
}

.footer__menu_cat {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__menu_cat li {
  width: 50%;
}

.about__page {
  padding-top: 140px;
}

.about__img_page {
  width: 100%;
  border-radius: 5px;
}

.advant_about {
  background: #f8fbff url(../img/bg_participle.png) no-repeat 100% center;
}

.mySwiper2 {
  height: 400px;
}

.mySwiper {
  height: 100px;
  margin-top: auto;
  margin-bottom: 10px;
  width: 100%;
}

.mySwiper .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active:after {
  background-color: #000000;
  opacity: 0;
}

.mySwiper2 .swiper-slide,
.mySwiper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}

.mySwiper2 img,
.mySwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.portpholio__desc {
  position: relative;
  padding-top: 55px;
}

.portpholio__desc p {
  position: relative;
  z-index: 5;
}

.portpholio__desc .portpholio__number {
  position: absolute;
  z-index: 2;
  font-weight: 300;
  font-size: 96px;
  line-height: 1em;
  color: #ebf5ff;
  margin-bottom: 0;
  left: 0;
  top: 0;
}

.portfolio__row:nth-child(odd) .portpholio__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.callback__offer_subscribe {
  max-width: 400px;
}

.contact {
  padding-top: 130px;
}

.contact__block {
  background: #0072dc;
  opacity: 0.65;
  border-radius: 5px;
  max-width: 500px;
  padding: 100px 80px;
  position: relative;
  z-index: 2;
}

.contact__item {
  padding-left: 40px;
  margin-bottom: 55px;
  line-height: 30px;
}

.contact__item_address {
  background: url(../img/place.svg) no-repeat left 5px;
}

.contact__item_phone {
  background: url(../img/phone.svg) no-repeat left 5px;
}

.contact__item_phone a {
  line-height: 30px;
}

.contact__item_mail {
  background: url(../img/mail.svg) no-repeat left top;
}

.social__wrap_contact .social__link svg path {
  fill: #fff;
}

.social__wrap_contact .social__link:hover svg path {
  fill: #dc1118;
}

.contact_map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.contact_map iframe {
  width: 100%;
  height: 100%;
}

.card_item {
  background: #ffffff;
  padding: 20px 26px 36px;
  -webkit-box-shadow: 0px 4px 15px rgba(25, 26, 28, 0.1);
          box-shadow: 0px 4px 15px rgba(25, 26, 28, 0.1);
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}

.card_item:hover {
  -webkit-box-shadow: 0px 4px 15px rgba(25, 26, 28, 0.3);
          box-shadow: 0px 4px 15px rgba(25, 26, 28, 0.3);
}

.card_btn {
  width: 150px;
  height: 35px;
  font-size: 14px;
}

.card__img {
  height: 290px;
}

.card__img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer__title_category {
  margin-bottom: 60px;
}

.product {
  padding-top: 120px;
  padding-bottom: 100px;
}
.product .btn {
  font-size: 18px;
}
.product .product_arrow {
  background-color: rgba(255, 255, 255, 0.767);
  border: none;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 40px;
  height: 50px;
  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-radius: 5px;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 5;
}
.product .product_arrow svg {
  height: 30px;
  width: 18px;
}
.product .product_arrow.product_arrow_left {
  left: 20px;
}
.product .product_arrow.product_arrow_right {
  right: 20px;
}
.product .product_arrow:hover {
  opacity: 1;
}
.product .breadcrumbs {
  color: transparent;
  margin-bottom: 10px;
  font-size: 0;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product .breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  color: #191a1c;
  margin-right: 21px;
  position: relative;
}
.product .breadcrumbs a:hover {
  color: #e51a30;
}
.product .breadcrumbs a:after {
  display: block;
  content: "/";
  position: absolute;
  right: -12px;
  top: calc(50% - 10px);
  color: var(--grey1);
}
.product .breadcrumbs .breadcrumb_last {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #e51a30;
}

.product_swiper_thumb {
  height: 128px;
  width: 100%;
}

.product_swiper .swiper-slide,
.product_swiper_thumb .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.product_swiper {
  height: 478px;
}

.product_swiper .swiper-slide img,
.product_swiper_thumb .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.product_swiper_thumb .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product_swiper_thumb .swiper-slide.swiper-slide-thumb-active:after {
  background-color: #000000;
  opacity: 0;
}

.product__list {
  padding-top: 150px;
}

.product__title {
  border-bottom: 1px solid #191a1c;
}

.product__content {
  padding-bottom: 44px;
  border-bottom: 1px solid #191a1c;
  margin-bottom: 44px;
}
.product__content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product__content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
}
.product__content img {
  max-width: 150px;
  height: auto;
}
.product__content a {
  color: #e51a30;
}

.product__content ul {
  margin-bottom: 1em;
  padding-left: 10px;
}

.product__content p,
.product__content li {
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.product__content li {
  padding-left: 15px;
}

.product__content li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background: #e51a30;
}

.product__content h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.download__link {
  margin-bottom: 8px;
}

.download__link svg {
  margin-left: 20px;
}

.preloader {
  z-index: 55555;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-animation: preloaderAnimate 1s ease 1.4s forwards;
          animation: preloaderAnimate 1s ease 1.4s forwards;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.preloader .custom-logo-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  padding-bottom: 40px;
  padding-top: 40px;
  -webkit-animation: logoAnimate 1s ease 1.4s forwards;
          animation: logoAnimate 1s ease 1.4s forwards;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.preloader .custom-logo-link:after,
.preloader .custom-logo-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #7fa1de;
  -webkit-transform: scale3d(100%, 3%, 100%);
          transform: scale3d(100%, 3%, 100%);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.preloader .custom-logo-link:after {
  -webkit-transform: scale3d(0%, 3%, 100%);
          transform: scale3d(0%, 3%, 100%);
  -webkit-animation: lineAnimate 1s ease 0.4s forwards;
          animation: lineAnimate 1s ease 0.4s forwards;
}

@-webkit-keyframes lineAnimate {
  0% {
    -webkit-transform: scale3d(0%, 3%, 100%);
            transform: scale3d(0%, 3%, 100%);
    background-color: #dc1118;
  }
  100% {
    -webkit-transform: scale3d(100%, 3%, 100%);
            transform: scale3d(100%, 3%, 100%);
    background-color: #dc1118;
  }
  /* 100%{transform: scale3d(100%, 100%, 100%);
    background-color: #dc1118;} */
}

@keyframes lineAnimate {
  0% {
    -webkit-transform: scale3d(0%, 3%, 100%);
            transform: scale3d(0%, 3%, 100%);
    background-color: #dc1118;
  }
  100% {
    -webkit-transform: scale3d(100%, 3%, 100%);
            transform: scale3d(100%, 3%, 100%);
    background-color: #dc1118;
  }
  /* 100%{transform: scale3d(100%, 100%, 100%);
    background-color: #dc1118;} */
}
@-webkit-keyframes logoAnimate {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleY(100%);
            transform: translate3d(-50%, -50%, 0) scaleY(100%);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleY(0%);
            transform: translate3d(-50%, -50%, 0) scaleY(0%);
  }
}
@keyframes logoAnimate {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleY(100%);
            transform: translate3d(-50%, -50%, 0) scaleY(100%);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleY(0%);
            transform: translate3d(-50%, -50%, 0) scaleY(0%);
  }
}
@-webkit-keyframes preloaderAnimate {
  0% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
  }
  100% {
    -webkit-transform: scaleY(0%);
            transform: scaleY(0%);
    opacity: 0;
  }
}
@keyframes preloaderAnimate {
  0% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
  }
  100% {
    -webkit-transform: scaleY(0%);
            transform: scaleY(0%);
    opacity: 0;
  }
}
/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   Blog page end
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    */
/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   work end
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    */
/*
#e79945;
.line_decor
.line_decor_dark 

    .mt_10 .mt_15 .mt_20 .mt_30 .mt_35 .mt_40 .mt_45 .mt_50 
    .mb_10 .mb_15 .mb_20 .mb_25 .mb_30 .mb_35 .mb_40 .mb_45 .mb_50

    fw_light fw_normal  fw_medium fw_demi fw_bold fw_bolder fw_black fs_i 

    fz_12 fz_14 fz_15 fz_16 fz_17  fz_18 fz_20 fz_22 fz_24 fz_25 fz_26 fz_28 fz_30 fz_36 fz_42 fz_48 fz_50 fz_60

    pt_40 pt_50 pt_60 pt_80 pt_90 pt_100 pt_120
    pb_20 pb_25 pb_30 pb_35 pb_40 pb_50 pb_60 pb_80 pb_90 pb_100 pb_120

      c_dark  c_white  .c_orange c_blue c_blue_lt

    text_center .text_left .text_right  tt_upper

    .btn_xs .btn_small .btn_medium .btn_max btn_wh

    bg_grey
    */
/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    contact  single end
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    */
/* 
    ////////////////////////////////////////
    service single start
    ////////////////////////////////////////
    */
/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    service  single end
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    */
/* #02071A
color: #F5F5F5; grey light

*/
/* 
    ////////////////////////////////////////
    callback start
    ////////////////////////////////////////
    */
.order_form__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.input__group {
  margin-bottom: 20px;
  position: relative;
}

.input__group input {
  display: block;
  width: 100%;
  height: 55px;
  padding-left: 30px;
  border-radius: 0;
  border: none;
  border: 1px solid rgba(25, 26, 28, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #191a1c;
  font-weight: 400;
  font-size: 18px;
  border-radius: 5px;
}

.form__wrap_popup .input__group {
  margin-bottom: 33px;
}

.form__wrap_popup {
  width: 280px;
  margin: 0 auto;
}

.form__wrap_popup .input__group input {
  background: #fff;
  border: none;
  height: 60px;
}

/* .order__input_name {
  background: url(../img/user_icon_orange.png) no-repeat left center;
}

.order__input_phone {
  background: url(../img/phone_icon_orange.png) no-repeat left center;
} */
.form__wrap_popup .place_span {
  padding-top: 18px;
}

.place_span {
  padding-top: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #191a1c;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  font-weight: 300;
}

.place_span span {
  color: #dc1118;
}

.place_span.fixed_span {
  opacity: 0;
}

.order__input_massege {
  height: 129px;
  display: block;
  padding-top: 14px;
  padding-right: 14px;
  padding-left: 30px;
  width: 100%;
  border-radius: 0;
  border: none;
  border: 1px solid rgba(25, 26, 28, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
}

.check_input {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin-right: 12px;
}

.wpcf7-acceptance {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.wpcf7-acceptance input {
  cursor: pointer;
}

.wpcf7-acceptance * {
  margin: 0 !important;
}

.wpcf7-acceptance.checked_inp {
  background: #fff url(../img/correct.svg) no-repeat center;
}

input.wpcf7-not-valid {
  border-color: red !important;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.774);
  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;
  pointer-events: none;
  z-index: -9;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup.open {
  pointer-events: all;
  z-index: 9999;
  opacity: 1;
}

.popup__content {
  width: 98%;
  max-width: 480px;
  background: url(../img/popup.jpg) no-repeat center/cover;
  padding: 120px 70px 98px;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 20px;
}

.popup__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 0.6;
  border-radius: 20px;
}

.popup__content > * {
  position: relative;
}

.popup.open .popup__content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: relative;
  /* top: 50%; */
}

.form__wrap_popup .input__group {
  width: 100%;
}

.popup__content .order__btn {
  width: 100%;
  max-width: 100%;
}

.popup__content .section__offer {
  margin-bottom: 30px;
}

.consult_popup .section__offer p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.popup__content .checkbox__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__content .close_popup {
  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;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 70px;
}

.close_popup > * {
  pointer-events: none;
}

.close_popup svg {
  width: 20px;
  height: 20px;
}

.open__form > * {
  pointer-events: none;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

.mysocial-cont {
  position: fixed;
  bottom: 81px;
  right: 38px;
  z-index: 1000;
}

.mysocial,
.mysocial:before,
.mysocial_links .mysocial_link {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.mysocial:after {
  display: block;
  position: absolute;
  border: 50%;
  border-radius: 50%;
  border: 1px solid #e51a30;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}

.mysocial {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: -1;
  -webkit-transition: 0.39s;
  transition: 0.39s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  background: #e51a30;
  -webkit-box-shadow: 0px 4px 20px #e51a30;
          box-shadow: 0px 4px 20px #e51a30;
}

.mysocial:before,
.mysocial:after {
  content: "";
  will-change: transform;
}

.mysocial:before {
  background: url("../img/typcn_messages.svg") center/23px no-repeat;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(229, 26, 48, 0.5);
          box-shadow: 0px 0px 0px 7px rgba(229, 26, 48, 0.5);
}

.mysocial:before {
  background: url(../img/typcn_messages.svg) no-repeat center/23px;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mysocial.active {
  width: 45px;
  height: 45px;
}

.mysocial.active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  background: url("../img/close.svg") no-repeat center/23px;
  background-color: rgb(229, 26, 48);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(229, 26, 48, 0.5);
          box-shadow: 0px 0px 0px 4px rgba(229, 26, 48, 0.5);
  pointer-events: none;
}

.mysocial.active:after {
  display: none;
}

.mysocial_links .mysocial_link {
  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.3s;
  transition: 0.3s;
  opacity: 0;
  will-change: animation;
  pointer-events: none;
  margin-bottom: 8px;
  margin-right: 0;
  font-size: 24px;
  color: #fff;
}

.mysocial_links .mysocial_link:hover {
  color: rgb(228, 227, 227);
}

/* .mysocial_link .mysocial_link{

} */
.mysocial_links .mysocial_link {
  position: static;
}

.mysocial_links {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 160%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-23 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.mysocial_links .mysocial_link:hover {
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
}

.mysocial_links .mysocial_link.facebook {
  background: #0072dc url(../img/facebook_widg.svg) no-repeat center;
}

.mysocial_links .mysocial_link.whatsapp {
  background: #28cf61 url(../img/watsap.svg) no-repeat center;
}

.mysocial_links .mysocial_link.telegram {
  background: #54befa url(../img/telegram_widg.svg) no-repeat center;
}

/* 
.mysocial_links .mysocial_link.phone {
  background: #00a2ff;
} */
.mysocial_links .mysocial_link.viber {
  background: #8e3eaa url(../img/viber_widg.svg) no-repeat center;
}

.mysocial_links .mysocial_link.instagram {
  background: #f46bef url(../img/instagram_widg.svg) no-repeat center;
}

.mysocial_links .mysocial_link.active {
  -webkit-animation: 0.48s up forwards;
  animation: 0.48s up forwards;
  pointer-events: all;
}

.mysocial_links .mysocial_link.active:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.mysocial_links .mysocial_link.active:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.mysocial_links .mysocial_link.active:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.mysocial_links .mysocial_link.active:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.mysocial_links .mysocial_link.active:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.mysocial_links .mysocial_link.active:nth-child(6) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.mysocial_links .mysocial_link.no {
  -webkit-animation: none;
  animation: none;
}

.mysocial-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.mysocial-bg-active {
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  pointer-events: all;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(170%);
    transform: translateY(170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(170%);
    transform: translateY(170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
#stats {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: 0 !important;
}/*# sourceMappingURL=main.css.map */