@font-face {
  font-family: InterTight;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/InterTight-Regular.woff2) format("woff2")
}
@font-face {
  font-family: InterTight;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/InterTight-Medium.woff2) format("woff2")
}
@font-face {
  font-family: InterTight;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/InterTight-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: DrukWide;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/drukwidecyr-bold.woff2) format("woff2")
}
@font-face {
  font-family: InterTight;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/InterTight-ExtraBold.woff2) format("woff2")
}
body,
html {
  height: 100%;
  scroll-behavior: smooth
}
body {
  font-family: InterTight,sans-serif;
  font-size: 1.375em;
  line-height: 1.227272;
  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: #1a1f25;
  background-color: #1a1f25;
  font-weight: 400
}
@media all and (max-width:991px) {
  body {
    font-size: 1em;
    line-height: 1.25
  }
}
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-family: DrukWide,sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0
}
.heading h2 {
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase
}
@media all and (max-width:1840px) {
  .heading h2 {
    font-size: 42px;
    line-height: 52px
  }
}
@media all and (max-width:575px) {
  .heading h2 {
    font-size: 26px;
    line-height: 32px
  }
}
.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #1c55ff;
  padding: 26px 60px;
  font-size: 22px;
  line-height: 120%;
  font-weight: 600;
  border: none;
  -webkit-transition: .25s all;
  transition: .25s all;
  border-radius: 39px
}
@media all and (max-width:767px) {
  .btn {
    font-size: 14px;
    padding: 15px 24px;
    border-radius: 23px
  }
}
.btn:hover {
  color: #fff;
  background-color: #0242ff
}
.btn.btn-white {
  background-color: #fff;
  color: #1a1f25
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #0242ff
}
.btn.btn-black {
  background-color: #1a1f25;
  color: #fff
}
.btn.btn-black:hover {
  color: #fff;
  background-color: #0242ff
}
.btn.btn-small {
  font-size: 20px;
  padding: 23px 33px;
  border-radius: 35px
}
@media all and (max-width:575px) {
  .btn.btn-small {
    font-size: 14px;
    padding: 13px 20px;
    border-radius: 21px
  }
}
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
}
.swiper-button-disabled {
  cursor: pointer!important;
  pointer-events: auto!important
}
.modal {
  color: #1a1f25;
  max-width: 600px;
  width: 100%
}
#modal_thanks {
  max-width: 600px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  text-align: center
}
@media all and (max-width:575px) {
  #modal_thanks {
    padding: 30px
  }
}
#modal_thanks .modal__heading h2 {
  font-size: 30px;
  line-height: 120%
}
@media all and (max-width:575px) {
  #modal_thanks .modal__heading h2 {
    font-size: 24px
  }
}
header {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 35px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/1.avif)
}
@media all and (max-width:1199px) {
  header {
    padding-top: 25px
  }
}
@media all and (max-width:575px) {
  header {
    background-image: url(../img/1_1.avif)
  }
}
@media all and (max-width:1199px) {
  header .header__top .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
header .header__top .header__logo {
  padding-top: 42px
}
@media all and (max-width:1199px) {
  header .header__top .header__logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-top: 0;
    text-align: center
  }
}
header .header__top .header__logo img {
  width: 134px;
  height: auto
}
@media all and (max-width:1199px) {
  header .header__top .header__logo img {
    width: 85px
  }
}
@media all and (max-width:1199px) {
  header .header__top .header__contacts {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}
@media all and (max-width:1199px) {
  header .header__top .header__contacts .contacts__inner {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner ul {
  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;
  gap: 68px
}
@media all and (max-width:1500px) {
  header .header__top .header__contacts .contacts__inner ul {
    gap: 40px
  }
}
header .header__top .header__contacts .contacts__inner ul li {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  background: rgba(0,0,0,.4);
  -webkit-backdrop-filter: blur(4.47552px);
  backdrop-filter: blur(4.47552px);
  border-radius: 23.0769px;
  position: relative;
  padding: 32px 34px 32px 44px
}
header .header__top .header__contacts .contacts__inner ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto
}
header .header__top .header__contacts .contacts__inner ul li a {
  color: #fff
}
header .header__top .header__contacts .header__burger {
  position: relative;
  display: none
}
@media all and (max-width:1199px) {
  header .header__top .header__contacts .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
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 .button__item {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  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 .button__item:nth-child(1) {
  top: 4px
}
header .header__top .header__contacts .header__burger .burger__button .button__item:nth-child(2) {
  top: 12px
}
header .header__top .header__contacts .header__burger .burger__button .button__item:nth-child(3) {
  top: 20px
}
header .header__top .header__contacts .header__burger .burger__button.open .button__item: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 .button__item:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .header__contacts .header__burger .burger__button.open .button__item: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: #1a1f25;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 120px;
  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.menu__slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .header__contacts .header__burger .menu__toggle.menu__open {
  -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 .mobile__menu {
  margin-bottom: 50px
}
header .header__top .header__contacts .header__burger .menu__toggle .toggle__inner .mobile__menu li:not(:last-child) {
  margin-bottom: 10px
}
header .header__top .header__contacts .header__burger .menu__toggle .toggle__inner .mobile__menu li a {
  font-size: 22px;
  line-height: 120%;
  display: inline-block;
  color: #fff
}
header .header__top .header__contacts .header__burger .menu__toggle .toggle__inner .mobile__menu li a:hover {
  color: #1c55ff
}
header .header__top .header__contacts .header__burger .menu__toggle .toggle__inner .contacts {
  margin-bottom: 30px
}
header .header__top .header__contacts .header__burger .menu__toggle .toggle__inner .contacts li:not(:last-child) {
  margin-bottom: 10px
}
header .header__top .header__contacts .header__burger .menu__toggle .toggle__inner .contacts li a {
  color: #fff
}
header .header__top .header__contacts .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;
  gap: 10px
}
header .header__top .header__contacts .header__burger .menu__toggle .toggle__inner .social li a img {
  width: 60%;
  height: auto
}
header .header__top .header__social {
  padding-top: 78px
}
@media all and (max-width:1199px) {
  header .header__top .header__social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0
  }
}
header .header__top .header__social .social__inner {
  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
}
@media all and (max-width:1500px) {
  header .header__top .header__social .social__inner {
    gap: 26px
  }
}
header .header__top .header__social .social__inner .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}
@media all and (max-width:1500px) {
  header .header__top .header__social .social__inner .social {
    gap: 26px
  }
}
@media all and (max-width:1199px) {
  header .header__top .header__social .social__inner .social {
    display: none
  }
}
header .header__top .header__social .social__inner .social li a:hover {
  opacity: .8
}
header .header__top .header__social .social__inner .lang {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
header .header__top .header__social .social__inner .lang ul {
  position: relative;
  width: 103px;
  height: 49px;
  border-radius: 16px
}
@media all and (max-width:575px) {
  header .header__top .header__social .social__inner .lang ul {
    width: 64px;
    height: 30px;
    border-radius: 10px
  }
}
header .header__top .header__social .social__inner .lang ul:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_7.svg);
  width: 16px;
  height: 11px;
  top: 19px;
  right: 16px;
  margin: auto;
  z-index: 5;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:575px) {
  header .header__top .header__social .social__inner .lang ul:after {
    width: 8px;
    height: 4px;
    top: 13px;
    right: 14px
  }
}
header .header__top .header__social .social__inner .lang ul:hover::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
header .header__top .header__social .social__inner .lang ul:hover .lang__list {
  opacity: 1;
  visibility: visible
}
header .header__top .header__social .social__inner .lang ul li {
  font-family: DrukWide,sans-serif;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  background-color: #1c55ff;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer
}
@media all and (max-width:575px) {
  header .header__top .header__social .social__inner .lang ul li {
    font-size: 12px
  }
}
header .header__top .header__social .social__inner .lang ul li.selected__lang {
  border-radius: 16px;
  z-index: 1;
  padding-left: 16px
}
@media all and (max-width:575px) {
  header .header__top .header__social .social__inner .lang ul li.selected__lang {
    border-radius: 10px;
    padding-left: 10px
  }
}
header .header__top .header__social .social__inner .lang ul li .lang__list {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s all;
  transition: .25s all;
  border-radius: 16px;
  background-color: #fff
}
@media all and (max-width:575px) {
  header .header__top .header__social .social__inner .lang ul li .lang__list {
    border-radius: 10px
  }
}
header .header__top .header__social .social__inner .lang ul li .lang__list:after {
  display: none
}
header .header__top .header__social .social__inner .lang ul li .lang__list li:first-child {
  border-radius: 16px
}
@media all and (max-width:575px) {
  header .header__top .header__social .social__inner .lang ul li .lang__list li:first-child {
    border-radius: 10px
  }
}
header .header__top .header__social .social__inner .lang ul li .lang__list li:last-child {
  border-radius: 16px
}
@media all and (max-width:575px) {
  header .header__top .header__social .social__inner .lang ul li .lang__list li:last-child {
    border-radius: 10px
  }
}
header .header__top .header__social .social__inner .lang ul li .lang__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: 16px
}
@media all and (max-width:575px) {
  header .header__top .header__social .social__inner .lang ul li .lang__list li a {
    padding-left: 10px
  }
}
header .header__main {
  padding-top: 185px;
  padding-bottom: 210px
}
@media all and (max-width:1840px) {
  header .header__main {
    padding-top: 90px;
    padding-bottom: 130px
  }
}
@media all and (max-width:575px) {
  header .header__main {
    padding-top: 300px
  }
}
header .header__main .content h1 {
  font-weight: 700;
  font-size: 128px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px
}
@media all and (max-width:1840px) {
  header .header__main .content h1 {
    font-size: 105px
  }
}
@media all and (max-width:1500px) {
  header .header__main .content h1 {
    font-size: 82px
  }
}
@media all and (max-width:991px) {
  header .header__main .content h1 {
    font-size: 60px
  }
}
@media all and (max-width:767px) {
  header .header__main .content h1 {
    font-size: 46px
  }
}
@media all and (max-width:575px) {
  header .header__main .content h1 {
    font-size: 36px;
    margin-bottom: 16px
  }
}
@media all and (max-width:400px) {
  header .header__main .content h1 {
    font-size: 30px
  }
}
header .header__main .content h1 strong {
  display: block;
  padding-left: 690px
}
@media all and (max-width:1840px) {
  header .header__main .content h1 strong {
    padding-left: 566px
  }
}
@media all and (max-width:1500px) {
  header .header__main .content h1 strong {
    padding-left: 443px
  }
}
@media all and (max-width:1199px) {
  header .header__main .content h1 strong {
    padding-left: 0
  }
}
header .header__main .content .content__inner {
  padding-left: 694px
}
@media all and (max-width:1840px) {
  header .header__main .content .content__inner {
    padding-left: 566px
  }
}
@media all and (max-width:1500px) {
  header .header__main .content .content__inner {
    padding-left: 443px
  }
}
@media all and (max-width:1199px) {
  header .header__main .content .content__inner {
    padding-left: 0
  }
}
header .header__main .content .content__inner p {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 118px;
  max-width: 805px;
  width: 100%
}
@media all and (max-width:1500px) {
  header .header__main .content .content__inner p {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 70px
  }
}
@media all and (max-width:575px) {
  header .header__main .content .content__inner p {
    font-size: 16px;
    margin-bottom: 30px
  }
}
@media all and (max-width:1199px) {
  header .header__main .content .content__inner .contacts__buttons {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px
  }
}
@media all and (max-width:400px) {
  header .header__main .content .content__inner .contacts__buttons {
    gap: 16px
  }
}
@media all and (min-width:1199px) {
  header .header__main .content .content__inner .contacts__buttons .contacts {
    display: none
  }
}
header .header__main .content .content__inner .contacts__buttons .contacts li {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  background: rgba(0,0,0,.4);
  -webkit-backdrop-filter: blur(4.47552px);
  backdrop-filter: blur(4.47552px);
  border-radius: 23.0769px;
  position: relative;
  padding: 28.5px 34px 28.5px 44px
}
header .header__main .content .content__inner .contacts__buttons .contacts li:not(:last-child) {
  margin-bottom: 10px
}
@media all and (max-width:767px) {
  header .header__main .content .content__inner .contacts__buttons .contacts li {
    font-size: 12px;
    border-radius: 14px;
    padding: 17px 25px
  }
}
header .header__main .content .content__inner .contacts__buttons .contacts li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto
}
@media all and (max-width:767px) {
  header .header__main .content .content__inner .contacts__buttons .contacts li img {
    width: 20px;
    left: -7px;
    height: auto
  }
}
header .header__main .content .content__inner .contacts__buttons .contacts li a {
  color: #fff
}
header .header__main .content .content__inner .contacts__buttons .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px
}
@media all and (max-width:1199px) {
  header .header__main .content .content__inner .contacts__buttons .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }
}
@media all and (max-width:1199px) {
  header .header__main .content .content__inner .contacts__buttons .buttons .btn {
    width: 100%
  }
}
@media all and (max-width:575px) {
  header .header__popular {
    display: none
  }
}
@media all and (max-width:575px) {
  .header__popular {
    padding-bottom: 107px;
    background: linear-gradient(165.71deg,#0e141c 8.73%,#04162f 89.85%),#fff
  }
}
@media all and (max-width:1199px) {
  .header__popular .popular__content {
    margin-bottom: 74px
  }
}
@media all and (max-width:575px) {
  .header__popular .popular__content .content__inner {
    color: #fff
  }
}
.header__popular .popular__content .content__inner .heading {
  margin-bottom: 56px
}
@media all and (max-width:1500px) {
  .header__popular .popular__content .content__inner .heading {
    margin-bottom: 40px
  }
}
@media all and (max-width:1199px) {
  .header__popular .popular__content .content__inner .heading {
    margin-bottom: 24px
  }
}
@media all and (max-width:1500px) {
  .header__popular .popular__content .content__inner .heading h2 {
    font-size: 32px;
    line-height: 42px
  }
}
.header__popular .popular__list .list__inner ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 26px 36px
}
@media all and (max-width:1500px) {
  .header__popular .popular__list .list__inner ul {
    gap: 20px
  }
}
@media all and (max-width:767px) {
  .header__popular .popular__list .list__inner ul {
    grid-template-columns: repeat(2,1fr);
    gap: 16px 20px
  }
}
.header__popular .popular__list .list__inner ul li {
  background-color: #fff;
  border-bottom: 11px solid #1c55ff;
  min-height: 175px;
  color: #1a1f25;
  font-family: DrukWide,sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 26px 14px 26px;
  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: 20px
}
@media all and (max-width:1500px) {
  .header__popular .popular__list .list__inner ul li {
    padding: 14px;
    font-size: 13px
  }
}
@media all and (max-width:575px) {
  .header__popular .popular__list .list__inner ul li {
    font-size: 9px;
    line-height: 12px;
    min-height: 110px;
    padding: 12px 14px;
    border-bottom: 6px solid #1c55ff;
    gap: 14px
  }
}
.header__popular .popular__list .list__inner ul li .icon {
  min-height: 76px;
  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:575px) {
  .header__popular .popular__list .list__inner ul li .icon {
    min-height: 40px
  }
}
@media all and (max-width:575px) {
  .header__popular .popular__list .list__inner ul li .icon img {
    max-height: 40px
  }
}
@media all and (min-width:575px) {
  #popular {
    display: none
  }
}
#services {
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/2.avif);
  padding-top: 140px;
  padding-bottom: 85px
}
@media all and (max-width:1840px) {
  #services {
    padding-top: 100px
  }
}
@media all and (max-width:575px) {
  #services {
    background-image: url(../img/2_1.avif);
    padding-top: 16px
  }
}
#services .heading {
  margin-bottom: 95px
}
@media all and (max-width:1840px) {
  #services .heading {
    margin-bottom: 70px
  }
}
@media all and (max-width:1199px) {
  #services .heading {
    margin-bottom: 52px
  }
}
#services .heading h2 {
  font-size: 85px;
  line-height: 100%;
  text-transform: uppercase
}
@media all and (max-width:1840px) {
  #services .heading h2 {
    font-size: 68px
  }
}
@media all and (max-width:1500px) {
  #services .heading h2 {
    font-size: 54px
  }
}
@media all and (max-width:1199px) {
  #services .heading h2 {
    font-size: 32px;
    line-height: 42px
  }
}
@media all and (max-width:575px) {
  #services .heading h2 {
    font-size: 24px;
    line-height: 29px
  }
}
#services .heading h2 strong {
  display: block;
  padding-left: 376px
}
@media all and (max-width:1840px) {
  #services .heading h2 strong {
    padding-left: 300px
  }
}
@media all and (max-width:1500px) {
  #services .heading h2 strong {
    padding-left: 239px
  }
}
@media all and (max-width:1199px) {
  #services .heading h2 strong {
    padding-left: 0
  }
}
#services .heading p {
  margin-top: 20px
}
@media all and (min-width:1199px) {
  #services .heading p {
    display: none
  }
}
#services .services__content {
  margin-bottom: 130px
}
@media all and (max-width:1840px) {
  #services .services__content {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #services .services__content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 50px
  }
}
@media all and (min-width:1199px) {
  #services .services__content .content__inner {
    max-width: 552px;
    width: 100%
  }
}
@media all and (max-width:1199px) {
  #services .services__content .content__inner p {
    display: none
  }
}
#services .services__content .content__inner .text {
  background-color: #fff;
  font-weight: 500;
  color: #1a1f25;
  padding: 24px 40px;
  border-radius: 27px
}
@media all and (min-width:1199px) {
  #services .services__content .content__inner .text {
    margin-top: 50px
  }
}
@media all and (max-width:575px) {
  #services .services__content .content__inner .text {
    padding: 18px 30px;
    border-radius: 20px
  }
}
#services .services__content .content__inner .text p {
  display: block
}
#services .services__list {
  margin-bottom: 130px
}
@media all and (max-width:1840px) {
  #services .services__list {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #services .services__list {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 60px
  }
}
#services .services__list .list__inner {
  padding-left: 108px
}
@media all and (max-width:1500px) {
  #services .services__list .list__inner {
    padding-left: 40px
  }
}
@media all and (max-width:1199px) {
  #services .services__list .list__inner {
    padding-left: 0
  }
}
#services .services__list .list__inner ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px 40px
}
@media all and (max-width:1840px) {
  #services .services__list .list__inner ul {
    gap: 25px
  }
}
@media all and (max-width:1500px) {
  #services .services__list .list__inner ul {
    gap: 20px
  }
}
@media all and (max-width:767px) {
  #services .services__list .list__inner ul {
    grid-template-columns: repeat(2,1fr)
  }
}
@media all and (max-width:575px) {
  #services .services__list .list__inner ul {
    gap: 18px 22px
  }
}
@media all and (max-width:400px) {
  #services .services__list .list__inner ul {
    gap: 16px
  }
}
#services .services__list .list__inner ul li {
  background-color: rgba(0,0,0,.4);
  -webkit-backdrop-filter: blur(4.47552px);
  backdrop-filter: blur(4.47552px);
  border-radius: 23px;
  min-height: 144px;
  padding: 36px 56px;
  font-family: DrukWide,sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase
}
@media all and (max-width:1840px) {
  #services .services__list .list__inner ul li {
    font-size: 13px;
    padding: 30px
  }
}
@media all and (max-width:1500px) {
  #services .services__list .list__inner ul li {
    padding: 24px
  }
}
@media all and (max-width:575px) {
  #services .services__list .list__inner ul li {
    font-size: 10px;
    line-height: 13px;
    min-height: 102px;
    border-radius: 16px
  }
}
@media all and (max-width:400px) {
  #services .services__list .list__inner ul li {
    padding: 16px
  }
}
#services .services__list .list__inner ul li hr {
  width: 51px;
  height: 8px;
  background-color: #1c55ff;
  border: none;
  margin: 0 auto 6px 0;
  opacity: 1
}
@media all and (max-width:575px) {
  #services .services__list .list__inner ul li hr {
    height: 6px;
    margin-bottom: 5px
  }
}
#detailing {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 66px
}
@media all and (max-width:1199px) {
  #detailing {
    padding-top: 68px;
    padding-bottom: 50px
  }
}
#detailing .heading {
  max-width: 807px;
  width: 100%;
  margin: 0 auto
}
@media all and (max-width:1199px) {
  #detailing .heading {
    margin-bottom: 52px
  }
}
#detailing .heading p {
  margin-top: 14px
}
@media all and (max-width:1199px) {
  #detailing .wrapper {
    margin-bottom: 52px
  }
}
#detailing .wrapper ul {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:1199px) {
  #detailing .wrapper ul {
    grid-template-columns: repeat(3,1fr)
  }
}
#detailing .wrapper ul li {
  font-family: DrukWide,sans-serif;
  position: relative;
  font-size: .7vw;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  height: 488px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
  padding: 38px;
  z-index: 2
}
@media all and (max-width:1500px) {
  #detailing .wrapper ul li {
    padding: 28px
  }
}
@media all and (max-width:1199px) {
  #detailing .wrapper ul li {
    font-size: 2vh
  }
}
@media all and (max-width:991px) {
  #detailing .wrapper ul li {
    font-size: 1.6vh
  }
}
@media all and (max-width:767px) {
  #detailing .wrapper ul li {
    font-size: 1.2vh
  }
}
@media all and (max-width:575px) {
  #detailing .wrapper ul li {
    height: 144px;
    padding: 10px;
    font-size: 1vh;
    line-height: 15px
  }
}
@media all and (max-width:450px) {
  #detailing .wrapper ul li {
    font-size: .8vh;
    line-height: 10px
  }
}
#detailing .wrapper ul li:nth-child(1) {
  height: 596px
}
@media all and (max-width:575px) {
  #detailing .wrapper ul li:nth-child(1) {
    height: 177px
  }
}
#detailing .wrapper ul li:nth-child(2) {
  height: 528px
}
@media all and (max-width:575px) {
  #detailing .wrapper ul li:nth-child(2) {
    height: 158px
  }
}
#detailing .wrapper ul li:nth-child(5) {
  height: 528px
}
@media all and (max-width:575px) {
  #detailing .wrapper ul li:nth-child(5) {
    height: 158px
  }
}
#detailing .wrapper ul li:nth-child(6) {
  height: 596px
}
@media all and (max-width:575px) {
  #detailing .wrapper ul li:nth-child(6) {
    height: 177px
  }
}
#detailing .wrapper ul li 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
}
#detailing .wrapper ul li hr {
  margin: 0 auto 10px 0;
  width: 46px;
  height: 7px;
  background-color: #fff;
  border: none;
  opacity: 1
}
@media all and (max-width:575px) {
  #detailing .wrapper ul li hr {
    width: 20px;
    height: 3px;
    margin-bottom: 2px
  }
}
#detailing .content p {
  margin-bottom: 22px
}
#repair {
  background-color: #fff;
  color: #fff;
  position: relative;
  z-index: 1
}
#repair .image__desk {
  text-align: center;
  z-index: -1
}
@media all and (max-width:991px) {
  #repair .image__desk {
    display: none
  }
}
#repair .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 28px 110px;
  margin-bottom: 110px
}
@media all and (max-width:1840px) {
  #repair .heading {
    gap: 28px 56px;
    margin-bottom: 80px
  }
}
@media all and (max-width:1199px) {
  #repair .heading {
    -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;
    text-align: center
  }
}
@media all and (max-width:991px) {
  #repair .heading {
    background: linear-gradient(179.31deg,#000 .6%,#090f1e 107.02%);
    margin-bottom: 0;
    padding-top: 65px;
    padding-bottom: 25px;
    margin-bottom: -1px
  }
}
#repair .heading .heading__inner h2 {
  margin-bottom: 28px
}
#repair .heading h2 {
  font-size: 63px;
  line-height: 110%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1840px) {
  #repair .heading h2 {
    font-size: 54px
  }
}
@media all and (max-width:1500px) {
  #repair .heading h2 {
    font-size: 46px
  }
}
@media all and (max-width:1199px) {
  #repair .heading h2 {
    font-size: 32px;
    line-height: 42px
  }
}
#repair .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 120px;
  padding-bottom: 70px;
  height: 100%
}
@media all and (max-width:1500px) {
  #repair .wrapper {
    padding-top: 80px;
    padding-bottom: 50px
  }
}
@media all and (max-width:1199px) {
  #repair .wrapper {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media all and (max-width:991px) {
  #repair .wrapper {
    display: none;
    position: relative;
    padding: 0
  }
}
#repair .wrapper.wrapper__mobile {
  display: none
}
@media all and (max-width:991px) {
  #repair .wrapper.wrapper__mobile {
    display: block
  }
}
#repair .wrapper .container {
  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
}
#repair .wrapper .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media all and (max-width:991px) {
  #repair .wrapper .bottom {
    background-color: #060609;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 60px;
    margin-top: -1px
  }
}
#repair .wrapper .bottom p {
  max-width: 440px;
  width: 100%
}
@media all and (max-width:991px) {
  #repair .wrapper .bottom p {
    margin-bottom: 54px;
    max-width: none
  }
}
#repair .wrapper .bottom .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#diagnostics {
  padding-top: 125px;
  padding-bottom: 62px;
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/12.avif)
}
@media all and (max-width:1840px) {
  #diagnostics {
    padding-top: 100px
  }
}
@media all and (max-width:1199px) {
  #diagnostics {
    padding-top: 80px
  }
}
@media all and (max-width:575px) {
  #diagnostics {
    background-image: url(../img/12_1.avif);
    padding-top: 55px
  }
}
#diagnostics .heading {
  padding-left: 314px;
  margin-bottom: 122px;
  position: relative;
  z-index: 3
}
@media all and (max-width:1840px) {
  #diagnostics .heading {
    margin-bottom: 90px
  }
}
@media all and (max-width:1500px) {
  #diagnostics .heading {
    padding-left: 150px;
    margin-bottom: 70px
  }
}
@media all and (max-width:1199px) {
  #diagnostics .heading {
    padding-left: 0;
    text-align: center
  }
}
@media all and (max-width:575px) {
  #diagnostics .heading {
    margin-bottom: 50px
  }
}
#diagnostics .heading h2 {
  font-size: 69px;
  line-height: 100%
}
@media all and (max-width:1840px) {
  #diagnostics .heading h2 {
    font-size: 60px
  }
}
@media all and (max-width:1500px) {
  #diagnostics .heading h2 {
    font-size: 54px
  }
}
@media all and (max-width:1199px) {
  #diagnostics .heading h2 {
    font-size: 32px;
    line-height: 42px
  }
}
@media all and (max-width:575px) {
  #diagnostics .heading h2 {
    font-size: 29px
  }
}
@media all and (max-width:420px) {
  #diagnostics .heading h2 {
    font-size: 26px
  }
}
#diagnostics .heading h2 strong {
  display: block;
  padding-left: 240px
}
@media all and (max-width:1199px) {
  #diagnostics .heading h2 strong {
    padding-left: 0
  }
}
#diagnostics .heading p {
  margin-top: 26px
}
@media all and (min-width:1199px) {
  #diagnostics .heading p {
    display: none
  }
}
#diagnostics .diagnostics__content {
  margin-bottom: 98px;
  position: relative;
  z-index: 3
}
@media all and (max-width:1840px) {
  #diagnostics .diagnostics__content {
    margin-bottom: 80px
  }
}
@media all and (max-width:1199px) {
  #diagnostics .diagnostics__content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 50px
  }
}
@media all and (max-width:575px) {
  #diagnostics .diagnostics__content {
    margin-bottom: 30px
  }
}
@media all and (min-width:1199px) {
  #diagnostics .diagnostics__content .content__inner {
    max-width: 552px;
    width: 100%
  }
}
@media all and (max-width:1199px) {
  #diagnostics .diagnostics__content .content__inner {
    text-align: center
  }
}
@media all and (max-width:1199px) {
  #diagnostics .diagnostics__content .content__inner .desk {
    display: none
  }
}
#diagnostics .diagnostics__content .content__inner hr {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border: none;
  margin-top: 48px;
  margin-bottom: 43px;
  opacity: 1
}
@media all and (max-width:1199px) {
  #diagnostics .diagnostics__content .content__inner hr {
    display: none
  }
}
#diagnostics .diagnostics__list {
  margin-bottom: 98px
}
@media all and (max-width:1840px) {
  #diagnostics .diagnostics__list {
    margin-bottom: 80px
  }
}
@media all and (max-width:1199px) {
  #diagnostics .diagnostics__list {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 60px
  }
}
#diagnostics .diagnostics__list .list__inner {
  padding-left: 108px
}
@media all and (max-width:1500px) {
  #diagnostics .diagnostics__list .list__inner {
    padding-left: 40px
  }
}
@media all and (max-width:1199px) {
  #diagnostics .diagnostics__list .list__inner {
    padding-left: 0
  }
}
#diagnostics .diagnostics__list .list__inner ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px 40px
}
@media all and (max-width:1840px) {
  #diagnostics .diagnostics__list .list__inner ul {
    gap: 25px
  }
}
@media all and (max-width:1500px) {
  #diagnostics .diagnostics__list .list__inner ul {
    gap: 20px
  }
}
@media all and (max-width:767px) {
  #diagnostics .diagnostics__list .list__inner ul {
    grid-template-columns: repeat(2,1fr)
  }
}
@media all and (max-width:575px) {
  #diagnostics .diagnostics__list .list__inner ul {
    gap: 18px 22px
  }
}
@media all and (max-width:400px) {
  #diagnostics .diagnostics__list .list__inner ul {
    gap: 16px
  }
}
#diagnostics .diagnostics__list .list__inner ul li {
  background: rgba(0,0,0,.5);
  -webkit-backdrop-filter: blur(4.47552px);
  backdrop-filter: blur(4.47552px);
  border-radius: 23px;
  min-height: 144px;
  padding: 36px 56px;
  font-family: DrukWide,sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 2
}
@media all and (max-width:1840px) {
  #diagnostics .diagnostics__list .list__inner ul li {
    font-size: 13px;
    padding: 30px
  }
}
@media all and (max-width:1500px) {
  #diagnostics .diagnostics__list .list__inner ul li {
    padding: 24px
  }
}
@media all and (max-width:575px) {
  #diagnostics .diagnostics__list .list__inner ul li {
    font-size: 10px;
    line-height: 13px;
    min-height: 102px;
    border-radius: 16px
  }
}
@media all and (max-width:400px) {
  #diagnostics .diagnostics__list .list__inner ul li {
    padding: 16px
  }
}
#diagnostics .diagnostics__list .list__inner ul li:after {
  position: absolute;
  content: "";
  background: #1c55ff;
  -webkit-filter: blur(230.05px);
  filter: blur(230.05px);
  border-radius: 23.0769px;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
#diagnostics .diagnostics__list .list__inner ul li hr {
  width: 51px;
  height: 8px;
  background-color: #1c55ff;
  border: none;
  margin: 0 auto 6px 0;
  opacity: 1
}
@media all and (max-width:575px) {
  #diagnostics .diagnostics__list .list__inner ul li hr {
    height: 6px;
    margin-bottom: 5px
  }
}
#diagnostics .services__button {
  position: relative;
  z-index: 3
}
#diagnostics .services__button .button__inner .text {
  max-width: 722px;
  width: 100%;
  margin: 0 auto 72px auto;
  background-color: #fff;
  font-weight: 500;
  color: #1a1f25;
  padding: 24px 80px;
  border-radius: 27px;
  text-align: left
}
@media all and (max-width:1199px) {
  #diagnostics .services__button .button__inner .text {
    padding: 24px 40px
  }
}
@media all and (max-width:767px) {
  #diagnostics .services__button .button__inner .text {
    margin-bottom: 30px
  }
}
@media all and (max-width:575px) {
  #diagnostics .services__button .button__inner .text {
    padding: 18px 30px;
    border-radius: 20px
  }
}
#diagnostics .services__button .button__inner .text strong {
  font-weight: 800
}
#diagnostics .services__button .button__inner .text p {
  display: block
}
#contacts {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/13.jpg);
  padding: 88px 0
}
@media all and (max-width:575px) {
  #contacts {
    padding-top: 46px;
    padding-bottom: 335px;
    background-image: url(../img/13_1.jpg)
  }
}
#contacts .form__inner {
  max-width: 724px;
  width: 100%;
  background-color: #fefef9;
  border-radius: 54px;
  padding: 65px
}
@media all and (max-width:1500px) {
  #contacts .form__inner {
    padding: 50px
  }
}
@media all and (max-width:575px) {
  #contacts .form__inner {
    padding: 50px 35px 40px 35px;
    border-radius: 39px
  }
}
#contacts .form__inner .heading {
  margin-bottom: 25px
}
@media all and (max-width:575px) {
  #contacts .form__inner .heading {
    margin-bottom: 18px
  }
}
#contacts .form__inner .heading h2 {
  line-height: 100%
}
@media all and (max-width:1500px) {
  #contacts .form__inner .heading h2 {
    font-size: 38px
  }
}
@media all and (max-width:767px) {
  #contacts .form__inner .heading h2 {
    font-size: 26px
  }
}
.form__inner form .form__item {
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  .form__inner form .form__item {
    margin-bottom: 10px
  }
}
.form__inner form .form__item input,
.form__inner form .form__item textarea {
  width: 100%;
  height: 73px;
  border: 2px solid #1a1f25;
  border-radius: 20px;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 15px
}
@media all and (max-width:1500px) {
  .form__inner form .form__item input,
  .form__inner form .form__item textarea {
    height: 68px
  }
}
@media all and (max-width:575px) {
  .form__inner form .form__item input,
  .form__inner form .form__item textarea {
    height: 52px;
    border-radius: 14px;
    padding-left: 14px;
    padding-right: 10px
  }
}
.form__inner form .form__item textarea {
  height: 177px;
  resize: none;
  padding-top: 20px
}
@media all and (max-width:1500px) {
  .form__inner form .form__item textarea {
    height: 150px
  }
}
@media all and (max-width:575px) {
  .form__inner form .form__item textarea {
    height: 126px;
    padding-top: 12px
  }
}
.form__inner form .form__submit {
  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: 30px;
  padding-top: 15px
}
@media all and (max-width:575px) {
  .form__inner form .form__submit {
    padding-top: 35px
  }
}
.form__inner form .form__submit .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left
}
.form__inner form .form__submit .policy .text p {
  color: rgba(0,0,0,.5)
}
@media all and (max-width:575px) {
  .form__inner form .form__submit .policy .text p {
    font-size: 15px
  }
}
.form__inner form .form__submit .policy .text p a {
  text-decoration: underline;
  color: rgba(0,0,0,.5)
}
.form__inner form .form__submit .policy .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  position: relative;
  border: 2px solid #1a1f25;
  width: 38px;
  height: 38px;
  border-radius: 10px
}
@media all and (max-width:575px) {
  .form__inner form .form__submit .policy .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 7px;
    margin-right: 9px
  }
}
.form__inner form .form__submit .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto
}
.form__inner form .form__submit .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none
}
.form__inner form .form__submit .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: 38px;
  height: 38px;
  display: block;
  z-index: 1000
}
@media all and (max-width:575px) {
  .form__inner form .form__submit .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
    width: 20px;
    height: 20px
  }
}
.form__inner form .form__submit .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 .form__submit .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 .form__submit .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 .form__submit .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: 9px;
  top: 5px;
  margin: auto;
  width: 14px;
  height: 16px;
  border: solid #1a1f25;
  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 .form__submit .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
    width: 7px;
    height: 10px;
    left: 5px;
    top: 2px
  }
}
#footer {
  background-color: #fefef9;
  padding-bottom: 20px
}
@media all and (max-width:575px) {
  #footer {
    padding-bottom: 17px
  }
}
@media all and (max-width:575px) {
  #footer img {
    margin-left: -12px
  }
}
#footer p {
  text-align: center;
  color: rgba(0,0,0,.5);
  margin-top: 10px
}
@media all and (max-width:575px) {
  #footer p {
    font-size: 12px;
    line-height: 120%;
    margin-top: 8px
  }
}