:root {
  --fs-14: 14px;
  --fs-12: 12px;
}

.wrapper-container {
  max-width: 1568px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HEADER */
.header {
  padding: 24px 0;
  z-index: 5;
}
.header__top-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.header__top-holder .active-city {
  color: var(--b) !important;
  font-weight: 700;
}
.header__group {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header__group {
    gap: 16px;
  }
}
.header .nav-second ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .nav-second ul {
    display: none;
  }
}
.header .nav-second ul li {
  padding: 8px 12px;
}
.header .nav-second ul li:hover {
  opacity: 0.6;
}
.header__logo {
  min-width: 100px;
  max-width: 124px;
  height: 47px;
  width: 100%;
  display: flex;
}
.header__logo a {
  display: flex;
  align-items: center;
}
.header__bottom {
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
}
.header__bottom > .container {
  position: static;
}
.header__contact-group {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .header__contact-group {
    gap: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .header__contact-group {
    display: none;
  }
}
.header__menu-type {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.header__menu-type ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header__menu-type li {
  padding: 8px 12px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .header__menu-type li {
    margin: 0;
  }
}
.header__menu-type li:hover, .header__menu-type li.active {
  opacity: 1;
}
.header__menu-type a {
  color: var(--b);
  font-size: var(--fs-14);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .header__menu-type a {
    font-size: var(--fs-16);
  }
}
.header__icons {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .header__icons {
    margin-right: 1%;
  }
}
.header__icon-item {
  margin: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__icon-item {
    margin: 0;
  }
}
.header__icon-item a {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  text-decoration: none;
}
.header__icon-item .header__icon-text {
  font-size: var(--fs-14);
  font-weight: 600;
  white-space: nowrap;
  color: var(--b);
  line-height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .header__icon-item .header__icon-text {
    font-size: var(--fs-14);
  }
}
.header__icon-left-img, .header__icon-left-img {
  width: 16px;
  height: 16px;
}
.header__icon-left-img img, .header__icon-left-img img {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.header__icon-left-img {
  margin-right: 4px;
}
.header__icon-right-img {
  margin-left: 12px;
}
.header__phone {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
}
.header__phone a {
  font-size: var(--fs-24);
  color: var(--b);
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .header__phone a {
    font-size: var(--fs-24);
  }
}
.header__phone p {
  margin: 0;
  color: rgba(28, 28, 27, 0.7);
  font-size: var(--fs-12);
  line-height: 120%;
  white-space: nowrap;
}
.header__phone-mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__phone-mob {
    display: block;
    margin-left: auto;
  }
  .header__phone-mob a {
    margin-bottom: 0;
    text-decoration: none;
    font-size: var(--fs-18);
    font-weight: 400;
  }
}
.header__main-button .button {
  min-width: 194px;
}
.header__main-button .button > * {
  font-size: var(--fs-16);
}
.header__menu {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.header__menu a {
  text-decoration: none;
}
.header__menu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background: transparent;
  pointer-events: auto;
  z-index: 25;
}
.header__menu-links {
  width: 100%;
  text-transform: none;
}
.header__menu-links li {
  padding: 8px 12px;
  margin: 0;
}
.header__menu-links li a:hover {
  opacity: 0.6;
}
.header__menu-links li.active a {
  color: var(--b);
}
.header__menu-links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  color: var(--b);
  height: auto;
}
.header__menu-links a > * {
  font-size: var(--fs-14);
}
.header__menu-links a::after {
  content: none;
}
.header__menu-sublinks {
  position: absolute;
  top: calc(100% + 48px);
  left: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  z-index: 30;
}
.header__menu-sublinks > ul {
  background: var(--light-grey2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 32px;
}
.header__menu-sublinks a {
  color: var(--b);
  letter-spacing: 0;
  font-size: var(--fs-14);
  display: inline-block;
  max-width: 496px;
  line-height: 1.2;
  transition: all ease 0.2s;
}
.header__menu-sublinks a:hover {
  opacity: 0.8;
}
.header__menu-sublinks .group a {
  letter-spacing: 0;
  font-weight: 700;
  font-size: var(--fs-14);
  line-height: 120%;
}
.header__menu-sublinks > ul > li {
  display: none;
  width: 100%;
}
.header__menu-sublinks > ul > li.active {
  display: block;
}
.header__menu-sublink {
  padding: 16px;
  display: flex;
}
.header__menu-sublink-container {
  display: flex;
}
.header__menu-sublink-links {
  display: flex;
  flex-grow: 1;
}
.header__menu-sublink-row {
  flex: 1;
}
.header__menu-sublink-row ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__menu-sublink-row li {
  margin-bottom: 0px;
  padding: 8px 12px;
}
.header__menu-sublink-commercial {
  background: #fff;
  border-radius: 12px;
  width: 496px;
}
.header__menu-sublink-commercial-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.header__menu-sublink-commercial-img img {
  max-width: 496px;
  width: 100%;
  max-height: 234px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__menu-sublink-commercial-imgtext {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 0px 24px;
  color: var(--b);
  width: 100%;
  background-color: transparent;
}
.header__menu-sublink-commercial-imgtext b,
.header__menu-sublink-commercial-imgtext strong {
  font-size: var(--fs-18);
}
.header__menu-sublink-commercial-imgtext p {
  margin: 0.5em 0;
}
.header__menu-sublink-commercial-text {
  font-size: var(--fs-18);
  font-weight: bold;
}
.header__menu-sublink-commercial-button {
  padding: 24px 24px;
}
.header__menu-sublink-commercial-button .button {
  display: inline-flex;
  width: 100%;
  border-radius: 12px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
.header__menu-sublink-commercial-button .button > span {
  font-size: var(--fs-14);
}
.header__mobile-button {
  width: 24px;
  height: 24px;
  background: #ffffff;
  box-shadow: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  flex-direction: column;
  cursor: pointer;
  border: none;
  padding: 0;
  padding-top: 0px;
  display: none;
}
.header__mobile-button span {
  height: 2px;
  width: 26px;
  background: #000;
  margin-bottom: 6px;
  position: relative;
  border-radius: 50px;
  transition: all ease 0.2s;
}
.header__mobile-button span:last-child {
  margin-bottom: 0;
}
.header__mobile-button.active span:nth-of-type(2) {
  opacity: 0;
}
.header__mobile-button.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 8px;
}
.header__mobile-button.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: -8px;
}
@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: none;
    background: #fff;
    z-index: 50;
    padding: 16px 0 18px 0;
  }
  .header__menu-sublink-commercial {
    width: 100%;
    max-width: 340px;
  }
  .header__menu-sublink-commercial-img img {
    max-width: 340px;
    width: 100%;
  }
  .header__mobile-button {
    display: flex;
  }
  .header__logo {
    width: 85px;
    height: 32px;
    min-width: auto;
  }
  .header__top {
    background: white;
  }
  .header__bottom, .header__menu-type, .header__icons {
    display: none;
  }
  .header__phone {
    margin-left: 0;
  }
  .header__phone a {
    margin-bottom: 4px;
    margin-top: 0 !important;
    text-decoration: none;
    font-size: var(--fs-18);
  }
  .header__phone p {
    display: block;
    font-size: var(--fs-12);
  }
}
@media screen and (max-width: 370px) {
  .header__mobile-button {
    margin-left: 15px;
  }
  .header__phone a {
    font-size: var(--fs-14);
  }
}

/*HIGHLIGHTS SECTION*/
.main .service-highlight {
  padding: 40px 0 80px;
  overflow: hidden;
  background: linear-gradient(90deg, #0085ff 0%, #9747ff 100%);
}
@media screen and (max-width: 1024px) {
  .main .service-highlight {
    padding: 88px 0 48px;
  }
}
.main .service-highlight__content {
  max-width: 845px;
  color: #fff;
}
.main .service-highlight__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .main .service-highlight__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.main .service-highlight__description {
  font-size: 20px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .main .service-highlight__description {
    font-size: 14px;
  }
}
.main .service-highlight__image {
  position: absolute;
  top: -129px;
  left: 442px;
  width: 1321px;
}
.main .service-highlight__image img {
  max-height: 451px;
}

/*HIGHLIGHTS SECTION FINISH*/
/*UNDER HEADER*/
.underheader-section {
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 1024px) {
  .underheader-section {
    padding: 40 0 80px 0;
  }
}
@media screen and (max-width: 850px) {
  .underheader-section {
    padding: 0 0 40px 0;
  }
}
.underheader-section .header-info-block {
  max-width: 573px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .underheader-section .header-info-block {
    max-width: 100%;
  }
}
.underheader-section .header-question h1 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .underheader-section .header-question h1 {
    font-size: var(--fs-32);
    line-height: 110%;
  }
}
.underheader-section .under-question-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .underheader-section .under-question-text {
    font-weight: 600;
    line-height: 1.2;
  }
}
.underheader-section .declare-block-header {
  margin-bottom: 16px;
}
.underheader-section .declare-block .declare-row {
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .underheader-section .declare-block .declare-row {
    flex-wrap: wrap;
  }
}
.underheader-section .declare-block .pick-up-btn {
  margin-top: 8px;
}
.underheader-section .declare-block .pick-up-btn span {
  font-size: 14px;
}
.underheader-section .declare-block .header-name-input {
  max-width: 100%;
}
.underheader-section .declare-block .margin-off {
  width: 100%;
}
.underheader-section .input-countries__wrapper {
  max-width: unset;
}

@media screen and (max-width: 768px) {
  .underheader-section .hero-block {
    height: 315px;
  }
  .underheader-section .under-question-text {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .underheader-section .declare-block {
    margin-top: 0;
  }
  .underheader-section .declare-block .declare-row {
    gap: 4px;
  }
  .underheader-section .declare-block .agreement-text {
    margin: 24px 0 0 0;
    text-align: left;
  }
}
.m-mobile {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 55;
  background: #fff;
}
.m-mobile .header__icons {
  display: flex;
  margin: 0;
}
.m-mobile .header__icon-item {
  margin: 0;
}
.m-mobile__top {
  padding: 0 0 24px;
  background-color: #fff;
  margin-top: 0px;
  padding-top: 0px;
}
.m-mobile__top .container {
  display: flex;
  z-index: 12;
  justify-content: space-between;
}
.m-mobile__type {
  cursor: pointer;
}
.m-mobile__type a,
.m-mobile__type span {
  color: var(--b);
  text-decoration: none;
  padding: 16px 0;
  display: inline-block;
  font-size: var(--fs-16);
  font-weight: 700;
}
.m-mobile__type-active {
  background: url(../images/icon/mini-arrow.svg) center right no-repeat;
}
.m-mobile__type-list {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}
.m-mobile__middle {
  background: white;
  position: relative;
  z-index: 2;
}
.m-mobile__links a {
  text-decoration: none;
  color: var(--b);
  text-decoration: none;
  padding: 16px 0;
  display: inline-block;
  font-size: var(--fs-16);
  font-weight: 700;
}
.m-mobile__links .sub-menu a {
  text-decoration: none;
  color: var(--b);
  text-decoration: none;
  display: inline-block;
  font-size: var(--fs-16);
  font-weight: 400;
}
.m-mobile__links ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.m-mobile__links ul > li:last-of-type {
  display: none;
}
@supports selector(:has(*)) {
  .m-mobile__links ul li:has(.m-mobile__sublinks) .m-mobile__main-link-arrow,
  .m-mobile__links ul li:has(.js-m-mobile__sublinks) .m-mobile__main-link-arrow {
    display: flex;
  }
}
.m-mobile__sublinks {
  display: none;
}
.m-mobile__main-link {
  display: flex;
}
.m-mobile__main-link img {
  margin-right: 7px;
}
.m-mobile__main-link a {
  text-transform: none;
  padding-right: 20px;
}
.m-mobile__main-link-arrow {
  display: none;
  flex-grow: 1;
  position: relative;
}
.m-mobile__main-link-arrow:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background: url(../images/icon/arrow-down.svg) center center no-repeat;
  background-size: 24px 24px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform ease 0.3s;
}
.m-mobile__main-link.active .m-mobile__main-link-arrow:after {
  transform: translateY(-50%) rotate(180deg);
}
.m-mobile__bottom {
  background: white;
  padding-top: 24px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

.select-region {
  position: absolute;
  top: -10px;
  left: -70px;
  z-index: 100;
}
.select-region p {
  margin: 0;
  line-height: 16px;
  font-size: var(--fs-14);
}
.select-region b {
  line-height: 16px;
  font-size: var(--fs-14);
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.select-region .select-region__wrapper ul {
  display: block;
}
.select-region .select-region__wrapper ul li {
  padding: 0;
  margin: 0;
}
.select-region--mobile .select-region__wrapper {
  left: auto;
  right: 10px;
  transform: none;
}
.select-region--mobile .select-region__second {
  width: 250px;
}
.select-region--mobile .select-region__second ul {
  -moz-column-count: 2;
       column-count: 2;
}
.select-region__wrapper {
  display: none;
  position: absolute;
  top: 40px;
  transform: translateX(-20%);
  background: var(--w);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .select-region__wrapper {
    right: 0;
  }
}
@media (max-width: 666px) {
  .select-region__wrapper {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 380px) {
  .select-region__wrapper {
    right: -20px;
  }
}
.select-region__wrapper.active {
  display: block;
}
.select-region_square_arrow {
  top: -8px;
  right: 20px;
  background: var(--w);
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .select-region_square_arrow {
    top: 35px;
    right: -8px;
  }
}
.select-region__first {
  width: 225px;
}
.select-region__second {
  width: 500px;
}
@media screen and (max-width: 666px) {
  .select-region__second {
    width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .select-region__second {
    top: 52px;
    right: 0;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 500px) {
  .select-region__second {
    padding: 15px 10px 20px 10px;
  }
}
@media screen and (max-width: 400px) {
  .select-region__second {
    width: 296px;
  }
  .select-region__second li {
    white-space: initial;
    margin-bottom: 12px;
  }
  .select-region__second li a {
    font-size: 9px;
    line-height: 10px;
  }
}
.select-region__second p {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #1c1c1b;
  margin-bottom: 20px;
}
@media screen and (max-width: 666px) {
  .select-region__second p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
.select-region__second ul {
  list-style-type: none;
  padding-left: 0;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
.select-region__second li {
  margin-bottom: 20px;
  white-space: nowrap;
}
.select-region__second li a {
  transition: 0.3s;
  font-size: 14px;
  line-height: 15px;
}
@media screen and (max-width: 666px) {
  .select-region__second li a {
    font-size: 11px;
    line-height: 12px;
  }
}
.select-region__second li a:hover {
  color: var(--b);
  opacity: 0.6;
}
.select-region__second-close-button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.select-region__second-close-button:after, .select-region__second-close-button:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #878787;
  transform: rotate(45deg);
  top: 10px;
  left: 0px;
}
.select-region__second-close-button:before {
  transform: rotate(-45deg);
  left: 0px;
}
.select-region_row_text {
  margin: 0 0 15px 0;
}
.select-region__buttons {
  display: flex;
  justify-content: space-between;
}
.select-region__buttons .select-region_button {
  cursor: pointer;
  color: var(--b);
  font-weight: bold;
  font-size: var(--fs-14);
  line-height: 16px;
  transition: 0.3s;
}
.select-region__buttons .select-region_button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .select-region {
    top: -74px;
    left: auto;
    right: 0;
  }
}

img {
  vertical-align: bottom;
  border: 0;
  max-width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

html.non-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

body.non-scroll {
  overflow: hidden;
}

/* HEADER FINISH */
/* COUNTER SECTION */
.flex-group {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .flex-group {
    flex-direction: column;
  }
}

.coutner-work {
  padding: 40px 0 120px;
}
@media screen and (max-width: 768px) {
  .coutner-work {
    padding: 40px 0 40px;
  }
}
.coutner-work-row {
  display: flex;
  gap: 8px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .coutner-work-row {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .coutner-work-row {
    flex-direction: row !important;
  }
}
.coutner-work__item {
  border-radius: 24px;
  background: var(--light-grey2);
  height: 198px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .coutner-work__item {
    padding: 24px;
  }
}
@media screen and (max-width: 426px) {
  .coutner-work__item {
    margin: 0 !important;
  }
}
.coutner-work__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 90%;
  letter-spacing: -0.05em;
  color: var(--b);
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .coutner-work__title {
    font-size: var(--fs-24);
    line-height: 1;
  }
}
.coutner-work__text {
  max-width: 100%;
  line-height: 1.4;
  font-size: var(--fs-16);
  letter-spacing: -0.03em;
  color: var(--b);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .coutner-work__text {
    font-size: var(--fs-14);
    line-height: 1.2;
  }
}

/* social widget*/
.social-widget {
  background: var(--b);
  border-radius: 32px;
  padding: 32px;
  max-width: 736px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .social-widget {
    flex-wrap: wrap;
    padding: 24px;
  }
}
.social-widget-title {
  color: white;
}
@media screen and (max-width: 768px) {
  .social-widget-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.social-widget-title h2 {
  font-weight: 700;
  font-size: var(--fs-32);
  line-height: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .social-widget-title h2 {
    font-size: var(--fs-24);
  }
}
.social-widget-title p {
  margin: 0;
  font-size: var(--fs-14);
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .social-widget-title p {
    font-size: var(--fs-12);
    line-height: 1.2;
  }
}
.social-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .social-widget ul {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .social-widget ul a {
    width: 48px;
  }
}

/*ADVERSING SECTION*/
.main .adversting-first {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main .adversting-first {
    padding: 40px 0;
  }
}
.main .adversting-first .wrapper-container {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main .adversting-first .wrapper-container {
    padding: 0;
  }
}
.main .adversting-first .wrapper-container .adversting-first-wrapper {
  padding: 42px 60px 42px 40px;
  background: #F4F4F4;
  border-radius: 32px;
}
@media screen and (max-width: 1024px) {
  .main .adversting-first .wrapper-container .adversting-first-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .main .adversting-first .wrapper-container .adversting-first-wrapper {
    padding: 24px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.main .adversting-first .wrapper-container form {
  margin-bottom: 0;
}
.main .adversting-first .wrapper-container .phone-1 {
  position: absolute;
  left: 53%;
  top: 50%;
  max-width: 332px;
  height: auto;
  z-index: 2;
  transform: translateY(-50%) rotate(10deg);
}
@media screen and (max-width: 1430px) {
  .main .adversting-first .wrapper-container .phone-1 {
    width: 20%;
  }
}
@media screen and (max-width: 1300px) {
  .main .adversting-first .wrapper-container .phone-1 {
    display: none;
  }
}
.main .adversting-first .wrapper-container .phone-2 {
  position: absolute;
  right: 60px;
  bottom: 42px;
  width: 319px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .main .adversting-first .wrapper-container .phone-2 {
    position: relative;
    right: unset;
    bottom: unset;
  }
}
@media screen and (max-width: 768px) {
  .main .adversting-first .wrapper-container .phone-2 {
    width: 100%;
    gap: 24px;
  }
}
.main .adversting-first .wrapper-container .phone-2 .grey-car {
  max-width: 221px;
}
@media screen and (max-width: 768px) {
  .main .adversting-first .wrapper-container .phone-2 .grey-car {
    width: 100%;
    max-width: 402px;
    height: 375px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-left: unset;
  }
}
.main .adversting-first .wrapper-container .phone-2 a {
  max-width: 319px;
  padding: 19px 63px;
  background: #242424;
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .main .adversting-first .wrapper-container .phone-2 a {
    background: rgba(0, 0, 0, 0);
    color: var(--b);
    border: 1px solid rgba(28, 28, 27, 0.2);
  }
}
.main .adversting-first .wrapper-container .under-question-text {
  display: none;
  font-size: var(--fs-12);
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main .adversting-first .wrapper-container .under-question-text {
    display: block;
  }
}
.main .adversting-first .wrapper-container .declare-block {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .main .adversting-first .wrapper-container .declare-block {
    margin-top: 24px;
  }
}
.main .adversting-first .wrapper-container .declare-block .declare-row {
  flex-wrap: nowrap;
  gap: 8px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main .adversting-first .wrapper-container .declare-block .declare-row {
    flex-wrap: wrap;
  }
}
.main .adversting-first .wrapper-container .declare-block .declare-row .name-input {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .main .adversting-first .wrapper-container .declare-block .declare-row .name-input {
    max-width: 100%;
  }
}
.main .adversting-first .wrapper-container .declare-block .declare-row .margin-off {
  margin: 0;
  width: 100%;
}
.main .adversting-first .info-block {
  max-width: 614px;
  background: var(--b2);
}
@media screen and (max-width: 1024px) {
  .main .adversting-first .info-block {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main .adversting-first .info-block {
    max-width: unset;
    padding: 24px;
  }
}
.main .adversting-first .info-block__title h1 {
  font-size: var(--fs-24);
}

/*ADVERSING SECTION FINISH*/
/*WE SAVE SECTION*/
.main .we-save {
  padding: 100px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .main .we-save {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .main .we-save .wrapper-container {
    padding: 0;
  }
}
.main .we-save-new .section-title {
  margin: 0 0 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main .we-save-new .section-title {
    margin: 0 0 24px;
    padding: 0 16px;
  }
}
.main .we-save-new .section-title h2 {
  font-size: var(--fs-32);
  color: #242424;
  text-align: left;
  line-height: 120%;
}
.main .we-save-new .section-title span {
  color: inherit;
  background: #FFCE1B;
}
.main .we-save-new__top-wrap {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__top-wrap {
    margin: 0 0 24px;
    padding: 0 16px;
  }
}
.main .we-save-new__top {
  padding: 0;
  gap: 0;
  background: #F4F4F4;
  border-radius: 32px !important;
}
.main .we-save-new__top-item {
  color: #242424;
  font-weight: 700;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__top-item {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
  }
}
.main .we-save-new__top-item.active {
  color: #fff;
  background: #242424;
  border-radius: 32px !important;
}
.main .we-save-new__content-item-text {
  color: #242424;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__content-item-text {
    margin: 0 0 24px;
    line-height: 1.3;
    padding: 0 16px;
  }
}
.main .we-save-new__slider .slick-list {
  margin: 0 -8px;
}
.main .we-save-new__slider .slick-list .slick-slide {
  padding: 0 8px;
}
.main .we-save-new__slider .slick-prev {
  left: -64px;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__slider .slick-prev {
    left: unset;
  }
}
.main .we-save-new__slider .slick-next {
  right: -64px;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__slider .slick-next {
    right: 16px;
  }
}
.main .we-save-new__slider--mobile {
  padding-left: 16px;
}
.main #mainWeGarantie .we-save-new__slider {
  margin: 0;
  width: 100%;
}
.main #mainWeGarantie .we-save-new__slider .slick-list .slick-track {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .main #mainWeGarantie .we-save-new__slider .slick-list {
    margin: 0 -4px;
    padding-right: 16px;
  }
  .main #mainWeGarantie .we-save-new__slider .slick-list .slick-slide {
    padding: 0 4px;
  }
  .main #mainWeGarantie .we-save-new__slider .slick-list .slick-slide > div {
    height: 100%;
  }
}
.main #mainWeGarantie .we-save-new__mosaic-slide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 265px 265px;
  gap: 4px;
  box-sizing: border-box;
}
.main #mainWeGarantie .we-save-new__tile {
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  min-width: 0;
}
.main #mainWeGarantie .we-save-new__tile--img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.main #mainWeGarantie .we-save-new__tile--text {
  background: #242424;
  color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 1040px) {
  .main #mainWeGarantie .we-save-new__tile--text {
    padding: 24px;
  }
}
.main #mainWeGarantie .we-save-new__tile-title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .main #mainWeGarantie .we-save-new__tile-title {
    font-size: 20px;
  }
}
.main #mainWeGarantie .we-save-new__tile-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (max-width: 1040px) {
  .main #mainWeGarantie .we-save-new__tile-text {
    font-size: 14px;
  }
}
.main .we-save-new__slider--mobile {
  display: none;
}
.main .we-save-new__slider--desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__slider--mobile {
    display: block;
  }
  .main .we-save-new__slider--desktop {
    display: none;
  }
}
.main .we-save-new__card {
  overflow: hidden;
  color: #fff;
}
.main .we-save-new__card-block {
  background: #2b2b2b;
  border-radius: 24px;
}
.main .we-save-new__card-img {
  height: 160px;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__card-img {
    position: relative;
  }
  .main .we-save-new__card-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 24px;
  }
}
.main .we-save-new__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 24px;
}
.main .we-save-new__card-body {
  padding: 18px 18px 20px;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__card-body {
    position: relative;
    padding: 24px;
  }
}
.main .we-save-new__card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__card-title {
    font-size: var(--fs-16);
    line-height: 1;
    position: absolute;
    top: -141px;
    left: 24px;
  }
}
.main .we-save-new__card-text {
  font-size: 14px;
  line-height: 1.35;
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .main .we-save-new__card-text {
    font-size: var(--fs-12);
    color: #fff;
    line-height: 1.2;
  }
}
.main .slick-dots li {
  width: 6px;
  height: 6px;
}
.main .slick-dots li button {
  background: #D9D9D9;
  width: 6px;
  height: 6px;
}
.main .slick-dots .slick-active button {
  background: #242424;
  width: 6px;
  height: 6px;
}
.main .slick-prev,
.main .slick-next {
  background: #242424;
  background-color: #242424 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: none;
}
.main .slick-prev ::before,
.main .slick-next ::before {
  width: 16px;
  height: 16px;
}

/*WE SAVE SECTION FINISH*/
/*ADVERSTING SECTION*/
.main .adversting-second {
  display: none;
}

/*ADVERSTING SECTION FINISH*/
/*SOLVE TASK SECTION*/
.main #mainSolveTask .solve-task__slider {
  margin: 40px -26px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.main #mainSolveTask .solve-task__slider .slick-prev,
.main #mainSolveTask .solve-task__slider .slick-next {
  top: 50%;
}
@media screen and (max-width: 768px) {
  .main #mainSolveTask .solve-task__slider.slick_full-width .slick-list {
    padding: 0;
    width: 100%;
  }
}
.main #mainSolveTask .solve-task__slider-item {
  margin: 50px 26px;
  width: 100%;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.main #mainSolveTask .solve-task__slider-item-wrap {
  background: var(--light-grey2);
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.3s;
}
.main #mainSolveTask .slick-center .solve-task__slider-item-wrap {
  background: var(--b);
  transform: scale(1.18);
}
@media screen and (max-width: 1024px) {
  .main #mainSolveTask .solve-task__slider {
    margin: 40px -8px 0;
  }
  .main #mainSolveTask .slick-active .solve-task__slider-item-wrap {
    background: var(--b);
  }
  .main #mainSolveTask .slick-active .solve-task__avto-title,
  .main #mainSolveTask .slick-active .solve-task__avto-subtitle,
  .main #mainSolveTask .slick-active .solve-task__avto-row b,
  .main #mainSolveTask .slick-active .solve-task__avto-row p,
  .main #mainSolveTask .slick-active .solve-task__avto-data-text {
    color: #fff;
  }
  .main #mainSolveTask .slick-active .solve-task__avto-data-icon .icon {
    filter: brightness(0) invert(1);
  }
  .main #mainSolveTask .slick-center .solve-task__slider-item-wrap {
    transform: none;
  }
  .main #mainSolveTask .solve-task__slider-item {
    margin: 0 4px;
  }
}
.main #mainSolveTask .solve-task__photo-big {
  height: 218px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.main #mainSolveTask .solve-task__photo-big a,
.main #mainSolveTask .solve-task__photo-big img {
  width: 100%;
  height: 100%;
  display: block;
}
.main #mainSolveTask .solve-task__photo-big img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main #mainSolveTask .solve-task__photo-big {
    height: 45vw;
    border-radius: 16px;
  }
  .main #mainSolveTask .solve-task__slider {
    margin: 24px -8px 0;
  }
  .main #mainSolveTask .solve-task__slider-item-wrap {
    border-radius: 16px;
  }
  .main #mainSolveTask .solve-task__slider .slick-prev {
    top: auto;
    bottom: -100px;
    right: 52px;
    left: auto;
  }
  .main #mainSolveTask .solve-task__slider .slick-next {
    top: auto;
    bottom: -100px;
    right: 0;
  }
}
.main #mainSolveTask .solve-task__avto {
  padding: 24px 24px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: transparent;
  color: var(--b);
}
.main #mainSolveTask .solve-task__avto::after {
  content: none;
}
.main #mainSolveTask .solve-task__avto-title {
  margin-bottom: 0.8rem;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--b);
}
.main #mainSolveTask .solve-task__avto-subtitle {
  color: var(--b);
  opacity: 0.8;
  font-size: 14px;
  margin-bottom: 15px;
}
.main #mainSolveTask .solve-task__avto-row {
  margin-bottom: 16px;
}
.main #mainSolveTask .solve-task__avto-row b {
  font-weight: bold;
  font-size: 16px;
  color: var(--b);
}
.main #mainSolveTask .solve-task__avto-row p {
  margin: 8px 0 16px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--b);
}
.main #mainSolveTask .solve-task__avto-data-text {
  color: var(--b);
}
.main #mainSolveTask .solve-task__bottom {
  margin: 6rem auto 0;
  padding-top: 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main #mainSolveTask .solve-task__bottom {
    margin: 0;
  }
}
.main #mainSolveTask .solve-task__button {
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .main #mainSolveTask .solve-task__button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main #mainSolveTask .solve-task__avto {
    padding: 40px 24px 24px;
  }
  .main #mainSolveTask .solve-task__avto-title {
    font-size: 18px;
  }
  .main #mainSolveTask .solve-task__avto-row p {
    margin: 8px 0 16px;
    font-size: 14px;
  }
}

/*SOLVE TASK SECTION FINISH*/
/* START SECTION - Check */
.main .checks__car {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28.5rem;
}
.main .checks__car img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main .checks__car {
    display: none !important;
  }
}
.main .section_check {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .main .section_check {
    padding: 80px 0 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .main .section_check .checks__slider .wrapper-container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .section_check .checks__slider .wrapper-container .section__title {
    padding: 0 16px;
  }
}
.main .section_check .checks__slider .slick-list {
  height: 44rem !important;
}
.main .section_check .checks__slider .slick-track {
  display: flex !important;
  flex-wrap: wrap !important;
}
.main .section_check .checks__slider .slick-slide {
  width: 100% !important;
  height: 44rem !important;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.main .section_check .checks__slider .slick-slide.slick-current {
  opacity: 1;
  transition: opacity 0.8s 0.2s ease-in;
}
.main .section_check .checks__slider .slick-slide > div {
  height: 100%;
}
.main .section_check .checks__slider .slick-cloned {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.main .section_check .checks__slider .slick-dots {
  display: flex !important;
  flex-direction: column;
  width: 1.4rem;
  right: -15rem;
  top: 60.8%;
  transform: translateY(-50%);
  bottom: 0;
}
.main .section_check .checks__slider .slick-dots li {
  margin: 0.25rem 0;
  width: 1.2rem;
  height: 1.2rem;
}
.main .section_check .checks__slider .slick-dots li button {
  width: 1.4rem;
  height: 1.4rem;
}
.main .section_check .checks__slider .slick-dots li.slick-active button {
  border: 0.2rem solid var(--y);
  background-color: #e7e7e7;
  border-top: 0.2rem solid #e7e7e7;
  animation: spin 2s linear infinite;
}
.main .section_check .checks__slider .slick-prev,
.main .section_check .checks__slider .slick-next {
  width: 40px;
  height: 40px;
  right: 36%;
  left: auto;
  z-index: 2;
  top: auto;
  bottom: 0;
  background: var(--b);
}
.main .section_check .checks__slider .slick-prev::before,
.main .section_check .checks__slider .slick-next::before {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.main .section_check .checks__slider .slick-next {
  transform: rotate(90deg);
}
.main .section_check .checks__slider .slick-next::before {
  transform: translate(-50%, -50%);
}
.main .section_check .checks__slider .slick-prev {
  right: calc(36% + 48px);
  transform: rotate(90deg);
}
.main .section_check .checks__slider .slick-prev::before {
  left: 48%;
  transform: translate(-46%, -50%) rotate(-180deg);
}
.main .section__title {
  text-align: left;
  padding: 0;
  margin-bottom: 40px;
}
.main .section__title h2 {
  font-size: var(--fs-32);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main .section__title h2 {
    font-size: var(--fs-24);
  }
}
.main .section__title h2 span {
  background: #FFCE1B;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main .checks__slider {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .main .checks__slider {
    display: none !important;
  }
}
.main .checks__slide {
  position: relative;
  display: flex !important;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.main .check__mark-list-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main .check__mark-list-mobile {
    display: flex;
    margin-bottom: 0 !important;
  }
}
.main .check__mark-list-mobile .slick-next, .main .check__mark-list-mobile .slick-prev {
  bottom: -94px;
}
@media screen and (max-width: 1024px) {
  .main .check__mark-list-mobile .slick-next, .main .check__mark-list-mobile .slick-prev {
    bottom: -74px;
    top: unset;
  }
}
@media screen and (max-width: 1024px) {
  .main .check__mark-list-mobile .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main .check__mark-list-mobile .slick-prev {
    left: unset;
    right: 52px;
  }
}
.main .check__mark-list-mobile .slick-dots {
  bottom: 0;
}
.main .check__mark-list-mobile .slick-list {
  margin: 0 -10px;
  padding-bottom: 24px;
}
.main .check__mark-list-mobile .slick-list .slick-track .slick-slide {
  padding: 0 8px;
}
.main .check__mark-list-mobile .slick-list .slick-track .slick-slide .checks__slide-box {
  max-width: unset;
}
.main .check__mobile-img {
  max-width: 4rem;
  margin-right: 0.5rem;
}
.main .check__mobile-img img {
  width: 100%;
}
.main .check__mobile-text * {
  color: var(--b2);
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0;
}
.main .checks__slide-block {
  width: 50%;
  display: flex;
  position: relative;
  justify-content: flex-start;
}
.main .checks__slide-block:nth-child(2n) {
  justify-content: flex-end;
}
.main .checks__slide-box {
  max-width: 456px;
  width: 100%;
  display: flex;
  height: 224px;
  padding: 32px;
  background: var(--light-grey2);
  justify-content: space-between;
  border-radius: 32px;
}
@media screen and (max-width: 1024px) {
  .main .checks__slide-box {
    max-width: 316px;
  }
}
@media screen and (max-width: 768px) {
  .main .checks__slide-box {
    padding: 24px;
    height: 100%;
    min-height: 176px;
  }
}
.main .checks__slide-img {
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 2.5rem;
  background: #f3f3f3;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  padding: 1.1rem;
}
.main .checks__slide-img img {
  width: 100%;
}
.main .checks__slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: unset;
}
.main .checks__slide-title * {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  color: var(--b);
}
@media screen and (max-width: 768px) {
  .main .checks__slide-title h3 {
    font-size: 18px !important;
    line-height: 1.2;
  }
}
.main .checks__slide-text {
  margin-top: 1rem;
  opacity: 1;
}
.main .checks__slide-text * {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
  margin: 0;
  color: var(--b);
}
@media screen and (max-width: 768px) {
  .main .checks__slide-text * {
    font-size: 12px;
    font-weight: 400;
  }
}

/* END SECTION - Check */
/*WE SAVE SECTION*/
.main #mainWeSave.we-save .wrapper-container .we-save-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  background: var(--light-grey2);
  border-radius: 32px;
  padding: 80px;
}
@media screen and (max-width: 1200px) {
  .main #mainWeSave.we-save .wrapper-container .we-save-wrapper {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .main #mainWeSave.we-save .wrapper-container .we-save-wrapper {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 0;
  }
}
.main #mainWeSave.we-save .wrapper-container .we-save-wrapper form {
  height: -webkit-fill-available;
}
@media screen and (max-width: 1200px) {
  .main #mainWeSave.we-save .wrapper-container .we-save-wrapper form {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main #mainWeSave.we-save .wrapper-container {
    padding: 0;
  }
}
.main #mainWeSave.we-save .section__title * {
  text-align: left;
}
.main #mainWeSave.we-save .section__title h2 {
  margin-top: 0;
}
.main #mainWeSave.we-save .we-save__info,
.main #mainWeSave.we-save .guarantee__info {
  width: 100%;
  max-width: 680px;
}
@media screen and (max-width: 1024px) {
  .main #mainWeSave.we-save .we-save__info,
  .main #mainWeSave.we-save .guarantee__info {
    padding: 24px 24px 0 24px;
    max-width: 100%;
  }
}
.main #mainWeSave.we-save .we-save__list,
.main #mainWeSave.we-save .guarantee__list {
  list-style: none;
  padding-left: 0;
  margin: 32px 0 0;
  width: 100%;
  max-width: 550px;
  position: relative;
  flex-direction: column;
}
.main #mainWeSave.we-save .we-save__list > li,
.main #mainWeSave.we-save .guarantee__list > li {
  position: relative;
  display: flex;
  gap: 32px;
  margin-bottom: 68.5px;
  color: var(--b);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.main #mainWeSave.we-save .we-save__list > li::after,
.main #mainWeSave.we-save .guarantee__list > li::after {
  content: "";
  width: 2px;
  height: calc(100% - 8px);
  background: var(--b);
  position: absolute;
  top: 69px;
  left: 25px;
}
.main #mainWeSave.we-save .we-save__list > li:last-child,
.main #mainWeSave.we-save .guarantee__list > li:last-child {
  margin-bottom: 0;
}
.main #mainWeSave.we-save .we-save__list > li:last-child::after,
.main #mainWeSave.we-save .guarantee__list > li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .main #mainWeSave.we-save .we-save__list > li,
  .main #mainWeSave.we-save .guarantee__list > li {
    margin-bottom: 32px;
    gap: 16px;
  }
  .main #mainWeSave.we-save .we-save__list > li::after,
  .main #mainWeSave.we-save .guarantee__list > li::after {
    left: 20px;
    top: 58px;
    height: calc(100% - 36px);
  }
}
.main #mainWeSave.we-save .we-save__number,
.main #mainWeSave.we-save .guarantee__number {
  width: 53px;
  height: 53px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--b);
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main #mainWeSave.we-save .we-save__number,
  .main #mainWeSave.we-save .guarantee__number {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
}
.main #mainWeSave.we-save .we-save__text *,
.main #mainWeSave.we-save .guarantee__text * {
  margin: 0;
  color: var(--b);
}
.main #mainWeSave.we-save .we-save__text .title,
.main #mainWeSave.we-save .guarantee__text .title {
  font-size: var(--fs-24);
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main #mainWeSave.we-save .we-save__text .title,
  .main #mainWeSave.we-save .guarantee__text .title {
    font-size: var(--fs-18);
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .main #mainWeSave.we-save .we-save__text .description,
  .main #mainWeSave.we-save .guarantee__text .description {
    font-size: var(--fs-16);
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .main #mainWeSave.we-save .we-save__text .description,
  .main #mainWeSave.we-save .guarantee__text .description {
    font-size: var(--fs-12);
    line-height: 1.2;
    opacity: 0.7;
  }
}

/*WE SAVE SECTION FINISH*/
/*SERVICE COST SECTION*/
.main .section-title {
  text-align: left;
  padding: 0;
  margin: 0 0 40px 0;
}
.main .section-title h2 {
  font-size: var(--fs-32);
  line-height: 1.2;
}
.main .section-title h2 span {
  background: #FFCE1B;
}
.main .section-title h2 span ::after {
  content: none;
}
.main .service-cost {
  background: #fff !important;
  padding: 70px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .main .service-cost {
    padding: 40px 0;
  }
}
.main .service-cost__wrapper {
  overflow: unset;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main .service-cost__wrapper {
    padding: 0 0 40px 0;
  }
}
.main .service-cost__holder {
  display: block;
}
.main .service-cost .slick-list {
  margin: 0 -8px;
}
.main .service-cost .slick-list .slick-slide {
  padding: 0 8px;
}
.main .service-cost .slick-list .slick-slide > div {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main .service-cost .slick-prev, .main .service-cost .slick-next {
    bottom: -94px;
  }
}
.main .service-cost .slick-prev {
  left: -64px;
}
@media screen and (max-width: 768px) {
  .main .service-cost .slick-prev {
    left: unset;
    right: 52px;
  }
}
.main .service-cost .slick-next {
  right: -64px;
}
@media screen and (max-width: 768px) {
  .main .service-cost .slick-next {
    right: 0;
  }
}
.main .service-cost__item {
  max-width: unset;
  margin-bottom: 0;
}
.main .service-cost__item-wrap {
  background: #F4F4F4;
  border-radius: 32px !important;
  box-shadow: unset;
}
@media screen and (max-width: 768px) {
  .main .service-cost__item-wrap {
    position: relative;
  }
}
.main .service-cost__img {
  height: 250px;
}
@media screen and (max-width: 992px) {
  .main .service-cost__img {
    display: block;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .main .service-cost__img {
    position: relative;
  }
  .main .service-cost__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 32px;
  }
}
.main .service-cost__img img {
  border-radius: 32px;
}
.main .service-cost__info {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .main .service-cost__info {
    padding-top: 12px;
  }
}
.main .service-cost__title {
  line-height: 1;
  font-size: var(--fs-24);
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .main .service-cost__title {
    position: absolute;
    top: 8%;
    color: #fff;
  }
}
.main .service-cost__list {
  margin: 0 0 47px 0;
  color: #242424;
}
@media screen and (max-width: 768px) {
  .main .service-cost__list {
    margin: 0;
  }
}
.main .service-cost__list li {
  margin-bottom: 12px;
  max-width: unset;
  padding-left: 28px;
  font-size: var(--fs-14);
}
@media screen and (max-width: 768px) {
  .main .service-cost__list li {
    font-size: var(--fs-12);
  }
}
.main .service-cost__cost {
  margin-bottom: 24px;
  font-size: var(--fs-24);
  line-height: 1;
}
.main .service-cost__buttons--group {
  display: flex;
  gap: 8px;
  width: 100%;
}
.main .service-cost__buttons--group .button {
  border-radius: 12px;
  padding: 16px 19px;
  width: 50%;
}
.main .service-cost__buttons--group .button span {
  font-size: var(--fs-14);
}
.main .service-cost__buttons--group .gray {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(28, 28, 27, 0.2);
}

/*SERVICE COST SECTION FINISH*/
/*TASKS SECTION*/
@media screen and (max-width: 768px) {
  .main .solve-task {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.main .solve-task .section_service {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .solve-task .section_service {
    padding: 40px 0 80px;
  }
}
.main .solve-task .section-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .solve-task .section-title {
    text-align: left;
  }
  .main .solve-task .section-title h2 br {
    display: none;
  }
}
.main .solve-task .section__title_service.section__title * {
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .main .solve-task .section__title_service.section__title * {
    text-align: left;
    line-height: normal;
  }
}
.main .solve-task .service__list {
  margin: 40px -26px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 0;
}
.main .solve-task .service__list .slick-prev,
.main .solve-task .service__list .slick-next {
  top: 50%;
}
.main .solve-task .service__list .slick-prev {
  left: -37px;
}
.main .solve-task .service__list .slick-next {
  right: -37px;
}
.main .solve-task .service__list .slick-dots {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .main .solve-task .service__list {
    margin: 40px -8px;
  }
  .main .solve-task .service__list.slick_full-width .slick-list {
    padding: 0;
    width: 100%;
  }
  .main .solve-task .service__list .slick-prev {
    top: auto;
    bottom: -100px;
    right: 60px;
    left: auto;
  }
  .main .solve-task .service__list .slick-next {
    top: auto;
    bottom: -100px;
    right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .main .solve-task .service__list {
    margin: 24px -8px;
  }
}
.main .solve-task .service__block {
  margin: 50px 26px;
  width: 100%;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .main .solve-task .service__block {
    margin: 0 4px;
  }
}
.main .solve-task .slick-track {
  padding-bottom: 35px;
}
.main .solve-task .slick-track .slick-center .service__box {
  background: var(--b);
  transform: scale(1.18);
}
.main .solve-task .service__box {
  background: var(--light-grey2);
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .main .solve-task .service__box {
    background: var(--b);
    border-radius: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .main .solve-task .slick-center .serice__box {
    transform: none;
  }
}
.main .solve-task .service__img {
  height: 218px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.main .solve-task .service__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main .solve-task .service__img {
    height: 45vw;
    border-radius: 16px;
  }
}
.main .solve-task .service__label {
  position: absolute;
  background-color: var(--b);
  border-radius: 24px;
  color: white;
  padding: 12px;
  left: 16px;
  top: 16px;
}
.main .solve-task .service__label * {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.main .solve-task .service__info {
  padding: 24px 24px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .main .solve-task .service__info {
    padding: 40px 24px 24px;
  }
}
.main .solve-task .service__title {
  margin-bottom: 16px;
}
.main .solve-task .service__title * {
  color: var(--b);
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main .solve-task .service__title * {
    font-size: 18px;
  }
}
.main .solve-task .slick-center .service__title * {
  color: white;
}
.main .solve-task .slick-center .service__text * {
  color: white;
}
@media screen and (max-width: 1024px) {
  .main .solve-task .slick-active .service__title *, .main .solve-task .slick-active .service__cost *, .main .solve-task .slick-active .service__text * {
    color: white;
  }
}
.main .solve-task .service__text * {
  font-size: 16px;
  line-height: 1.2;
  color: var(--b);
  margin-top: 16px;
  margin-bottom: 32px;
}
.main .solve-task .service__text .slick-center * {
  color: white;
}
@media screen and (max-width: 1024px) {
  .main .solve-task .service__text .slick-active * {
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .main .solve-task .service__text * {
    margin: 8px 0 16px;
    font-size: 14px;
  }
}
.main .solve-task .slick-center .service__cost * {
  color: white;
}
.main .solve-task .service__cost {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 24px;
}
.main .solve-task .service__cost * {
  color: var(--b);
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main .solve-task .service__cost * {
    font-size: 24px;
  }
}
.main .solve-task .service__button {
  width: 100%;
  padding: 19px 0;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: none;
  margin-top: 32px;
  text-align: center;
  font-size: var(--fs-14);
  margin: auto;
  color: #fff;
  margin-top: 32px;
}
.main .solve-task .slick-center .service__button {
  display: block;
}

/*TASKS SECTIN FINISH*/
/* EXPERTS */
.main .expert {
  padding: 40px 0;
  background: var(--b);
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .main .expert {
    padding: 24px 0 138px 0;
    margin-top: 40px;
  }
}
.main .expert .section-title h2 {
  color: #fff;
}
.main .expert .section-title h2 span {
  background: none;
  color: #FFCE1B;
}
.main .expert .section-title h2 span::after {
  background: none;
}
@media screen and (max-width: 768px) {
  .main .expert .expert-wrapper {
    padding: 0 !important;
  }
}
.main .expert .expert-wrapper .expert-card {
  padding: 20px;
}
.main .expert .expert-wrapper .expert-card .expert-card-box {
  border-radius: 32px !important;
  box-shadow: unset;
}
.main .expert .expert-wrapper .expert-card img {
  height: 400px;
  border-radius: 32px !important;
}
@media screen and (max-width: 768px) {
  .main .expert .expert-wrapper .expert-card img {
    height: 400px;
  }
}
.main .expert .expert-wrapper .expert-card-body {
  padding: 24px;
  gap: 0;
}
.main .expert .expert-wrapper .expert-card-body__rating {
  color: var(--b);
  font-size: var(--fs-16);
  margin-bottom: 4px;
  font-weight: 700;
}
.main .expert .expert-wrapper .expert-card-body__rating span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main .expert .expert-wrapper .expert-card-body__rating .star {
  width: 24px;
  height: 24px;
}
.main .expert .expert-wrapper .expert-card-body__text {
  margin-top: 16px;
}
.main .expert .expert-wrapper .expert-more {
  min-width: 180px;
}
.main .expert .button {
  margin-top: 40px;
  min-width: 180px;
  padding: 19px 8px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .main .expert .button {
    margin-top: 60px;
  }
}
.main .expert .button span {
  font-size: var(--fs-14);
}
.main .expert .slick-dots .slick-active button {
  background: var(--y) !important;
}
@media screen and (max-width: 768px) {
  .main .expert .slick-prev, .main .expert .slick-next {
    top: unset;
    bottom: -19%;
  }
}
@media screen and (max-width: 768px) {
  .main .expert .slick-prev {
    left: unset;
    right: 52px;
  }
}
@media screen and (max-width: 768px) {
  .main .expert .slick-next {
    left: unset;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .slick-prev, .main .slick-next {
    top: unset;
    bottom: -15%;
  }
}
@media screen and (max-width: 768px) {
  .main .slick-prev {
    left: unset;
    right: 52px;
  }
}
@media screen and (max-width: 768px) {
  .main .slick-next {
    left: unset;
    right: 0;
  }
}

/* EXPERTS FINISH*/
/*APP DOWNLOAD SECTION*/
.main .appeal-us.appeal-us--app-download {
  background-color: #fff;
  margin: 200px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main .appeal-us.appeal-us--app-download {
    margin: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .main .appeal-us.appeal-us--app-download .wrapper-container {
    padding: 0;
  }
}
.main .appeal-us.appeal-us--app-download .app-download-wrapper {
  padding: 71px 77px;
  border-radius: 32px;
  background: var(--b);
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .main .appeal-us.appeal-us--app-download .app-download-wrapper {
    padding: 24px;
    border-radius: unset;
  }
}
@media screen and (max-width: 768px) {
  .main .appeal-us.appeal-us--app-download .app-download-wrapper {
    padding-right: 0;
    align-items: flex-start;
  }
}
.main .appeal-us.appeal-us--app-download .app-download-content {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .main .appeal-us.appeal-us--app-download .app-download-content {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .main .appeal-us.appeal-us--app-download .app-download-content {
    width: 60%;
  }
}
.main .appeal-us.appeal-us--app-download .app-download-content .section-title {
  margin-bottom: 0;
}
.main .appeal-us.appeal-us--app-download .app-download-content .section-title h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .main .appeal-us.appeal-us--app-download .app-download-content .section-title h2 {
    font-size: var(--fs-24);
  }
}
.main .appeal-us.appeal-us--app-download .app-download-content .section-title h2 span {
  background: none;
  color: #FFCE1B;
}
.main .appeal-us.appeal-us--app-download .app-download-content .section-title h2 span::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .main .appeal-us.appeal-us--app-download .app-download--sub-title {
    font-size: var(--fs-12);
  }
}
.main .appeal-us.appeal-us--app-download .app-download-qr-image {
  top: -100px;
  left: -30%;
  height: 552px;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .main .appeal-us.appeal-us--app-download .app-download-qr-image {
    top: -80px;
    left: -45%;
    height: 472px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main .appeal-us.appeal-us--app-download .app-download-qr-image {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -20%;
    top: unset;
    left: unset;
    height: 500px;
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .main .appeal-us.appeal-us--app-download .app-download-qr-image {
    bottom: -20%;
    height: 500px;
  }
}
.main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button {
    width: 100%;
    align-items: flex-start;
  }
}
.main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button .qr-box {
  width: 100%;
}
.main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button .buttons-group-qr {
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button .buttons-group-qr {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button .buttons-group-qr {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 426px) {
  .main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button .buttons-group-qr {
    width: 70%;
  }
}
.main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button .buttons-group-qr .download-button-app {
  height: 33px;
  width: 114px;
}
@media screen and (max-width: 768px) {
  .main .appeal-us.appeal-us--app-download .app-download-qr .main-qr-and-button .buttons-group-qr .download-button-app {
    height: 59px;
    width: 180px;
  }
}

/*APP DOWNLOAD SECTION FINISH*/
/*APPERAL US SECTION*/
.main .appeal-us__button {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main .appeal-us__button {
    padding-top: 80px;
  }
}
.main .appeal-us__button .button {
  padding: 19px 8px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .main .appeal-us__button .button {
    width: unset;
  }
}
.main .appeal-us__button .button span {
  font-size: var(--fs-14);
}

/*APPERAL US SECTION FINISH*/
/*FIND ALL SECTION*/
.main .section_find-out {
  background: var(--light-grey2);
  padding: 40px 0;
  margin: 120px 0;
}
@media screen and (max-width: 768px) {
  .main .section_find-out {
    padding: 0;
    margin: 175px 0 40px 0;
    background: none;
  }
}
.main .section_find-out .wrapper-container .find-out-wrapper {
  display: flex;
  gap: 8px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main .section_find-out .wrapper-container .find-out-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .section_find-out .wrapper-container .find-out-wrapper form {
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .main .section_find-out .wrapper-container {
    padding: 0;
  }
}
.main .section_find-out .find-out__content {
  border-radius: 32px;
  position: relative;
  background-color: var(--b);
  max-width: 531px;
  height: 350px;
  padding: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main .section_find-out .find-out__content {
    order: 1;
    padding: 24px;
    margin-top: -50px;
    max-width: 100%;
    height: auto;
  }
}
.main .section_find-out .find-out__content .form-info-block {
  justify-content: unset;
  background: unset;
  padding: 0;
  border-radius: 0;
}
.main .section_find-out .find-out__content .form-info-block__title h2 {
  font-size: var(--fs-32);
  margin: 0;
}
.main .section_find-out .find-out__content .form-info-block__inputs-block {
  margin-top: 32px;
}
.main .section_find-out .find-out__image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .main .section_find-out .find-out__image {
    height: 340px;
  }
}
.main .section_find-out .find-out__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main .section_find-out .find-out__image img {
    height: 390px;
  }
}
@media screen and (max-width: 768px) {
  .main .section_find-out .find-out__image {
    order: -1;
  }
}
.main .section_find-out .form_row {
  position: relative;
}
.main .section_find-out .form_row .form__label {
  color: #1C1C1B;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  width: 100%;
  height: 52px;
  padding-left: 16px;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  transition: 0.2s linear;
  z-index: 3;
}
.main .section_find-out .form_row .form__label_focused {
  color: #1C1C1B;
  font-size: 10px;
  height: 12px;
  padding-left: 16px !important;
  top: 5px;
  width: auto;
}

/*FIND ALL SECTION FINISH*/
/*REVIEWS SECTION*/
.main .section_reviews {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .main .section_reviews {
    padding: 80px 0 120px 0;
  }
}
.main .section_reviews .slick-list {
  margin: 0 -4px;
}
@media screen and (max-width: 768px) {
  .main .section_reviews .slick-list {
    padding-bottom: 32px;
  }
}
.main .section_reviews .slick-list .slick-slide {
  padding: 0 4px;
}
.main .section_reviews {
  /* Slick dots (reviews) */
}
.main .section_reviews .slick-dots {
  bottom: 0;
  left: 0;
}
.main .section_reviews .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 2px;
}
.main .section_reviews .slick-dots li button {
  width: 8px;
  height: 8px;
}
.main .section_reviews .slick-dots li.slick-active button {
  background: var(--b);
}
.main .section_reviews .reviews__slider {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .main .section_reviews .reviews__slider {
    padding: 0;
  }
}
.main .section_reviews .reviews__slider .slick-slide > div {
  height: 100%;
}
.main .section_reviews .reviews__slider .slick-arrow {
  background-color: var(--b);
}
.main .section_reviews .reviews__slider .slick-prev {
  top: 50%;
  left: -64px;
}
.main .section_reviews .reviews__slider .slick-next {
  top: 50%;
  right: -64px;
}
.main .section_reviews .reviews__slider .slick-prev,
.main .section_reviews .reviews__slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 3;
}
.main .section_reviews .reviews__slider .slick-prev:before,
.main .section_reviews .reviews__slider .slick-next:before {
  background: url(../images/icon/big-arrow.svg);
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .main .section_reviews .reviews__slider {
    margin: 24px 0 0;
  }
  .main .section_reviews .reviews__slider .slick-list .slick-track {
    gap: 0;
    margin-left: 0;
  }
  .main .section_reviews .reviews__slider .slick-slide > div {
    margin: 0;
  }
  .main .section_reviews .reviews__slider .slick-next {
    top: unset;
    bottom: -20%;
    right: 0;
  }
  .main .section_reviews .reviews__slider .slick-prev {
    top: unset;
    bottom: -20%;
    right: 52px;
    left: auto;
  }
}
.main .section_reviews .review__slider-block {
  background-color: var(--light-grey2);
  padding: 32px;
  display: flex;
  border-radius: 32px;
  flex-direction: column;
  height: 100%;
}
.main .section_reviews .review__slider-header {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.main .section_reviews .review__slider-img {
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 100%;
  overflow: hidden;
}
.main .section_reviews .review__slider-img img {
  width: 100%;
  height: 100%;
}
.main .section_reviews .review__slider-info {
  flex: 1;
}
.main .section_reviews .review__slider-name {
  margin-bottom: 8px;
}
.main .section_reviews .review__slider-name * {
  color: var(--b);
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.main .section_reviews .review__slider-date * {
  font-size: 12px;
  line-height: 1.2;
  color: #595958;
}
.main .section_reviews .review__slider-text {
  margin-bottom: 16px;
}
.main .section_reviews .review__slider-text * {
  color: var(--b);
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main .section_reviews .review__slider-text * {
    font-size: 14px;
    line-height: 1.3;
  }
}
.main .section_reviews .review__slider-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: auto;
}
.main .section_reviews .review__slider-link img {
  width: 2.2rem;
  height: 1.2rem;
  margin-right: 0.8rem;
}
.main .section_reviews .review__slider-link span {
  color: #595958;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 0.1rem solid #595958;
  transition: 0.2s linear;
}
@media screen and (max-width: 768px) {
  .main .section_reviews .review__slider-link span {
    font-size: var(--fs-16);
  }
}
.main .section_reviews .review__slider-link:hover span {
  border-bottom: 0.1rem solid transparent;
}
@media screen and (max-width: 666px) {
  .main .section_reviews .review__slider-link span {
    font-size: 10px;
    line-height: 1.2;
  }
}
.main {
  /* Popup variations used by the same review card component */
}
.main .popup .review__slider-block {
  background: transparent;
}
.main .review__slider-block_popup {
  padding: 0;
}

/*REVIEWS SECTION FINISH*/
/*APPERAL US RISKS SECTION*/
.main .appeal-us.cards-grid .we-save__title {
  line-height: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .main .appeal-us--risks.cards-grid {
    padding-bottom: 70px;
    padding-top: 40px;
  }
}
.main .appeal-us--risks.cards-grid .section-title--red {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .main .appeal-us--risks.cards-grid .section-title--red {
    width: 100%;
  }
}
.main .appeal-us--risks.cards-grid .section-title--red span {
  background: #FF361B;
}
.main .appeal-us--risks.cards-grid .section-title--red span::after {
  background: none;
}
.main .appeal-us--risks.cards-grid .we-save__title {
  color: #FF361B;
  line-height: 100%;
  letter-spacing: 0;
}
.main .appeal-us--risks.cards-grid .we-save__sub-text p {
  line-height: 1.2;
}

/*APPERAL US RISKS FINISH*/
/*FAQ SECTION*/
.main .faq {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .main .faq {
    margin: 80px 0;
  }
}
.main .faq__list {
  max-width: unset;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main .faq__list-elem {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  background: var(--light-grey2);
  border-radius: 32px;
  border-bottom: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .main .faq__list-elem {
    flex-wrap: wrap;
    position: relative;
    align-items: center;
  }
}
.main .faq__header {
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main .faq__header {
    width: 100%;
    padding-right: 32px;
  }
}
.main .faq__header-icon {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: unset;
  text-align: right;
  width: 40px;
  height: auto;
}
.main .faq__header-icon::after, .main .faq__header-icon::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .main .faq__header-icon {
    position: absolute;
    right: 24px;
  }
}
.main .faq__header-icon .icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.main .faq__header-title {
  margin-left: 0;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .main .faq__header-title {
    margin-left: 0;
    padding-right: 32px;
  }
}
.main .faq__header-title h3 {
  font-size: var(--fs-18);
  line-height: 1.2;
}
.main .faq__content {
  width: 50%;
  max-height: 66px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .main .faq__content {
    margin-top: 0;
  }
  .main .faq__content p {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .main .faq__content {
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    padding-right: 32px;
  }
}
.main .faq .faq__list-elem.is-open .faq__content {
  max-height: 2000px;
  display: -webkit-box;
  -webkit-line-clamp: unset;
}
@media screen and (max-width: 768px) {
  .main .faq .faq__list-elem.is-open .faq__content {
    margin-top: 24px;
  }
}
.main .faq .faq__list-elem.is-open .faq__header-icon .icon {
  transform: rotate(180deg);
}

/*FAQ SECTION FINISH*/
/*ADVERSTING THIRD SECTION*/
.main #mainAdverstingThird.adversting-third {
  background: var(--light-grey2);
  padding: 0;
  margin: 100px 0 0 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third {
    margin: 40px 0 0 0;
    height: auto;
  }
}
.main #mainAdverstingThird.adversting-third .wrapper-container .adversting-third-wrapper {
  display: flex;
  padding: 40px 0;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third .wrapper-container .adversting-third-wrapper {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third .wrapper-container {
    padding: 0;
  }
}
.main #mainAdverstingThird.adversting-third .wrapper-container .form-info-block {
  max-width: 531px;
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third .wrapper-container .form-info-block {
    order: 1;
    padding: 24px;
    margin-top: -50px;
    max-width: 100%;
    height: auto;
  }
}
.main #mainAdverstingThird.adversting-third .wrapper-container .form-info-block__title h2 {
  font-size: var(--fs-32);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third .wrapper-container .form-info-block__title h2 {
    font-size: var(--fs-24);
  }
}
.main #mainAdverstingThird.adversting-third .wrapper-container .form-info-block .under-question-text {
  margin-top: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third .wrapper-container .form-info-block .under-question-text {
    display: none;
  }
}
.main #mainAdverstingThird.adversting-third .wrapper-container .form-info-block__inputs-block {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third .wrapper-container .form-info-block__inputs-block {
    margin-top: 24px;
  }
}
.main #mainAdverstingThird.adversting-third .wrapper-container .declare-block .declare-row .name-input {
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third .wrapper-container .declare-block .declare-row .name-input {
    max-width: 100%;
    margin-right: 0;
  }
}
.main #mainAdverstingThird.adversting-third .wrapper-container .find-out__image {
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third .wrapper-container .find-out__image {
    height: 320px;
  }
}
.main #mainAdverstingThird.adversting-third .wrapper-container .find-out__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main #mainAdverstingThird.adversting-third .wrapper-container .find-out__image {
    order: 0;
  }
}

/*ADVERSTING THIRD SECTION FINISH*/
/*FOOTER*/
.global-wrapper .footer {
  color: var(--b);
  margin-top: 100px;
  padding: 40px 0;
  background: var(--light-grey2);
}
@media screen and (max-width: 768px) {
  .global-wrapper .footer {
    margin-top: 40px;
    padding: 24px 0;
  }
}
.global-wrapper .footer__container {
  margin-top: 40px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .global-wrapper .footer__container {
    display: none;
  }
}
.global-wrapper .footer-row-container {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .global-wrapper .footer-row-container {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
.global-wrapper .footer__column {
  width: unset;
  padding-right: 0;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .global-wrapper .footer__column {
    width: 33%;
    max-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .global-wrapper .footer__column--5 {
    width: 100%;
  }
}
.global-wrapper .footer__link-header {
  margin-bottom: 16px;
  padding: 12px 0;
  font-size: var(--fs-24);
  line-height: 1;
  opacity: 1;
  letter-spacing: 0.8px;
  color: var(--b);
}
.global-wrapper .footer__link-list {
  font-size: var(--fs-16);
  line-height: 1;
  letter-spacing: 0;
  color: var(--b);
  font-weight: 700;
}
.global-wrapper .footer__link-list a {
  padding: 12px 0;
  margin: 0;
  color: var(--b);
  max-width: 300px;
  transition: 0.2s linear;
}
.global-wrapper .footer__link-list a:hover {
  color: var(--y);
  opacity: 1;
}
.global-wrapper .footer__contact-holder {
  font-size: var(--fs-16);
  line-height: 1;
  letter-spacing: 0;
  color: var(--b);
  font-weight: 700;
}
.global-wrapper .footer__contact-link a {
  font-size: var(--fs-16);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--b);
  margin-bottom: 0;
  padding: 12px 0;
}
.global-wrapper .footer__location {
  margin: 16px 0 0 0;
}
.global-wrapper .footer__location p {
  margin: 0;
  padding: 12px 0;
}
.global-wrapper .footer__content {
  margin-top: 40px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .global-wrapper .footer__content {
    display: none;
  }
}
.global-wrapper .footer .arrow-up {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
}
@media screen and (max-width: 768px) {
  .global-wrapper .footer .arrow-up {
    top: unset;
    bottom: -10px;
  }
}
.global-wrapper .footer__tel {
  font-size: var(--fs-24);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  text-wrap: nowrap;
}
.global-wrapper .footer__tel a {
  max-width: unset;
}
.global-wrapper .footer__contacts {
  display: flex;
  align-items: center;
}
.global-wrapper .footer__contacts .main-menu {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
}
.global-wrapper .footer__contacts .main-menu a {
  font-size: var(--fs-14);
  line-height: 1.2;
}
.global-wrapper .footer__copy {
  color: var(--b2);
  opacity: 0.7;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .global-wrapper .footer__copy {
    margin-top: 16px;
  }
}

/*FOOTER FINISH*/
/*FORM*/
.form-info-block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--b2);
  padding: 40px;
  border-radius: 32px;
}
.form-info-block__title {
  font-size: 36px;
  line-height: 100%;
  font-weight: bold;
  color: var(--w);
}
.form-info-block__title h2 {
  font-size: 40px;
  display: block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .form-info-block__title h2 {
    font-size: var(--fs-24);
  }
}
.form-info-block__title h2 span {
  color: #FFCE1B;
}
.form-info-block__under-title-text {
  line-height: 120%;
  color: #D9D9D9;
  margin: 24px 0;
  font-size: 16px;
}
.form-info-block__inputs-block .inputs-header {
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: var(--w);
  font-weight: bold;
}
.form-info-block__inputs-block .inputs-row {
  display: flex;
  width: 100%;
}
.form-info-block__inputs-block .inputs-row input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 16px;
  border-radius: 12px;
  background: #ffffff;
  height: 52px;
}
.form-info-block__inputs-block .inputs-row .phone_front {
  padding-left: 70px;
  margin: 0;
}
.form-info-block__inputs-block .submit-block {
  display: flex;
  width: 100%;
}
.form-info-block__inputs-block .submit-block .submit-btn {
  max-width: 100%;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  border-radius: 12px;
  padding: 19px 0;
  background: var(--y) !important;
  margin: 8px 0 0 0;
}
.form-info-block__inputs-block .submit-block .submit-btn :hover {
  opacity: 0.85 !important;
  box-shadow: none;
  background: var(--y) !important;
}
@media screen and (max-width: 768px) {
  .form-info-block__inputs-block .submit-block .submit-btn .submit_text {
    font-size: var(--fs-14);
  }
}
.form-info-block__inputs-block .agreement-text {
  margin-top: 16px;
  font-weight: normal;
  font-size: 11px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form-info-block__inputs-block .agreement-text {
    margin-top: 24px;
  }
}
.form-info-block__inputs-block .agreement-text a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

/*FORM FINISH*/
/*CARD GRID*/
.cards-grid {
  /* per-block settings (override on wrapper if needed) */
  --cards-cols: 3;
  --cards-pad: 4px;
  --cards-list-mt: 40px;
  --cards-icon-size: 8rem;
  --cards-icon-mb: 16px;
}
@media screen and (max-width: 768px) {
  .cards-grid .wrapper-container {
    padding-right: 0;
  }
}
.cards-grid__list,
.cards-grid .we-save__list {
  display: flex;
  flex-wrap: wrap;
}
.cards-grid__list .slick-prev, .cards-grid__list .slick-next,
.cards-grid .we-save__list .slick-prev,
.cards-grid .we-save__list .slick-next {
  top: -50px;
  z-index: 10;
}
.cards-grid__list .slick-prev,
.cards-grid .we-save__list .slick-prev {
  right: 50px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .cards-grid__list .slick-prev,
  .cards-grid .we-save__list .slick-prev {
    bottom: -114px;
    right: 68px;
    left: auto;
    top: auto;
  }
}
.cards-grid__list .slick-next,
.cards-grid .we-save__list .slick-next {
  top: -50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .cards-grid__list .slick-next,
  .cards-grid .we-save__list .slick-next {
    bottom: -114px;
    right: 16px;
    left: auto;
    top: auto;
  }
}
.cards-grid__list .slick-list,
.cards-grid .we-save__list .slick-list {
  margin: 0 -4px;
}
.cards-grid__list .slick-list .slick-slide,
.cards-grid .we-save__list .slick-list .slick-slide {
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .cards-grid__list .slick-list .slick-slide:last-child,
  .cards-grid .we-save__list .slick-list .slick-slide:last-child {
    padding-right: 20px;
  }
}
.cards-grid__list .slick-list .slick-slide > div,
.cards-grid .we-save__list .slick-list .slick-slide > div {
  height: 100%;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .cards-grid__list .slick-list .slick-slide > div,
  .cards-grid .we-save__list .slick-list .slick-slide > div {
    min-height: 228px;
  }
}
.cards-grid__item,
.cards-grid .we-save__item {
  box-sizing: border-box;
  width: calc(100% / var(--cards-cols));
  display: flex;
  flex-direction: column;
}
.cards-grid__box, .cards-grid .we-save__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  padding: 32px;
  border-radius: 32px;
  background: var(--b);
}
.cards-grid__icon,
.cards-grid .we-save__img {
  margin: 0;
  height: auto;
}
.cards-grid__icon::after,
.cards-grid .we-save__img::after {
  content: none;
}
.cards-grid__icon img,
.cards-grid .we-save__img img {
  width: 40px;
  height: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .cards-grid__icon img,
  .cards-grid .we-save__img img {
    width: 24px;
    height: 24px;
  }
}
.cards-grid__text,
.cards-grid .we-save__text {
  margin: 0;
  color: #fff;
}
.cards-grid__text span,
.cards-grid .we-save__text span {
  display: inline;
}
.cards-grid .we-save__title b {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cards-grid .we-save__title b {
    font-size: var(--fs-18);
  }
}
.cards-grid__sub-text,
.cards-grid .we-save__sub-text {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
}
.cards-grid__sub-text p,
.cards-grid .we-save__sub-text p {
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cards-grid__sub-text p,
  .cards-grid .we-save__sub-text p {
    font-size: var(--fs-12);
  }
}
@media screen and (max-width: 992px) {
  .cards-grid {
    --cards-cols: 2;
    --cards-icon-mb: 12px;
  }
  .cards-grid__list,
  .cards-grid .we-save__list {
    justify-content: space-between;
  }
  .cards-grid__item,
  .cards-grid .we-save__item {
    padding: 0;
    margin-bottom: 0;
  }
  .cards-grid__item:last-child,
  .cards-grid .we-save__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .cards-grid {
    --cards-cols: 1;
  }
  .cards-grid__item,
  .cards-grid .we-save__item {
    width: 100%;
    padding: 0;
  }
  .cards-grid__text,
  .cards-grid .we-save__text {
    opacity: 1;
  }
  .cards-grid__title,
  .cards-grid .we-save__title {
    line-height: 1;
    font-size: var(--fs-18);
  }
}

/*CARD GRID FINISH*/
/*APPLY POPUP*/
.fancybox-stage #apply__popup {
  padding: 40px;
  max-width: 1198px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup {
    padding: 24px;
  }
}
.fancybox-stage #apply__popup h2 {
  font-size: var(--fs-32);
  line-height: 1;
  margin-bottom: 40px;
  max-width: unset;
  letter-spacing: unset;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup h2 {
    font-size: var(--fs-24);
    width: 80%;
  }
}
.fancybox-stage #apply__popup h2::before {
  content: none;
}
.fancybox-stage #apply__popup h2::after {
  content: none;
}
.fancybox-stage #apply__popup h2 span {
  background: var(--y);
}
.fancybox-stage #apply__popup p {
  font-size: var(--fs-16);
  line-height: 1.2;
  color: var(--b);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup p {
    font-size: var(--fs-14);
  }
}
.fancybox-stage #apply__popup .apply__popup-row {
  gap: 40px;
  flex-wrap: wrap;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col {
  max-width: unset;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup .apply__popup-row .apply__popup-col {
    width: 100%;
  }
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col.df {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup .apply__popup-row .apply__popup-col.df {
    width: 100%;
    gap: 24px 0;
  }
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col.im {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .fancybox-stage #apply__popup .apply__popup-row .apply__popup-col.im {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup .apply__popup-row .apply__popup-col.im {
    width: 100%;
  }
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col.im p {
  text-align: left;
  font-size: var(--fs-12);
  line-height: 1.2;
  margin-top: 12px;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col .apply__popup-data--head {
  width: 100%;
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col .apply__popup-data--head p {
  margin-bottom: 16px;
  line-height: 1;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col .apply__popup-data--head h3 {
  margin-bottom: 0;
  line-height: 1;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col .apply__popup-data {
  width: 50%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col .apply__popup-data p {
  margin: 0;
  color: var(--b);
  line-height: 1.2;
  letter-spacing: 0;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col .apply__popup-data.apply__popup-data_grey p {
  text-align: right;
  font-weight: 700;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col .apply__popup-img {
  margin-bottom: 0;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-col .apply__popup-img img {
  border-radius: 32px;
  height: 374px;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-dropdowns {
  width: 100%;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-dropdowns h4 {
  margin: 0;
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-dropdowns .apply__dropdown .apply__dropdown-top .apply__dropdown-left .apply__dropdown-title p {
  font-size: var(--fs-14);
}
.fancybox-stage #apply__popup .apply__popup-row .apply__popup-dropdowns .apply__dropdown .apply__dropdown-wrapper .apply__dropdown-bottom .apply__dropdown-col .apply__dropdown-item p {
  font-size: var(--fs-14);
}
.fancybox-stage #apply__popup .adversting-third {
  height: unset;
  margin: 0;
  width: 100%;
  margin-top: 40px;
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap {
  padding: 40px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup .adversting-third .adversting-third-wrap {
    padding: 24px;
  }
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .section-title {
  padding: 0;
  text-align: left;
  font-size: var(--fs-32);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .section-title {
    font-size: var(--fs-24);
  }
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form {
  padding: 0;
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third {
  margin: 0;
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container {
  gap: 12px;
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container .inputs-block {
  width: 85%;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container .inputs-block {
    width: 100%;
    flex-wrap: wrap;
  }
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container .input-countries__tag.name-margin {
  min-width: unset;
  max-width: unset;
  width: 50%;
  height: 52px;
  margin: 0;
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container .callback-form__input.input-countries {
  min-width: unset;
  max-width: unset;
  width: 50%;
  height: 52px;
  margin: 0;
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container .callback-form__input .input-countries__wrapper {
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container .callback-form__input .input-countries__wrapper .input-countries__tag.tel-mask {
    padding-left: 50px;
    height: 52px;
  }
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container .button {
  width: 180px;
  height: 52px;
  border-radius: 12px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container .button {
    width: 100%;
  }
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__form form#adversting-third .adversting-third__form-container .button .submit_text {
  font-size: var(--fs-14);
  line-height: 1;
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__second-subtitle {
  margin-top: 16px;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0;
  padding: 0;
  max-width: 100%;
  text-align: left;
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__second-subtitle a {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.fancybox-stage #apply__popup .adversting-third .adversting-third-wrap .adversting-third__second-subtitle a:hover {
  text-decoration: underline;
}

/*APPLY POPUP FINISH*/
/*CALL POPUP*/
.fancybox-stage #call__popup {
  border-radius: 24px;
}

/*CALL POPUP FINISH*/
/*POPUP DETAIL*/
.fancybox-stage .popup-detail {
  padding: 24px;
  border-radius: 32px;
}
.fancybox-stage .popup-detail h3 {
  font-size: var(--fs-32);
  line-height: 1;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .fancybox-stage .popup-detail h3 {
    font-size: var(--fs-24);
  }
}
.fancybox-stage .popup-detail ul {
  margin: 0 0 40px 0;
}
.fancybox-stage .popup-detail .container {
  padding: 40px;
  background: var(--b);
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .fancybox-stage .popup-detail .container {
    padding: 24px;
  }
}
.fancybox-stage .popup-detail .container .section-title {
  padding: 0;
}
.fancybox-stage .popup-detail .container .section-title h3 {
  color: #fff;
  text-align: left;
  font-size: var(--fs-32);
}
@media screen and (max-width: 768px) {
  .fancybox-stage .popup-detail .container .section-title h3 {
    font-size: var(--fs-24);
  }
}
.fancybox-stage .popup-detail .container .section-title h3 span {
  color: var(--y);
}
.fancybox-stage .popup-detail .container .section-title h3 span:before, .fancybox-stage .popup-detail .container .section-title h3 span:after {
  content: none;
}
.fancybox-stage .popup-detail .container .adversting-third__subtitle {
  color: #fff;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 16px;
}
.fancybox-stage .popup-detail .container .adversting-third__form {
  padding: 0;
}
.fancybox-stage .popup-detail .container .adversting-third__form .adversting-third__form-container input {
  border: 1px solid #a9a9a9;
  border-radius: 12px;
  width: 100%;
  max-width: unset;
  min-height: 52px !important;
}
.fancybox-stage .popup-detail .container .adversting-third__form .adversting-third__form-container .input-countries {
  width: 100%;
  max-width: unset;
}
.fancybox-stage .popup-detail .container .adversting-third__form .adversting-third__form-container .input-countries .input-countries__wrapper {
  max-width: unset;
}
.fancybox-stage .popup-detail .container .adversting-third__form .adversting-third__form-container button {
  min-height: 52px;
  font-size: var(--fs-14);
  max-width: unset;
  border-radius: 12px;
}
.fancybox-stage .popup-detail .container .adversting-third__form .adversting-third__form-container button span {
  font-size: var(--fs-14);
}
.fancybox-stage .popup-detail .container .adversting-third__second-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 16px;
  line-height: 1;
  color: #fff;
  display: block;
  text-align: left;
}
.fancybox-stage .popup-detail .fancybox-close-small {
  top: 24px;
  right: 24px;
  padding: 0;
}

/*POPUP DETAIL FINISH*/
/*CALL POPUP*/
.fancybox-stage .call-popup {
  border-radius: 32px;
}
.fancybox-stage .call-popup .page_editor h3 {
  font-size: var(--fs-32);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fancybox-stage .call-popup .page_editor h3 {
    font-size: var(--fs-24);
  }
}
.fancybox-stage .call-popup .callback-form .button {
  margin: 0 0 16px 0;
  border-radius: 12px;
}
.fancybox-stage .call-popup .callback-form .button span {
  font-size: var(--fs-14);
}
.fancybox-stage .call-popup .fancybox-close-small {
  right: 10px;
  top: 10px;
}
.fancybox-stage .fancybox-content .fancybox-close-small {
  padding: 0;
}
.fancybox-stage .more__popup {
  max-width: 500px;
  width: 100%;
  border-radius: 32px;
  margin-top: 10rem;
  padding: 0;
  background: none;
}
.fancybox-stage .more__popup .review__slider-block {
  padding: 32px;
  background: #fff;
}
.fancybox-stage .more__popup .review__slider-img img {
  border-radius: 100%;
}
.fancybox-stage .more__popup .review__slider-info {
  display: flex;
  gap: 16px;
}
.fancybox-stage .more__popup .review__slider-info .review__slider-info-text .review__slider-name h3 {
  font-size: var(--fs-24);
  margin-top: 0;
  margin-bottom: 10px;
}
.fancybox-stage .more__popup .review__slider-text p {
  line-height: 140%;
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 54px;
}
.fancybox-stage .more__popup .review__slider-text p br {
  display: none;
}
.fancybox-stage .more__popup .fancybox-close-small {
  top: 24px;
  right: 24px;
}
.fancybox-stage .more__popup .popup-detail {
  padding: 0;
  margin-top: -30px;
}
.fancybox-stage .fancybox-button svg path {
  fill: none;
  stroke-width: 1.5;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_visible.SmartCaptcha-Shield_position_right {
  display: none !important;
}

.cky-consent-container .cky-consent-bar {
  border-radius: 24px !important;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn {
  border-radius: 16px !important;
}

.apply__dropdown-item div {
  transform: translateY(1px) !important;
}

#apply__popup .apply__dropdown-result {
  padding: 8px 16px !important;
  color: #ffffff !important;
  border-radius: 100px;
}

.adversting-third__second-subtitle {
  letter-spacing: 0 !important;
}
.adversting-third__second-subtitle a {
  margin: 0 !important;
}

/*CALL POPUP FINISH*/
@media screen and (max-width: 768px) {
  .page_editor {
    margin-top: 40px;
  }
}
/* START PAGE: WORK IN AP TEMPLATE */
.ap-work-card {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .ap-work-card {
    flex-direction: column;
    gap: 24px;
    background: #F4F4F4;
    border-radius: 24px;
    overflow: hidden;
  }
}

.ap-work-card__content {
  flex: 0 0 564px;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  background: #F4F4F4;
  padding: 40px;
}

.ap-work-card__title {
  margin: 0 0 24px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--b);
}

.ap-work-card__body {
  color: var(--b);
}
.ap-work-card__body p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
.ap-work-card__body > *:last-child {
  margin-bottom: 0;
}
.ap-work-card__body .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 52px;
  padding: 10px;
  border: none;
  background: var(--y);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.06);
  min-width: 160px;
  transition: all ease 0.3s;
  color: var(--b);
  text-decoration: none;
  max-width: 100%;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  border-radius: 12px;
  padding: 19px 0;
}

.ap-work-card__media {
  flex: 1;
  min-height: 520px;
}

.ap-work-card__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .ap-work-card__media {
    min-height: auto;
  }
  .ap-work-page {
    padding: 100px 0px 0px;
  }
  .ap-work-card__media img {
    min-height: 0;
    aspect-ratio: 16/9;
    border-radius: 24px;
  }
  .ap-work-card__content {
    padding: 24px;
    border-radius: 24px;
  }
  .ap-work-card__title {
    margin-bottom: 24px;
    line-height: 1;
    font-size: 32px;
  }
  .ap-work-card__body p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ap-work-page {
    padding: 80px 0px 0px;
  }
  .ap-work-card__title {
    margin-bottom: 24px;
    line-height: 1.1;
    font-size: 24px;
  }
  .ap-work-card__content {
    order: 1;
    flex: 1;
  }
}
/* END PAGE: WORK IN AP TEMPLATE */
/* CHARITY */
.charity-container {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .charity-container {
    flex-direction: column;
    gap: 24px;
    padding: 0;
    background: var(--b2);
    border-radius: 24px;
    overflow: hidden;
  }
}
.charity-content {
  flex: 0 0 564px;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  background: var(--b2);
  padding: 40px;
  color: white;
}
@media screen and (max-width: 768px) {
  .charity-content {
    flex: 1;
    padding: 24px;
  }
}
.charity-content h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 1024px) {
  .charity-content h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .charity-content h1 {
    font-size: 24px;
  }
}
.charity-content p {
  margin-top: 0;
  margin-bottom: 16px;
  color: white;
}
@media screen and (max-width: 768px) {
  .charity-content p {
    margin-bottom: 12px;
  }
}
.charity-content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  min-height: 52px;
  border: none;
  background: var(--y);
  min-width: 160px;
  transition: all ease 0.3s;
  color: var(--b);
  text-decoration: none;
  max-width: 100%;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  border-radius: 12px;
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  .charity-content .button {
    margin-top: 24px;
  }
}
.charity-video {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .charity-video iframe {
    height: 310px !important;
  }
}

.charity-theses__title {
  margin: 0 0 40px;
  max-width: 791px;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: var(--b);
}
.charity-theses__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}
.charity-theses__item {
  min-height: 400px;
  padding: 28px;
  border-radius: 32px;
  background: var(--light-grey2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--b);
}
.charity-theses__item h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.charity-theses__item p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.2;
  color: var(--b);
}
@media screen and (max-width: 1024px) {
  .charity-theses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .charity-theses__item {
    min-height: 360px;
  }
  .charity-theses__item h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .charity-theses {
    padding: 0 0 0 24px;
    border-radius: 24px;
  }
  .charity-theses__title {
    font-size: 20px;
    margin-right: 24px;
    margin-bottom: 32px;
  }
  .charity-theses__grid {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-right: 24px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .charity-theses__grid::-webkit-scrollbar {
    display: none;
  }
  .charity-theses__item {
    flex: 0 0 305px;
    min-height: 400px;
    padding: 24px;
    border-radius: 32px;
    scroll-snap-align: start;
  }
  .charity-theses__item h3 {
    margin-bottom: auto;
  }
}

.article-charity {
  padding-top: 60px;
}

.donate {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .donate-container {
    padding: 0;
  }
}
.donate-box {
  background: var(--light-grey2);
  border-radius: 32px;
  padding: 80px;
  display: flex;
  gap: 73px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .donate-box {
    gap: 24px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .donate-box {
    background: transparent;
    padding: 0;
    gap: 40px;
    flex-direction: column;
    border-radius: 0;
  }
}
.donate_donation {
  width: 100%;
}
.donate_donation .rating-table-page {
  width: 100%;
  padding-right: 62px;
  max-width: 686px;
}
@media screen and (max-width: 1024px) {
  .donate_donation .rating-table-page {
    max-width: 400px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .donate_donation .rating-table-page {
    max-width: 100%;
    padding-right: 0;
  }
}
.donate_donation .rating-table-page .section_title {
  display: flex;
  gap: 16px;
  color: var(--b);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .donate_donation .rating-table-page .section_title {
    padding: 0 24px;
  }
}
.donate_donation .rating-table-page .section_title h2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.donate_donation .quiz-page-table {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .donate_donation .quiz-page-table {
    box-shadow: none;
    border-radius: 0px;
  }
}
.donate_donation .quiz-page-table .row {
  height: 49px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 308%;
  letter-spacing: -0.05em;
  color: #333;
  gap: 24px;
  background: white;
  font-weight: 400;
  padding: 0 24px;
}
.donate_donation .quiz-page-table .row .cell {
  display: flex;
  align-items: center;
}
.donate_donation .quiz-page-table .row .cell.small > * {
  font-weight: bold;
}
.donate_donation .quiz-page-table .row .cell.number {
  justify-content: center;
  width: auto;
}
.donate_donation .quiz-page-table .row:nth-child(2n) {
  background: var(--light-grey2);
}
.donate-form {
  padding: 40px;
  border-radius: 32px;
  background: var(--b2);
  max-width: 614px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .donate-form {
    max-width: 100%;
  }
}
.donate-form .charity-page-form-title {
  margin-bottom: 44px;
}
.donate-form .charity-page-form-title h2 {
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: white;
}
.donate-form .charity-page-form {
  gap: 8px;
}
.donate-form .charity-page-form-bottom button {
  max-width: 100%;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  border-radius: 12px;
  padding: 19px 0;
  background: var(--y) !important;
  margin: 8px 0 0 0;
}
.donate-form .charity-page-form-row {
  margin-right: 0;
  gap: 8px;
}
.donate-form .charity-page-form-row textarea {
  border-radius: 12px;
  width: 100%;
  padding: 19px 16px;
  height: 158px;
}
.donate-form .charity-page-form-row textarea::-moz-placeholder {
  color: var(--b2);
  opacity: 0.7;
  font-weight: 600;
}
.donate-form .charity-page-form-row textarea::placeholder {
  color: var(--b2);
  opacity: 0.7;
  font-weight: 600;
}
.donate-form .charity-page-form-row .charity-page-form-item {
  margin: 0;
  max-width: 100%;
}
.donate-form .charity-page-form-row .charity-page-form-item.summa {
  position: relative;
}
.donate-form .charity-page-form-row .charity-page-form-item input {
  border-radius: 12px;
  height: 52px;
  padding: 19px 16px;
}
.donate-form .charity-page-form-row .charity-page-form-item input::-moz-placeholder {
  color: var(--b2);
  opacity: 0.7;
  font-weight: 600;
}
.donate-form .charity-page-form-row .charity-page-form-item input::placeholder {
  color: var(--b2);
  opacity: 0.7;
  font-weight: 600;
}
.donate-form .charity-page-form-row .charity-page-form-item input.tel-mask {
  padding-left: 70px;
}
.donate-form .sum-btn-container {
  position: absolute;
  top: 0;
  right: 16px;
  gap: 8px;
  bottom: 0;
  margin: auto;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .donate-form .sum-btn-container {
    position: relative;
    margin-top: 8px;
    right: 0;
    justify-content: flex-start;
  }
}
.donate-form .sum-btn-container .sum-btn {
  margin: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  box-shadow: none;
  border-color: #CAC4D0;
}
@media screen and (max-width: 1024px) {
  .donate-form .sum-btn-container .sum-btn {
    border-color: white;
    color: white;
  }
}
.donate-form .charity-form-text {
  color: white;
  opacity: 0.7;
}
.donate-form .charity-form-text a {
  color: white;
}
.donate-form .payment_form {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.theses {
  margin: 100px 0;
}

/*END CHARITY *//*# sourceMappingURL=style-2.0.css.map */