@import url(../fonts/stylesheet.css);

body,
html {
  scrollbar-color: #202020 #f0f0f0;
  scrollbar-width: thin;
  overflow-x: hidden;
}

body {
  font-family: 'Manrope', sans-serif;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.025em; */
  position: relative;
  color: #202020;
  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: #202020;
}

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: #202020;
  font-size: 16px;
  font-family: 'Manrope', 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: 'Manrope', sans-serif;
}

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

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.container {
  position: relative;
}
.custom_logo,
.custom-logo-link {
  width: 208px;
  display: block;
}

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

header,
section,
footer {
  position: relative;
  /* z-index: 5; */
  /* overflow-x: hidden; */
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.page-numbers {
  display: flex;
  width: auto;
  font-weight: 300;
  font-size: 18px;
  color: #2f2f72;
  margin: 0 9px;
}

.page-numbers.current,
.page-numbers:hover {
  font-weight: 500;
  color: #2f2f72;
}

.page-numbers.prev,
.page-numbers.next,
span.page-numbers.prev,
span.page-numbers.next {
  width: 50px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  border: 1px solid #83a3ce;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 39px;
}

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

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: #f9f301;
  border: 1px solid #f9f301;
}

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

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

.header {
  background: transparent;
  padding: 15px 0 15px;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.header.blue_header {
  background: #83a3ce;
}
.single.single-post .header,
.page-template-template-contact .header,
.page-template-template-service.page-child .header {
  background-color: #243043;
}

.fixed_header {
  z-index: 5000;
}

.fixed_header.header {
  padding: 5px 0;
  background-color: #243043;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15); */
}

.my_row {
  display: flex;
  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: flex;
  justify-content: space-between;
}

.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;
  transform: rotate(45deg);
}

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

.nav__item {
  position: relative;
  width: auto;
  margin-right: 35px;
  transition: all 0.4s ease;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__item a {
  display: block;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-align: center;
  font-weight: 500;
}

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

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

.menu__burger span {
  width: 30px;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 5px;
}

.menu__burger .burger__line_third {
  margin-bottom: 0;
  width: 66%;
}

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

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

.menu .menu-item-has-children:hover::before {
  background: url(../img/icon/arow_bottom_orange.svg) no-repeat center;
}

.menu .sub-menu {
  padding: 32px 50px 10px 20px;
  position: absolute;
  width: 400px;
  max-width: 400px;
  top: calc(100% - 1px);
  left: 15px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  text-align: left;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 5px;
}

.nav__item .child__item a {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #2f2f72;
}

.nav__item .child__item a:hover {
  font-weight: 500;
}

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

.child__item:last-child {
  margin-bottom: 0;
}

.lang li {
  position: relative;
}

.lang li:first-child {
  margin-right: 10px;
}

.lang li:first-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: -5px;
  top: calc(50% - 7px);
}

.lang a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.lang a:hover,
.current-lang a {
  font-weight: 600;
}

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

@media screen and (max-width: 991px) {
  /* Menu style */
  .menu__burger {
    display: block;
  }

  .menu {
    width: 100%;
    padding: 0 25px;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: -400px;
    overflow-y: auto;
    background: #243043;
    width: 100%;
    max-width: 400px;
    z-index: 400;
    transition: all 0.6s ease;
    /* transform: translateX(100%); */
    height: 3px;
    overflow-y: auto;
    scrollbar-color: #2f2f72 #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 {
    /* transform: translateX(0); */
    width: 100%;
    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;
      /* transform: translateX(100%); */
      right: -400px;
      -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;
      /* transform: translateX(0%); */
      right: 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;
      right: 0;
    }
  }

  @keyframes rightBottomShow {
    0% {
      height: 3px;
      /* transform: translateX(100%); */
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      -o-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;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      -o-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;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      -o-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;
      right: 0;
    }

    50% {
      height: 3px;
      right: 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;
      right: -400px;
      -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;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      -o-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;
      /* transform: translateX(0%); */
    }

    50% {
      height: 3px;
      right: 0px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      -o-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;
      right: -400px;
      /* transform: translateX(100%); */
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      -o-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: flex;
    padding-top: 15px;
  }

  .nav {
    margin-top: 30px;
  }

  .nav__list {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .nav__item {
    padding: 5px 0 7px 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;
    padding: 0;
    font-size: 24px;
    text-align: left;
    transition: 0.2s;
    font-weight: 700;
    transform: translateY(-50px);
    width: max-content;
    margin: 0 auto;
  }

  .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;
    }
  }

  .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/icon/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: 6px;
    background: url(../img/icon/arow_bottom.svg) no-repeat center / 10px;
  }

  .menu .sub-menu {
    padding: 70px 15px 40px;
    position: fixed;
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background: transparent;
    border-radius: 0 0 2px 2px;
    border-bottom: none;
    transform: translateY(0%) translateX(100%);
    opacity: 1;
    pointer-events: all;
    display: block;
    margin-bottom: 0 !important;
    background: #fff;
    z-index: 15;
    height: 100vh;
  }

  .menu .sub-menu.active {
    transform: translateX(0);
  }

  .close_child_menu {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 15px;
    top: 15px;
    transform: rotate(180deg);
    background: url(../img/icon/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__title {
  font-weight: normal;
  font-size: 36px;
  color: #414141;
  font-family: 'PP Neue Machina';
  text-transform: uppercase;
}

.btn {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  border-radius: 100px;
  background-color: #fff;
  font-weight: 500;
  font-size: 24px;
  color: #b71818;
  z-index: 5;
  position: relative;
  box-shadow: 0px 11px 25px rgba(68, 92, 133, 0.37);
  border-radius: 100px;
  padding-left: 70px;
}

a.btn:hover {
  background: #b71818;
  box-shadow: 0px 11px 25px rgba(68, 92, 133, 0.37);
  color: #fff;
}

.btn:hover {
  background: #b71818;
  box-shadow: 0px 11px 25px rgba(68, 92, 133, 0.37);
  color: #fff;
}

.btn:hover span {
  background: #ffffff;
  transform: rotate(-90deg);
}

.btn:hover span path {
  fill: #b71818;
}

.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: #b71818;
  position: absolute;
  right: 18px;
  top: calc(50% - 22px);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.c_dark {
  color: #414141 !important;
}

.c_grey {
  color: #65758c !important;
}

.c_red {
  color: #b71818 !important;
}

.c_white {
  color: #fff !important;
}

.bg__style {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

svg path {
  transition: all 0.4s ease;
}

.header__btn {
  width: 174px;
  height: 30px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: max-content;
  height: 18px;
}

.header__btn:hover {
  border-bottom: 1px solid #b71818;
  color: #b71818;
}

.header__contact {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.header__contact:hover{
  color: #b71818;
}

.phones__btn {
  width: 15px;
  height: 15px;
  display: flex;
  margin-right: 7px;
  cursor: pointer;
}

.phones__btn svg {
  pointer-events: none;
}

.catalog__menu .catalog__link {
  padding: 5px 0;
}

.catalog__menu .catalog__link > a {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background: #fff;
  border-radius: 50px;
  padding: 12px 0 12px 20px;
  width: 207px;
  text-align: left;
  color: #414141;
  position: relative;
  background: #fff url(../img/catalog_menu.svg) no-repeat 175px center;
}

.catalog__menu {
  position: relative;
}

.catalog__menu .sub-menu {
  width: 305px;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(68, 92, 133, 0.11);
  border-radius: 20px;
  padding: 23px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  transform: translateY(-10px);
}

@media screen and (min-width: 992px) {
  .catalog__menu .catalog__link:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
}

@media screen and (max-width: 991px) {
  .catalog__menu .sub-menu.open {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
}

.catalog__menu .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.catalog__menu .sub-menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #414141;
}

.catalog__menu .sub-menu li a:hover {
  color: #b71818;
}

.dark__bg_overflow {
  position: relative;
}

.dark__bg_overflow:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2b3a52;
  opacity: 0.8;
  pointer-events: none;
}

.head__section.head__section_other {
  padding-top: 140px;
  padding-bottom: 120px;
}

.breadcrumbs {
  font-size: 18px;
  line-height: 1.5em;
  color: #414141;
  width: 100%;
}

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

.head__section_other .breadcrumbs > span:last-child {
}

.breadcrumbs > span:last-child {
  font-weight: 300;
}

.breadcrumbs span {
  font-size: 18px;
  color: #414141;
  line-height: 1.5em;
  font-weight: 600px;
}

.breadcrumbs a span {
  font-size: 18px;
  line-height: 1.5em;
  color: #414141;
  font-weight: 600px;
}

.head__section.head__section_main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 650px;
  max-height: 850px;
  height: 100vh;
}

.offer__btn.btn {
  padding-left: 76px;
}
.page-template-template-main .offer__title{
font-size: 96px;
}
.offer__title {
  font-size: 64px;
  font-weight: 400;
}

.head__list {
  position: absolute;
  bottom: 94px;
  left: calc(50% + 100px);
}

.head__list:before {
  content: '';
  display: block;
  width: 780px;
  height: 760px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 243px;
  top: 0;
}

.head__list li {
  padding-right: 80px;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  width: max-content;
}

.head__list li:first-child {
  margin-bottom: 100px;
  transform: translateX(277px);
}

.head__list li:nth-child(2) {
  margin-bottom: 150px;
  transform: translateX(147px);
}

.head__list li:last-child {
}

.head__list li:after {
  content: '+';
  font-family: 'Roboto', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-weight: 500;
  font-size: 36px;
  color: #b71818;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.popular {
  background: #f8fafd;
}

.popular.popular_more {
  background-color: #fff;
}

.popular.popular_more .swiper-container {
  padding: 25px 10px;
}

.catalog .popular__slide,
.popular.popular_more .popular__slide {
  box-shadow: 0px 4px 25px rgba(68, 92, 133, 0.11);
}

.popular__slide {
  padding: 29px 35px 47px;
  background: #ffffff;
  border-radius: 20px;
}

.popular__img {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  height: 240px;
  flex-shrink: 0;
}

.card__text p {
  font-weight: 300;
  font-size: 16px;
}

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

.swiper__arrow {
  position: absolute;
  top: calc(50% - 22px);
  width: 40px;
  height: 44px;
}

.swiper__arrow.swiper__arrow_left {
  left: -54px;
}
.swiper__arrow.swiper__arrow_right {
  right: -54px;
}
.swiper__arrow:before,
.swiper__arrow:after {
  content: '';
  display: block;
  width: 40px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}
.swiper__arrow.swiper__arrow_left:before {
  background: url(../img/swiper_arrow_left.svg) no-repeat center / 100%;
}
.swiper__arrow.swiper__arrow_left:after {
  background: url(../img/swiper_arrow_left_shadow.svg) no-repeat center / 100%;
  opacity: 0;
}
.swiper__arrow.swiper__arrow_left:hover:before {
  opacity: 0;
}
.swiper__arrow.swiper__arrow_left:hover:after {
  opacity: 1;
}
.swiper__arrow.swiper__arrow_right:before {
  background: url(../img/swiper_arrow_right.svg) no-repeat center / 100%;
}
.swiper__arrow.swiper__arrow_right:after {
  background: url(../img/swiper_arrow_right_shadow.svg) no-repeat center / 100%;
  opacity: 0;
}
.swiper__arrow.swiper__arrow_right:hover:before {
  opacity: 0;
}
.swiper__arrow.swiper__arrow_right:hover:after {
  opacity: 1;
}

.popular__info {
  height: 100%;
}

.popular__btn {
}

.advant__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(68, 92, 133, 0.11);
}
.advant__icon img {
  width: 70%;
  height: auto;
}

.advant__text {
  padding-right: 50px;
}

.form__wrap_callback .input__group.input__group_message .place_span {
  top: 27px;
}

.form__wrap_callback .input__group.input__group_message .order__input_message {
  width: 100%;
  display: block;
  background: #ffffff;
  border-radius: 20px;
  padding-top: 27px;
  padding-left: 25px;
}

.about__img img {
  width: 100%;
  height: auto;
}
.about__btn.about__btn_about {
  width: 440px;
}

.text__content li,
.text__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8em;
  color: #414141;
  margin-bottom: 40px;
  padding-right: 10%;
}

.text__content imb {
  max-width: 100%;
  height: auto;
}

.text__content ul,
.text__content ol {
  margin-bottom: 15px;
}

.text__content li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #414141;
  position: absolute;
  left: 9px;
  top: 10px;
}

.text__content li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.section__title_step {
  margin-bottom: 70px;
}

.step__text {
  padding-right: 25px;
}

.portfolio__link {
  display: block;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
}
.portfolio__item.hidden {
  visibility: hidden;
  position: absolute;
  z-index: -5;
  pointer-events: none;
}

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

.clients_swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.clients__slide {
  width: auto;
  padding: 0 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients__slide img {
  max-width: 300px;
}

.service__item {
  width: 100%;
  padding: 60px 60px 64px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(68, 92, 133, 0.11);
  border-radius: 20px;
}

.service__thumb {
  flex-shrink: 0;
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
}

.service__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: calc();
}

.single__thumbnail {
  height: 400px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: calc();
}

.single__btn.btn {
  width: 330px;
}

.text__content.text__content_single li {
  margin-bottom: 5px;
}
.contact__wrap {
  max-width: 520px;
  padding: 90px 70px 90px 75px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(68, 92, 133, 0.11);
  border-radius: 20px;
}
.contact__icon {
  padding-top: 6px;
}
.contact__item:not(:last-child) {
  margin-bottom: 30px;
}
.contact iframe{
width: 120%;
height: 100%;
position: absolute;
left: 0;top: 0;
}
.contact .container{
  z-index: 3;
}
.contact__item a,
.contact__item p {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 5px;
  color: #202020;
}

.describe__block {
  padding-top: 100px;
}

.describe__title {
  position: relative;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  max-width: 330px;
  padding: 17px 0 18px;
}

.describe__title span {
  position: relative;
}

.describe__title::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  background: #ffffff;
  pointer-events: none;
}

.describe__title::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 50px;
  background: #ffffff;
  pointer-events: none;
}

.describe__content {
  padding: 80px 42px 80px 108px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
}

.describe__content > * {
  position: relative;
  z-index: 2;
}

.describe__content p {
  margin-bottom: 30px;
}

.describe__content h2 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #202020;
  margin-bottom: 35px;
}

.describe__content h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 30px;
}

.describe__content p strong,
.describe__content p b {
  font-weight: 500;
}

.describe__content table {
  border-collapse: collapse;
  width: 100% !important;
}

.describe__content table th,
.describe__content table td {
  border: none;
  font-size: 18px;
  width: 50% !important;
  padding: 14px 23px;
}

.describe__content table th p,
.describe__content table td p {
  margin-bottom: 0;
  font-size: 18px;
}

.describe__content table td:nth-child(2) {
  text-align: right;
}

.describe__content table tr:nth-child(odd) {
  background-color: #eff4fb;
}

.product_btn.btn {
  width: 330px;
}

.catalog__list {
  padding: 42px 22px 35px 25px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(68, 92, 133, 0.11);
  border-radius: 20px;
}

.catalog__tag {
}

.catalog__tag .catalog__link > a {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #202020;
  margin-bottom: 40px;
  display: block;
  width: max-content;
}

.catalog__tag .sub-menu {
}

.catalog__tag .sub-menu li {
  padding: 27px 0 16px;
  border-bottom: 1px solid #eeeeee;
}

.catalog__tag .sub-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.catalog__tag .sub-menu li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #202020;
}

.catalog__tag .sub-menu li a:hover,
.catalog__tag .sub-menu li.current-menu-item a {
  text-decoration-line: underline;
  color: #b71818;
}

/* .contact__item a{
  font-weight: 300;
  font-size: 24px;  
line-height: 33px;
margin-bottom: 5px;
color: #202020;
} */
.tag__wrap {
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 4px 25px rgba(68, 92, 133, 0.11);
  overflow: hidden;
}
.tag__item {
  width: calc(100% / 3);
  height: 100px;
  background: #fff;
  display: flex;
  border-right: 1px solid #bed0ec;
  border-bottom: 1px solid #bed0ec;
  align-items: center;
  padding: 0 15px;
}
.tag__item:hover {
  background-color: #b71818;
}
.tag__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  flex-shrink: 0;
}
.tag__icon img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.4s ease;
}

.tag__icon img.tag__icon_hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
}
.tag__item:hover img {
  opacity: 0;
}
.tag__item:hover .tag__icon img.tag__icon_hover {
  opacity: 1;
}

.tag__item:nth-child(3),
.tag__item:nth-child(6) {
  border-right: none;
}
.tag__item:nth-child(4),
.tag__item:nth-child(5),
.tag__item:nth-child(6) {
  border-bottom: none;
}

.tag__name {
  font-size: 16px;
  text-transform: uppercase;
  color: #414141;
}
.tag__item:hover .tag__name {
  color: #fff;
}

.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #252525;
}
.footer__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration-line: underline;
  margin-bottom: 8px;
  color: #ffffff;
}

.footer__btn {
  text-decoration: underline;
  transition: all 0.4s ease;
  cursor: pointer;
}
.footer__btn:hover {
  color: #b71818 !important;
}
.footer .footer__menu {
  max-width: 253px;
}
.footer .footer__menu li {
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
.footer .footer__menu a {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-align: left;
  transform: none;
  text-align: left;
  margin: 0;
}
.footer .footer__menu a:hover {
  color: #b71818;
  text-decoration: underline;
}
.footer .footer__menu.footer__menu_main .nav__item a {
  font-size: 24px;
  line-height: 1em;
}
.footer__contact a {
  color: #fff;
}
.footer__contact a:hover {
  color: #b71818;
}
.social a:not(:last-child) {
  margin-bottom: 24px;
}
.social a:hover path {
  fill: #fff;
}
.popup_offer{
  max-width: 250px;
  margin: 0 auto 28px;
}
.popup .section__title{
  font-family: "PP Neue Machina";
font-weight: 400;
font-size: 24px;
text-align: center;
text-transform: none;
color: #202020;
}
/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   Blog page end
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    */

/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   work end
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    */

/*

    .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
ff_futura
    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_dark .bg_yel .bg_blue .bg_pink
    */

/* 
    ////////////////////////////////////////
    callback start
    ////////////////////////////////////////
    */
.input__group {
  margin-bottom: 20px;
  position: relative;
}

.input__group input {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: none;
  border: none;
  box-sizing: border-box;
  color: #414141;
  font-weight: 300;
  font-size: 18px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 100px;
  padding-left: 25px;
}

/* .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;
} */
.select_span,
.place_span {
  color: #414141;
  font-weight: 300;
  font-size: 18px;
  position: absolute;
  left: 37px;
  top: 18px;
  transition: all 0.4s ease;
  pointer-events: none;
  margin-bottom: 0;
}

.place_span span {
  color: #dc1118;
}

.select_span.fixed_span,
.place_span.fixed_span {
  opacity: 0;
}

.order__input_message {
  height: 160px;
  display: block;
  padding-top: 14px;
  padding-right: 14px;
  padding-left: 30px;
  width: 100%;
  border-radius: 0;
  border: none;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 18px;
}

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

.wpcf7-acceptance {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  border: 2px solid #B71818;
  box-sizing: border-box;
  border-radius: 4px;
  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/icon/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(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: -9;
  opacity: 0;
  transition: all 0.4s ease;
}

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

.popup__content {
  width: 98%;
  max-width: 470px;
  padding: 70px 30px 45px;
  position: relative;
  transform: translateY(50px);
  transition: all 0.4s ease;
  max-height: 98%;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(68, 92, 133, 0.11);
  border-radius: 20px;
}

.popup.open .popup__content {
  transform: translateY(0%);
  position: relative;
}


.form__wrap_popup .input__group {
  width: 100%;
}

.form__wrap_popup .input__group.input__group_select {
  width: 47%;
}

.popup__content .order__btn {
  width: 100%;
  max-width: 100%;
  text-align: center;
padding: 0;
justify-content: center;
}

.btn.btn_popup {
  width: 100%;
}

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


.popup__content .checkbox__wrap {
  justify-content: center;
}

.checkbox__text a {
  color: #303030;
  border-bottom: 1px solid #303030;
}

.close_popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.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;
}

select,
select:focus,
select:hover,
select :active {
  border: none;
  outline: none;
}

.order__select {
  height: 220px;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 15px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  z-index: 5;
}

.order__select p {
  display: none;
}

.order__select.show {
  opacity: 1;
  pointer-events: all;
}

.order__select button {
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  color: #1d1c1c;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}

.file__wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.show_file {
  max-height: 127px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.show_file p {
  color: #fff;
}

.delite__file {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  z-index: 5;
}

.delite__file svg {
  width: 100%;
  height: 100%;
}

.input__group.input__group_file {
  border-bottom: 1px solid #fff;
}

.input__group.input__group_file input {
  background-color: transparent;
  opacity: 0;
  cursor: pointer;
}

.input__group.input__group_file .place_span {
  left: 0;
}

.input__group.input__group_file .place_span:before {
  content: '';
  display: block;
  width: 38px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/photo.svg) no-repeat left center / contain;
}

.wpcf7-response-output {
  display: none;
}
