@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat_regular.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/montserrat_medium.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/montserrat_semibold.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat_bold.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/montserrat_extrabold.woff2) format("woff2")
}
body,
html {
  height: 100%
}
body {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  line-height: 1.5;
  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: #000;
  background-color: #fff;
  font-weight: 500
}
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
}
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: 48px
}
@media all and (max-width:1199px) {
  .heading {
    margin-bottom: 36px
  }
}
.heading.heading-accent h2 {
  color: #3fe53f
}
.heading h2 {
  font-weight: 500;
  font-size: 96px;
  line-height: 106.4%
}
@media all and (max-width:1600px) {
  .heading h2 {
    font-size: 60px
  }
}
@media all and (max-width:1199px) {
  .heading h2 {
    font-size: 44px
  }
}
@media all and (max-width:767px) {
  .heading h2 {
    font-size: 32px
  }
}
.heading p {
  font-size: 36px;
  font-weight: 500;
  line-height: 106.4%;
  margin-top: 36px
}
@media all and (max-width:1600px) {
  .heading p {
    font-size: 30px
  }
}
@media all and (max-width:1199px) {
  .heading p {
    font-size: 22px;
    line-height: 120%;
    margin-top: 20px
  }
}
@media all and (max-width:575px) {
  .heading p {
    font-size: 18px
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0
  }
  30%,
  to {
    left: 110%;
    margin-left: 80px
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0
  }
  30%,
  to {
    left: 110%;
    margin-left: 80px
  }
}
.btn {
  display: inline-block;
  text-align: center;
  color: #000;
  background-color: #3fe53f;
  padding: 12px 23px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  border: none;
  border-radius: 9px;
  -webkit-transition: .25s all;
  transition: .25s all;
  -webkit-box-shadow: 4px 4px 9px 0 rgba(63,229,63,.44);
  box-shadow: 4px 4px 9px 0 rgba(63,229,63,.44)
}
.btn:hover {
  color: #000;
  background-color: #09da09
}
.btn.btn-white {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.1)
}
.btn.btn-white:hover {
  color: #3fe53f
}
.btn.btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 13.5px 23px
}
.btn.btn-animate {
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  display: table;
  z-index: 1
}
.btn.btn-animate:after {
  content: "";
  margin-left: 60px;
  width: 20px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0
}
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
}
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.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
}
.modal {
  max-width: 530px;
  width: 100%;
  border-radius: 39px
}
#modal_online {
  background-color: #fff
}
#modal_online h2 {
  margin-bottom: 42px;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px
}
@media all and (max-width:575px) {
  #modal_online h2 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 25px
  }
}
#modal_online .form__inner form .form__item {
  margin-bottom: 28px
}
@media all and (max-width:575px) {
  #modal_online .form__inner form .form__item {
    margin-bottom: 16px
  }
}
#modal_online .form__inner form .form__item input {
  height: 63px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #f6f6f6;
  border-radius: 16px;
  -webkit-box-shadow: none;
  box-shadow: none
}
@media all and (max-width:575px) {
  #modal_online .form__inner form .form__item input {
    height: 50px
  }
}
#modal_online .form__inner form .form__submit {
  padding-top: 14px
}
@media all and (max-width:575px) {
  #modal_online .form__inner form .form__submit {
    margin-bottom: 10px
  }
}
#modal_online .form__inner form .form__submit .btn {
  height: 63px;
  background-color: #3c3;
  border-radius: 32px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000
}
#modal_online .form__inner form .desc p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600
}
@media all and (max-width:575px) {
  #modal_online .form__inner form .desc p {
    font-size: 14px;
    line-height: 16px
  }
}
#modal_online .form__inner form .desc p:not(:last-child) {
  margin-bottom: 10px
}
#modal_online .form__inner form .desc p strong {
  color: #3fe53f;
  font-weight: 600
}
header {
  height: 100%;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 56px;
  border-radius: 0 0 37px 37px;
  overflow: hidden
}
@media all and (max-width:1199px) {
  header {
    height: auto;
    display: block;
    border-radius: 0 0 20px 20px
  }
}
header:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 240px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(23.31%,rgba(0,0,0,0)),color-stop(123.31%,#000));
  background: linear-gradient(180deg,rgba(0,0,0,0) 23.31%,#000 123.31%);
  z-index: 2
}
header .video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1
}
@media all and (max-width:575px) {
  header .video {
    display: none
  }
}
@media all and (max-width:1199px) {
  header .video.video-desktop {
    display: none
  }
}
header .video.video-tablet {
  display: none
}
@media all and (max-width:1199px) {
  header .video.video-tablet {
    display: block
  }
}
@media all and (max-width:575px) {
  header .video.video-tablet {
    display: none
  }
}
header .video.video-mobile {
  display: none
}
@media all and (max-width:575px) {
  header .video.video-mobile {
    display: block
  }
}
header .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%
}
header .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none
}
header .bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
header .header__top {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%
}
@media all and (max-width:1199px) {
  header .header__top {
    position: relative;
    top: 0
  }
}
header .header__top .wrapper {
  border: 2px solid #e9ecf0;
  border-radius: 20px;
  background: rgba(246,248,251,.63);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  padding: 20px 20px 20px 30px
}
@media all and (max-width:991px) {
  header .header__top .wrapper {
    padding: 10px;
    -webkit-backdrop-filter: inherit;
    backdrop-filter: inherit;
    background: rgba(246,248,251,.83)
  }
}
header .header__top .header__logo img {
  width: 161px;
  height: auto
}
@media all and (max-width:991px) {
  header .header__top .header__menu {
    display: none
  }
}
header .header__top .header__menu .menu__inner {
  padding-left: 40px
}
@media all and (max-width:1199px) {
  header .header__top .header__menu .menu__inner {
    padding-left: 0
  }
}
header .header__top .header__menu .menu__inner ul li {
  display: inline-block
}
header .header__top .header__menu .menu__inner ul li:not(:last-child) {
  margin-right: 40px
}
@media all and (max-width:1199px) {
  header .header__top .header__menu .menu__inner ul li:not(:last-child) {
    margin-right: 20px
  }
}
header .header__top .header__menu .menu__inner ul li.current-menu-item a {
  font-size: 17px;
  line-height: 21px;
  border-bottom: 3px solid #3fe53f
}
@media all and (max-width:1199px) {
  header .header__top .header__menu .menu__inner ul li.current-menu-item a {
    font-size: 15px
  }
}
header .header__top .header__menu .menu__inner ul li a {
  font-size: 13px;
  line-height: 17px;
  color: #000;
  display: inline-block;
  padding-bottom: 4px;
  -webkit-transition: .1 .4s all;
  transition: .1 .4s all
}
@media all and (max-width:991px) {
  header .header__top .header__contacts {
    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
  }
}
header .header__top .header__contacts .contacts__inner {
  text-align: right
}
@media all and (max-width:767px) {
  header .header__top .header__contacts .contacts__inner .btn {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner .lang {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  position: relative;
  z-index: 9
}
@media all and (max-width:767px) {
  header .header__top .header__contacts .contacts__inner .lang {
    z-index: 10
  }
}
header .header__top .header__contacts .contacts__inner .lang .list {
  position: relative
}
header .header__top .header__contacts .contacts__inner .lang .list li {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  width: 130px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  position: relative;
  font-weight: 400
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner .lang .list li {
    width: 100px
  }
}
header .header__top .header__contacts .contacts__inner .lang .list li img {
  margin-right: 5px
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner .lang .list li img {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner .lang .list > li:hover > .sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
header .header__top .header__contacts .contacts__inner .lang .sub-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0
}
header .header__top .header__contacts .contacts__inner .lang .sub-list .sub-item {
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner .lang .sub-list .sub-item {
    padding-left: 0
  }
}
header .header__top .header__contacts .contacts__inner .lang .sub-list .sub-item a {
  width: 140px;
  color: #000;
  height: 30px;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media all and (max-width:767px) {
  header .header__top .header__contacts .contacts__inner .lang .sub-list .sub-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner .lang .sub-list .sub-item a {
    width: 100px
  }
}
header .header__top .header__contacts .header_burger {
  position: relative;
  display: none;
  margin-left: 20px
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .header_burger {
    display: block
  }
}
header .header__top .header__contacts .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  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 .header__contacts .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3fe53f;
  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 .header__contacts .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(3) {
  top: 20px
}
header .header__top .header__contacts .header_burger .burger_button.open span {
  background: #3fe53f
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__top .header__contacts .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  text-align: center;
  z-index: 11;
  padding-top: 70px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
header .header__top .header__contacts .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .header__contacts .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px
}
@media all and (max-width:767px) {
  header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .menu__logo {
  margin-bottom: 30px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .menu__logo img {
  width: 190px;
  height: auto
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__menu {
  padding-bottom: 100px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__menu li {
  margin-bottom: 10px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__menu li.current-menu-item a {
  background-color: #3c3;
  font-weight: 500
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__menu li a {
  min-width: 200px;
  color: #000;
  padding: 6px 12px;
  display: inline-block;
  background-color: #fafafa;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.04),0 6px 3px 0 rgba(0,0,0,.03),0 10px 4px 0 rgba(0,0,0,.01),0 16px 4px 0 transparent;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.04),0 6px 3px 0 rgba(0,0,0,.03),0 10px 4px 0 rgba(0,0,0,.01),0 16px 4px 0 transparent
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__menu li a:hover {
  background-color: #3c3;
  font-weight: 500
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts li {
  margin-bottom: 10px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts .link {
  text-decoration: underline
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts a {
  color: #000
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts .whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts .whatsapp img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px
}
header .header__main {
  position: relative;
  z-index: 3;
  width: 100%
}
@media all and (max-width:1199px) {
  header .header__main {
    padding-top: 300px
  }
}
header .header__main .content .title {
  background-color: #2dc624;
  max-width: 708px;
  width: 100%;
  border-radius: 0 30px 30px 0;
  padding: 26px 26px 20px 64px;
  position: relative;
  margin-bottom: 15px
}
@media all and (max-width:767px) {
  header .header__main .content .title {
    max-width: none;
    padding-left: 0;
    padding-right: 0
  }
}
header .header__main .content .title:before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  left: -1999px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #2dc624
}
header .header__main .content .title h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 106.4%
}
@media all and (max-width:575px) {
  header .header__main .content .title h1 {
    font-size: 30px;
    line-height: 120%
  }
}
header .header__main .content .title h1 strong {
  display: block;
  margin-top: 4px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500
}
@media all and (max-width:575px) {
  header .header__main .content .title h1 strong {
    font-size: 24px;
    line-height: 120%
  }
}
header .header__main .content p {
  max-width: 559px;
  width: 100%;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  margin-left: 64px
}
@media all and (max-width:767px) {
  header .header__main .content p {
    margin-left: 0
  }
}
@media all and (max-width:575px) {
  header .header__main .content p {
    font-size: 20px;
    line-height: 120%
  }
}
#boss {
  background-color: #f6f8fb;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 50px
}
@media all and (max-width:1199px) {
  #boss {
    padding-top: 50px;
    padding-bottom: 50px
  }
}
#boss .boss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}
#boss .boss img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 28px
}
@media all and (max-width:575px) {
  #boss .boss img {
    margin-right: 18px
  }
}
#boss .boss h5 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 106.4%
}
@media all and (max-width:575px) {
  #boss .boss h5 {
    font-size: 20px
  }
}
#boss .boss p {
  color: #5f5e5e;
  font-size: 20px;
  font-weight: 500;
  line-height: 106.4%
}
@media all and (max-width:575px) {
  #boss .boss p {
    font-size: 18px
  }
}
#boss ul li {
  font-size: 24px;
  line-height: 30px
}
@media all and (max-width:575px) {
  #boss ul li {
    font-size: 20px
  }
}
#boss ul li:not(:last-child) {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #boss ul li:not(:last-child) {
    margin-bottom: 20px
  }
}
#about {
  margin-bottom: 50px
}
#about p {
  font-size: 24px;
  font-weight: 500;
  line-height: 252.9%;
  max-width: 1031px;
  width: 100%
}
@media all and (max-width:1199px) {
  #about p {
    font-size: 20px;
    line-height: 32px
  }
}
#responsibility {
  margin-bottom: 90px
}
@media all and (max-width:1199px) {
  #responsibility {
    margin-bottom: 60px
  }
}
#responsibility .wrapper {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_1_2.svg);
  height: 670px
}
@media all and (max-width:1199px) {
  #responsibility .wrapper {
    height: auto;
    background-image: none
  }
}
@media all and (max-width:1199px) {
  #responsibility .wrapper .box:not(:last-child) {
    margin-bottom: 35px
  }
}
#responsibility .wrapper .box:last-child .box__inner {
  padding-left: 80px
}
#responsibility .wrapper .box.box-big .box__inner {
  padding-top: 130px
}
#responsibility .wrapper .box .box__inner {
  height: 335px;
  padding: 60px 35px 60px 50px
}
@media all and (max-width:1199px) {
  #responsibility .wrapper .box .box__inner {
    height: auto;
    padding: 0!important
  }
}
#responsibility .wrapper .box .box__inner h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 106.4%;
  margin-bottom: 9px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media all and (max-width:1199px) {
  #responsibility .wrapper .box .box__inner h5 {
    font-size: 26px
  }
}
#responsibility .wrapper .box .box__inner h5 span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3fe53f;
  font-size: 24px;
  line-height: 24px;
  margin-right: 9px;
  position: relative;
  top: -4px
}
@media all and (max-width:1199px) {
  #responsibility .wrapper .box .box__inner h5 span {
    top: -8px
  }
}
#responsibility .wrapper .box .box__inner p {
  color: #535963;
  font-size: 24px;
  font-style: normal;
  line-height: 106.4%;
  margin-left: 49px
}
@media all and (max-width:1199px) {
  #responsibility .wrapper .box .box__inner p {
    font-size: 18px
  }
}
#factors {
  margin-bottom: 90px
}
@media all and (max-width:1199px) {
  #factors {
    margin-bottom: 50px
  }
}
#factors .wrapper .box {
  margin-bottom: 35px
}
#factors .wrapper .box .box__inner {
  max-width: 361px;
  width: 100%
}
#factors .wrapper .box .box__inner h6 {
  font-size: 36px;
  line-height: 32px;
  color: #3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 23px
}
@media all and (max-width:767px) {
  #factors .wrapper .box .box__inner h6 {
    margin-bottom: 16px
  }
}
#factors .wrapper .box .box__inner h6 strong {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #000;
  margin-left: 10px
}
#factors .wrapper .box .box__inner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 153.4%
}
#factors h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 106.4%;
  margin-bottom: 15px
}
#factors .clients__slider {
  padding-bottom: 5px
}
#factors .clients__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  transition-timing-function: linear!important
}
#factors .clients__slider .swiper-wrapper .swiper-slide {
  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
}
#factors .clients__slider .slide__inner {
  -webkit-box-shadow: 0 1px 1px rgba(16,16,16,.25);
  box-shadow: 0 1px 1px rgba(16,16,16,.25);
  border-radius: 20px;
  width: 100%
}
#factors .clients__slider .slide__inner .image {
  height: 227px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px
}
@media all and (max-width:575px) {
  #factors .clients__slider .slide__inner .image {
    height: 160px
  }
}
#factors .clients__slider .slide__inner .image img {
  max-height: 122px
}
#results {
  padding-top: 38px;
  padding-bottom: 76px;
  margin-bottom: 70px;
  background-color: #f6f8fb
}
@media all and (max-width:1199px) {
  #results {
    margin-bottom: 50px;
    padding-bottom: 38px
  }
}
#results .wrapper {
  position: relative;
  z-index: 2;
  min-height: 325px;
  border-radius: 19px;
  overflow: hidden;
  padding: 57px 37px 46px 37px
}
@media all and (max-width:575px) {
  #results .wrapper {
    padding: 35px 15px 25px 15px;
    min-height: auto
  }
}
#results .wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: -webkit-gradient(linear,left top,right top,color-stop(39.25%,rgba(0,0,0,.54)),color-stop(58.6%,rgba(0,0,0,0)));
  background: linear-gradient(90deg,rgba(0,0,0,.54) 39.25%,rgba(0,0,0,0) 58.6%);
  z-index: 2
}
#results .wrapper .bg__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}
#results .wrapper .bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#results .wrapper .heading {
  margin-bottom: 26px;
  position: relative;
  z-index: 3
}
#results .wrapper ul {
  position: relative;
  z-index: 3;
  max-width: 550px;
  width: 100%
}
#results .wrapper ul li {
  border-radius: 20px;
  background-color: #fff;
  padding: 17px 20px 20px 20px;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 11px;
  min-width: 77px;
  text-align: center;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .06));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .06))
}
@media all and (max-width:575px) {
  #results .wrapper ul li {
    padding: 10px
  }
}
#results .wrapper ul li h6 {
  color: #3fe53f;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 2px
}
@media all and (max-width:575px) {
  #results .wrapper ul li h6 {
    font-size: 26px;
    line-height: 120%
  }
}
#results .wrapper ul li p {
  font-weight: 600;
  font-size: 13px;
  line-height: 17px
}
#equipment {
  margin-bottom: 76px
}
@media all and (max-width:1199px) {
  #equipment {
    margin-bottom: 30px
  }
}
#equipment .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 24px;
  -webkit-perspective: 1000px;
  perspective: 1000px
}
@media all and (max-width:1199px) {
  #equipment .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
#equipment .wrapper .item {
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.25);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 284px;
  margin-bottom: 24px;
  -webkit-transition: .35s all;
  transition: .35s all;
  position: relative
}
@media all and (max-width:1199px) {
  #equipment .wrapper .item {
    width: 31%
  }
}
@media all and (max-width:767px) {
  #equipment .wrapper .item {
    width: 48%
  }
}
@media all and (max-width:767px) {
  #equipment .wrapper .item {
    max-width: 260px;
    width: 100%;
    margin: 0 auto 24px auto
  }
}
#equipment .wrapper .item:hover .item__inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  will-change: transform
}
#equipment .wrapper .item .item__inner {
  width: 100%;
  position: relative;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform
}
#equipment .wrapper .item .item__inner .front {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 16px;
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}
#equipment .wrapper .item .item__inner .front:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/bg.png);
  width: calc(100% + 1px);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  border-radius: 16px
}
#equipment .wrapper .item .item__inner .front .top {
  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;
  position: absolute;
  top: 15px;
  right: 15px
}
#equipment .wrapper .item .item__inner .front .top img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px
}
#equipment .wrapper .item .item__inner .front .image {
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#equipment .wrapper .item .item__inner .front .image img {
  max-height: 277px
}
#equipment .wrapper .item .item__inner .back {
  position: absolute;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  z-index: 4;
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}
#equipment .wrapper .item .item__inner .back .equipment__slider {
  height: 100%
}
#equipment .wrapper .item .item__inner .back .equipment__slider .slide__inner,
#equipment .wrapper .item .item__inner .back .equipment__slider .swiper-slide,
#equipment .wrapper .item .item__inner .back .equipment__slider .swiper-wrapper {
  height: 100%
}
#equipment .wrapper .item .item__inner .back .equipment__slider .img {
  width: 100%;
  height: 100%
}
#equipment .wrapper .item .item__inner .back .equipment__slider .img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#equipment .wrapper .item .item__inner .back .swiper-pagination {
  bottom: 10px!important
}
#equipment .wrapper .item .item__inner .back .swiper-pagination span {
  width: 5px;
  height: 5px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: .25s all;
  transition: .25s all
}
#equipment .wrapper .item .item__inner .back .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 10px;
  height: 10px
}
#place {
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #place {
    margin-bottom: 30px
  }
}
#place .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px
}
@media all and (max-width:991px) {
  #place .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
#place .wrapper .item {
  margin-bottom: 30px;
  width: 20%
}
@media all and (max-width:991px) {
  #place .wrapper .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%
  }
}
@media all and (max-width:767px) {
  #place .wrapper .item {
    width: 45%
  }
}
#place .wrapper .item .item__inner .image {
  margin-bottom: 36px
}
@media all and (max-width:575px) {
  #place .wrapper .item .item__inner .image {
    margin-bottom: 20px
  }
}
#place .wrapper .item .item__inner p {
  font-size: 20px;
  line-height: 106.4%
}
#conditions {
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #conditions {
    margin-bottom: 50px
  }
}
#conditions ul li {
  position: relative;
  padding-left: 47px;
  color: #000;
  font-size: 24px;
  line-height: 172.4%
}
#conditions ul li:not(:last-child) {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #conditions ul li:not(:last-child) {
    margin-bottom: 25px
  }
}
#conditions ul li:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_2.svg);
  width: 32px;
  height: 32px;
  top: 2px;
  left: 0
}
@media all and (max-width:575px) {
  #conditions ul li:after {
    top: 0
  }
}
@media all and (max-width:575px) {
  #conditions ul li {
    font-size: 18px
  }
}
#whatdoes {
  padding-top: 42px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  background-color: #f6f8fb
}
@media all and (max-width:1199px) {
  #whatdoes {
    padding-bottom: 42px;
    margin-bottom: 50px
  }
}
#whatdoes .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}
#whatdoes .wrapper {
  position: relative
}
#whatdoes .wrapper:before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_3.svg);
  width: 176px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10
}
@media all and (max-width:575px) {
  #whatdoes .wrapper:before {
    display: none
  }
}
#whatdoes .wrapper:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_3_1.svg);
  width: 176px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10
}
@media all and (max-width:575px) {
  #whatdoes .wrapper:after {
    display: none
  }
}
#whatdoes .whatdoes1__slider {
  margin-top: 29px;
  margin-bottom: 26px
}
#whatdoes .whatdoes1__slider .swiper-wrapper,
#whatdoes .whatdoes2__slider .swiper-wrapper,
#whatdoes .whatdoes__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  transition-timing-function: linear!important
}
#whatdoes .whatdoes1__slider .slide__inner,
#whatdoes .whatdoes2__slider .slide__inner,
#whatdoes .whatdoes__slider .slide__inner {
  text-align: center
}
#whatdoes .whatdoes1__slider .slide__inner p,
#whatdoes .whatdoes2__slider .slide__inner p,
#whatdoes .whatdoes__slider .slide__inner p {
  font-size: 20px;
  line-height: 106.4%
}
#whatdoes .whatdoes1__slider .slide__inner .image,
#whatdoes .whatdoes2__slider .slide__inner .image,
#whatdoes .whatdoes__slider .slide__inner .image {
  width: 100%;
  height: 183px;
  border-radius: 19px;
  overflow: hidden
}
#whatdoes .whatdoes1__slider .slide__inner .image img,
#whatdoes .whatdoes2__slider .slide__inner .image img,
#whatdoes .whatdoes__slider .slide__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#calculator {
  margin-bottom: 80px;
  overflow: hidden
}
@media all and (max-width:1199px) {
  #calculator {
    margin-bottom: 50px
  }
}
#calculator .heading {
  margin-bottom: 100px
}
@media all and (max-width:575px) {
  #calculator .heading {
    margin-bottom: 50px
  }
}
#calculator .wrapper {
  max-width: 1116px;
  width: 100%;
  margin: 0 auto
}
@media all and (max-width:1360px) {
  #calculator .wrapper {
    max-width: 1030px
  }
}
@media all and (max-width:1199px) {
  #calculator .wrapper {
    max-width: 830px
  }
}
@media all and (max-width:991px) {
  #calculator .wrapper {
    max-width: 600px
  }
}
#calculator .box__slider {
  margin-bottom: 52px
}
@media all and (max-width:575px) {
  #calculator .box__slider {
    margin-bottom: 30px
  }
}
#calculator .box__slider .slider__item .item__title {
  margin-bottom: 16px
}
#calculator .box__slider .slider__item .item__title h5 {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 500;
  line-height: 106.4%
}
@media all and (max-width:575px) {
  #calculator .box__slider .slider__item .item__title h5 {
    font-size: 14px
  }
}
#calculator .box__slider .slider__item #income {
  margin-bottom: 28px
}
#calculator .box__slider .slider__item p {
  text-align: center;
  font-size: 15px;
  line-height: 106.4%
}
#calculator .box__slider .noUi-horizontal {
  height: 8px;
  border: none;
  background-color: #3fe53f;
  border-radius: 4px
}
#calculator .box__slider .noUi-connect {
  background-color: #e0e3e7
}
#calculator .box__slider .noUi-handle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 9px solid #3fe53f;
  top: -18px
}
@media all and (max-width:575px) {
  #calculator .box__slider .noUi-handle {
    width: 20px;
    height: 20px;
    border: 4px solid #3fe53f;
    top: -6px
  }
}
#calculator .box__slider .noUi-handle:after,
#calculator .box__slider .noUi-handle:before {
  display: none
}
#calculator .box__slider .noUi-tooltip {
  color: #3fe53f;
  font-size: 30px;
  font-weight: 800;
  line-height: 106.4%;
  border: none;
  padding: 0;
  bottom: 55px
}
@media all and (max-width:1360px) {
  #calculator .box__slider .noUi-tooltip {
    font-size: 24px
  }
}
@media all and (max-width:767px) {
  #calculator .box__slider .noUi-tooltip {
    font-size: 12px
  }
}
#calculator .box {
  margin-bottom: 20px
}
#calculator .box .box__inner h5 {
  color: #3fe53f;
  font-size: 36px;
  font-weight: 800;
  line-height: 106.4%;
  margin-bottom: 5px
}
@media all and (max-width:575px) {
  #calculator .box .box__inner h5 {
    font-size: 20px
  }
}
#calculator .box .box__inner p {
  font-size: 15px;
  line-height: 106.4%
}
#calculator .content {
  padding-top: 40px;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #calculator .content {
    padding-top: 20px
  }
}
#calculator .content .title {
  background-color: #2dc624;
  border-radius: 0 30px 30px 0;
  padding: 25px 35px 25px 0;
  position: relative;
  margin-bottom: 20px
}
#calculator .content .title:after {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  left: -1999px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #2dc624
}
#calculator .content .title h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px
}
@media all and (max-width:575px) {
  #calculator .content .title h3 {
    font-size: 22px;
    line-height: 130%
  }
}
#calculator .text .text__inner {
  max-width: 665px;
  width: 100%
}
#calculator .text p {
  font-size: 24px;
  line-height: 29px;
  color: #181818
}
#calculator .online .online__inner {
  text-align: center
}
#calculator .online .online__inner .btn {
  display: inline-block
}
#calculator .online .online__inner .image {
  margin-bottom: 4px
}
#calculator .online .online__inner .image img {
  max-width: 320px;
  width: 100%
}
#contacts {
  margin-bottom: 55px
}
#contacts .wrapper {
  max-width: 1022px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  border: 2px solid #e9ecf0;
  overflow: hidden;
  position: relative;
  z-index: 2
}
#contacts .wrapper .map__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:767px) {
  #contacts .wrapper .map__inner {
    display: none
  }
}
#contacts .wrapper .map__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#contacts .wrapper .form__submit {
  margin-bottom: 70px
}
@media all and (max-width:767px) {
  #contacts .wrapper .form__submit {
    margin-bottom: 45px
  }
}
#contacts .wrapper .social .title {
  text-align: center;
  margin-bottom: 8px
}
#contacts .wrapper .social h6 {
  color: #8e98af;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 106.4%;
  position: relative;
  display: inline-block
}
#contacts .wrapper .social h6:before {
  position: absolute;
  content: "";
  width: 53px;
  height: 1px;
  background-color: #8e98af;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -66px
}
#contacts .wrapper .social h6:after {
  position: absolute;
  content: "";
  width: 53px;
  height: 1px;
  background-color: #8e98af;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -66px
}
#contacts .wrapper .social a {
  display: inline-block;
  color: #8e98af;
  font-size: 20px;
  line-height: 106.4%
}
#contacts .wrapper .social .whatsapp {
  color: #8e98af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
  font-size: 10px;
  line-height: 106%
}
#contacts .wrapper .social .whatsapp img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px
}
#contacts .form__inner {
  padding: 54px 38px 32px 38px;
  background-color: #f6f8fb;
  max-width: 402px;
  width: 100%;
  background-position: -10px calc(100% + 10px);
  background-repeat: no-repeat;
  background-image: url(../img/icon_4.svg)
}
@media all and (max-width:767px) {
  #contacts .form__inner {
    max-width: none;
    padding: 30px 20px
  }
}
.form__inner h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 106.4%;
  margin-bottom: 36px
}
.form__inner form .form__item {
  margin-bottom: 14px
}
.form__inner form .form__item input {
  width: 100%;
  height: 33px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
  padding-left: 12px;
  padding-right: 10px;
  color: #8e98af;
  border: none
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: #8e98af;
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder {
  color: #8e98af;
  opacity: 1
}
.form__inner form .form__item input::-ms-placeholder {
  color: #8e98af;
  opacity: 1
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: #8e98af;
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder {
  color: #8e98af;
  opacity: 1
}
.form__inner form .form__item input:-ms-input-placeholder {
  color: #8e98af;
  opacity: 1
}
.form__inner form .form__item input::-ms-input-placeholder {
  color: #8e98af;
  opacity: 1
}
.form__inner form .form__item input::placeholder {
  color: #8e98af;
  opacity: 1
}
.form__inner form .form__submit {
  padding-top: 19px;
  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;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  .form__inner form .form__submit {
    display: block;
    padding-top: 10px
  }
}
.form__inner form .form__submit .btn {
  min-width: 156px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px
}
@media all and (max-width:575px) {
  .form__inner form .form__submit .btn {
    width: 100%;
    margin-bottom: 15px
  }
}
.form__inner form .form__submit .questions p {
  color: #8e98af;
  font-size: 13px;
  font-weight: 500;
  line-height: 106.4%;
  margin-bottom: 4px
}
.form__inner form .form__submit .questions a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 106.4%
}
#footer {
  padding-bottom: 20px
}
@media all and (max-width:991px) {
  #footer {
    text-align: center
  }
}
#footer .wrapper {
  max-width: 1022px;
  width: 100%;
  margin: 0 auto
}
#footer .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
#footer .footer__item {
  margin-bottom: 20px
}
#footer .footer__logo .logo__inner a img {
  width: 115px;
  height: auto
}
#footer .footer__links .links__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media all and (max-width:991px) {
  #footer .footer__links .links__inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#footer .footer__links .links__inner ul li.current-menu-item a {
  text-decoration: underline
}
#footer .footer__links .links__inner ul li a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  line-height: 106.4%
}
#footer .footer__links .links__inner ul li a:hover {
  color: #3fe53f
}
#footer .footer__app .app__inner {
  max-width: 152px;
  width: 100%;
  margin-left: auto;
  margin-right: 0
}
@media all and (max-width:991px) {
  #footer .footer__app .app__inner {
    margin: 0 auto
  }
}
#footer .footer__app .app__inner .qr {
  text-align: center;
  margin-bottom: 12px
}
#footer .footer__app .app__inner .qr img {
  width: 91px;
  height: 91px
}
#footer .footer__app .app__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px
}
#footer .footer__app .app__inner ul li {
  display: inline-block
}
#footer .footer__app .app__inner ul li a:hover {
  opacity: .8
}
#footer .footer__app .app__inner ul li a img {
  width: 66px;
  border-radius: 3px
}