@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Manrope-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Manrope-Light.woff2) format("woff2")
}
@font-face {
  font-family: IgraSans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/IgraSans.woff2) format("woff2")
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Manrope-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Manrope-Semibold.woff2) format("woff2")
}
@font-face {
  font-family: MursGothic;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/MursGothic-WideDark.woff2) format("woff2")
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Manrope-ExtraLight.woff2) format("woff2")
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 112px
}
@media all and (max-width:575px) {
  body,
  html {
    scroll-padding-top: 50px
  }
}
body {
  font-family: Manrope,sans-serif;
  font-size: 1.25em;
  line-height: 1.3;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #082a0d;
  background-color: #fdfbf7;
  letter-spacing: .02em
}
@media all and (max-width:575px) {
  body {
    font-size: .875em;
    line-height: 1.4285714;
    font-weight: 300;
    letter-spacing: .01em
  }
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 105px
}
@media all and (max-width:575px) {
  main {
    padding-top: 62px
  }
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 60px
}
@media all and (max-width:991px) {
  .heading {
    margin-bottom: 40px
  }
}
@media all and (max-width:575px) {
  .heading {
    margin-bottom: 20px
  }
}
.heading.heading-white {
  color: #fff
}
.heading h1,
.heading h2 {
  font-family: MursGothic,sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: .04em;
  text-transform: uppercase
}
@media all and (max-width:1700px) {
  .heading h1,
  .heading h2 {
    font-size: 36px;
    line-height: 130%
  }
}
@media all and (max-width:575px) {
  .heading h1,
  .heading h2 {
    font-size: 20px;
    line-height: 28px
  }
}
@media all and (max-width:767px) {
  .heading h1 {
    font-size: 22px
  }
}
.heading p {
  font-family: IgraSans,sans-serif;
  font-size: 30px;
  line-height: 35px;
  border: 2px solid #082a0d;
  padding: 25px 40px;
  text-align: center;
  border-radius: 50px;
  margin-top: 60px
}
@media all and (max-width:1700px) {
  .heading p {
    font-size: 28px;
    margin-top: 40px;
    padding: 20px 30px
  }
}
@media all and (max-width:575px) {
  .heading p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
    border: 1px solid #082a0d;
    padding: 10px 15px
  }
}
.btn {
  font-family: IgraSans,sans-serif;
  display: inline-block;
  text-align: center;
  color: #082a0d;
  background-color: #cef17b;
  padding: 12px 15px;
  font-weight: 400;
  border: 2px solid #082a0d;
  border-radius: 28px;
  -webkit-transition: .25s all;
  transition: .25s all;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  .btn {
    padding: 13px 15px 11px 15px
  }
}
.btn:hover {
  color: #000;
  background-color: #fff
}
.btn.btn-border {
  border: 2px solid #cef17b;
  color: #fff;
  background-color: transparent
}
.btn.btn-border:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #082a0d
}
.btn.btn-white {
  background-color: #fff
}
.btn.btn-white:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff
}
.btn.btn-big {
  font-size: 26px;
  line-height: 34px;
  padding: 21px 56px;
  border-radius: 40px
}
@media all and (max-width:575px) {
  .btn.btn-big {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 15px
  }
}
.btn.btn-whatsapp {
  font-family: Manrope,sans-serif;
  font-size: 34px;
  line-height: 110%;
  font-weight: 500;
  padding: 16px 20px
}
@media all and (max-width:767px) {
  .btn.btn-whatsapp {
    font-size: 14px;
    padding: 14px 20px
  }
}
.btn.btn-whatsapp span {
  position: relative;
  padding-right: 65px
}
@media all and (max-width:767px) {
  .btn.btn-whatsapp span {
    padding-right: 35px
  }
}
.btn.btn-whatsapp span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_11.svg);
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:767px) {
  .btn.btn-whatsapp span:after {
    width: 25px;
    height: 25px
  }
}

.btn.btn-telegram {
  font-family: Manrope,sans-serif;
  font-size: 34px;
  line-height: 110%;
  font-weight: 500;
  padding: 16px 20px
}
@media all and (max-width:767px) {
  .btn.btn-telegram {
    font-size: 14px;
    padding: 14px 20px
  }
}
.btn.btn-telegram span {
  position: relative;
  padding-right: 65px
}
@media all and (max-width:767px) {
  .btn.btn-telegram span {
    padding-right: 35px
  }
}
.btn.btn-telegram span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/telegramlogo.svg);
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:767px) {
  .btn.btn-telegram span:after {
    width: 25px;
    height: 25px
  }
}

.btn.btn-submit {
  padding: 18px 30px
}
@media all and (max-width:575px) {
  .btn.btn-submit {
    padding: 12px 22px
  }
}
.btn.btn-submit span {
  position: relative;
  padding-right: 45px
}
@media all and (max-width:767px) {
  .btn.btn-submit span {
    padding-right: 35px
  }
}
.btn.btn-submit span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_30.svg);
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:767px) {
  .btn.btn-submit span:after {
    width: 25px;
    height: 25px
  }
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
section {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  section {
    margin-bottom: 20px
  }
}
.section__wrapper {
  padding: 70px 25px;
  border-radius: 50px
}
@media all and (max-width:575px) {
  .section__wrapper {
    padding: 30px 10px;
    border-radius: 25px
  }
}
.swiper-button-disabled {
  cursor: pointer!important;
  pointer-events: auto!important
}
.modal {
  color: #082a0d
}
#modal_thanks {
  border-radius: 25px;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  text-align: center
}
#modal_thanks h2 {
  font-size: 28px
}
@media all and (max-width:575px) {
  #modal_thanks h2 {
    font-size: 24px
  }
}
header {
  position: fixed;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 999
}
@media all and (max-width:575px) {
  header {
    top: 12px
  }
}
header.header__fixed .wrapper {
  -webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,.1);
  box-shadow: 0 4px 7px 0 rgba(0,0,0,.1)
}
header .header__top .wrapper {
  background-color: #e6eacf;
  border-radius: 50px;
  padding: 10px 64px;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:1500px) {
  header .header__top .wrapper {
    padding: 10px 20px
  }
}
@media all and (max-width:575px) {
  header .header__top .wrapper {
    padding: 2px 18px
  }
}
header .header__top .wrapper .header__logo img {
  width: 170px;
  height: auto
}
@media all and (max-width:575px) {
  header .header__top .wrapper .header__logo img {
    width: 103px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__menu .menu__inner {
    display: none
  }
}
header .header__top .wrapper .header__menu .header_burger {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__menu .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
header .header__top .wrapper .header__menu .header_burger .burger_button {
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__top .wrapper .header__menu .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #082a0d;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .wrapper .header__menu .header_burger .burger_button span:nth-child(1) {
  top: 3px
}
header .header__top .wrapper .header__menu .header_burger .burger_button span:nth-child(2) {
  top: 9px
}
header .header__top .wrapper .header__menu .header_burger .burger_button span:nth-child(3) {
  bottom: 3px
}
header .header__top .wrapper .header__menu .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__top .wrapper .header__menu .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .wrapper .header__menu .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__top .wrapper .header__menu .header_burger .menu_toggle {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  text-align: right;
  z-index: 11;
  padding-top: 80px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 80%
}
header .header__top .wrapper .header__menu .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .wrapper .header__menu .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 670px;
  padding-right: 10px
}
@media all and (max-width:991px) {
  header .header__top .wrapper .header__menu .header_burger .menu_toggle .toggle__inner {
    max-width: 500px
  }
}
@media all and (max-width:767px) {
  header .header__top .wrapper .header__menu .header_burger .menu_toggle .toggle__inner {
    max-width: 350px
  }
}
@media all and (max-width:470px) {
  header .header__top .wrapper .header__menu .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 30px
  }
}
header .header__top .wrapper .header__menu .header_burger .menu_toggle .toggle__inner .phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #082a0d;
  margin-bottom: 13px
}
header .header__top .wrapper .header__menu .header_burger .menu_toggle .toggle__inner .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px
}
header .header__top .wrapper .header__menu .header_burger .menu_toggle .toggle__inner .social img {
  width: 25px;
  height: 25px
}
header .header__top .wrapper .header__menu .main__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 40px;
  text-align: center
}
@media all and (max-width:1700px) {
  header .header__top .wrapper .header__menu .main__menu {
    gap: 20px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__menu .main__menu {
    display: block;
    text-align: right;
    margin-bottom: 20px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__menu .main__menu li:not(:last-child) {
    margin-bottom: 12px
  }
}
header .header__top .wrapper .header__menu .main__menu li a {
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #082a0d;
  display: inline;
  background: -webkit-gradient(linear,right top,left top,from(#082a0d),to(#082a0d));
  background: linear-gradient(to left,#082a0d,#082a0d);
  background-size: 0 1px;
  -webkit-background-position: 0 100%,100% 100%;
  background-position: 0 100%,100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size cubic-bezier(.8,0,.2,1) .4s;
  transition: background-size cubic-bezier(.8,0,.2,1) .4s
}
@media all and (max-width:1717px) {
  header .header__top .wrapper .header__menu .main__menu li a {
    font-size: 16px
  }
}
@media all and (max-width:1500px) {
  header .header__top .wrapper .header__menu .main__menu li a {
    font-size: 14px
  }
  header .header__top .wrapper .header__menu .main__menu {
    gap: 15px;
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__menu .main__menu li a {
    font-size: 14px;
    background: -webkit-gradient(linear,right top,left top,from(#e47526),to(#e47526));
    background: linear-gradient(to left,#e47526,#e47526);
    background-size: 0 1px;
    -webkit-background-position: 0 100%,100% 100%;
    background-position: 0 100%,100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(.8,0,.2,1) .4s;
    transition: background-size cubic-bezier(.8,0,.2,1) .4s
  }
}
header .header__top .wrapper .header__menu .main__menu li a:hover {
  background-size: 100% 1px;
  text-shadow: 0 0 .3px #082a0d,0 0 .3px #082a0d
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__menu .main__menu li a:hover {
    color: #e47526;
    text-shadow: 0 0 .3px #e47526,0 0 .3px #e47526
  }
}
#mainblock {
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #mainblock {
    margin-bottom: 15px
  }
}
#mainblock .wrapper {
  border-radius: 50px;
  padding: 50px 65px 70px 65px;
  overflow: hidden;
  position: relative;
  z-index: 3
}
@media all and (max-width:767px) {
  #mainblock .wrapper {
    padding: 108px 10px;
    border-radius: 25px
  }
}
#mainblock .wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(13,64,20,.2);
  z-index: 2
}
#mainblock .wrapper .video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1
}
#mainblock .wrapper .video .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.3)));
  background: linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3));
  z-index: 1
}
#mainblock .wrapper .video video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%
}
#mainblock .wrapper .video .video--mobile {
    display: none;
}
@media all and (max-width:575px) {
  #mainblock .wrapper .video .video--desktop {
    display: none;
}
#mainblock .wrapper .video .video--mobile {
    display: block;
}
}
#mainblock .wrapper h1 {
  font-family: MursGothic,sans-serif;
  font-weight: 800;
  font-size: 75px;
  line-height: 85px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  max-width: 1277px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 3
}
@media all and (max-width:1700px) {
  #mainblock .wrapper h1 {
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 30px
  }
}
@media all and (max-width:1500px) {
  #mainblock .wrapper h1 {
    font-size: 50px
  }
}
@media all and (max-width:991px) {
  #mainblock .wrapper h1 {
    font-size: 40px;
    margin-bottom: 40px
  }
}
@media all and (max-width:767px) {
  #mainblock .wrapper h1 {
    font-size: 32px
  }
}
@media all and (max-width:575px) {
  #mainblock .wrapper h1 {
    font-size: 24px;
    line-height: 36px
  }
}
#mainblock .wrapper .content {
  max-width: 760px;
  width: 100%;
  position: relative;
  z-index: 3
}
#mainblock .wrapper .content p {
  font-family: IgraSans,sans-serif;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: .04em;
  color: #fff;
  margin-bottom: 30px
}
@media all and (max-width:767px) {
  #mainblock .wrapper .content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 50px
  }
}
#mainblock .wrapper .content .box__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}
@media all and (min-width:1199px) {
  #mainblock .wrapper .content .box__buttons {
    max-width: 600px;
    width: 100%
  }
}
@media all and (max-width:767px) {
  #mainblock .wrapper .content .box__buttons {
    gap: 15px
  }
}
@-webkit-keyframes gallery {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  100% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
@keyframes gallery {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  100% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
@media all and (max-width:575px) {
  .container.container-p0 {
    padding-left: 0;
    padding-right: 0
  }
}
.slider__wrapper {
  background-color: #cef17b;
  border-radius: 50px;
  padding: 12.5px 30px;
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  .slider__wrapper {
    margin-bottom: 20px;
    border-radius: 0;
    padding: 10px 0;
    overflow: hidden
  }
}
.slider__wrapper .p-gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden
}
.slider__wrapper .p-gallery-row .p-gallery-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
  will-change: transform;
  -webkit-animation: gallery 50s linear infinite;
  animation: gallery 50s linear infinite
}
.slider__wrapper .p-gallery-row .p-gallery-group .p-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
@media all and (max-width:575px) {
  .slider__wrapper .p-gallery-row .p-gallery-group .p-gallery-item {
    gap: 8px
  }
}
.slider__wrapper .p-gallery-row .p-gallery-group .p-gallery-item img {
  width: 45px;
  height: auto
}
@media all and (max-width:575px) {
  .slider__wrapper .p-gallery-row .p-gallery-group .p-gallery-item img {
    width: 20px
  }
}
#whyus .wrapper {
  padding: 60px 140px;
  border-radius: 50px;
  background-color: rgba(180,191,94,.1)
}
@media all and (max-width:1700px) {
  #whyus .wrapper {
    padding: 60px 100px
  }
}
@media all and (max-width:1500px) {
  #whyus .wrapper {
    padding: 50px 80px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper {
    padding: 30px
  }
}
@media all and (max-width:575px) {
  #whyus .wrapper {
    padding: 30px 10px;
    border-radius: 25px
  }
}
#whyus .wrapper .wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 109px
}
@media all and (max-width:1700px) {
  #whyus .wrapper .wrapper__inner {
    gap: 80px
  }
}
@media all and (max-width:1500px) {
  #whyus .wrapper .wrapper__inner {
    gap: 60px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .wrapper__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    max-width: 280px;
    width: 100%;
    margin: 0 auto
  }
}
#whyus .wrapper .advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 25px;
  color: #fff
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item {
    padding: 18px
  }
}
#whyus .wrapper .advantages__item h5 {
  font-family: IgraSans,sans-serif;
  font-weight: 400
}
#whyus .wrapper .advantages__item p {
  font-family: IgraSans,sans-serif;
  font-weight: 400
}
#whyus .wrapper .advantages__item:first-child {
  width: 467px;
  height: 467px;
  background: linear-gradient(213.75deg,#cef17b 11.27%,#082a0d 86.16%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: 93px
}
@media all and (max-width:1700px) {
  #whyus .wrapper .advantages__item:first-child {
    width: 360px;
    height: 360px
  }
}
@media all and (max-width:1500px) {
  #whyus .wrapper .advantages__item:first-child {
    width: 300px;
    height: 300px
  }
}
@media all and (max-width:1199px) {
  #whyus .wrapper .advantages__item:first-child {
    width: 250px;
    height: 250px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item:first-child {
    width: 180px;
    height: 180px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto
  }
}
#whyus .wrapper .advantages__item:first-child h5 {
  font-size: 100px;
  line-height: 100%;
  margin-bottom: 30px
}
@media all and (max-width:1700px) {
  #whyus .wrapper .advantages__item:first-child h5 {
    font-size: 80px
  }
}
@media all and (max-width:1500px) {
  #whyus .wrapper .advantages__item:first-child h5 {
    font-size: 60px
  }
}
@media all and (max-width:1199px) {
  #whyus .wrapper .advantages__item:first-child h5 {
    font-size: 40px;
    margin-bottom: 20px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item:first-child h5 {
    font-size: 35px;
    margin-bottom: 10px
  }
}
#whyus .wrapper .advantages__item:first-child p {
  font-size: 30px;
  line-height: 40px
}
@media all and (max-width:1500px) {
  #whyus .wrapper .advantages__item:first-child p {
    font-size: 24px;
    line-height: 34px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item:first-child p {
    font-size: 16px;
    line-height: 120%
  }
}
#whyus .wrapper .advantages__item:nth-child(2) {
  width: 325px;
  height: 325px;
  background-color: #99a558
}
@media all and (max-width:1700px) {
  #whyus .wrapper .advantages__item:nth-child(2) {
    width: 300px;
    height: 300px
  }
}
@media all and (max-width:1199px) {
  #whyus .wrapper .advantages__item:nth-child(2) {
    width: 200px;
    height: 200px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item:nth-child(2) {
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: 0
  }
}
#whyus .wrapper .advantages__item:nth-child(2) h5 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px
}
@media all and (max-width:1199px) {
  #whyus .wrapper .advantages__item:nth-child(2) h5 {
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 20px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item:nth-child(2) h5 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 10px
  }
}
#whyus .wrapper .advantages__item:nth-child(2) p {
  font-size: 28px
}
@media all and (max-width:1500px) {
  #whyus .wrapper .advantages__item:nth-child(2) p {
    font-size: 24px;
    line-height: 34px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item:nth-child(2) p {
    font-size: 14px;
    line-height: 20px
  }
}
#whyus .wrapper .advantages__item:last-child {
  width: 540px;
  height: 540px;
  border: 2px solid #728c14;
  color: #082a0d;
  margin-bottom: 20px
}
@media all and (max-width:1700px) {
  #whyus .wrapper .advantages__item:last-child {
    width: 400px;
    height: 400px
  }
}
@media all and (max-width:1500px) {
  #whyus .wrapper .advantages__item:last-child {
    width: 350px;
    height: 350px
  }
}
@media all and (max-width:1199px) {
  #whyus .wrapper .advantages__item:last-child {
    width: 300px;
    height: 300px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item:last-child {
    width: 170px;
    height: 170px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0
  }
}
#whyus .wrapper .advantages__item:last-child h5 {
  font-size: 100px;
  line-height: 100%;
  margin-bottom: 40px
}
@media all and (max-width:1700px) {
  #whyus .wrapper .advantages__item:last-child h5 {
    font-size: 80px
  }
}
@media all and (max-width:1199px) {
  #whyus .wrapper .advantages__item:last-child h5 {
    font-size: 60px
  }
}
@media all and (max-width:1199px) {
  #whyus .wrapper .advantages__item:last-child h5 {
    font-size: 40px;
    margin-bottom: 20px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item:last-child h5 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px
  }
}
#whyus .wrapper .advantages__item:last-child p {
  font-size: 35px;
  line-height: 40px
}
@media all and (max-width:1500px) {
  #whyus .wrapper .advantages__item:last-child p {
    font-size: 24px;
    line-height: 34px
  }
}
@media all and (max-width:991px) {
  #whyus .wrapper .advantages__item:last-child p {
    font-size: 15px;
    line-height: 18px
  }
}
#about .section__wrapper {
  background-color: rgba(228,117,38,.1)
}
#about .heading h2 {
  max-width: 1500px;
  width: 100%
}
#about .heading p {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
#about .wrapper {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px
}
@media all and (max-width:1500px) {
  #about .wrapper {
    gap: 20px
  }
}
@media all and (max-width:1199px) {
  #about .wrapper {
    grid-template-columns: repeat(2,1fr)
  }
}
@media all and (max-width:767px) {
  #about .wrapper {
    grid-template-columns: repeat(1,1fr);
    gap: 15px
  }
}
#about .wrapper .about__item {
  min-height: 370px;
  border-radius: 50px;
  overflow: hidden;
  padding: 40px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2
}
@media all and (max-width:1700px) {
  #about .wrapper .about__item {
    min-height: 340px;
    padding: 30px
  }
}
@media all and (max-width:1500px) {
  #about .wrapper .about__item {
    min-height: 300px
  }
}
@media all and (max-width:575px) {
  #about .wrapper .about__item {
    min-height: 200px;
    padding: 30px 15px;
    border-radius: 25px
  }
}
#about .wrapper .about__item:first-child {
  background-color: rgba(228,117,38,.3)
}
#about .wrapper .about__item:nth-child(2) {
  color: #fff
}
#about .wrapper .about__item:nth-child(3) {
  background-color: #e9ff7d
}
#about .wrapper .about__item img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: -1
}
#about .wrapper .about__item h3 {
  font-family: MursGothic,sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: .04em;
  text-transform: uppercase
}
@media all and (max-width:1700px) {
  #about .wrapper .about__item h3 {
    font-size: 22px;
    line-height: 120%
  }
}
@media all and (max-width:1500px) {
  #about .wrapper .about__item h3 {
    font-size: 18px
  }
}
@media all and (max-width:575px) {
  #about .wrapper .about__item h3 {
    font-size: 20px
  }
}
#about .wrapper .about__item p {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .04em;
  text-transform: uppercase
}
@media all and (max-width:1700px) {
  #about .wrapper .about__item p {
    font-size: 18px;
    line-height: 120%
  }
}
@media all and (max-width:1500px) {
  #about .wrapper .about__item p {
    font-size: 16px
  }
}
#forwhom .wrapper {
  position: relative
}
#forwhom .wrapper:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/4.webp);
  width: 640px;
  height: 581px;
  top: 0;
  right: 0;
  z-index: -1
}
@media all and (max-width:767px) {
  #forwhom .wrapper:after {
    width: 148px;
    height: 147px;
    top: 168px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: -10px;
    opacity: .6
  }
}
#forwhom .section__wrapper {
  background-color: rgba(206,216,167,.5);
  position: relative;
  z-index: 2;
  overflow: hidden
}
#forwhom .heading h2 {
  max-width: 1500px;
  width: 100%
}
#forwhom .heading p {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
#forwhom .content h3 {
  font-family: IgraSans,sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: .04em;
  margin-bottom: 30px
}
@media all and (max-width:1700px) {
  #forwhom .content h3 {
    font-size: 40px
  }
}
@media all and (max-width:575px) {
  #forwhom .content h3 {
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 20px
  }
}
#forwhom .content ul {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  #forwhom .content ul {
    margin-bottom: 20px
  }
}
#forwhom .content ul li {
  font-size: 22px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
@media all and (max-width:575px) {
  #forwhom .content ul li {
    font-size: 14px;
    line-height: 18px
  }
}
#forwhom .content ul li:not(:last-child) {
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  #forwhom .content ul li:not(:last-child) {
    margin-bottom: 10px
  }
}
#forwhom .content ul li img {
  width: 55px;
  height: auto
}
@media all and (max-width:575px) {
  #forwhom .content ul li img {
    width: 25px
  }
}
#forwhom .forwhom__item {
  padding: 60px 87px;
  position: relative;
  z-index: 2;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff
}
@media all and (max-width:1700px) {
  #forwhom .forwhom__item {
    padding: 60px;
    min-height: 500px
  }
}
@media all and (max-width:767px) {
  #forwhom .forwhom__item {
    padding: 34px
  }
}
@media all and (max-width:575px) {
  #forwhom .forwhom__item {
    min-height: 235px;
    padding: 26px 20px
  }
}
#forwhom .forwhom__item:hover .image::after {
  visibility: visible;
  opacity: 1
}
#forwhom .forwhom__item.forwhom__item-long {
  padding: 0;
  background-color: #b4bf5e;
  min-height: 400px
}
@media all and (max-width:1500px) {
  #forwhom .forwhom__item.forwhom__item-long {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#forwhom .forwhom__item.forwhom__item-long .image {
  position: relative;
  width: 49%;
  border-radius: 50px 50px 0 0;
  overflow: hidden
}
@media all and (max-width:1500px) {
  #forwhom .forwhom__item.forwhom__item-long .image {
    width: 100%;
    height: 430px
  }
}
@media all and (max-width:575px) {
  #forwhom .forwhom__item.forwhom__item-long .image {
    height: 180px;
    border-radius: 25px 25px 0 0
  }
}
#forwhom .forwhom__item.forwhom__item-long .content {
  width: 51%;
  padding: 65px 125px 30px 80px
}
@media all and (max-width:1500px) {
  #forwhom .forwhom__item.forwhom__item-long .content {
    width: 100%
  }
}
@media all and (max-width:767px) {
  #forwhom .forwhom__item.forwhom__item-long .content {
    padding: 34px
  }
}
@media all and (max-width:575px) {
  #forwhom .forwhom__item.forwhom__item-long .content {
    padding: 26px 20px
  }
}
#forwhom .forwhom__item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
#forwhom .forwhom__item .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  visibility: hidden;
  opacity: 0
}
#forwhom .forwhom__item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#forwhom .forwhom__item-block {
  border-radius: 50px;
  overflow: hidden
}
@media all and (max-width:575px) {
  #forwhom .forwhom__item-block {
    border-radius: 25px
  }
}
#forwhom .forwhom__block:not(:last-child) {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #forwhom .forwhom__block:not(:last-child) {
    margin-bottom: 15px
  }
}
#forwhom .forwhom__wrapper {
  width: 100%;
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #forwhom .forwhom__wrapper {
    margin-bottom: 20px
  }
}
#forwhom .forwhom__wrapper .wrapper__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}
@media all and (max-width:1199px) {
  #forwhom .forwhom__wrapper .wrapper__inner {
    grid-template-columns: repeat(1,1fr)
  }
}
@media all and (max-width:575px) {
  #forwhom .forwhom__wrapper .wrapper__inner {
    gap: 15px
  }
}
#forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-small {
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #cef17b;
  text-align: center;
  padding: 62px;
  overflow: visible;
  position: relative;
  z-index: 2
}
@media all and (max-width:1199px) {
  #forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-small {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
@media all and (max-width:575px) {
  #forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-small {
    min-height: 235px;
    padding: 26px 20px;
    margin-bottom: 34px
  }
}
#forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-small:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/5.webp);
  width: 380px;
  height: 380px;
  bottom: -50px;
  right: -60px;
  z-index: -1
}
@media all and (max-width:575px) {
  #forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-small:after {
    width: 110px;
    height: 110px;
    right: 0
  }
}
#forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-small p {
  font-family: IgraSans,sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: .04em
}
@media all and (max-width:575px) {
  #forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-small p {
    font-size: 14px;
    line-height: 20px
  }
}
#forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-small p strong {
  font-family: MursGothic,sans-serif;
  font-weight: 800;
  text-transform: uppercase
}
@media all and (min-width:1199px) {
  #forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-big {
    grid-row: 1/span 2;
    grid-column: 2
  }
}
#forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-big:hover .image::after {
  visibility: visible;
  opacity: 1
}
#forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-big .image {
  height: 552px;
  position: relative
}
@media all and (max-width:767px) {
  #forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-big .image {
    height: 350px
  }
}
@media all and (max-width:575px) {
  #forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-big .image {
    height: 180px
  }
}
#forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-big .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  visibility: hidden;
  opacity: 0
}
#forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-big .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-big .content {
  padding: 50px;
  background-color: #617616;
  color: #fff
}
@media all and (max-width:575px) {
  #forwhom .forwhom__wrapper .wrapper__inner .forwhom__item-big .content {
    padding: 20px
  }
}
#stopping .wrapper {
  position: relative;
  z-index: 2
}
#stopping .wrapper:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/6.webp);
  width: 476px;
  height: 445px;
  top: 0;
  right: 250px;
  z-index: -1
}
@media all and (max-width:1700px) {
  #stopping .wrapper:after {
    right: 150px
  }
}
@media all and (max-width:1500px) {
  #stopping .wrapper:after {
    right: 50px
  }
}
@media all and (max-width:575px) {
  #stopping .wrapper:after {
    width: 134px;
    height: 140px;
    right: auto;
    left: 0;
    top: 10px
  }
}
#stopping .section__wrapper {
  background-color: rgba(13,64,20,.8)
}
#stopping .section__wrapper .heading {
  max-width: 1080px;
  width: 100%
}
#stopping .stopping__wraper {
  margin-bottom: 40px
}
@media all and (max-width:1199px) {
  #stopping .stopping__wraper {
    margin-bottom: 30px
  }
}
#stopping .stopping__wraper .stopping__item {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px 60px
}
@media all and (max-width:1199px) {
  #stopping .stopping__wraper .stopping__item {
    grid-template-columns: repeat(1,1fr);
    text-align: center
  }
}
#stopping .stopping__wraper .stopping__item:not(:last-child) {
  margin-bottom: 40px
}
#stopping .stopping__wraper .stopping__item:nth-child(1) .item__right {
  color: #082a0d
}
#stopping .stopping__wraper .stopping__item:nth-child(2) .item {
  background-color: #e47526
}
#stopping .stopping__wraper .stopping__item:nth-child(2) .item.item__right:hover {
  background-color: #e58540
}
#stopping .stopping__wraper .stopping__item:nth-child(4) .item {
  background-color: #ffca54;
  color: #082a0d
}
#stopping .stopping__wraper .stopping__item:nth-child(4) .item.item__right:hover {
  background-color: #ffd06c
}
#stopping .stopping__wraper .stopping__item .item {
  border: 2px solid #082a0d;
  background-color: #b4bf5e;
  color: #fff;
  height: 140px;
  padding: 34px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  position: relative
}
@media all and (max-width:1199px) {
  #stopping .stopping__wraper .stopping__item .item {
    height: auto
  }
}
@media all and (max-width:575px) {
  #stopping .stopping__wraper .stopping__item .item {
    border-radius: 25px;
    padding: 8px 30px
  }
}
#stopping .stopping__wraper .stopping__item .item__left {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: .04em;
  text-decoration-line: line-through;
  text-transform: uppercase;
  position: relative
}
@media all and (max-width:575px) {
  #stopping .stopping__wraper .stopping__item .item__left {
    font-size: 14px
  }
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
#stopping .stopping__wraper .stopping__item .item__left:after {
  -webkit-animation: blink 3s infinite;
  animation: blink 3s infinite;
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_9.svg);
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto
}
@media all and (max-width:1199px) {
  #stopping .stopping__wraper .stopping__item .item__left:after {
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -26px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}
#stopping .stopping__wraper .stopping__item .item__left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
@media all and (max-width:575px) {
  #stopping .stopping__wraper .stopping__item .item__left p img {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 32px;
    height: auto
  }
}
#stopping .stopping__wraper .stopping__item .item__right {
  font-family: IgraSans,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .04em;
  cursor: pointer;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:575px) {
  #stopping .stopping__wraper .stopping__item .item__right {
    font-size: 14px;
    line-height: 18px;
    padding: 25px 20px
  }
}
#stopping .stopping__wraper .stopping__item .item__right:hover {
  background-color: #cef17b
}
#stopping .stopping__wraper .stopping__item .item__right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px
}
@media all and (max-width:575px) {
  #stopping .stopping__wraper .stopping__item .item__right p img {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 36px;
    height: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}
#whatget .section__wrapper {
  background-color: rgba(180,191,94,.2)
}
#whatget .whatget__item {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #whatget .whatget__item {
    margin-bottom: 15px
  }
}
#whatget .whatget__item:last-child .item__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  background-color: rgba(233,190,95,.5)
}
#whatget .whatget__item:last-child .item__inner .image {
  position: relative;
  height: 585px
}
@media all and (max-width:1700px) {
  #whatget .whatget__item:last-child .item__inner .image {
    height: 460px
  }
}
@media all and (max-width:1500px) {
  #whatget .whatget__item:last-child .item__inner .image {
    height: 400px
  }
}
@media all and (max-width:575px) {
  #whatget .whatget__item:last-child .item__inner .image {
    height: 220px
  }
}
#whatget .whatget__item:last-child .item__inner .content {
  padding: 30px 42px
}
@media all and (max-width:575px) {
  #whatget .whatget__item:last-child .item__inner .content {
    padding: 15px
  }
}
#whatget .whatget__item:last-child .item__inner .content ul li {
  color: #082a0d
}
#whatget .whatget__item:hover .item__inner .image::after {
  visibility: visible;
  opacity: 1
}
#whatget .whatget__item .item__inner {
  position: relative;
  z-index: 2;
  min-height: 833px;
  padding: 60px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 50px;
  overflow: hidden
}
@media all and (max-width:1700px) {
  #whatget .whatget__item .item__inner {
    min-height: 600px
  }
}
@media all and (max-width:575px) {
  #whatget .whatget__item .item__inner {
    border-radius: 25px;
    padding: 30px 15px;
    min-height: 300px
  }
}
#whatget .whatget__item .item__inner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
#whatget .whatget__item .item__inner .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  visibility: hidden;
  opacity: 0
}
#whatget .whatget__item .item__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#whatget .whatget__item .item__inner .content ul li {
  color: #fff;
  padding-left: 70px;
  position: relative
}
@media all and (max-width:575px) {
  #whatget .whatget__item .item__inner .content ul li {
    padding-left: 35px
  }
}
#whatget .whatget__item .item__inner .content ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px
}
@media all and (max-width:575px) {
  #whatget .whatget__item .item__inner .content ul li img {
    width: 25px;
    height: 25px
  }
}
#whatget .whatget__item .item__inner .content ul li:not(:last-child) {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #whatget .whatget__item .item__inner .content ul li:not(:last-child) {
    margin-bottom: 10px
  }
}
#whatget .whatget__item .item__inner .content ul li strong {
  font-weight: 600;
  text-transform: uppercase
}
@media all and (max-width:1199px) {
  #whatget .whatget__text {
    margin-bottom: 10px
  }
}
#whatget .whatget__text .text__inner {
  border: 2px solid #082a0d;
  -webkit-box-shadow: 4px 6px 10px rgba(8,42,13,.05);
  box-shadow: 4px 6px 10px rgba(8,42,13,.05);
  border-radius: 50px;
  padding: 26px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
@media all and (max-width:575px) {
  #whatget .whatget__text .text__inner {
    border-radius: 25px;
    padding: 15px 18px
  }
}
@media all and (max-width:575px) {
  #whatget .whatget__text .text__inner img {
    width: 20px;
    height: 20px
  }
}
#whatget .whatget__text .text__inner p {
  font-weight: 500;
  text-transform: uppercase
}
#whatget .whatget__text .text__inner p strong {
  font-family: MursGothic,sans-serif;
  font-weight: 800
}
#whatget .whatget__botton .botton__inner .btn-whatsapp {
  min-height: 110px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 50px
}
@media all and (min-width:1199px) {
  #whatget .whatget__botton .botton__inner .btn-whatsapp {
    height: 100%
  }
}
@media all and (max-width:767px) {
  #whatget .whatget__botton .botton__inner .btn-whatsapp {
    min-height: inherit
  }
}
#process .section__wrapper {
  background-color: rgba(233,190,95,.1)
}
@-webkit-keyframes pbmit-faded {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes pbmit-faded {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#process .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}
@media all and (max-width:1500px) {
  #process .wrapper {
    gap: 20px
  }
}
@media all and (max-width:1199px) {
  #process .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media all and (max-width:575px) {
  #process .wrapper {
    gap: 15px
  }
}
#process .wrapper .process__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  -webkit-transition: .7s;
  transition: .7s;
  position: relative;
  overflow: hidden
}
@media all and (min-width:1199px) {
  #process .wrapper .process__item.active {
    -webkit-box-flex: 3.2;
    -ms-flex: 3.2;
    flex: 3.2
  }
  #process .wrapper .process__item.active .item__inner {
    padding: 0;
    border: none;
    background-color: rgba(228,117,38,.3)
  }
  #process .wrapper .process__item.active .item__inner .text {
    display: none
  }
}
@media all and (min-width:1199px) and (min-width:991px) {
  #process .wrapper .process__item.active .item__inner .content {
    opacity: 1;
    visibility: visible;
    -webkit-animation: pbmit-faded 1s;
    animation: pbmit-faded 1s
  }
}
@media all and (min-width:1199px) {
  #process .wrapper .process__item.active .item__inner .content .image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
@media all and (min-width:1199px) and (min-width:991px) {
  #process .wrapper .process__item.active .item__inner .content .content__number {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
@media all and (min-width:1199px) and (min-width:991px) {
  #process .wrapper .process__item.active .item__inner .content .content__inner .content__inner-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
@media all and (min-width:1199px) {
  #process .wrapper .process__item.active .item__inner .content .content__inner p img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%)
  }
  #process .wrapper .process__item.active:first-child .item__inner {
    border: 2px solid #082a0d
  }
  #process .wrapper .process__item.active:first-child .item__inner .content {
    color: #082a0d
  }
  #process .wrapper .process__item.active:first-child .item__inner .content .content__inner p img {
    -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(1274%) hue-rotate(344deg) brightness(92%) contrast(93%);
    filter: brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(1274%) hue-rotate(344deg) brightness(92%) contrast(93%)
  }
  #process .wrapper .process__item.active:nth-child(3) .item__inner {
    background-color: #cef17b;
    border: 2px solid #082a0d
  }
  #process .wrapper .process__item.active:nth-child(3) .item__inner .content .content__number {
    color: #082a0d
  }
}
@media all and (max-width:1199px) {
  #process .wrapper .process__item:first-child .item__inner {
    background-color: rgba(228,117,38,.3)
  }
}
@media all and (max-width:1199px) {
  #process .wrapper .process__item:first-child .item__inner .content {
    color: #082a0d
  }
}
#process .wrapper .process__item:first-child .item__inner .content .image {
  left: auto;
  text-align: right
}
#process .wrapper .process__item:first-child .item__inner .content .image img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}
@media all and (max-width:1199px) {
  #process .wrapper .process__item:first-child .item__inner .content .image img {
    width: 250px;
    opacity: .3
  }
}
@media all and (max-width:575px) {
  #process .wrapper .process__item:first-child .item__inner .content .image img {
    width: 220px
  }
}
#process .wrapper .process__item:nth-child(3) .item__inner {
  background-color: #cef17b;
  border: 2px solid #082a0d
}
#process .wrapper .process__item:nth-child(3) .item__inner .content {
  color: #082a0d
}
#process .wrapper .process__item:nth-child(3) .item__inner .content .content__number {
  color: #082a0d
}
#process .wrapper .process__item:nth-child(3) .item__inner .content .content__number {
  border: 2px solid #082a0d;
  background-color: #cef17b
}
#process .wrapper .process__item:nth-child(3) .item__inner .content .content__inner p img {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(5948%) hue-rotate(86deg) brightness(98%) contrast(95%);
  filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(5948%) hue-rotate(86deg) brightness(98%) contrast(95%)
}
#process .wrapper .process__item .item__inner {
  border-radius: 50px;
  width: 100%;
  padding: 35px;
  height: 400px;
  background-color: rgba(233,190,95,.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid transparent
}
@media all and (max-width:1500px) {
  #process .wrapper .process__item .item__inner {
    padding: 35px 20px
  }
}
@media all and (max-width:1199px) {
  #process .wrapper .process__item .item__inner {
    height: auto;
    padding: 0
  }
}
@media all and (max-width:575px) {
  #process .wrapper .process__item .item__inner {
    border-radius: 25px
  }
}
#process .wrapper .process__item .item__inner .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px
}
@media all and (max-width:1500px) {
  #process .wrapper .process__item .item__inner .text {
    gap: 16px
  }
}
@media all and (max-width:1199px) {
  #process .wrapper .process__item .item__inner .text {
    display: none!important;
    height: auto
  }
}
#process .wrapper .process__item .item__inner .text .number {
  font-family: MursGothic,sans-serif;
  background-color: #e9ff7d;
  border: 1px solid #082a0d;
  border-radius: 50px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 800;
  min-width: 65px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 5px
}
#process .wrapper .process__item .item__inner .text .title {
  font-family: IgraSans,sans-serif;
  height: 100%;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
#process .wrapper .process__item .item__inner .content {
  position: relative;
  z-index: 2;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  will-change: transform
}
@media all and (max-width:1500px) {
  #process .wrapper .process__item .item__inner .content {
    padding: 40px
  }
}
@media all and (max-width:1199px) {
  #process .wrapper .process__item .item__inner .content {
    opacity: 1;
    visibility: visible;
    padding: 0;
    color: #fff;
    height: auto;
    gap: 15px;
    padding: 30px;
    min-height: 300px
  }
}
@media all and (max-width:575px) {
  #process .wrapper .process__item .item__inner .content {
    padding: 25px 15px;
    min-height: 227px;
    gap: 30px;
    border-radius: 25px
  }
}
#process .wrapper .process__item .item__inner .content .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  will-change: transform
}
#process .wrapper .process__item .item__inner .content .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s all;
  transition: 1s all
}
@media all and (min-width:1199px) {
  #process .wrapper .process__item .item__inner .content .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
}
#process .wrapper .process__item .item__inner .content .content__number {
  font-family: MursGothic,sans-serif;
  font-size: 26px;
  font-weight: 800;
  padding-top: 6px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #e47526;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:575px) {
  #process .wrapper .process__item .item__inner .content .content__number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding-top: 3px
  }
}
#process .wrapper .process__item .item__inner .content .content__inner {
  overflow: hidden;
  width: 750px
}
@media all and (max-width:1786px) {
  #process .wrapper .process__item .item__inner .content .content__inner {
    width: 700px
  }
}
@media all and (max-width:1700px) {
  #process .wrapper .process__item .item__inner .content .content__inner {
    width: 600px
  }
}
@media all and (max-width:1500px) {
  #process .wrapper .process__item .item__inner .content .content__inner {
    width: 430px
  }
}
@media all and (max-width:1199px) {
  #process .wrapper .process__item .item__inner .content .content__inner {
    width: 100%
  }
}
@media all and (min-width:1199px) {
  #process .wrapper .process__item .item__inner .content .content__inner .content__inner-wrapper {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: transform .6s ease,opacity .6s ease;
    transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease
  }
}
#process .wrapper .process__item .item__inner .content .content__inner h3 {
  font-family: IgraSans,sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #process .wrapper .process__item .item__inner .content .content__inner h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px
  }
}
#process .wrapper .process__item .item__inner .content .content__inner p {
  font-size: 22px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
@media all and (max-width:575px) {
  #process .wrapper .process__item .item__inner .content .content__inner p {
    font-size: 12px;
    line-height: 17px;
    gap: 5px
  }
}
@media all and (max-width:575px) {
  #process .wrapper .process__item .item__inner .content .content__inner p img {
    width: 18px;
    height: 18px
  }
}
#suitable .section__wrapper {
  padding-top: 0;
  padding-bottom: 0
}
#suitable .wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px 42px;
  margin-bottom: 50px
}
@media all and (max-width:1199px) {
  #suitable .wrapper {
    grid-template-columns: repeat(2,1fr);
    gap: 30px
  }
}
@media all and (max-width:575px) {
  #suitable .wrapper {
    gap: 10px 8px;
    margin-bottom: 20px
  }
}
#suitable .wrapper .suitable__item {
  border: 2px solid #082a0d;
  padding: 21px;
  border-radius: 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;
  text-transform: uppercase;
}
@media all and (max-width:575px) {
  #suitable .wrapper .suitable__item {
    padding: 18px 15px;
    min-height: 70px;
    border-radius: 15px;
    border: 1px solid #082a0d
  }
}
#suitable .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #082a0d;
  border-radius: 50px;
  gap: 20px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg.webp);
  padding: 13px 20px;
  position: relative
}
@media all and (max-width:575px) {
  #suitable .text {
    padding: 18px 20px;
    border-radius: 15px;
    border: 1px solid #082a0d
  }
}
#suitable .text p {
  font-family: MursGothic,sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase
}
@media all and (max-width:991px) {
  #suitable .text p {
    font-size: 20px;
    line-height: 30px
  }
}
@media all and (max-width:575px) {
  #suitable .text p {
    font-size: 12px;
    line-height: 18px
  }
}
@media all and (max-width:991px) {
  #suitable .text img {
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 50px;
    height: 50px
  }
}
#examples {
  margin-bottom: 0
}
#examples .heading {
  margin-bottom: 10px
}
@media all and (max-width:767px) {
  #examples .heading {
    margin-bottom: 20px
  }
}
#examples .section__wrapper {
  background-color: rgba(255,255,255,.5);
  padding-bottom: 0
}
#examples .wrapper {
  position: relative
}
@media all and (max-width:1199px) {
  #examples .wrapper {
    padding-bottom: 40px
  }
}
@media all and (max-width:767px) {
  #examples .wrapper {
    padding-bottom: 100px
  }
}
@media all and (max-width:575px) {
  #examples .wrapper {
    padding-bottom: 50px
  }
}
#examples .examples__slider {
  padding: 60px 0
}
@media all and (max-width:767px) {
  #examples .examples__slider {
    padding: 0
  }
}
@media all and (min-width:767px) {
  #examples .examples__slider .slide__inner:hover a {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  #examples .examples__slider .slide__inner:hover a:after {
    background: rgba(8,42,13,.2)
  }
  #examples .examples__slider .slide__inner:hover a .image:after {
    opacity: 0;
    visibility: hidden
  }
  #examples .examples__slider .slide__inner:hover a .image::before {
    opacity: 1;
    visibility: visible
  }
}
#examples .examples__slider a {
  display: block;
  height: 400px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2
}
@media all and (max-width:1700px) {
  #examples .examples__slider a {
    height: 350px
  }
}
@media all and (max-width:1500px) {
  #examples .examples__slider a {
    height: 300px
  }
}
@media all and (max-width:575px) {
  #examples .examples__slider a {
    height: 200px;
    border-radius: 15px
  }
}
#examples .examples__slider a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.3);
  -webkit-transition: .25s all;
  transition: .25s all;
  z-index: 1
}
#examples .examples__slider a .image {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
#examples .examples__slider a .image:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_26.svg);
  width: 106px;
  height: 106px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:575px) {
  #examples .examples__slider a .image:after {
    width: 60px;
    height: 60px
  }
}
#examples .examples__slider a .image:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_27.svg);
  width: 33px;
  height: 39px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s all;
  transition: .25s all
}
#examples .examples__slider a .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#examples .swiper__nav {
  width: 160px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:1199px) {
  #examples .swiper__nav {
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto
  }
}
@media all and (max-width:575px) {
  #examples .swiper__nav {
    width: 75px;
    height: 30px
  }
}
#examples .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 65px;
  height: 65px;
  background-size: 35px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg);
  border-radius: 50%;
  border: 1px solid #082a0d
}
@media all and (max-width:575px) {
  #examples .swiper__nav .swiper-button {
    width: 30px;
    height: 30px;
    background-size: 15px
  }
}
#examples .swiper__nav .swiper-button:hover {
  background-color: #cef17b;
  border: 1px solid #cef17b
}
#examples .swiper__nav .swiper-button:after {
  display: none!important
}
#examples .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
#examples .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
.standart_modal .fancybox__content {
  padding: 0;
  width: 656px!important;
  height: 410px!important;
  background-color: transparent!important
}
@media all and (max-width:767px) {
  .standart_modal .fancybox__content {
    width: 100%!important
  }
}
#feedback .section__wrapper {
  background-color: rgba(255,255,255,.5);
  padding-top: 20px
}
@media all and (max-width:1199px) {
  #feedback .section__wrapper {
    padding-top: 60px
  }
}
@media all and (max-width:575px) {
  #feedback .section__wrapper {
    padding-top: 30px
  }
}
#feedback .wrapper iframe {
  width: 100%;
  height: 100%
}
#price .section__wrapper {
  background-color: #ced8a7
}
#price .price__item {
  margin-bottom: 35px
}
@media all and (max-width:575px) {
  #price .price__item {
    margin-bottom: 15px
  }
}
#price .price__item.price__item-first .item__inner {
  background-color: #e9ff7d;
  color: #082a0d
}
#price .price__item:nth-child(3) .item__inner {
  background-color: #9FB15D;
}
#price .price__item.price__item-first .item__inner .content ul li::after {
  background-image: url(../img/icon_28.svg)
}
#price .price__item .item__inner {
  background: rgba(228,117,38,.5);
  -webkit-box-shadow: 2px 4px 8px rgba(8,42,13,.08);
  box-shadow: 2px 4px 8px rgba(8,42,13,.08);
  border-radius: 50px;
  padding: 30px 45px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  overflow: hidden
}
@media all and (max-width:575px) {
  #price .price__item .item__inner {
    border-radius: 25px;
    padding: 20px 15px
  }
}
#price .price__item .item__inner:hover .price .cost {
  background-color: transparent;
}
#price .price__item .item__inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.1);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .25s all;
  transition: .25s all
}
#price .price__item .item__inner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
#price .price__item .item__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#price .price__item .item__inner .content {
  margin-bottom: 15px
}
#price .price__item .item__inner .content h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .content h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px
  }
}
#price .price__item .item__inner .content ul li {
  position: relative;
  padding-left: 37px
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .content ul li {
    padding-left: 20px
  }
}
#price .price__item .item__inner .content ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_29.svg);
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  margin: auto
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .content ul li:after {
    top: 1.5px;
    width: 15px;
    height: 15px
  }
}
#price .price__item .item__inner .content ul li:not(:last-child) {
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .content ul li:not(:last-child) {
    margin-bottom: 12px
  }
}
#price .price__item .item__inner .content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 56px
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .content p {
    font-size: 14px;
    margin-top: 15px
  }
}
#price .price__item .item__inner .content p strong {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .content p strong {
    font-size: 16px
  }
}
#price .price__item .item__inner .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px
}
#price .price__item .item__inner .price.price__cost {
  display: block
}
#price .price__item .item__inner .price.price__cost h5 {
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .price.price__cost h5 {
    margin-bottom: 10px
  }
}
#price .price__item .item__inner .price h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .price h5 {
    font-size: 14px
  }
}
#price .price__item .item__inner .price .cost {
  font-family: IgraSans,sans-serif;
  border: 1.5px solid #082a0d;
  background-color: #fff;
  border-radius: 25px;
  padding: 9.5px 23.5px;
  text-align: center;
  transition: .25s all;
  color: #082a0d
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .price .cost {
    width: 100%;
    padding: 6px 15px
  }
}
#price .price__item .item__inner .price .cost__wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px 20px
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .price .cost__wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
#price .price__item .item__inner .price .cost__wrapper .cost__item .duration {
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .price .cost__wrapper .cost__item .duration {
    margin-bottom: 10px
  }
}
#price .price__item .item__inner .price .cost__wrapper .cost__item .cost {
  max-width: 280px;
  width: 100%
}
@media all and (max-width:575px) {
  #price .price__item .item__inner .price .cost__wrapper .cost__item .cost {
    max-width: none
  }
}
#price .price__item .item__inner .price .price__old {
  text-decoration-line: line-through
}
#price .box__button {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px
}
@media all and (max-width:1199px) {
  #certificate .certificate__form {
    margin-bottom: 40px
  }
}
@media all and (max-width:575px) {
  #certificate .certificate__form {
    margin-bottom: 20px
  }
}
#certificate .certificate__form .subheading {
  margin-bottom: 40px
}
@media all and (max-width:1500px) {
  #certificate .certificate__form .subheading {
    margin-bottom: 26px
  }
}
@media all and (max-width:575px) {
  #certificate .certificate__form .subheading {
    margin-bottom: 20px
  }
}
#certificate .certificate__form .subheading p {
  font-family: IgraSans,sans-serif;
  font-size: 28px;
  line-height: 35px;
  border: 2px solid #082a0d;
  padding: 20px 40px;
  text-align: center;
  border-radius: 50px
}
@media all and (max-width:1700px) {
  #certificate .certificate__form .subheading p {
    font-size: 24px;
    line-height: 30px;
    padding: 16px 26px
  }
}
@media all and (max-width:575px) {
  #certificate .certificate__form .subheading p {
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #082a0d;
    padding: 10px 15px
  }
}
#certificate .certificate__image .image__inner {
  padding-left: 30px
}
@media all and (max-width:1500px) {
  #certificate .certificate__image .image__inner {
    padding-left: 0
  }
}
#certificate .certificate__image .image__inner img {
  border-radius: 50px
}
@media all and (max-width:767px) {
  #certificate .certificate__image .image__inner img {
    border-radius: 25px
  }
}
.form__inner .form__item {
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  .form__inner .form__item {
    margin-bottom: 10px
  }
}
.form__inner .form__item input {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #082a0d;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 18px;
  color: #082a0d;
  -webkit-box-shadow: 2px 4px 5px rgba(8,42,13,.05);
  box-shadow: 2px 4px 5px rgba(8,42,13,.05)
}
@media all and (max-width:575px) {
  .form__inner .form__item input {
    font-size: 16px;
    height: 40px
  }
}
.form__inner .form__item input.filled {
  background-color: #e9ff7d
}
.form__inner .form__item input:focus {
  background-color: #e9ff7d
}
.form__inner .form__item input::-webkit-input-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .form__item input::-moz-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .form__item input::-ms-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .form__item input::-webkit-input-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .form__item input::-moz-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .form__item input:-ms-input-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .form__item input::-ms-input-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .form__item input::placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .certificate__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  .form__inner .certificate__amount {
    margin-bottom: 15px
  }
}
.form__inner .certificate__amount h6 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px
}
@media all and (max-width:575px) {
  .form__inner .certificate__amount h6 {
    font-size: 16px;
    line-height: 24px
  }
}
.form__inner .certificate__amount input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  border: 1.5px solid #082a0d;
  background-color: #cef17b;
  font-size: 16px;
  color: #082a0d
}
@media all and (max-width:575px) {
  .form__inner .certificate__amount input {
    width: 100%
  }
}
.form__inner .certificate__amount input::-webkit-input-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .certificate__amount input::-moz-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .certificate__amount input::-ms-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .certificate__amount input::-webkit-input-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .certificate__amount input::-moz-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .certificate__amount input:-ms-input-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .certificate__amount input::-ms-input-placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .certificate__amount input::placeholder {
  color: #082a0d;
  opacity: 1
}
.form__inner .form__social {
  -webkit-box-shadow: 2px 4px 5px rgba(8,42,13,.05);
  box-shadow: 2px 4px 5px rgba(8,42,13,.05);
  border: 1px solid #082a0d;
  border-radius: 30px;
  background-color: #fff;
  padding: 18px 30px;
  margin-bottom: 25px
}
@media all and (max-width:1700px) {
  .form__inner .form__social {
    padding: 18px 30px
  }
}
@media all and (max-width:575px) {
  .form__inner .form__social {
    padding: 11px 20px;
    margin-bottom: 15px
  }
}
.form__inner .form__social .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.form__inner .form__social .wpcf7-checkbox .wpcf7-list-item {
  margin: 0
}
.form__inner .form__social .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding-left: 26px
}
.form__inner .form__social .wpcf7-checkbox .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1000
}
.form__inner .form__social .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block
}
.form__inner .form__social .wpcf7-checkbox .wpcf7-list-item label span.wpcf7-list-item-label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300
}
@media all and (max-width:575px) {
  .form__inner .form__social .wpcf7-checkbox .wpcf7-list-item label span.wpcf7-list-item-label {
    font-size: 16px
  }
}
.form__inner .form__social .wpcf7-checkbox .wpcf7-list-item label span.wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #181818;
  border-radius: 2px
}
.form__inner .form__social .wpcf7-checkbox .wpcf7-list-item label span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 5.5px;
  top: 5px;
  margin: auto;
  width: 7px;
  height: 9px;
  border: solid #082a0d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.form__inner .form__policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px
}
.form__inner .form__policy .policy .text p {
  color: #082a0d;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300
}
.form__inner .form__policy .policy .text p a {
  color: #082a0d
}
.form__inner .form__policy .policy .text p a:hover {
  text-decoration: underline
}
.form__inner .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  border: 1px solid rgba(8,42,13,.5);
  width: 24px;
  height: 24px;
  border-radius: 2px
}
@media all and (max-width:575px) {
  .form__inner .form__policy .policy .checkbox {
    width: 20px;
    height: 20px
  }
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1000
}
@media all and (max-width:575px) {
  .form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
    width: 20px;
    height: 20px
  }
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0!important;
  color: transparent
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 5px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #082a0d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media all and (max-width:575px) {
  .form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
    top: 3px;
    left: 6px
  }
}
.form__inner .form__submit {
  position: relative
}
.form__inner .form__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
.wpcf7-validation-errors {
  display: none!important
}
.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 0!important;
  padding: 0!important;
  border: none!important
}
#block-15 input[type=tel].wpcf7-not-valid,
#block-15 input[type=text].wpcf7-not-valid,
#block-7 input[type=tel].wpcf7-not-valid,
#block-7 input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 2px solid #ec3c06!important;
  position: relative
}
body span.wpcf7-not-valid-tip {
  display: none!important;
  color: #ec3c06;
  border: none;
  background: 0 0
}
body span.wpcf7-not-valid-tip-no-ajax {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px
}
body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #ec3c06;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 12000
}
.contact-inner-form .wpcf7-response-output {
  width: 95%
}
body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px
}
body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731
}
body .wpcf7-mail-sent-ok {
  border: 1px solid transparent;
  color: #ff5805;
  text-align: center
}
#events .section__wrapper {
  background-color: rgba(228,117,38,.1)
}
#events .heading p {
  font-size: 22px;
  line-height: 28px;
  margin-top: 0;
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: 0
}
@media all and (max-width:1199px) {
  #events .heading p {
    margin-top: 40px
  }
}
@media all and (max-width:575px) {
  #events .heading p {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 15px;
    margin-top: 20px
  }
}
#events h3 {
  font-family: IgraSans,sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 25px
}
@media all and (max-width:575px) {
  #events h3 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px
  }
}
#events .wrapper {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 15px 20px
}
@media all and (max-width:1199px) {
  #events .wrapper {
    grid-template-columns: repeat(3,1fr)
  }
}
@media all and (max-width:991px) {
  #events .wrapper {
    grid-template-columns: repeat(2,1fr)
  }
}
@media all and (max-width:767px) {
  #events .wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
#events .wrapper .events__item {
  min-height: 300px;
  border-radius: 50px;
  border: 2px solid #082a0d;
  overflow: hidden;
  padding: 35px 25px;
  background-color: rgba(228,117,38,.3);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media all and (max-width:1500px) {
  #events .wrapper .events__item {
    min-height: 250px;
    padding: 20px 16px
  }
}
@media all and (max-width:575px) {
  #events .wrapper .events__item {
    border-radius: 25px;
    border: 1px solid #082a0d;
    padding: 25px 20px;
    min-height: 220px
  }
}
#events .wrapper .events__item:first-child .image,
#events .wrapper .events__item:last-child .image {
  text-align: right
}
#events .wrapper .events__item:first-child .image img,
#events .wrapper .events__item:last-child .image img {
  width: 245px;
  height: 300px
}
@media all and (max-width:1500px) {
  #events .wrapper .events__item:first-child .image img,
  #events .wrapper .events__item:last-child .image img {
    width: 200px;
    height: auto
  }
}
@media all and (max-width:575px) {
  #events .wrapper .events__item:first-child .image img,
  #events .wrapper .events__item:last-child .image img {
    width: 160px
  }
}
#events .wrapper .events__item:nth-child(2),
#events .wrapper .events__item:nth-child(4) {
  color: #fff
}
#events .wrapper .events__item:nth-child(3) {
  background-color: #e9ff7d
}
#events .wrapper .events__item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
#events .wrapper .events__item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#events .wrapper .events__item p {
  font-size: 17px;
  line-height: 28px
}
@media all and (max-width:1500px) {
  #events .wrapper .events__item p {
    font-size: 14px;
    line-height: 20px
  }
}
#events .wrapper .events__item p strong {
  font-weight: 500;
  text-transform: uppercase
}
#guarantee .section__wrapper {
  background-color: rgba(206,216,167,.5);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(../img/7.webp)
}
@media all and (max-width:991px) {
  #guarantee .section__wrapper {
    background-position: 0 100%
  }
}
@media all and (max-width:575px) {
  #guarantee .section__wrapper {
    background-size: 300px
  }
}
@media all and (max-width:1199px) {
  #guarantee .guarantee__item {
    margin-bottom: 30px
  }
}
@media all and (max-width:575px) {
  #guarantee .guarantee__item {
    margin-bottom: 20px
  }
}
#guarantee .guarantee__item .item__inner .icon {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #guarantee .guarantee__item .item__inner .icon {
    margin-bottom: 10px
  }
}
#guarantee .guarantee__item .item__inner .icon img {
  max-height: 100px
}
@media all and (max-width:575px) {
  #guarantee .guarantee__item .item__inner .icon img {
    max-height: 40px
  }
}
#guarantee .guarantee__item .item__inner p {
  font-size: 24px;
  line-height: 34px
}
@media all and (max-width:575px) {
  #guarantee .guarantee__item .item__inner p {
    font-size: 14px;
    line-height: 20px
  }
}
#faq .section__wrapper {
  background-color: rgba(180,191,94,.5);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/8.webp)
}
#faq .faq_tabs .tabs_item {
  border-bottom: 1px solid rgba(228,117,38,.4)
}
#faq .faq_tabs .tabs_item:not(:last-child) {
  margin-bottom: 18px
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 10px
  }
}
#faq .faq_tabs .tabs_item .title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 40px 12px 0;
  font-size: 26px;
  line-height: 38px
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .title {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 26px 6px 0
  }
}
#faq .faq_tabs .tabs_item .title:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_31.svg);
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .title:after {
    width: 18px;
    height: 18px
  }
}
#faq .faq_tabs .tabs_item .title.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
#faq .faq_tabs .tabs_item .tab_content {
  display: none;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  padding-bottom: 10px
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .tab_content {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 6px
  }
}
#signup .section__wrapper {
  background-color: #fff;
  padding: 0
}
#signup h4 {
  font-family: IgraSans,sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: .04em;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block
}
@media all and (max-width:1700px) {
  #signup h4 {
    font-size: 24px;
    line-height: 120%
  }
}
@media all and (max-width:1500px) {
  #signup h4 {
    font-size: 18px
  }
}
@media all and (max-width:575px) {
  #signup h4 {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 15px
  }
}
#signup h4::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background-color: #e47526;
  bottom: 0;
  left: 0
}
#signup .signup__form .form__inner {
  padding: 70px 0 50px 26px
}
@media all and (max-width:1199px) {
  #signup .signup__form .form__inner {
    padding: 70px 25px
  }
}
@media all and (max-width:575px) {
  #signup .signup__form .form__inner {
    padding: 30px 10px
  }
}
@media all and (max-width:1199px) {
  #signup .signup__form .form__inner form .registrationform {
    margin-bottom: 20px
  }
}
#signup .signup__form .form__inner form .form__contact .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px
}
@media all and (max-width:1199px) {
  #signup .signup__form .form__inner form .form__contact .wpcf7-form-control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
@media all and (max-width:575px) {
  #signup .signup__form .form__inner form .form__contact .wpcf7-form-control {
    gap: 10px
  }
}
#signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item {
  position: relative;
  margin: 0;
  width: 70px;
  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
}
@media all and (max-width:575px) {
  #signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item {
    width: 38px;
    height: 38px
  }
}
#signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item:first-child label .wpcf7-list-item-label::after {
  background-image: url(../img/icon_32.svg)
}
#signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item:nth-child(2) label .wpcf7-list-item-label::after {
  background-image: url(../img/icon_33.svg)
}
#signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item:last-child label .wpcf7-list-item-label::after {
  background-image: url(../img/icon_34.svg)
}
#signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1000
}
#signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  border: 2px solid #082a0d
}
#signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0!important;
  color: transparent;
  margin: 0!important
}
#signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid transparent
}
@media all and (max-width:575px) {
  #signup .signup__form .form__inner form .form__contact .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:after {
    border-radius: 10px
  }
}
#signup .signup__image .image__inner {
  text-align: right
}
@media all and (max-width:1199px) {
  #signup .signup__image .image__inner {
    text-align: center
  }
}
@media all and (max-width:575px) {
  #signup .signup__image .image__inner {
    height: 270px;
    border-radius: 25px 25px 0 0;
    overflow: hidden
  }
}
#signup .signup__image .image__inner img {
  border-radius: 0 50px 50px 0
}
@media all and (min-width:991px) {
  #signup .signup__image .image__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
  }
}
@media all and (max-width:1199px) {
  #signup .signup__image .image__inner img {
    border-radius: 25px 25px 0 0
  }
}
@media all and (max-width:575px) {
  #signup .signup__image .image__inner img {
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
  }
}
#footer .section__wrapper {
  background-color: #082a0d;
  color: #fff;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300
}
@media all and (max-width:575px) {
  #footer .section__wrapper {
    font-size: 14px;
    line-height: 20px
  }
}
#footer .section__wrapper a {
  color: #fff
}
#footer .footer__item {
  margin-bottom: 56px
}
@media all and (max-width:575px) {
  #footer .footer__item {
    margin-bottom: 25px
  }
}
#footer h5 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 200;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #footer h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px
  }
}
#footer .footer__top {
  padding: 70px 25px 0 25px;
  border-bottom: 1px solid rgba(255,255,255,.15)
}
@media all and (max-width:575px) {
  #footer .footer__top {
    padding: 30px 10px 0 10px
  }
}
#footer .footer__top .footer__logo .logo__inner .logo {
  margin-bottom: 30px
}
@media all and (max-width:1199px) {
  #footer .footer__top .footer__logo .logo__inner .logo {
    text-align: center
  }
}
#footer .footer__top .footer__logo .logo__inner .logo img {
  width: 360px;
  height: auto
}
@media all and (max-width:575px) {
  #footer .footer__top .footer__logo .logo__inner .logo img {
    width: 250px
  }
}
#footer .footer__top .footer__logo .logo__inner .social__wrapper .social {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px 30px;
  max-width: 140px;
  width: 100%
}
@media all and (max-width:1199px) {
  #footer .footer__top .footer__logo .logo__inner .social__wrapper .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none
  }
}
@media all and (max-width:575px) {
  #footer .footer__top .footer__logo .logo__inner .social__wrapper .social {
    gap: 12px
  }
}
#footer .footer__top .footer__logo .logo__inner .social__wrapper .social li a:hover {
  opacity: .7
}
#footer .footer__top .footer__logo .logo__inner .social__wrapper .social li a img {
  width: 55px;
  height: 55px
}
@media all and (max-width:575px) {
  #footer .footer__top .footer__logo .logo__inner .social__wrapper .social li a img {
    width: 35px;
    height: 35px
  }
}
#footer .footer__top .footer__contacts .contacts__inner .phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}
@media all and (max-width:575px) {
  #footer .footer__top .footer__contacts .contacts__inner .phone img {
    width: 16px;
    height: 16px
  }
}
@media all and (min-width:1199px) {
  #footer .footer__top .footer__info .info__inner {
    max-width: 330px;
    width: 100%;
    margin: 0 auto
  }
}
#footer .footer__top .footer__info .info__inner ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  gap: 15px
}
@media all and (max-width:1500px) {
  #footer .footer__top .footer__info .info__inner ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}
@media all and (max-width:1199px) {
  #footer .footer__top .footer__info .info__inner ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}
#footer .footer__top .footer__info .info__inner ul li a {
  display: inline-block;
  white-space: nowrap;
  padding: 7.5px 0
}
@media all and (max-width:575px) {
  #footer .footer__top .footer__info .info__inner ul li a {
    padding: 6px 0
  }
}
#footer .footer__top .footer__info .info__inner ul li a:hover {
  color: #cef17b;
  text-decoration: underline
}
#footer .footer__top .footer__addresses .addresses__inner ul li:not(:last-child) {
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  #footer .footer__top .footer__addresses .addresses__inner ul li:not(:last-child) {
    margin-bottom: 12px
  }
}
#footer .footer__bottom {
  padding: 30px 25px 70px 25px;
  font-size: 14px
}
@media all and (max-width:575px) {
  #footer .footer__bottom {
    padding: 20px 10px 30px 10px
  }
}
@media all and (max-width:1199px) {
  #footer .footer__bottom .bottom__item:not(:last-child) {
    margin-bottom: 20px
  }
}
#footer .footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 130px
}
@media all and (max-width:1700px) {
  #footer .footer__bottom ul {
    gap: 90px
  }
}
@media all and (max-width:1500px) {
  #footer .footer__bottom ul {
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media all and (max-width:1199px) {
  #footer .footer__bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media all and (max-width:575px) {
  #footer .footer__bottom ul {
    gap: 12px
  }
}
#footer .footer__bottom ul li a {
  display: inline-block
}
#footer .footer__bottom ul li a:hover {
  color: #cef17b;
  text-decoration: underline
}
article .aligncenter,
article div.aligncenter,
article img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
article .alignright {
  float: right
}
article .alignleft {
  float: left
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
  margin-bottom: .625em
}
article h2 {
  font-size: 32px;
  line-height: 38px
}
@media all and (max-width:575px) {
  article h2 {
    font-size: 22px;
    line-height: 120%
  }
}
article h3 {
  font-size: 26px;
  line-height: 34px
}
@media all and (max-width:575px) {
  article h3 {
    font-size: 20px;
    line-height: 120%
  }
}
article h4 {
  font-size: 22px
}
@media all and (max-width:575px) {
  article h4 {
    font-size: 18px;
    line-height: 120%
  }
}
article h5 {
  font-size: 18px
}
@media all and (max-width:575px) {
  article h5 {
    font-size: 16px;
    line-height: 120%
  }
}
article h6 {
  font-size: 16px
}
@media all and (max-width:575px) {
  article h6 {
    font-size: 15px;
    line-height: 120%
  }
}
article p {
  margin-bottom: 1em
}
article a {
  color: #00a8d2
}
article ul {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: 1em;
  padding-left: 15px
}
article mark {
  padding: 0
}
article .wp-block-table,
article table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding: 0;
  border-spacing: 0
}
article table form,
article table li,
article table p,
article table ul {
  margin: 6px 0;
  padding: 0
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
  border: 1px solid rgba(0,0,0,.12)
}
article table tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.04)
}
article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:575px) {
  article table td,
  article table th {
    min-width: 180px
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table.wp-block-table.is-style-stripes {
  border-collapse: collapse
}
article table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
.lightbox-image-container {
  width: 100vw!important
}
.lightbox-image-container figure img {
  width: auto!important;
  height: auto!important;
  -o-object-fit: contain!important;
  object-fit: contain!important;
  max-height: 100%!important
}

.form__contact .wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    border-radius: 10px;
}