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

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.025em; */
  position: relative;
  color: #2f2f72;
  font-size: 15px;
  min-height: 100vh;
}
.swiper-container{
	overflow:hidden
}

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

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

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

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: #2f2f72;
  font-size: 16px;
  margin-bottom: 1.2rem;
  font-family: 'Inter', 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: 'Inter', sans-serif;
}

a,
a:hover,
a:active {
  text-decoration: none;
}
.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}
.container {
  position: relative;
}

.custom-logo-link {
  width: 355px;
  display: block;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}
.fixed_header .custom-logo-link {
  width: 280px;
}
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: 22px 0 15px;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
}
.header.blue_header {
  background: #83a3ce;
}

.fixed_header {
  z-index: 5000;
}
.fixed_header.header {
  padding: 5px 0;
  background-color: #83a3ce;
  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: 30px;
  transition: all 0.4s ease;
}
.nav__item:last-child {
  margin-right: 0;
}

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

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

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

.menu__burger span {
  width: 40px;
  display: block;
  height: 3px;
  margin-bottom: 6px;
  background: #2f2f72;
  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: -15px;
  top: calc(50% - 5px);
  background: url(../img/icon/arow_bottom.svg) no-repeat center;
}
.menu-item-has-children:hover::before {
  background: url(../img/icon/arow_bottom_orange.svg) no-repeat center;
}

.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 .current-lang {
  display: none;
}
.lang a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.lang a:hover {
  color: #2f2f72;
}

@media screen and (min-width: 992px) {
  .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: #83a3ce;
    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;
  }

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

  .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-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.section__title span {
  text-transform: none;
}
.section__title:before {
  content: '';
  display: block;
  position: absolute;
  left: -76px;
  top: 13px;
  width: 68px;
  height: 10px;
  background: #83a3ce;
}

.btn {
  width: 330px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #fff;
  font-weight: 400;
  font-size: 18px;
  color: #2f2f72;
  z-index: 5;
  position: relative;
  box-shadow: 0px 14px 27px rgba(19, 84, 172, 0.3);
}
.btn:after {
  content: '';
  display: block;
  width: 50px;
  height: 32px;
  position: absolute;
  right: 18px;
  top: calc(50% - 16px);
  background: #f9f301 url(../img/arrow_min_right.svg) no-repeat center;
  border-radius: 100px;
  transition: all 0.4s ease;
}
.btn:hover {
  background-color: #f9f301;
}
.btn:hover:after {
  background-color: #fff;
}
.btn_yel {
  background-color: #f9f301;
  font-weight: 400;
  font-size: 18px;
  color: #2f2f72;
  border-radius: 100px;
  width: 220px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_dark {
  color: #2f2f72 !important;
}
.c_grey {
  color: #65758c !important;
}
.c_orang {
  color: #ff802c !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: 1px solid #83a3ce;
  box-sizing: border-box;
  border-radius: 100px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #83a3ce;
}
.header__btn:hover {
  border: 1px solid #f9f301;
  background-color: #f9f301;
  color: #2f2f72;
}
.header__contact {
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  margin: 6px 0;
  display: flex;
  align-items: center;
}
.phones__hide .header__contact {
  display: none;
}
.phones__hide .header__contact:first-child {
  display: none;
}

.phones__btn {
  width: 12px;
  height: 12px;
  display: flex;
  margin-right: 4px;
  margin-top: 10px;
  cursor: pointer;
}
.phones__btn svg {
  pointer-events: none;
}
.phones {
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.phones__hide {
  width: 100%;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 99%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.header__contact {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.header__contact:hover {
  color: #2f2f72;
}
.phones__hide .header__contact {
  color: #2f2f72;
  display: block;
  margin-bottom: 11px;
}
.phones__hide .header__contact:last-child {
  margin-bottom: 0;
}
.phones__hide .header__contact:hover {
  color: #83a3ce;
}
@media screen and (min-width: 992px) {
  .phones:hover .phones__hide {
    opacity: 1;
    pointer-events: all;
  }
}

.head__section {
  /* padding-top: 150px; */
  /* padding-bottom: 120px; */

  min-height: 700px;
}
.head_slide {
  padding-top: 150px;
  padding-bottom: 70px;
  overflow: hidden;
}
.offer__title {
  font-weight: 900;
}
.offer__title span {
  font-weight: 600;
}

.head__section:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 152px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #83a3ce;
}

.offer__text {
  max-width: 460px;
}
.head__pag {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 152px;
  left: -66px;
  width: 100%;
}
.head__pag,
.head__pag span {
  color: #b5d1f7;
  font-size: 24px;
  font-weight: 400;
}
.head__pag span.swiper-pagination-current {
  color: #f9f301;
}
.img_square {
  position: absolute;
  z-index: 3;
}
.square_top {
  right: -45px;
  top: -69px;
}
.square_bottom {
  left: -370px;
  bottom: -70px;
}
.img__effect:before {
  content: '';
  display: block;
  width: 336px;
  height: 244px;
  z-index: 1;
  background: #f9f301;
  border-radius: 0px 0px 50px 0px;
  position: absolute;
  left: -50px;
  bottom: -65px;
}
.head__img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  border-radius: 100px 0px 0px;
}
.head__nav {
  position: absolute;
  left: 0;
  bottom: 104px;
  width: 100%;
  z-index: 10;
}
.slider__arrow {
  width: 50px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  border: 1px solid #83a3ce;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.slider__arrow:hover {
  border: 1px solid #f9f301;
  background-color: #f9f301;
}
.slider__arrow:hover path {
  fill: #2f2f72;
}
.section__title_advat {
  margin-bottom: 60px;
}
.advant__item {
  background-color: #fff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 20px;
  padding: 0 46px 70px;
  width: 100%;
  text-align: center;
}
.advant__icon {
  width: 200px;
  border-radius: 0 0 100px 100px;
  background-color: #f9f301;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.advant__icon img {
  max-width: 60px;
  max-height: 60px;
}
.advant__order {
  width: 100%;
  background: #83a3ce;
  padding: 30px;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 20px;
}
.pos_rel {
  z-index: 2;
}
.popular_bg {
  position: absolute;
  top: -128px;
  right: 32%;
  z-index: 1;
}
.popular_cat {
  background-color: #eff4fb;
}
.popular_cat .popular_bg {
  top: -70px;
}
.popular_cat.popular:before {
  display: none;
}

.advant::before {
  content: '';
  display: block;
  width: 80%;
  height: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #eff4fb;
}
.popular:before {
  content: '';
  display: block;
  width: 80%;
  height: 75%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eff4fb;
}

.popular__offer {
  max-width: 540px;
}
.popular__slide {
  background: #ffffff;
  overflow: hidden;
  padding: 50px 0 45px 7px;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 20px;
}
.popular__swiper {
  padding-bottom: 30px;
  padding-top: 15px;
}
.popular__img {
  width: 310px;
  height: auto;
}
.popular__img img {
  width: 100%;
  height: auto;
}
.popular__img .popular__info {
  padding-right: 46px;
}
.alternate_item {
  margin-bottom: 50px;
}
.alternate__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #83a3ce;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alternate__text {
  max-width: 250px;
}
.alternate__effect {
  position: absolute;
  bottom: 0;
  right: -520px;
  pointer-events: none;
}

/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   project 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
.swiper__arrow {
  position: absolute;
  top: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f9f301;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 0px rgba(19, 84, 172, 0.3);
}
.swiper__arrow:hover {
  background: #f9f301;
  box-shadow: 0px 14px 27px rgba(19, 84, 172, 0.3);
}
.swiper__arrow.arrow_left {
  left: -35px;
  z-index: 2;
}
.swiper__arrow.arrow_right {
  right: -35px;
  z-index: 5;
}
.swiper__side.swiper__side_left {
  padding-right: 15px;
}
.swiper__side.swiper__side_right {
  padding-left: 15px;
}
.swiper_top {
  height: 390px;
  margin-bottom: 16px;
}
.swiper_bottom {
  height: 78px;
  width: 100%;
}
.swiper_top img,
.swiper_bottom img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.swiper_top img {
  border-radius: 20px;
}
.swiper_bottom img {
  border-radius: 5px;
}
.swiper_bottom .swiper-slide {
  opacity: 0.8;
  transition: all 0.4s ease;
}
.swiper_bottom .swiper-slide-thumb-active {
  opacity: 1;
}
.bottom__left,
.bottom__right {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gallery_content iframe{
  margin-top: 40px;
  max-width: 100%;
  height: 300px;
}
.gallery_content li,
.gallery_content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
}
.gallery_content h3 {
  margin-bottom: 15px;
}
.swiper__block {
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 0px 0px 100px 0px;
}
.gallery__slide {
  padding: 60px 80px 50px;
}
.main__pag {
  display: flex;
  justify-content: center;
  margin-top: 29px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  flex-wrap: wrap;
}
.main__pag .swiper-pagination-bullet {
  opacity: 0;
}
.main__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e5a962;
  opacity: 0;
}

.step__item {
  margin-bottom: 60px;
}

.step__count {
  font-size: 36px;
  font-weight: 500;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about:before {
  content: '';
  display: block;
  width: 80%;
  height: 380px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eff4fb;
}
.section__offer_about {
  width: 110px;
  flex-shrink: 0;
}
.about__content li {
  position: relative;
  padding-left: 15px;
}
.about__content li,
.about__content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8em;
}
.about__content li:before {
  content: '-';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #2f2f72;
}
.about__img {
  width: calc(100% - 80px);
  display: block;
  margin-left: auto;
  height: auto;
  border-top-left-radius: 100px;
}
.about__picture .img__effect:before {
  display: none;
}
.about__picture .square_top {
  right: -125px;
  top: -75px;
}
.about__picture .square_bottom {
  left: -55px;
  bottom: -39px;
}
.review .container {
  z-index: 2;
}
.review:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 168px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eff4fb;
}
.review:after {
  content: '';
  display: block;
  width: 42%;
  height: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
}
.review__list {
  /* column-count: 2; */
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  flex: 0 0 auto;
}

.review__item {
  background: #ffffff;
  padding: 83px 25px 50px 35px;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  width: 100%;
  margin: 0 auto 30px;
  display: inline-flex;
  flex-direction: column;
}
.review__item:nth-child(4n + 1) {
  border-radius: 100px 0px 0px 0px;
}
.review__item:nth-child(4n + 2) {
  border-radius: 0px 100px 0px 0px;
}
.review__item_third {
  border-radius: 0px 0px 100px 0px;
  margin-top: 90px;
}
.review__text {
  font-size: 18px;
  font-weight: 300;
}
.review__position {
  color: #83a3ce;
}

.callback {
  padding-bottom: 160px;
}
.callback.callback_single {
  padding-bottom: 100px;
}
.callback__picture .img__effect {
  background: #83a3ce;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 0px 0px 100px 0px;
  padding: 48px 60px;
}
.callback__picture .img__effect:before {
  display: none;
}
.callback__img {
  width: 100%;
  height: auto;
  border-top-left-radius: 100px;
}
.callback__picture {
  padding-top: 75px;
  z-index: 5;
}
.callback__picture .square_top {
  right: -40px;
  top: -80px;
}
.callback__picture .square_bottom {
  left: -35px;
  bottom: -80px;
}
.callback__wrap {
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 0px 0px 100px 0px;
  padding: 57px 15px 57px 80px;
  position: relative;
}
.callback__offer {
  color: #83a3ce;
}
.form__wrap_callback {
  padding-right: 65px;
}
.callback__wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  position: absolute;
  left: -218px;
  top: 0;
  z-index: 1;
}
.callback__wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 2;
}
.callback__wrap > * {
  position: relative;
  z-index: 3;
}
.other__head:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 78px);
  position: absolute;
  left: 0;
  top: 0;
  background: #83a3ce;
  border-radius: 0px 0px 100px 0px;
}
.other__head {
  padding-top: 140px;
}
.other__head .img__effect:before {
  display: none;
}
.other__head .head__img {
  border-radius: 20px;
}

.other__offer {
  max-width: 690px;
}
.other__head .square_bottom {
  bottom: 0;
  left: 0;
}
.other__head .square_top {
  right: -72px;
  top: -35px;
}

.counter__item {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 20px;
  padding: 30px 50px 30px 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sertificate_swiper {
  height: 430px;
}
.swiper__link {
  display: block;
  max-height: 100%;
}
.swiper__link img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.swiper__block.swiper__block_sertificate {
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}

.category_section {
  background-color: #eff4fb;
}
.category_swiper {
  padding: 27px 0;
  height: 530px;
}
.category__slide {
  background: #ffffff;
  overflow: hidden;
  padding: 0 40px 75px;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: auto;
}

.category__thumb {
  width: 274px;
  height: 274px;
  margin: -100px auto 30px;
  border-radius: 50%;
  overflow: hidden;
}
.category__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.category__name {
  padding: 0 20px;
}
.taxonomy__wrap {
  margin-bottom: 65px;
  position: relative;
}

.taxonomy__wrap:nth-child(odd) .taxonomy_text {
  order: 1;
}

.taxonomy_text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 2em;
}
.taxonomy_text ul {
  margin-bottom: 15px;
}
.taxonomy_text li {
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
}

.taxonomy_text li:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  background-color: #2f2f72;
}

.taxonomy__bg {
  position: absolute;
  height: 100%;
  top: 0;
  width: 42%;
  right: 0;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
.taxonomy__wrap:nth-child(odd) .taxonomy__bg {
  border-radius: 0px 20px 20px 0px;
  right: auto;
  left: 0;
}
.taxonomy__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.popular.popular_more::before {
  display: none;
}
.more__swiper {
  padding: 27px 10px;
}
.card__slide {
  padding: 26px 30px 48px;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 20px;
}
.card__img img {
  width: 100%;
  height: auto;
}
.card__text {
  height: 77px;
  overflow: hidden;
}
.card__text p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

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

.service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.service__img {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}

.contact {
  padding-top: 150px;
}
.contact iframe {
  width: 120%;
  height: calc(100% - 95px);
  position: absolute;
  left: 0;
  top: 0;
}
.contact .container {
  pointer-events: none;
  z-index: 2;
}
.contact__wrap {
  pointer-events: all;
  max-width: 550px;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 0px 0px 100px 0px;
  padding: 80px 120px 50px 80px;
}
.contact__item {
  margin-bottom: 35px;
}
.contact__item a,
.contact__item p {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #2f2f72;
  margin-bottom: 5px;
}
.contact__item a {
  margin-bottom: 0;
}
.social {
  margin-top: 80px;
  display: flex;
}
.social a {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.photo__offer {
  color: #65758c;
}
.photo__link {
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 20px;
  height: 650px;
  border-radius: 20px;
}
.photo__link img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.photo .square_bottom {
  left: auto;
  right: -385px;
  top: -120px;
}
.product {
  padding-top: 150px;
}
.product__img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.short_describe {
  margin-top: 50px;
  max-width: 450px;
  margin-bottom: 60px;
}
.short_describe p {
  font-weight: 300;
  font-size: 20px;
  color: #2f2f72;
  margin-bottom: 30px;
}
.short_describe p:last-child {
  margin-bottom: 0;
}
.btn.product_btn {
  margin-top: auto;
  padding-left: 25px !important;
}

.describe__block {
  padding-top: 100px;
}

.describe__title {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  max-width: 330px;
  padding: 19px 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: 70px 30px 65px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
}
.describe__content > * {
  position: relative;
  z-index: 2;
}
.describe__content p {
  font-weight: 300;
  font-size: 20px;
  color: #2f2f72;
  margin-bottom: 30px;
}
.describe__content table {
  border-collapse: collapse;
  width: 100% !important;
}
.describe__content h3 {
  font-size: 20px;
  margin: 25px 0;
}
.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;
}

.service__content li,
.service__content p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.8em;
}
.service__content p:last-child {
  margin-bottom: 0;
}
.service__content li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.service__content li::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
  background-color: #2f2f72;
}

.footer {
  background: #294157;
  padding-top: 48px;
  padding-bottom: 90px;
}
.footer__title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 23px;
  position: relative;
}
.footer__title:after {
  content: '';
  display: block;
  width: 158px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.footer_menu a,
.contact__item_footer a,
.contact__item_footer p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #fff;
}
.footer_menu a:hover,
.contact__item_footer a:hover {
  color: #f9f301;
}
.footer_menu {
  /* margin-left: 60px; */
}
.footer_menu li {
  margin-bottom: 15px;
}
.footer__logo {
  max-width: 285px;
}
.footer__logo img {
  width: 100%;
}
.contact__item.contact__item_footer {
  margin-bottom: 24px;
}
.contact__item.contact__item_footer .contact__icon {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-top: 8px;
}
.social.social__footer {
  flex-direction: column;
  justify-content: center;
  margin-top: 64px;
}
.social.social__footer a {
  margin: 0 auto 24px;
  width: 30px;
  height: 30px;
}
.social.social__footer a:hover path {
  fill: #f9f301;
}

.project__img {
  height: 220px;
  flex-shrink: 0;
}
.project__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.project__info {
  height: 100%;
}
.project__item {
  width: 100%;
  padding-bottom: 35px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 14px 27px rgb(131 163 206 / 30%);
  border-radius: 20px;
}
.project__position {
  margin-bottom: 15px;
}
.project__name,
.project__permalink {
}
.project__permalink.btn {
  margin-top: auto;
  max-width: 100%;
}
.project__map {
  height: 550px;
  width: 100%;
  margin-bottom: 40px;
}
.project__map iframe {
  width: 100%;
  height: 100%;
}
.btn.more__project{
  padding-left: 35px;
}
.btn.more_project {
  justify-content: center !important;
  padding-left: 0;
}
/* 
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   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: 65px;
  border-radius: 0;
  border: none;
  border: none;
  box-sizing: border-box;
  color: #83a3ce;
  font-weight: 300;
  font-size: 16px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 100px;
  padding-left: 40px;
}

/* .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: #83a3ce;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 18px;
  padding-left: 40px;
  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: 20px;
  height: 20px;
  opacity: 0;
  margin-right: 12px;
}

.wpcf7-acceptance {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 1px solid #e16b01;
  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/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: 630px;
  padding: 130px 45px;
  position: relative;
  transform: translateY(50px);
  transition: all 0.4s ease;
  max-height: 98%;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 14px 27px rgba(131, 163, 206, 0.3);
  border-radius: 0px 0px 100px 0px;
}
.popup.open .popup__content {
  transform: translateY(0%);
  position: relative;
  /* top: 50%; */
}
.form__wrap_popup {
  padding-left: 30px;
  padding-right: 30px;
}
.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%;
  width: 220px;
  background: #e39a0a;
  color: #fff;
  font-size: 16px;
}
.btn.btn_popup {
  width: 100%;
}
.popup__content .section__offer {
  margin-bottom: 30px;
}

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

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