@charset "UTF-8";
.footer {
  background: var(--b2);
  color: white;
  padding: 42px 0 42px;
  position: relative;
}

.footer__logo {
  max-width: 170px;
  width: 100%;
}

.footer a {
  display: flex;
  transition: opacity ease 0.2s;
  max-width: 201px;
}

.footer a:hover {
  opacity: 0.7;
}

.footer__container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-column-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.footer-row-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 50%;
}

.footer__column {
  width: 57%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 12%;
  min-width: 230px;
  max-width: 270px;
}

.footer__copy {
  margin-top: auto;
}

.footer__copy p {
  opacity: 0.9;
  margin: 0.6em 0;
}

.footer__copy small {
  opacity: 0.8;
}

.footer__link-header {
  font-size: var(--fs-20);
  margin-bottom: 30px;
  letter-spacing: 0.01em;
  opacity: 0.9;
}

.footer__link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.footer__link-list a {
  color: white;
  margin-bottom: 15px;
  text-decoration: none;
}

.footer__link-list a:last-child {
  margin-bottom: 0;
}

.footer__application {
  margin-top: 30px;
}

.footer__application-item {
  margin-bottom: 15px;
}

.footer__contact-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer__contact-link img {
  margin: 0 5px;
}

.footer__contact-link a {
  font-size: var(--fs-18);
  color: white;
  text-decoration: none;
  margin-bottom: 7px;
}

.footer__location {
  margin: 25px 0 60px;
}

.footer__ocial-link {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.footer__ocial-link > * {
  margin-right: 12px;
}

.footer__policy a {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .footer {
    padding: 26px 0 120px;
  }
  .footer__column {
    padding-right: 0;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__column--1 {
    -ms-flex-order: 0;
    order: 0;
  }
  .footer__column--3 {
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__column--3 .footer__application {
    margin-left: -260px;
  }
  .footer__column--4 {
    margin-bottom: 20px;
  }
  .footer-column-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .footer-row-container {
    margin: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__container {
    margin: 0 auto;
  }
  .footer__copy {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__contact-link {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__contact-link a {
    font-size: var(--fs-16);
    margin-bottom: 3px;
  }
  .footer__location {
    margin: 25px 0 45px;
    text-align: center;
  }
  .footer__application-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 666px){
  .footer__policy a{
    text-align: center;
  }
}

@media screen and (max-width: 546px) {
  .footer-column-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .footer-row-container {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer__column--1 {
    display: flex;
    min-width: 100%;
    text-align: center;
    justify-content: center;
  }
  .footer__column--2 {
    display: none;
  }
  .footer__column--3 {
    display: flex;
    min-width: 100%;
    text-align: center;
    justify-content: center;
  }

  .footer__column--3 .footer__link {
    display: none;
  }
  .footer__column--3 .footer__application {
    margin-left: 0;
  }
  .footer__column--4 {
    margin-top: 20px;
    width: 100%;
    min-width: 100%;
  }
}

.adversting-first {
  position: relative;
  background: var(--y);
  display: flex;
}

.adversting-first .container {
  min-height: 300px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.adversting-first .button {
  margin: 0;
  max-width: 256px;
  display: flex;
  box-shadow: none;
}

.adversting-first .button:hover {
  opacity: 1;
  background: #bfbfbf;
}

.adversting-first__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.adversting-first__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.adversting-first__title {
  margin-bottom: 40px;
}

.adversting-first__title h1,
.adversting-first__title h2,
.adversting-first__title h3,
.adversting-first__title h4,
.adversting-first__title h5 {
  font-size: var(--fs-42);
  line-height: 1.25;
  margin: 0;
}

.adversting-first__bg-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .adversting-first__title {
    margin-bottom: 40px;
  }
  .adversting-first__title h1,
  .adversting-first__title h2,
  .adversting-first__title h3,
  .adversting-first__title h4,
  .adversting-first__title h5 {
    font-size: var(--fs-32);
  }
}

@media screen and (max-width: 850px) {
  .adversting-first .container {
    min-height: 335px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .adversting-first__bg img:not([class]) {
    display: none;
  }
  .adversting-first__bg-mobile {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .adversting-first .container {
    min-height: 395px;
  }
}

@media screen and (max-width: 500px) {
  .adversting-first .container {
    min-height: 410px;
  }
}

.adversting-first .grey-car {
  max-height: 100%;
  display: block;
}

@media (max-width: 1100px) {
  .adversting-first .grey-car {
    max-width: 220px;
    width: 100%;
  }
}

@media screen and (max-width: 767px){
  .adversting-first .grey-car{
    max-width: 480px;
    margin-left: auto
  }
}

.adversting-first .moto_one_black {
  z-index: 2;
  bottom: 0;
  position: absolute;
  right: 0;
  height: 315px;
}

@media screen and (max-width: 768px) {
  .adversting-first .moto_one_black {
    height: 255px;
  }
}
@media screen and (max-width: 768px) {
  .adversting-first .container {
    min-height: auto;
  }
}

@media screen and (max-width: 485px) {
  .adversting-first .moto_one_black {
    height: 180px;
  }
}

.adversting-first .car-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px){
  .adversting-first .car-container{
    padding: 25px 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
  }
}

.section-title {
  padding: 60px 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  font-size: var(--fs-42);
  margin: 0;
  line-height: 1;
}

.section-title span {
  position: relative;
}

.section-title span:after {
  content: "";
  background: var(--y);
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 30%;
  z-index: -1;
}

.section-title--red span:after {
  background: var(--r);
}

.section-title--white-text {
  color: white;
}

@media screen and (max-width: 992px) {
  .section-title {
    padding: 40px 15px;
    text-align: left;
  }
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5,
  .section-title h6 {
    font-size: var(--fs-32);
  }
}

@media screen and (max-width: 480px) {
  .section-title {
    padding: 25px 15px;
  }
}

.we-save {
  padding-bottom: 40px;
  counter-reset: section;
}

.we-save--garantie {
  padding-bottom: 100px;
}

.we-save__num:before {
  counter-increment: section;
  /* content: counter(section); */
  /*counter-increment: div;*/
  /*content: counter(div) "";*/
  position: absolute;
  font-size: 60px;
  font-weight: bold;
  z-index: 0;
  color: #fcecb3;
  top: -10px;
  left: -10px;
}

.we-save--garantie .we-save__img {
  min-height: 360px;
  max-height: 360px;
  margin-bottom: 24px;
}

.we-save--garantie .we-save__img:after {
  display: none;
}

.we-save__list {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  counter-reset: h3;
}

.we-save__item {
  width: 31%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}
#mainWeSave .we-save__item .we-save__img::before {
  counter-increment: h3;
  content: counter(h3);
  position: absolute;
  font-size: 74px;
	font-weight: 500;
  top: -17px;
	left: 5px;
  color: #fcedb9;
  pointer-events: none;
  z-index: -1;
}
#mainWeGarantie .we-save__item {
  background: #ffffff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  overflow: hidden;
  width: 32%;
}

.we-save__item img {
  /* width: 100%; */
  height: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

@media screen and (max-width: 991px){
  .we-save__item img{
    max-width: 100%;
  }
}

#mainWeGarantie .we-save__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  margin: 0;
  border-radius: 4px;
}

@media screen and (max-width: 991px){
  #mainWeSave .we-save__item .we-save__img::before{
    font-size: 86px;
    top: -2px;
    left: 10px;
  }
}


@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes grow {
  0%, 15%, 100% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.2);
  }
}

.preloader{
  top: 0;
	z-index: 20;
	position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(56,56,56,0.67);
  flex-direction: column;
}

@keyframes rotatePreloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.preloader .preloader-anim{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: 1;
	border: 10px solid var(--y);;
	border-top-color: transparent;
	border-bottom-color: transparent;
	animation: rotatePreloader 1.5s infinite linear;
	-webkit-animation: rotatePreloader infinite 1.5s linear;
}

.preloader .preloader-text{
  margin-bottom: 20px;
}

.preloader .preloader-text > *{
  color: var(--y);
  font-size: 18px;
}

#successPopup{
  width: 100%;
  max-width: 374px;
  border-radius: 4px;
  padding: 0 !important;
}

#successPopup .fancybox-close-small{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--y);
  top: 20px;
  right: 20px;
  opacity: 1;
}

#successPopup .fancybox-close-small path{
  background-color: #383838;
}

#successPopup .fancybox-close-small svg{
  transform: scale(1.5);
}

.success__popup-img{
  width: 100%;
  padding-top: 32px;
  background-color: #383838;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.success__popup-img img{
  width: 138px;
  height: 138px;
  object-fit: cover;
}

.success__popup-content{
  padding: 24px;
}

.success__popup-title{
  margin-bottom: 16px;
}

.success__popup-title > *{
  color: #383838;
  font-weight: 900;
  font-size: 24px;
  line-height: 120.7%;
  margin: 0;
}

.success__popup-text > *{
  font-size: 16px;
  line-height: 22px;
  color: #383838;
}

.success__popup-text a{
  color: var(--y);
  text-decoration: underline;
}

@media screen and (max-width: 666px) {
  .we-save__item img {
    margin: 0;
    width: 100%;
  }

  #mainWeSave .we-save__item .we-save__img::before {
    top: -20px;
    left: -20px;
  }

  .container-underheader-section.mbl {
    display: flex;
    flex-direction: column;
    padding: 40px 15px;
    background: #1c1c1b;
  }

  .container-underheader-section.mbl h2 {
    font-size: 32px;
    line-height: 37px;
    color: #fff;
    margin: 0 0 30px 0;
    max-width: 96%;
  }

  .container-underheader-section.mbl h2 span {
    color: #ffce1b;
  }
  .container-underheader-section.mbl div:not(:last-of-type) {
    margin-bottom: 33px;
  }
  .container-underheader-section.mbl div h3 {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin: 0 0 10px 0;
  }

  .container-underheader-section.mbl div p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    max-width: 89%;
  }
}

.we-save__item:last-child .we-save__img:after {
  display: none;
}

.we-save__img {
  margin-bottom: 30px;
  height: 80px;
  position: relative;
}

.we-save__img:after {
  width: 46px;
  height: 64px;
  content: "";
  position: absolute;
  background: url(../images/icon/big-arrow.svg) center center no-repeat;
  background-size: contain;
  right: -44px;
  top: 45px;
}

#mainWeGarantie .we-save__title {
  padding: 0 24px;
}

.we-save__title {
  min-height: calc(var(--fs-24) * 2);
  font-size: var(--fs-24);
  line-height: 30px;
  letter-spacing: 0.01em;
}

#mainWeGarantie .we-save__text {
  padding: 0 24px;
}

.we-save__text {
  font-size: var(--fs-16);
  line-height: 24px;
}

#mainWeGarantie .button {
  margin: 0 24px 24px;
  min-width: unset;
  max-width: 136px;
}

.we-save .button.we-save__order {
  background: #ffce1b;
  max-width: 181px;
  margin: 3rem auto 2rem;
  display: flex;
}

@media screen and (max-width: 666px){
  .we-save .button.we-save__order{
    max-width: 100%;
  }
}

.we-save .button {
  margin-left: 0;
  margin-top: auto;
  background: #e5e5e5;
  font-weight: bold;
}

.we-save .button:hover {
  opacity: 0.85;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .we-save {
    background: white;
    padding-bottom: 0;
  }
  .we-save--garantie {
    padding-bottom: 40px;
  }
  .we-save__img {
    max-width: 250px;
    height: 124px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
  }
  #mainWeGarantie .we-save__img {
    max-width: none;
    width: 100%;
    min-height: auto;
    height: 100%;
    max-height: 20vw;
  }
  .we-save__img:after {
    display: none;
  }
  .we-save__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .we-save__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .we-save__item:last-child {
    margin-bottom: 0;
  }
  .we-save__title {
    min-height: auto;
    font-size: var(--fs-20);
  }
}

@media screen and (max-width: 666px) {
  .we-save--garantie {
    padding-bottom: 0;
  }
  .we-save--garantie .we-save__img {
    max-width: 120px;
    min-height: auto;
    height: auto;
    margin: 0 auto 25px;
  }
  #mainWeGarantie .we-save__img {
    max-width: none;
    max-height: 50vw;
  }
  #mainWeSave .we-save__img {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .we-save--garantie .we-save__item {
    margin-bottom: 50px;
  }
  .we-save__img {
    max-width: 230px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .we-save__item {
    width: 100% !important;
    padding: 0;
  }
  .we-save__text {
    opacity: 0.7;
  }
  .we-save__text p {
    margin: 0.6em 0;
  }
  .we-save .button {
    margin: 15px 0 0;
  }
}

#adversting-second h2 {
  margin: 0 0 -10px;
}

.adversting-second .small_form {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.06em;
  color: #1c1c1b;
}

.adversting-second {
  position: relative;
  padding: 50px 0;
  color: var(--b2);
  background: var(--y);
  overflow: hidden;
}

.adversting-second__bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/second-block-bg.svg");
}

/*.adversting-second__bg img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*}*/

.adversting-second .container {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.adversting-second .callback-form {
  max-width: 355px;
}

.adversting-second .callback-form .personalPopup {
  cursor: pointer;
  text-decoration: underline;
  transition: 0.3s;
}

.adversting-second .callback-form .personalPopup:hover {
  text-decoration: none;
}

.adversting-second .callback-form .button {
  margin: 10px 0 15px 0;
  max-width: 290px;
  font-size: 16px;
  color: var(--w);
  text-align: center;
}

.adversting-second__info {
  width: 100%;
  max-width: 570px;
  margin-right: 108px;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.01em;
}

.adversting-second__info .adversting__dots1,
.adversting-second__info .adversting__dots2 {
  position: absolute;
  z-index: -1;
}

.adversting-second__info .adversting__dots1 {
  width: 57px;
  bottom: 80px;
  right: 294px;
}

.adversting-second__info .adversting__dots2 {
  bottom: -16px;
  left: -40px;
  width: 31px;
}

.adversting-second__info-top {
  width: 100%;
}

.adversting-second__info-bottom {
  margin-top: 100px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.adversting-second__title {
  line-height: 1.2;
}

.adversting-second__title h1,
.adversting-second__title h2,
.adversting-second__title h3,
.adversting-second__title h4,
.adversting-second__title h5,
.adversting-second__title h6 {
  font-size: var(--fs-42);
  margin: 0;
  color: var(--b2);
}

.adversting-second__subtitle {
  font-size: var(--fs-16);
  line-height: 1.2;
  margin: 25px 0;
}

.adversting-second__info-item {
  width: 100%;
  max-width: 260px;
}

.adversting-second__info-item:last-of-type {
  transform: translateX(32px);
}

.adversting-second__info-money {
  font-size: var(--fs-42);
  font-weight: bold;
  margin-bottom: 10px;
}

.adversting-second__info-money-text {
  font-size: var(--fs-16);
  line-height: 24px;
}

.adversting-second__form {
  position: relative;
}

.adversting-second__form .adversting__round {
  position: absolute;
  z-index: -1;
  bottom: -19px;
  right: -34px;
  width: 84px;
  height: 84px;
  border: 10px solid rgba(28, 28, 27, 0.5);
  border-radius: 200px;
}

@media screen and (max-width: 992px) {
  .adversting-second {
    padding: 30px 0;
  }
  .adversting-second .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adversting-second .callback-form {
    margin: 0 auto;
  }
  .adversting-second__info .adversting__dots1,
  .adversting-second__info .adversting__dots2 {
    display: none;
  }
  .adversting-second__info-bottom {
    display: none;
  }
  .adversting-second__info-top {
    max-width: 100%;
  }
  .adversting-second__subtitle {
    margin: 10px 0 25px;
  }
  .adversting-second__title h1,
  .adversting-second__title h2,
  .adversting-second__title h3,
  .adversting-second__title h4,
  .adversting-second__title h5,
  .adversting-second__title h6 {
    font-size: var(--fs-32);
  }
}

.service-cost {
  overflow: hidden;
  padding-top: 40px;
}

.service-cost .container {
  position: static;
  z-index: 0;
}

/* .service-cost .slick-list {
  padding: 0 10% 0 0 !important;
} */

.service-cost__holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-cost__item {
  max-width: 358px;
  margin-bottom: 30px;
  width: 100%;
}

.service-cost__item-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.02);
}

.service-cost__img {
  width: 100%;
  height: 165px;
}

.service-cost__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-cost__info {
  padding: 35px 23px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-cost__title {
  font-size: var(--fs-18);
  line-height: 1.2;
  font-weight: bold;
  color: var(--b);
  margin-bottom: 8px;
}

.service-cost__list {
  font-size: var(--fs-14);
  color: var(--b2);
  list-style-type: none;
  margin: 8px 0 20px;
  padding: 0;
}

.service-cost__list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  max-width: 275px;
  line-height: 1.3;
}

.service-cost__list li:after {
  width: 14px;
  height: 9px;
  background: url("../images/icon/list-arrow-1.svg") center center no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-size: contain;
}

.service-cost__cost {
  width: 100%;
  margin-bottom: 20px;
  color: var(--b);
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.service-cost__buttons {
  flex-flow: row wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.service-cost__buttons > a:first-of-type {
  min-width: 146px;
  margin: 0;
}

.service-cost__buttons > a:last-of-type {
  min-width: unset;
  width: 100%;
  max-width: 132px;
  margin-left: 20px;
}

.service-cost .appeal-us__button .button {
  min-width: 181px;
  margin: 0;
}

.service-cost__wrapper {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .service-cost__item {
    max-width: calc(100% / 3 - 10px);
  }

  .service-cost__buttons > a:first-of-type {
    min-width: 50%;
  }
  .service-cost__buttons > a:last-of-type {
    max-width: 50%;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .service-cost__info {
    padding: 28px 23px 20px;
  }
  .service-cost__buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-cost .button {
    margin-bottom: 15px;
  }

  .service-cost__buttons > a:last-of-type {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 992px) {
  .service-cost__buttons > a:last-of-type {
    max-width: 100%;
    width: calc(50% - 5px);
    margin: 0 0 0 5px;
  }
  .service-cost {
    padding-top: 0;
  }
  .service-cost__holder {
    display: block;
  }
  .service-cost__item-wrap {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .service-cost__img {
    display: none;
  }
  .service-cost__buttons {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .service-cost__title {
    font-size: var(--fs-20);
  }
  .service-cost__cost {
    font-size: var(--fs-20);
  }
  .service-cost__item {
    display: block;
    max-width: 100%;
    box-shadow: none;
    margin: 7px 10px 13px;
  }
}

@media screen and (max-width: 666px) {
  .service-cost__buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-cost__buttons > a:last-of-type {
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 0;
  }
}

.solve-task {
  /* overflow: hidden; */
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  .solve-task {
    margin-top: 0;
  }
}

.solve-task .slick-dots {
  bottom: -29px;
}

.solve-task__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.solve-task__slider-item {
  margin: 0 20px 20px;
  width: 100%;
  padding-right: 17px;
  padding-bottom: 18px;
  position: relative;
}

.solve-task__slider-item-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

.solve-task__top {
  display: -ms-flexbox;
  display: flex;
}

.solve-task__bottom {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
}

.solve-task__bottom .button {
  margin: 0 10px;
  min-width: 146px;
  background: #f4f4f4;
}

.solve-task__bottom img {
  margin-right: 10px;
}

.solve-task__photos {
  width: 425px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.solve-task__photo-big {
  height: 276px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
}
.solve-task__photo-big a {
  /*width: 100%;*/
  /*height: 100%;*/
  width: 425px;
  height: 276px;
  max-width: 425px;
  max-height: 276px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solve-task__photo-big img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  object-fit: cover;
  object-position: center;
}

.solve-task__photo-small-list {
  overflow: hidden;
  margin-top: auto;
  margin-top: 10px;
}

.solve-task__photo-small-wrapper {
  white-space: nowrap;
  overflow-y: hidden;
  margin: 0 -5px;
}

.solve-task__photo-small-wrapper img {
  display: inline-block;
  width: 61px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  object-fit: cover;
  margin: 0 4px;
  cursor: pointer;
}

.solve-task__avto {
  width: calc(100% - 425px);
  padding-left: 30px;
  color: var(--b2);
  font-size: var(--fs-16);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.3;
}

.solve-task__avto-title {
  font-size: var(--fs-24);
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 4px;
}

.solve-task__avto-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}

.solve-task__avto-row {
  margin-bottom: 16px;
}

.solve-task__avto-row p {
  margin: 6px 0px;
  color: var(--b2);
  opacity: 0.8;
}

.solve-task__avto-data {
  /*margin-top: auto;*/
}

.solve-task__avto-data-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}

.solve-task__avto-data-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .solve-task__slider-item-wrap {
    box-shadow: 1px 6px 8px 3px rgba(0, 0, 0, 0.1);
  }
  .solve-task__slider-item-wrap:after,
  .solve-task__slider-item-wrap:before {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .solve-task .container {
    padding-left: 0;
    padding-right: 0;
  }
  .solve-task .slick-dots {
    bottom: -15px;
  }
  .solve-task .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .solve-task__slider-item {
    padding: 0;
  }
  .solve-task__slider-item-wrap {
    padding: 0;
    height: 100%;
  }
  .solve-task__bottom {
    margin-top: auto;
  }
  .solve-task__photo-big {
    -ms-flex: inherit;
    flex: inherit;
  }
  .solve-task__avto {
    padding: 15px;
    width: 100%;
  }
  .solve-task__photo-big {
    height: 260px;
    min-height: auto;
  }
  .solve-task__photo-big a {
    width: 100%;
    height: 100%;
  }
  .solve-task__photo-big img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .solve-task__photo-small-list {
    padding: 0 10px;
  }
  .solve-task__bottom {
    padding: 20px 15px 20px;
  }
}

@media screen and (max-width: 860px) {
  .solve-task__slider-item {
    margin: 7px 10px 16px;
  }
  .solve-task__top {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .solve-task__photos {
    width: 100%;
  }
  .solve-task__bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
  .solve-task__bottom > *:first-child {
    margin-bottom: 20px;
  }
  .solve-task__slider-item-wrap {
    overflow: hidden;
  }
  .solve-task .button {
    margin: 0 auto;
    max-width: 136px;
  }
}

@media screen and (max-width: 666px) {
  .solve-task__bottom {
    padding: 20px 23px 20px;
  }

  .solve-task .button {
    max-width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .solve-task__avto-row {
    display: none;
  }
  .solve-task__avto-subtitle {
    margin-bottom: 5px;
  }
}

.appeal-us {
  padding-top: 40px;
}

.appeal-us__container {
  max-width: 945px;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 45px;
}

.appeal-us__item {
  display: -ms-flexbox;
  display: flex;
  color: var(--b2);
}

.appeal-us__item:first-of-type .appeal-us__img {
  /* transform: translateY(35px); */
}

.appeal-us__img {
  width: 80px;
  margin-right: 7%;
}

.appeal-us__info {
  width: 100%;
  max-width: 340px;
}

.appeal-us__title {
  font-size: var(--fs-18);
}

.appeal-us__text {
  font-size: var(--fs-16);
  opacity: 0.8;
  line-height: 1.5;
}

.appeal-us__text p {
  margin: 0.75em 0;
}

.appeal-us__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

.appeal-us__button .button {
  min-width: 250px;
}

.appeal-us--resale {
  padding-bottom: 100px;
}

.appeal-us--risks {
  padding-bottom: 40px;
  overflow: hidden;
}

.appeal-us--risks .appeal-us__img {
  margin-right: 15px;
}

.appeal-us--risks .section-title > * {
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.2;
}

@media screen and (max-width: 992px) {
  .appeal-us {
    padding-top: 0;
  }
  .appeal-us__container {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
  .appeal-us__button {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .appeal-us--resale {
    padding-bottom: 40px;
  }
  .appeal-us--risks {
    padding-bottom: 20px;
  }
  .appeal-us--risks .section-title {
    text-align: center;
    margin: 0 -5px;
  }
}

@media screen and (max-width: 666px) {
  .appeal-us__container {
    display: block;
  }
  .appeal-us__item {
    margin-bottom: 25px;
  }
  .appeal-us__button {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .appeal-us__img {
    width: 70px;
    margin-right: 25px;
  }
  .appeal-us__info {
    max-width: 100%;
  }
  .appeal-us__button {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .appeal-us__button .button {
    width: 100%;
  }
  .appeal-us--resale {
    padding-bottom: 10px;
  }
  .appeal-us--risks {
    padding-bottom: 10px;
  }
}

.calc-form {
  height: 654px;
  position: relative;
  background-color: var(--b2);
  padding: 86px 0 108px 0;
  overflow: hidden;
  background-image: url(../images/calc_bg_under.svg);
}

.calc-form .container {
  position: relative;
  height: 100%;
  max-width: 1010px;
}

.calc-form .container .bg__person {
  position: absolute;
  bottom: -108px;
  left: 0;
  width: 100%;
  max-width: 415px;
}

.calc-form .container .bg__person img {
  width: 100%;
}

.calc-form__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.calc-form__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.calc-form__form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.calc-form__form .round {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.calc-form__form .round.hollow__round {
  top: -30px;
  right: 430px;
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.calc-form__form .round.hollow__round-small {
  top: auto;
  bottom: -55px;
  right: 30px;
  width: 11px;
  height: 11px;
  border-width: 2px;
}

.calc-form__form .round.yellow__round {
  bottom: -25px;
  right: -28px;
  background-color: #ffce1b;
}

.calc-form__form .round.white__round {
  top: 50px;
  right: 500px;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.12);
}

.calc-form__form .dots__yellow,
.calc-form__form .dots__silver {
  position: absolute;
  z-index: -1;
}

.calc-form__form .dots__silver {
  top: 36%;
  right: 425px;
  transform: translateY(-50%);
}

.calc-form__form .dots__yellow {
  top: -19px;
  right: -35px;
}

.calc-form .callback-form {
  max-width: 418px;
  width: 100%;
}

.calc-form .callback-form h2,
.calc-form .callback-form h3,
.calc-form .callback-form h4,
.calc-form .callback-form h5 {
  text-transform: inherit;
  margin-bottom: 20px;
}

.calc-form .callback-form .input-countries__wrapper--standart {
  margin-bottom: 25px;
}

.calc-form .callback-form .form2-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--b2);
}

.calc-form .callback-form .agreement_a {
  text-decoration: underline;
  color: var(--y);
  transition: 0.3s;
}

.calc-form .callback-form .agreement_a:hover {
  color: var(--b2);
  text-decoration: none;
}

.calc-form .callback-form .name-margin {
  margin: 28px 0 18px 0;
  height: 48px;
  min-width: 203px;
}

.calc-form .callback-form .buttons-row {
  max-width: 368px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc-form .callback-form .button {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.calc-form .callback-form .input-countries__wrapper {
  max-width: 368px;
}

.calc-form .callback-form .margin-button {
  text-align: center;
  background: var(--light-grey2);
}

.calc-form .form-off {
  display: none;
}

@media screen and (max-width: 1024px) {
  .calc-form .input-countries__wrapper {
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .calc-form {
    height: 905px;
    padding: 60px 0 0 0;
  }
  .calc-form .container .bg__person {
    left: 50%;
    transform: translateX(-50%);
  }
  .calc-form .calc-form__form {
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 666px) {
  .calc-form {
    height: auto;
    padding: 35px 0;
  }
  .calc-form .container .bg__person {
    display: none;
  }
  .calc-form .callback-form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 426px) {
  .calc-form .callback-form .margin-button {
    margin-right: 20px;
  }
  .calc-form .callback-form .button {
    min-width: 140px;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
  }
  .calc-form .callback-form .button * {
    font-size: 13px;
  }
}

@media screen and (max-width: 376px) {
  .calc-form .callback-form .margin-button {
    margin-right: 10px;
  }
  .calc-form .callback-form .button {
    min-width: 110px;
  }
}

.review-clients {
  position: relative;
  overflow: hidden;
}

.review-clients .slick-next {
  right: -60px;
}

.review-clients .slick-prev {
  left: -60px;
}

.review-clients__bg {
  position: absolute;
  width: 110vw;
}

.review-clients__bg-quotes {
  width: 120px;
  letter-spacing: 0.01em;
  opacity: 0.5;
  color: var(--y);
  position: absolute;
  left: 21%;
  top: -10px;
  font-family: serif;
}

@media screen and (max-width: 991px) {
  .review-clients__bg-quotes {
    display: none;
  }
}

.review-clients__bg:before {
  width: 59vw;
  height: 655px;
  background: var(--y);
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 4px;
}

.review-clients__circle-img {
  position: absolute;
  right: 18%;
  top: 92px;
}

.review-clients__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.review-clients__img {
  height: 250px;
  width: 100%;
}

.review-clients__img a {
  width: 100%;
  height: 100%;
}

.review-clients__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-clients__info {
  height: calc(100% - 250px);
  padding: 20px;
  letter-spacing: 0.01em;
  color: var(--b2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review-clients__name {
  font-size: var(--fs-24);
}

.review-clients__stars {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 18px;
}

.review-clients__text {
  opacity: 0.8;
  line-height: 24px;
  font-size: var(--fs-14);
  margin-bottom: 15px;
}

.review-clients__text p {
  margin: 0.5em 0;
}

.review-clients__text br {
  line-height: 1;
  margin: 17px 0;
  display: block;
  content: " ";
}

.review-clients__link {
  margin-top: auto;
}

.review-clients__link a {
  text-decoration: none;
  font-weight: bold;
  font-size: var(--fs-18);
}

.review-clients__link a:hover {
  text-decoration: underline;
}

.review-clients__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

.review-clients__buttons .button {
  min-width: 250px;
  margin: 0 8px 20px;
}

.review-clients__buttons .button.gray{
  background-color: #e5e5e5;
}

@media screen and (max-width: 992px) {
  .review-clients .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .review-clients .container {
    padding-left: 0;
    padding-right: 0;
  }
  .review-clients__bg {
    overflow: hidden;
  }
  .review-clients__bg:after {
    font-size: 228px;
    opacity: 1;
    color: white;
    left: auto;
    right: 20px;
    top: -17px;
  }
  .review-clients__bg:before {
    height: 500px;
  }
  .review-clients__name {
    font-size: var(--fs-20);
  }
  .review-clients__stars {
    margin: 7px 0 7px;
  }
  .review-clients__buttons {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 666px) {
  .review-clients__item {
    margin: 0 7px 10px;
  }
  .review-clients__buttons{
    padding-top: 32px;
  }
  .review-clients__buttons .button {
    min-width: 165px;
    margin: 0 8px 10px;
  }
}

@media screen and (max-width: 480px) {
  .review-clients__img {
    height: 190px;
  }
  .review-clients__info {
    height: calc(100% - 190px);
  }
  .review-clients__buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-clients__buttons .button {
    margin: 0 15px 10px;
  }
}

.checks {
  overflow: hidden;
  padding-top: 74px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .checks {
    padding-top: 0;
  }
}

.checks .section-title {
  padding-bottom: 0;
}

.moto_big {
  margin-left: 170px;
}

.checks__container {
  width: 1047px;
  height: 524px;
  position: relative;
  margin: 100px auto 100px;
  margin-right: 0;
  margin-left: 155px;
}

.checks__avto-img {
  width: 100%;
  height: 100%;
}

.checks_moto_img {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .checks_moto_img {
    display: none;
  }
}

.checks_moto_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.checks__avto-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.checks__plus {
  height: 25px;
  width: 25px;
  cursor: pointer;
}

.checks__plus:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/checks/plus.svg) center center no-repeat;
  background-size: cover;
  transition: opacity ease 0.2s;
}

.checks__plus img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  max-width: inherit;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}

.checks__line {
  position: absolute;
}

.checks__line img {
  max-width: initial;
}

.checks__line svg path {
  transition: all ease 0.3s;
}

.checks__text {
  position: absolute;
  color: var(--b2);
  letter-spacing: 0.01em;
  font-size: var(--fs-18);
  font-weight: bold;
  z-index: 2;
  top: -21px;
}

.checks__text > span {
  transition: all ease 0.3s;
  cursor: default;
}

.checks__popup {
  position: absolute;
  left: -20px;
  top: 21px;
  padding: 15px;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: var(--fs-16);
  font-weight: normal;
  line-height: 1.3;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.checks__popup > * {
  opacity: 0.8;
}

.checks__item {
  position: absolute;
}

.checks__item.active {
  z-index: 3;
}

.checks__item.active .checks__popup {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.checks__item.active .checks__text > span {
  color: var(--y);
}

.checks__item.active .checks__line svg path {
  stroke: var(--y);
}

.checks__item.active .checks__plus:after {
  opacity: 0;
}

.checks__item.active .checks__plus img {
  opacity: 1;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}

.checks__item.moto_item1 {
  left: 525px;
  top: 207px;
}

.checks__item.moto_item1 .checks__line {
  left: -50px;
  top: -95px;
}

.checks__item.moto_item1 .checks__text {
  left: 0;
}

.checks__item.moto_item1 .checks__popup {
  width: 190px;
}

.checks__item.moto_item2 {
  left: 678px;
  top: 127px;
}

.checks__item.moto_item2 .checks__line {
  left: -170px;
  top: -86px;
}

.checks__item.moto_item2 .checks__text {
  left: 0;
}

.checks__item.moto_item2 .checks__popup {
  width: 270px;
}

.checks__item.moto_item3 {
  left: 405px;
  top: 307px;
}

.checks__item.moto_item3 .checks__line {
  left: 16px;
  top: -196px;
}

.checks__item.moto_item3 .checks__text {
  left: 26px;
}

.checks__item.moto_item3 .checks__popup {
  width: 310px;
}

.checks__item.moto_item4 {
  left: 466px;
  top: 197px;
}

.checks__item.moto_item4 .checks__line {
  left: 16px;
  top: -46px;
}

.checks__item.moto_item4 .checks__text {
  left: 26px;
}

.checks__item.moto_item4 .checks__popup {
  width: 310px;
  left: -6px;
  top: -70px;
}

.checks__item.moto_item5 {
  left: 738px;
  top: 91px;
}

.checks__item.moto_item5 .checks__line {
  left: 19px;
  top: -96px;
}

.checks__item.moto_item5 .checks__text {
  left: 44px;
}

.checks__item.moto_item5 .checks__popup {
  width: 310px;
  left: 1px;
  top: 24px;
}

.checks__item.moto_item6 {
  left: 816px;
  top: 288px;
}

.checks__item.moto_item6 .checks__line {
  left: 13px;
  top: -63px;
}

.checks__item.moto_item6 .checks__text {
  left: 103px;
}

.checks__item.moto_item6 .checks__popup {
  width: 270px;
  left: -64px;
  top: 24px;
}

.checks__item.moto_item7 {
  left: 698px;
  top: 303px;
}

.checks__item.moto_item7 .checks__line {
  left: 13px;
  top: 16px;
}

.checks__item.moto_item7 .checks__text {
  left: 75px;
  top: 70px;
}

.checks__item.moto_item7 .checks__popup {
  width: 270px;
  left: -4px;
  top: 24px;
}

.checks__item.moto_item8 {
  left: 630px;
  top: 75px;
}

.checks__item.moto_item8 .checks__line {
  left: 13px;
  top: 16px;
}

.checks__item.moto_item8 .checks__text {
  left: 99px;
  top: 249px;
}

.checks__item.moto_item8 .checks__popup {
  width: 360px;
  left: -4px;
  top: 24px;
}

.checks__item.moto_item9 {
  left: 664px;
  top: 376px;
}

.checks__item.moto_item9 .checks__line {
  left: 13px;
  top: 16px;
}

.checks__item.moto_item9 .checks__text {
  left: 41px;
  top: 114px;
}

.checks__item.moto_item9 .checks__popup {
  width: 360px;
  left: -4px;
  top: 24px;
}

.checks__item.moto_item10 {
  left: 233px;
  top: 186px;
}

.checks__item.moto_item10 .checks__line {
  left: -147px;
  top: 20px;
}

.checks__item.moto_item10 .checks__text {
  left: 4px;
  top: 214px;
}

.checks__item.moto_item10 .checks__popup {
  width: 400px;
  left: -4px;
  top: 24px;
}

.checks__item.moto_item11 {
  left: 405px;
  top: 189px;
}

.checks__item.moto_item11 .checks__line {
  left: -211px;
  top: 20px;
}

.checks__item.moto_item11 .checks__text {
  left: 4px;
  top: 166px;
}

.checks__item.moto_item11 .checks__popup {
  width: 250px;
  left: -4px;
  top: 24px;
}

/*.checks__item.item1 {*/
/*  left: 260px;*/
/*  top: 236px;*/
/*}*/

/*.checks__item.item1 .checks__line {*/
/*  left: -50px;*/
/*  top: -95px;*/
/*}*/

/*.checks__item.item1 .checks__text {*/
/*  left: 0;*/
/*}*/

/*.checks__item.item1 .checks__popup {*/
/*  width: 190px;*/
/*}*/

/*.checks__item.item2 {*/
/*  left: 378px;*/
/*  top: 156px;*/
/*}*/

/*.checks__item.item2 .checks__line {*/
/*  left: -170px;*/
/*  top: -86px;*/
/*}*/

/*.checks__item.item2 .checks__text {*/
/*  left: 0;*/
/*}*/

/*.checks__item.item2 .checks__popup {*/
/*  width: 270px;*/
/*}*/

/*.checks__item.item3 {*/
/*  left: 432px;*/
/*  top: 175px;*/
/*}*/

/*.checks__item.item3 .checks__line {*/
/*  left: 16px;*/
/*  top: -196px;*/
/*}*/

/*.checks__item.item3 .checks__text {*/
/*  left: 26px;*/
/*}*/

/*.checks__item.item3 .checks__popup {*/
/*  width: 310px;*/
/*}*/

/*.checks__item.item4 {*/
/*  left: 562px;*/
/*  top: 97px;*/
/*}*/

/*.checks__item.item4 .checks__line {*/
/*  left: 16px;*/
/*  top: -46px;*/
/*}*/

/*.checks__item.item4 .checks__text {*/
/*  left: 26px;*/
/*}*/

/*.checks__item.item4 .checks__popup {*/
/*  width: 310px;*/
/*  left: -6px;*/
/*  top: -70px;*/
/*}*/

/*.checks__item.item5 {*/
/*  left: 738px;*/
/*  top: 91px;*/
/*}*/

/*.checks__item.item5 .checks__line {*/
/*  left: 19px;*/
/*  top: -96px;*/
/*}*/

/*.checks__item.item5 .checks__text {*/
/*  left: 44px;*/
/*}*/

/*.checks__item.item5 .checks__popup {*/
/*  width: 310px;*/
/*  left: 1px;*/
/*  top: 24px;*/
/*}*/

/*.checks__item.item6 {*/
/*  left: 900px;*/
/*  top: 288px;*/
/*}*/

/*.checks__item.item6 .checks__line {*/
/*  left: 13px;*/
/*  top: -63px;*/
/*}*/

/*.checks__item.item6 .checks__text {*/
/*  left: 103px;*/
/*}*/

/*.checks__item.item6 .checks__popup {*/
/*  width: 270px;*/
/*  left: -64px;*/
/*  top: 24px;*/
/*}*/

/*.checks__item.item7 {*/
/*  left: 870px;*/
/*  top: 338px;*/
/*}*/

/*.checks__item.item7 .checks__line {*/
/*  left: 13px;*/
/*  top: 16px;*/
/*}*/

/*.checks__item.item7 .checks__text {*/
/*  left: 75px;*/
/*  top: 70px;*/
/*}*/

/*.checks__item.item7 .checks__popup {*/
/*  width: 270px;*/
/*  left: -4px;*/
/*  top: 24px;*/
/*}*/

/*.checks__item.item8 {*/
/*  left: 550px;*/
/*  top: 186px;*/
/*}*/

/*.checks__item.item8 .checks__line {*/
/*  left: 13px;*/
/*  top: 16px;*/
/*}*/

/*.checks__item.item8 .checks__text {*/
/*  left: 99px;*/
/*  top: 249px;*/
/*}*/

/*.checks__item.item8 .checks__popup {*/
/*  width: 360px;*/
/*  left: -4px;*/
/*  top: 24px;*/
/*}*/

/*.checks__item.item9 {*/
/*  left: 427px;*/
/*  top: 376px;*/
/*}*/

/*.checks__item.item9 .checks__line {*/
/*  left: 13px;*/
/*  top: 16px;*/
/*}*/

/*.checks__item.item9 .checks__text {*/
/*  left: 41px;*/
/*  top: 114px;*/
/*}*/

/*.checks__item.item9 .checks__popup {*/
/*  width: 360px;*/
/*  left: -4px;*/
/*  top: 24px;*/
/*}*/

/*.checks__item.item10 {*/
/*  left: 932px;*/
/*  top: 355px;*/
/*}*/

/*.checks__item.item10 .checks__line {*/
/*  left: -147px;*/
/*  top: 20px;*/
/*}*/

/*.checks__item.item10 .checks__text {*/
/*  left: 4px;*/
/*  top: 214px;*/
/*}*/

/*.checks__item.item10 .checks__popup {*/
/*  width: 400px;*/
/*  left: -4px;*/
/*  top: 24px;*/
/*}*/

/*.checks__item.item11 {*/
/*  left: 315px;*/
/*  top: 303px;*/
/*}*/

/*.checks__item.item11 .checks__line {*/
/*  left: -211px;*/
/*  top: 20px;*/
/*}*/

/*.checks__item.item11 .checks__text {*/
/*  left: 4px;*/
/*  top: 166px;*/
/*}*/

/*.checks__item.item11 .checks__popup {*/
/*  width: 250px;*/
/*  left: -4px;*/
/*  top: 24px;*/
/*}*/

/*.checks__item.item12 {*/
/*  left: 254px;*/
/*  top: 290px;*/
/*}*/

/*.checks__item.item12 .checks__line {*/
/*  left: -304px;*/
/*  top: 20px;*/
/*}*/

/*.checks__item.item12 .checks__text {*/
/*  left: 3px;*/
/*  top: 53px;*/
/*}*/

/*.checks__item.item12 .checks__popup {*/
/*  width: 250px;*/
/*  left: -4px;*/
/*  top: 24px;*/
/*}*/

.checks__mark-list-mobile {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.checks__item-mobile {
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}

.checks__mobile-img {
  width: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checks__mobile-text {
  color: var(--b2);
  letter-spacing: 0.01em;
  font-size: var(--fs-16);
  font-weight: bold;
  text-decoration: underline;
}

.checks__list {
  position: absolute;
  left: 15px;
  top: 0;
  padding: 0;
  margin: 0;
  /*z-index: 100;*/
}

@media (max-width: 1266px) {
  .checks__list {
    top: 65px;
    left: 50px;
  }
}

.checks__list li {
  display: block;
  font-family: "Roboto", arial, sans-serif;
  font-weight: bold;
  font-size: var(--fs-18);
  line-height: 24px;
}

.checks__list li:not(:last-of-type) {
  margin-bottom: 12px;
}

.checks__list li span {
  position: relative;
  transition: all 0.1s ease;
}

.checks__list li span:hover {
  color: #f8ce4c;
}

.checks__list li span::before {
  display: none;
  content: "";
  position: absolute;
  left: 100%;
  height: 1px;
  z-index: 10;
  background: #ffce1b;
  color: #ffce1b;
}

.checks__list li span::after {
  display: none;
  content: "";
  position: absolute;
  left: 100%;
  height: 1px;
  z-index: 10;
  background: #ffce1b;
  color: #ffce1b;
}

.checks__list li span[data-checks="moto_item1"]::before {
  top: 111px;
  left: 310px;
  width: 381px;
  transform: rotateZ(-148deg);
}

.checks__list li span[data-checks="moto_item1"]::after {
  top: 11px;
  left: 110px;
  width: 230px;
  transform: rotate3d(1, 1, 1, 0);
}

@media only screen and (max-width: 1399px) {
  .checks__list li span[data-checks="moto_item1"]::before {
    left: 258px;
    top: 91px;
    width: 368px;
    transform: rotateZ(-154deg);
  }
  .checks__list li span[data-checks="moto_item1"]::after {
    width: 170px;
  }
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item1"]::before {
    top: 67px;
    left: 269px;
    width: 281px;
    transform: rotateZ(-157deg);
  }
}

.checks__list li span[data-checks="moto_item2"]::before {
  top: 35px;
  left: 369px;
  width: 273px;
  transform: rotateZ(-170deg);
}

.checks__list li span[data-checks="moto_item2"]:after {
  top: 11px;
  left: 110px;
  width: 263px;
  transform: rotate3d(1, 1, 1, 0);
}

@media only screen and (max-width: 1399px) {
  .checks__list li span[data-checks="moto_item2"]::before {
    top: 28px;
    left: 308px;
    width: 317px;
    transform: rotateZ(-174deg);
  }
  .checks__list li span[data-checks="moto_item2"]:after {
    width: 200px;
  }
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item2"]::before {
    top: 25px;
    left: 308px;
    width: 259px;
    transform: rotateZ(-174deg);
  }
}

.checks__list li span[data-checks="moto_item3"]::before {
  top: 126px;
  left: 340px;
  width: 214px;
  transform: rotateZ(-143deg);
}

.checks__list li span[data-checks="moto_item3"]:after {
  top: 35px;
  left: 50px;
  width: 316px;
  transform: rotate3d(1, 1, 1, 16deg);
}

@media only screen and (max-width: 1399px) {
  .checks__list li span[data-checks="moto_item3"]::before {
    top: 106px;
    left: 345px;
    width: 147px;
    transform: rotateZ(-143deg);
  }
}

.checks__list li span[data-checks="moto_item4"]:after {
  top: 55px;
  width: 567px;
  transform: rotate3d(1, 1, 1, 15deg);
}
@media only screen and (max-width: 1399px) {
  .checks__list li span[data-checks="moto_item4"]:after {
    top: 54px;
    width: 560px;
    transform: rotate3d(1, 1, 1, 16deg);
  }
}
@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item4"]:after {
    top: 34px;
    width: 494px;
    transform: rotate3d(1, 1, 1, 7deg);
  }
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item4"]::before {
    top: -44px;
    left: 409px;
    width: 47px;
    transform: rotateZ(-154deg);
  }
}

.checks__list li span[data-checks="moto_item5"]::before {
  top: -68px;
  left: 742px;
  width: 164px;
  transform: rotateZ(-168deg);
}

.checks__list li span[data-checks="moto_item5"]:after {
  top: -40px;
  width: 647px;
  transform: rotate3d(1, 1, 1, -15deg);
}

@media only screen and (max-width: 1399px) {
  .checks__list li span[data-checks="moto_item5"]::before {
    top: -65px;
    left: 742px;
    width: 155px;
    transform: rotateZ(-165deg);
  }
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item5"]::before {
    top: -79px;
    left: 731px;
    width: 30px;
    transform: rotateZ(-165deg);
  }
  .checks__list li span[data-checks="moto_item5"]:after {
    width: 635px;
  }
}

@media screen and (max-width: 1170px) {
  .checks__list li span[data-checks="moto_item5"]::before {
    top: -42px;
    left: 561px;
    width: 181px;
    transform: rotateZ(-185deg);
  }
  .checks__list li span[data-checks="moto_item5"]:after {
    top: -12px;
    left: 120px;
    width: 445px;
    transform: rotate3d(1, 1, 1, -10deg);
  }
}

.checks__list li span[data-checks="moto_item6"]:after {
  top: 63px;
  width: 877px;
  transform: rotate3d(1, 1, 1, 11deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item6"]:after {
    top: 27px;
    width: 762px;
    transform: rotate3d(1, 1, 1, 4deg);
  }
}

.checks__list li span[data-checks="moto_item7"]:after {
  top: 63px;
  width: 699px;
  transform: rotate3d(1, 1, 1, 11deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item7"]:after {
    top: 27px;
    width: 596px;
    transform: rotate3d(1, 1, 1, 4deg);
  }
}

.checks__list li span[data-checks="moto_item8"]:after {
  top: 20px;
  width: 450px;
  transform: rotate3d(1, 1, 1, 5deg);
}

.checks__list li span[data-checks="moto_item8"]:before {
  top: -52px;
  left: 583px;
  width: 227px;
  transform: rotateZ(-228deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item8"]:before {
    top: -66px;
    left: 552px;
    width: 204px;
    transform: rotateZ(-253deg);
  }
}

.checks__list li span[data-checks="moto_item9"]:after {
  top: 48px;
  width: 683px;
  transform: rotate3d(1, 1, 1, 11deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item9"]:after {
    top: 13px;
    width: 628px;
    transform: rotate3d(1, 1, 1, 1deg);
  }
}

.checks__list li span[data-checks="moto_item10"]:after {
  top: -38px;
  width: 354px;
  transform: rotate3d(1, 1, 1, -36deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item10"]:after {
    top: -22px;
    width: 277px;
    transform: rotate3d(1, 1, 1, -27deg);
  }
  .checks__list li span[data-checks="moto_item10"]:before {
    top: -98px;
    left: 295px;
    width: 115px;
    transform: rotateZ(-231deg);
  }
}

.checks__list li span[data-checks="moto_item11"]:after {
  top: -71px;
  width: 544px;
  transform: rotate3d(1, 1, 1, -40deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="moto_item11"]:after {
    top: -86px;
    width: 582px;
    left: -18px;
    transform: rotate3d(1, 1, 1, -51deg);
  }
}

.checks__list li span[data-checks="item1"]::before {
  top: 70px;
  left: 303px;
  width: 130px;
  transform: rotateZ(-116deg);
}

.checks__list li span[data-checks="item1"]::after {
  top: 11px;
  left: 110px;
  width: 230px;
  transform: rotate3d(1, 1, 1, 0);
}

@media only screen and (max-width: 1399px) {
  .checks__list li span[data-checks="item1"]::before {
    left: 243px;
  }
  .checks__list li span[data-checks="item1"]::after {
    width: 170px;
  }
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item1"]::before {
    top: 49px;
    left: 261px;
    width: 96px;
    transform: rotateZ(-128deg);
  }
}

.checks__list li span[data-checks="item2"]::before {
  top: 19px;
  left: 368px;
  width: 30px;
  transform: rotateZ(-148deg);
}

.checks__list li span[data-checks="item2"]:after {
  top: 11px;
  left: 110px;
  width: 263px;
  transform: rotate3d(1, 1, 1, 0);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item2"]::before {
    top: 23px;
    left: 284px;
    width: 48px;
    transform: rotateZ(-148deg);
  }
  .checks__list li span[data-checks="item2"]:after {
    top: 11px;
    left: 110px;
    width: 179px;
    transform: rotate3d(1, 1, 1, 0);
  }
}

@media only screen and (max-width: 1170px) {
  .checks__list li span[data-checks="item2"]::before {
    top: 19px;
    left: 368px;
    width: 30px;
    transform: rotateZ(-148deg);
  }
  .checks__list li span[data-checks="item2"]:after {
    top: 11px;
    left: 110px;
    width: 263px;
    transform: rotate3d(1, 1, 1, 0);
  }
}

.checks__list li span[data-checks="item3"]::before {
  top: 46px;
  left: 418px;
  width: 165px;
  transform: rotateZ(-154deg);
}

.checks__list li span[data-checks="item3"]:after {
  top: 11px;
  left: 110px;
  width: 320px;
  transform: rotate3d(1, 1, 1, 0);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item3"]::before {
    top: 29px;
    left: 426px;
    width: 86px;
    transform: rotateZ(-154deg);
  }
  .checks__list li span[data-checks="item3"]:after {
    top: 11px;
    left: 110px;
    width: 320px;
    transform: rotate3d(1, 1, 1, 0);
  }
}

.checks__list li span[data-checks="item4"]::before {
  top: -50px;
  left: 576px;
  width: 176px;
  transform: rotateZ(-154deg);
}

.checks__list li span[data-checks="item4"]:after {
  top: -40px;
  width: 546px;
  transform: rotate3d(1, 1, 1, -20deg);
}

@media only screen and (max-width: 1399px) {
  .checks__list li span[data-checks="item4"]::before {
    top: -52px;
    left: 567px;
    width: 116px;
    transform: rotateZ(-142deg);
  }
  .checks__list li span[data-checks="item4"]:after {
    width: 540px;
  }
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item4"]::before {
    top: -68px;
    left: 572px;
    width: 67px;
    transform: rotateZ(-142deg);
  }
}

.checks__list li span[data-checks="item5"]::before {
  top: -68px;
  left: 742px;
  width: 164px;
  transform: rotateZ(-168deg);
}

.checks__list li span[data-checks="item5"]:after {
  top: -40px;
  width: 647px;
  transform: rotate3d(1, 1, 1, -15deg);
}

@media only screen and (max-width: 1399px) {
  .checks__list li span[data-checks="item5"]::before {
    top: -65px;
    left: 742px;
    width: 155px;
    transform: rotateZ(-165deg);
  }
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item5"]::before {
    top: -102px;
    left: 614px;
    width: 164px;
    transform: rotateZ(-168deg);
  }
  .checks__list li span[data-checks="item5"]:after {
    top: -56px;
    width: 534px;
    transform: rotate3d(1, 1, 1, -29deg);
  }
}

@media screen and (max-width: 1170px) {
  .checks__list li span[data-checks="item5"]::before {
    top: -92px;
    left: 610px;
    width: 145px;
    transform: rotateZ(-157deg);
  }
}

.checks__list li span[data-checks="item6"]:after {
  top: 61px;
  width: 980px;
  transform: rotate3d(1, 1, 1, 11deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item6"]:after {
    top: 37px;
    width: 833px;
    transform: rotate3d(1, 1, 1, 6deg);
  }
}

.checks__list li span[data-checks="item7"]:after {
  top: 80px;
  width: 850px;
  transform: rotate3d(1, 1, 1, 15deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item7"]:after {
    top: 44px;
    width: 742px;
    transform: rotate3d(1, 1, 1, 9deg);
  }
}

@media only screen and (max-width: 1170px) {
  .checks__list li span[data-checks="item7"]:after {
    top: 35px;
    width: 709px;
    transform: rotate3d(1, 1, 1, 6deg);
  }
}

.checks__list li span[data-checks="item8"]:after {
  top: -12px;
  width: 512px;
  transform: rotate3d(1, 1, 1, -9deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item8"]:after {
    top: -37px;
    width: 460px;
    transform: rotate3d(1, 1, 1, -22deg);
  }
}

.checks__list li span[data-checks="item9"]:after {
  top: 49px;
  width: 498px;
  transform: rotate3d(1, 1, 1, 15deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item9"]:after {
    top: 19px;
    width: 440px;
    transform: rotate3d(1, 1, 1, 3deg);
  }
}

.checks__list li span[data-checks="item10"]:after {
  top: 25px;
  width: 1020px;
  transform: rotate3d(1, 1, 1, 4deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item10"]:after {
    top: -16px;
    width: 673px;
    transform: rotate3d(1, 1, 1, -5deg);
  }
}

.checks__list li span[data-checks="item11"]:after {
  top: 1px;
  width: 235px;
  transform: rotate3d(1, 1, 1, -8deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item11"]:after {
    top: -28px;
    width: 278px;
    transform: rotate3d(1, 1, 1, -39deg);
  }
}

.checks__list li span[data-checks="item12"]:after {
  top: 0;
  width: 39px;
  transform: rotate3d(1, 1, 1, -10deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list li span[data-checks="item12"]:after {
    top: -27px;
    width: 272px;
    transform: rotate3d(1, 1, 1, -37deg);
  }
}

.checks__list li span:hover::before,
.checks__list li span:hover::after {
  display: block;
}

@media screen and (max-width: 992px) {
  .checks__list {
    display: none;
  }
}

.checks__item.item1 {
  left: 277px;
  top: 222px;
}

.checks__item.item1 .checks__line {
  left: -50px;
  top: -95px;
}

.checks__item.item1 .checks__text {
  left: 0;
}

.checks__item.item1 .checks__popup {
  width: 190px;
}

.checks__item.item2 {
  left: 378px;
  top: 156px;
}

.checks__item.item2 .checks__line {
  left: -170px;
  top: -86px;
}

.checks__item.item2 .checks__text {
  left: 0px;
}

.checks__item.item2 .checks__popup {
  width: 270px;
}

.checks__item.item3 {
  left: 432px;
  top: 175px;
}

.checks__item.item3 .checks__line {
  left: 0px;
  top: 0px;
}

.checks__item.item3 .checks__text {
  left: 26px;
}

.checks__item.item3 .checks__popup {
  width: 310px;
}

.checks__item.item4 {
  left: 562px;
  top: 97px;
}

.checks__item.item4 .checks__line {
  left: 16px;
  top: -46px;
}

.checks__item.item4 .checks__text {
  left: 26px;
}

.checks__item.item4 .checks__popup {
  width: 310px;
  left: -6px;
  top: -70px;
}

.checks__item.item5 {
  left: 738px;
  top: 91px;
}

.checks__item.item5 .checks__line {
  left: 19px;
  top: -96px;
}

.checks__item.item5 .checks__text {
  left: 44px;
}

.checks__item.item5 .checks__popup {
  width: 310px;
  left: 1px;
  top: 24px;
}
@media screen and (max-width: 1640px) {
  .checks__item.item5 .checks__popup {
    width: 310px;
    left: -138px;
    top: -9px;
  }
}
.checks__item.item6 {
  left: 900px;
  top: 288px;
}

.checks__item.item6 .checks__line {
  left: 13px;
  top: -63px;
}

.checks__item.item6 .checks__text {
  left: 103px;
}

.checks__item.item6 .checks__popup {
  width: 270px;
  left: -64px;
  top: 24px;
}
@media screen and (max-width: 1640px) {
  .checks__item.item6 .checks__popup {
    width: 270px;
    left: -241px;
    top: -54px;
  }
}
@media screen and (max-width: 1640px) {
  .checks__item.item6 .checks__popup {
    width: 270px;
    left: -305px;
    top: -54px;
  }
}

.checks__item.item7 {
  left: 870px;
  top: 338px;
}

.checks__item.item7 .checks__line {
  left: -50px;
  top: -50px;
}

.checks__item.item7 .checks__text {
  left: 75px;
  top: 70px;
}

.checks__item.item7 .checks__popup {
  width: 270px;
  left: -4px;
  top: 24px;
}
@media screen and (max-width: 1640px) {
  .checks__item.item7 .checks__popup {
    width: 270px;
    left: -189px;
    top: 31px;
  }
}

.checks__item.item8 {
  left: 550px;
  top: 186px;
}

.checks__item.item8 .checks__line {
  left: 13px;
  top: 16px;
}

.checks__item.item8 .checks__text {
  left: 0;
  top: 0;
}

.checks__item.item8 .checks__popup {
  width: 360px;
  left: -4px;
  top: 24px;
}

.checks__item.item9 {
  left: 427px;
  top: 376px;
}

.checks__item.item9 .checks__line {
  left: 13px;
  top: 16px;
}

.checks__item.item9 .checks__text {
  left: 0;
  top: 0;
}

.checks__item.item9 .checks__popup {
  width: 360px;
  left: -4px;
  top: 24px;
}

.checks__item.item10 {
  left: 961px;
  top: 332px;
}

.checks__item.item10 .checks__line {
  left: -147px;
  top: 20px;
}

.checks__item.item10 .checks__text {
  left: 0px;
  top: 0px;
}

.checks__item.item10 .checks__popup {
  width: 400px;
  left: -4px;
  top: 24px;
}
@media screen and (max-width: 1640px) {
  .checks__item.item10 .checks__popup {
    width: 350px;
    left: -120px;
    top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .checks__item.item10 .checks__popup {
    width: 330px;
    left: -140px;
    top: 24px;
  }
}

.checks__item.item11 {
  left: 356px;
  top: 251px;
}

.checks__item.item11 .checks__line {
  left: -211px;
  top: 20px;
}

.checks__item.item11 .checks__text {
  left: 0px;
  top: 0px;
}

.checks__item.item11 .checks__popup {
  width: 250px;
  left: -4px;
  top: 24px;
}

.checks__item.item12 {
  left: 111px;
  top: 290px;
}

.checks__item.item12 .checks__line {
  left: -304px;
  top: 20px;
}

.checks__item.item12 .checks__text {
  left: 0px;
  top: 0px;
}

.checks__item.item12 .checks__popup {
  width: 250px;
  left: 150px;
  top: 24px;
}

@media screen and (max-width: 1266px) {
  .checks__container {
    margin: 10px auto 10px 110px;
    transform: scale(0.8);
  }
}

@media screen and (max-width: 992px) {
  .checks .container {
    margin: 0px auto;
  }
  .checks__slider,
  .checks__car {
    display: none;
  }
  .checks__mark-list-mobile {
    display: -ms-flexbox;
    display: flex;
  }
  .checks__container {
    margin: 10px auto;
    transform: none;
    width: auto;
    height: auto;
  }
  .checks .section-title {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 666px) {
  .checks__item-mobile {
    width: 50%;
  }
}

@media screen and (max-width: 330px) {
  .checks__mobile-img {
    width: 40px;
  }
  .checks__mobile-text {
    font-size: var(--fs);
  }
}

.checks__item__commercial.item1 {
  left: 277px;
  top: 222px;
}

.checks__item__commercial.item1 .checks__line {
  left: -50px;
  top: -95px;
}

.checks__item__commercial.item1 .checks__text {
  left: 0;
}

.checks__item__commercial.item1 .checks__popup {
  width: 190px;
}

.checks__item__commercial.item2 {
  left: 378px;
  top: 156px;
}

.checks__item__commercial.item2 .checks__line {
  left: -170px;
  top: -86px;
}

.checks__item__commercial.item2 .checks__text {
  left: 0px;
}

.checks__item__commercial.item2 .checks__popup {
  width: 270px;
}

.checks__item__commercial.item3 {
  left: 432px;
  top: 175px;
}

.checks__item__commercial.item3 .checks__line {
  left: 0px;
  top: 0px;
}

.checks__item__commercial.item3 .checks__text {
  left: 26px;
}

.checks__item__commercial.item3 .checks__popup {
  width: 310px;
}

.checks__item__commercial.item4 {
  left: 689px;
  top: 202px;
}

.checks__item__commercial.item4 .checks__line {
  left: 16px;
  top: -46px;
}

.checks__item__commercial.item4 .checks__text {
  left: 26px;
}

.checks__item__commercial.item4 .checks__popup {
  width: 310px;
  left: -6px;
  top: -70px;
}

.checks__item__commercial.item5 {
  left: 738px;
  top: 91px;
}

.checks__item__commercial.item5 .checks__line {
  left: 19px;
  top: -96px;
}

.checks__item__commercial.item5 .checks__text {
  left: 44px;
}

.checks__item__commercial.item5 .checks__popup {
  width: 310px;
  left: 1px;
  top: 24px;
}

.checks__item__commercial.item6 {
  left: 812px;
  top: 398px;
}

.checks__item__commercial.item6 .checks__line {
  left: 13px;
  top: -63px;
}

.checks__item__commercial.item6 .checks__text {
  left: 103px;
}

.checks__item__commercial.item6 .checks__popup {
  width: 270px;
  left: -64px;
  top: 24px;
}

.checks__item__commercial.item7 {
  left: 870px;
  top: 338px;
}

.checks__item__commercial.item7 .checks__line {
  left: -50px;
  top: -50px;
}

.checks__item__commercial.item7 .checks__text {
  left: 75px;
  top: 70px;
}

.checks__item__commercial.item7 .checks__popup {
  width: 270px;
  left: -4px;
  top: 24px;
}

.checks__item__commercial.item8 {
  left: 455px;
  top: 232px;
}

.checks__item__commercial.item8 .checks__line {
  left: 13px;
  top: 16px;
}

.checks__item__commercial.item8 .checks__text {
  left: 0;
  top: 0;
}

.checks__item__commercial.item8 .checks__popup {
  width: 360px;
  left: -4px;
  top: 24px;
}

.checks__item__commercial.item9 {
  left: 427px;
  top: 376px;
}

.checks__item__commercial.item9 .checks__line {
  left: 13px;
  top: 16px;
}

.checks__item__commercial.item9 .checks__text {
  left: 0;
  top: 0;
}

.checks__item__commercial.item9 .checks__popup {
  width: 360px;
  left: -4px;
  top: 24px;
}

.checks__item__commercial.item10 {
  left: 928px;
  top: 353px;
}

.checks__item__commercial.item10 .checks__line {
  left: -147px;
  top: 20px;
}

.checks__item__commercial.item10 .checks__text {
  left: 0px;
  top: 0px;
}

.checks__item__commercial.item10 .checks__popup {
  width: 400px;
  left: -4px;
  top: 24px;
}

.checks__item__commercial.item11 {
  left: 280px;
  top: 281px;
}

.checks__item__commercial.item11 .checks__line {
  left: -211px;
  top: 20px;
}

.checks__item__commercial.item11 .checks__text {
  left: 0px;
  top: 0px;
}

.checks__item__commercial.item11 .checks__popup {
  width: 250px;
  left: -4px;
  top: 24px;
}

.checks__item__commercial.item12 {
  left: 173px;
  top: 290px;
}

.checks__item__commercial.item12 .checks__line {
  left: -304px;
  top: 20px;
}

.checks__item__commercial.item12 .checks__text {
  left: 0px;
  top: 0px;
}

.checks__item__commercial.item12 .checks__popup {
  width: 250px;
  left: 150px;
  top: 24px;
}

.checks__list__commercial li span[data-checks="item1"]::before {
  top: 70px;
  left: 303px;
  width: 130px;
  transform: rotateZ(-116deg);
}

.checks__list__commercial li span[data-checks="item1"]::after {
  top: 11px;
  left: 110px;
  width: 230px;
  transform: rotate3d(1, 1, 1, 0);
}

@media only screen and (max-width: 1399px) {
  .checks__list__commercial li span[data-checks="item1"]::before {
    left: 243px;
  }
  .checks__list__commercial li span[data-checks="item1"]::after {
    width: 170px;
  }
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item1"]::before {
    top: 49px;
    left: 261px;
    width: 96px;
    transform: rotateZ(-128deg);
  }
}

.checks__list__commercial li span[data-checks="item2"]::before {
  top: 19px;
  left: 368px;
  width: 30px;
  transform: rotateZ(-148deg);
}

.checks__list__commercial li span[data-checks="item2"]:after {
  top: 11px;
  left: 110px;
  width: 263px;
  transform: rotate3d(1, 1, 1, 0);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item2"]::before {
    top: 23px;
    left: 284px;
    width: 48px;
    transform: rotateZ(-148deg);
  }
  .checks__list__commercial li span[data-checks="item2"]:after {
    top: 11px;
    left: 110px;
    width: 179px;
    transform: rotate3d(1, 1, 1, 0);
  }
}

@media only screen and (max-width: 1170px) {
  .checks__list__commercial li span[data-checks="item2"]::before {
    top: 19px;
    left: 368px;
    width: 30px;
    transform: rotateZ(-148deg);
  }
  .checks__list__commercial li span[data-checks="item2"]:after {
    top: 11px;
    left: 110px;
    width: 263px;
    transform: rotate3d(1, 1, 1, 0);
  }
}

.checks__list__commercial li span[data-checks="item3"]::before {
  top: 46px;
  left: 418px;
  width: 165px;
  transform: rotateZ(-154deg);
}

.checks__list__commercial li span[data-checks="item3"]:after {
  top: 11px;
  left: 110px;
  width: 320px;
  transform: rotate3d(1, 1, 1, 0);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item3"]::before {
    top: 29px;
    left: 426px;
    width: 86px;
    transform: rotateZ(-154deg);
  }
  .checks__list__commercial li span[data-checks="item3"]:after {
    top: 11px;
    left: 110px;
    width: 320px;
    transform: rotate3d(1, 1, 1, 0);
  }
}

.checks__list__commercial li span[data-checks="item4"]:before {
  top: 51px;
  width: 0 !important;
  transform: rotate3d(1, 1, 1, 9deg);
}
.checks__list__commercial li span[data-checks="item4"]:after {
  top: 51px;
  width: 780px;
  transform: rotate3d(1, 1, 1, 9deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item4"]:after {
    top: 29px;
    width: 663px;
    transform: rotate3d(1, 1, 1, 6deg);
  }
}

.checks__list__commercial li span[data-checks="item5"]::before {
  top: -68px;
  left: 742px;
  width: 164px;
  transform: rotateZ(-168deg);
}

.checks__list__commercial li span[data-checks="item5"]:after {
  top: -40px;
  width: 647px;
  transform: rotate3d(1, 1, 1, -15deg);
}

@media only screen and (max-width: 1399px) {
  .checks__list__commercial li span[data-checks="item5"]::before {
    top: -65px;
    left: 742px;
    width: 155px;
    transform: rotateZ(-165deg);
  }
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item5"]::before {
    top: -102px;
    left: 614px;
    width: 164px;
    transform: rotateZ(-168deg);
  }
  .checks__list__commercial li span[data-checks="item5"]:after {
    top: -56px;
    width: 534px;
    transform: rotate3d(1, 1, 1, -29deg);
  }
}

@media screen and (max-width: 1170px) {
  .checks__list__commercial li span[data-checks="item5"]::before {
    top: -92px;
    left: 610px;
    width: 145px;
    transform: rotateZ(-157deg);
  }
}

.checks__list__commercial li span[data-checks="item6"]:after {
  top: 61px;
  width: 980px;
  transform: rotate3d(1, 1, 1, 11deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item6"]:after {
    top: 37px;
    width: 833px;
    transform: rotate3d(1, 1, 1, 6deg);
  }
}

.checks__list__commercial li span[data-checks="item7"]:after {
  top: 80px;
  width: 850px;
  transform: rotate3d(1, 1, 1, 15deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item7"]:after {
    top: 44px;
    width: 742px;
    transform: rotate3d(1, 1, 1, 9deg);
  }
}

@media only screen and (max-width: 1170px) {
  .checks__list__commercial li span[data-checks="item7"]:after {
    top: 35px;
    width: 709px;
    transform: rotate3d(1, 1, 1, 6deg);
  }
}

.checks__list__commercial li span[data-checks="item8"]:after {
  top: 0px;
  width: 423px;
  transform: rotate3d(1, 1, 1, -6deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item8"]:after {
    top: -28px;
    width: 376px;
    transform: rotate3d(1, 1, 1, -25deg);
  }
}

.checks__list__commercial li span[data-checks="item9"]:after {
  top: 49px;
  width: 498px;
  transform: rotate3d(1, 1, 1, 15deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item9"]:after {
    top: 19px;
    width: 440px;
    transform: rotate3d(1, 1, 1, 3deg);
  }
}

.checks__list__commercial li span[data-checks="item10"]:after {
  top: 25px;
  width: 1020px;
  transform: rotate3d(1, 1, 1, 4deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item10"]:after {
    top: -16px;
    width: 854px;
    transform: rotate3d(1, 1, 1, -5deg);
  }
}

.checks__list__commercial li span[data-checks="item11"]:after {
  top: 1px;
  width: 133px;
  transform: rotate3d(1, 1, 1, -8deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item11"]:after {
    top: -28px;
    width: 208px;
    transform: rotate3d(1, 1, 1, -39deg);
  }
}

.checks__list__commercial li span[data-checks="item12"]:after {
  top: 0;
  width: 87px;
  transform: rotate3d(1, 1, 1, -10deg);
}

@media only screen and (max-width: 1266px) {
  .checks__list__commercial li span[data-checks="item12"]:after {
    top: -27px;
    width: 272px;
    transform: rotate3d(1, 1, 1, -37deg);
  }
}

.adversting-third {
  position: relative;
  height: 360px;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .adversting-third {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .adversting-third {
    height: initial;
  }
}

.adversting-third .container {
  height: 100%;
  position: relative;
}
.adversting-third .adversting-third-wrap {
  background-color: #1c1c1c;
  padding-bottom: 55px;
  border-radius: 4px;
}

.adversting-third .name-margin {
  margin-right: 20px;
  max-width: 260px;
  height: 48px;
  min-width: 203px;
}

.adversting-third__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  top: -24px;
  object-position: 10% 90%;
}

.adversting-third .container:before {
  content: "";
  display: block;
  width: 138px;
  height: 98px;
  background: #ffce1b;
  opacity: 0.6;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: -30px;
}

@media only screen and (max-width: 992px) {
  .adversting-third .container:before {
    display: none;
  }
}

@media only screen and (max-width: 666px) {
  .adversting-third__bg {
    display: none;
  }
}

.adversting-third__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.adversting-third__subtitle {
  font-size: var(--fs-16);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6px;
  color: white;
}

.adversting-third__second-subtitle {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.06em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.adversting-third__second-subtitle a {
  margin: 0 5px;
  color: var(--y);
  cursor: pointer;
  text-decoration: underline;
  transition: 0.3s;
}

.adversting-third__second-subtitle a:hover {
  text-decoration: none;
  /*color: black;*/
}

.adversting-third__form {
  padding: 40px 30px 20px 40px;
  position: relative;
  z-index: 2;
}

.adversting-third__form-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
}

.adversting-third__form-container .button {
  margin: 0 22px;
  min-height: 48px;
  width: 100%;
  max-width: 260px;
  min-width: 203px;
}

.adversting-third__form-container .input-countries {
  margin: 0;
  width: 260px;
  min-width: 203px;
}

@media screen and (max-width: 1024px) {
  .adversting-third .input-countries__wrapper {
    height: 48px;
  }
}

@media screen and (max-width: 992px) {
  .adversting-third .container .section-title {
    padding: 40px 15px;
    text-align: center;
  }
}
.adversting-third .container .section-title {
  padding: 60px 15px 10px;
}
@media screen and (max-width: 800px) {
  .adversting-third .container .section-title {
    padding: 25px 15px;
    text-align: center;
  }
  .adversting-third__form {
    padding: 20px;
  }
  .adversting-third__form-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adversting-third .name-margin {
    margin: 0 0 10px 0;
  }
  .adversting-third__second-subtitle {
    display: block;
    margin: 10px auto;
    padding: 0 20px;
    max-width: 450px;
    text-align: center;
  }
  .adversting-third .input-countries__wrapper {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .adversting-third__second-subtitle {
    margin: 10px auto;
    max-width: 490px;
  }
}

@media screen and (max-width: 376px) {
  .adversting-third__form-container .button {
    max-width: 260px;
    width: 100%;
  }
  .adversting-third__form-container .input-countries {
    max-width: 260px;
    width: 100%;
  }
  .adversting-third__form-container .name-margin {
    max-width: 260px;
    width: 100%;
  }
}

.rating-star {
  padding: 40px 0;
}

.rating-star .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rating-star__text > * {
  font-size: var(--fs-24);
  line-height: 24px;
}

.rating-star__list {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.rating-star__list input {
  position: absolute;
  left: -5555px;
  opacity: 0;
}

.rating-star__list label {
  width: 35px;
  height: 33px;
  background: url(../images/star-grey.svg) center center no-repeat;
  margin: 0 3px;
  background-size: contain;
  cursor: pointer;
}

.rating-star__list label.active {
  background: url(../images/star-yellow.svg) center center no-repeat;
}

@media screen and (max-width: 992px) {
  .rating-star {
    padding: 32px 0;
  }
  .rating-star .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rating-star__text {
    font-size: var(--fs-20);
  }
}

.call-popup {
  padding: 0;
}

.call-success {
  text-align: center;
}

.call-success__title {
  font-size: var(--fs-24);
  font-weight: bold;
  margin-bottom: 10px;
}

.call-success__subtitle {
  font-size: var(--fs-18);
}

.pop-up {
  max-width: 780px;
  width: 100%;
}

@media screen and (max-width: 476px) {
  .fancybox-content {
    padding: 35px 7px;
  }
}

.video-up {
  height: 100%;
  width: 100%;
  background: transparent;
}

.popup-detail .header-name-input {
  padding: 0 15px;
  background: var(--w);
  max-width: 455px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #a9a9a9;
  margin: 5px 0 15px 0;
  min-width: 260px;
}

.popup-detail .header-name-input.error {
  border-color: red;
}

.popup-detail h2 {
  color: black;
  text-align: center;
}

.popup-detail .adversting-third__form-container {
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-detail
  .adversting-third__form-container
  .input-countries__list-item
  img {
  width: 26px;
  height: 19px;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-detail .adversting-third__form-container .input-countries {
  margin: 0;
  max-width: 455px;
  width: 100%;
  min-width: 260px;
}

.popup-detail
  .adversting-third__form-container
  .input-countries
  .input-countries__wrapper {
  max-width: 455px;
  height: 48px;
}

.popup-detail .adversting-third__form-container .button {
  margin: 15px 0 5px 0;
  max-width: 455px;
}

.popup-detail .adversting-third__subtitle,
.popup-detail .adversting-third__second-subtitle {
  color: black;
}

.popup-detail .popup-detail li {
  margin-bottom: 8px;
}

@media screen and (max-width: 500px) {
  .popup-detail .adversting-third__form {
    padding: 20px 10px 10px 10px;
  }
}

.service-form {
  position: relative;
  padding-bottom: 60px;
  background: url("../images/bg-6.png") no-repeat right bottom, #1c1c1b;
}

@media only screen and (max-width: 1199px) {
  .service-form {
    background-size: 1000px;
  }
  .adversting-second__info {
    margin-right: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .service-form {
    background-size: 900px;
  }
}

@media only screen and (max-width: 770px) {
  .service-form.adv-third__wrap .container {
    padding: 0;
  }
}

.service-form__content {
  display: -ms-flexbox;
  display: flex;
}

.service-form__left {
  width: 100%;
  max-width: 60%;
}

.service-form__left .service-form__left-ttl {
  padding: 62px 0 0 0;
  max-width: 586px;
}

.without-partners .service-form__left .service-form__left-ttl {
  padding: 62px 0 39px 0;
}

@media only screen and (max-width: 992px) {
  .without-partners .service-form__left .service-form__left-ttl {
    padding: 0 0 25px 0;
  }
}

@media only screen and (max-width: 770px) {
  .service-form__left .service-form__left-ttl,
  .without-partners .service-form__left .service-form__left-ttl {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-form__left .service-form__left-ttl h2 {
  line-height: 47px;
  letter-spacing: 0.01em;
}

.service-form__left .section-title.section-title--white-text {
  text-align: left;
}

.service-form__content .service-form__left .main-section__benefits {
  margin-top: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 770px) {
  .service-form__content .service-form__left .main-section__benefits {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 770px) {
  .service-form__left .main-section__benefits .main-section__benefits-item {
    margin-right: 34px;
  }
}

@media only screen and (max-width: 374px) {
  .service-form__left .main-section__benefits .main-section__benefits-item {
    margin-right: 15px;
  }
}

.service-form__left
  .main-section__benefits
  .main-section__benefits-item:last-of-type {
  max-width: 340px;
}

@media only screen and (max-width: 770px) {
  .service-form__left
    .main-section__benefits
    .main-section__benefits-item:last-of-type {
    margin-right: 0;
  }
}

.service-form__left
  .main-section__benefits
  .main-section__benefits-item
  .text-bottom {
  display: block;
  margin-bottom: 0;
  line-height: 28px;
}

.service-form__left
  .main-section__benefits
  .main-section__benefits-item
  .text-bottom
  .avtoteka {
  /*padding-top: 10px;*/
  padding-bottom: 4.5px;
}

/*@media only screen and (max-width:991px) {
  .service-form__left .main-section__benefits .main-section__benefits-item .text-bottom .avtoteka {
    padding-top: 0;
  }
}*/
.service-form__left .main-section__benefits-title span {
  font-size: 16px;
}

.service-form__left .main-section__benefits-title p {
  padding-top: 0;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 0;
}

.service-form__left .main-section__benefits-item {
  color: white;
}

.service-form__subtitle {
  font-size: var(--fs-14);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -40px;
  color: white;
  opacity: 0.7;
}

.service-form__second-subtitle {
  font-size: var(--fs-14);
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
}

.service-form__second-subtitle a {
  margin: 0 5px;
  color: var(--y);
}

.service-form__form {
  padding-top: 40px;
  padding-bottom: 20px;
}

.service-form__form-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-form__form-container .button {
  margin: 0 22px;
  min-height: 48px;
  min-width: 260px;
}

.main-section__without-partners-form .service-form__form-container .button {
  min-width: 185px;
  margin: 0;
  margin-left: -3px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .main-section__without-partners-form .service-form__form-container .button {
    margin-left: 0;
    min-width: unset;
    max-width: 291px;
  }
}

.service-form__form-container .input-countries {
  margin: 0;
  width: 260px;
}

.main-section__without-partners-form
  .service-form__form-container
  .callback-form__input {
  width: 100%;
  max-width: 291px;
}

.main-section__without-partners-form
  .service-form__form-container
  .callback-form__input
  .input-countries__tag {
  border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 992px) {
  .main-section__without-partners-form
    .service-form__form-container
    .callback-form__input
    .input-countries__tag {
    border-radius: 4px;
  }
}

@media screen and (max-width: 992px) {
  .service-form {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .service-form h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .service-form__left .section-title.section-title--white-text {
    /*padding: 25px 0;*/
  }
  .service-form__subtitle {
    margin-top: -10px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .service-form__second-subtitle {
    font-size: var(--fs-14);
    text-align: left;
    display: inline-block;
  }
  .service-form__form {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .service-form__form-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .service-form__form-container .button {
    min-height: 42px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: auto;
    max-width: 340px;
  }
  .service-form__form-container .input-countries {
    margin-bottom: 20px;
    width: 100%;
    max-width: 340px;
  }
  .service-form__form-container .input-countries .input-countries__wrapper {
    max-width: 340px;
  }
  .service-form .main-section__benefits {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-form .main-section__benefits-item {
    min-width: 100px;
    max-width: inherit;
    width: auto;
    margin-right: 15px;
  }
  .service-form .main-section__benefits-item p {
    font-size: 16px;
    line-height: 26px;
  }
  .service-form .main-section__benefits-title p {
    font-size: 24px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 770px) {
  .service-form {
    background: #1c1c1b;
    padding-bottom: 0;
  }
  .service-form__left {
    width: 100%;
    max-width: 100%;
  }
  .service-form__form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-form__second-subtitle {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-form__mob-bg-wrap {
  display: none;
}

.service-form__mob-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 81% 50%;
  object-position: 81% 50%;
}

@media only screen and (max-width: 770px) {
  .service-form__mob-bg-wrap {
    display: block;
    width: 100%;
    height: 372px;
    margin-top: 42px;
  }
}

.footer__policy .old_version_link {
  margin-top: 10px;
  display: block;
  white-space: nowrap;
}

.loader {
  display: none;
  margin: 0 auto;
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9)
    infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.loadmore-wraper {
  width: 100%;
  text-align: center;
}

.service-cost__item {
  display: none;
}

#mainChecks {
  padding-bottom: 20px;
}

#mainChecks .slick-list {
  height: 580px !important;
  padding: 0 45px;
}

#mainChecks .slick-track {
  display: flex !important;
  flex-wrap: wrap !important;
}

#mainChecks .slick-slide {
  width: 100% !important;
  height: 580px !important;
}

#mainChecks .checks__slide {
  position: relative;
  display: flex !important;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

#mainChecks .container {
  max-height: 759px;
}

.checks__slide-block {
  width: calc(100% / 2);
  display: flex;
  justify-content: center;
  position: relative;
}

.agreement-text {
  margin-bottom: 20px;
}

.checks__slide-img {
  width: 48px;
  height: 48px;
  margin-right: 25px;
  background: #f3f3f3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 11px;
}

.checks__slide-img img {
  width: 100%;
}

.checks__slide-content {
  max-width: 240px;
}

.checks__slide-title > * {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.checks__slide-text {
  opacity: 0.8;
  margin-top: 0.6px;
}

.checks__slide-text > * {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.checks__slide-block:nth-of-type(odd) {
  left: -100px;
}

.checks__slide-block:nth-of-type(even) {
  right: -100px;
}

.checks__slide-block:nth-of-type(3) {
  left: -150px;
}

.checks__slide-block:nth-of-type(4) {
  right: -150px;
}

#mainChecks .slick-slide {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

#mainChecks .slick-cloned {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

#mainChecks .slick-slide.slick-current {
  opacity: 1;
  transition: opacity 0.8s 0.2s ease-in;
}

#mainChecks .checks__car {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 315px;
}

#mainChecks .slick-dots {
  display: flex !important;
  flex-direction: column;
  width: 14px;
  right: -62px;
  bottom: 50%;
  transform: translateY(100%);
}

#mainChecks .slick-dots li {
  margin: 2.5px 0;
}

#mainChecks .slick-dots li button {
  width: 14px;
  height: 14px;
}

#mainChecks .slick-prev,
#mainChecks .slick-next {
  width: 52px;
  height: 52px;
  right: -82px;
  left: auto;
  z-index: 999;
}

#mainChecks .slick-next {
  transform: translate(0, 50%) rotate(90deg);
  top: calc(58% - 28px);
}

#mainChecks .slick-prev {
  top: calc(60% - 148px);
  transform: translate(0, 50%) rotate(90deg);
}

#mainChecks .slick-prev::before,
#mainChecks .slick-next::before {
  width: 26px;
  height: 18px;
}

#mainChecks .slick-prev::before {
  left: 48%;
}

#mainChecks .slick-next::before {
  left: 55%;
}

#mainChecks .slick-slide > div {
  height: 100%;
}

@media screen and (max-width: 1500px) {
  #mainChecks .slick-prev,
  #mainChecks .slick-next {
    right: -76px;
  }
  #mainChecks .slick-dots {
    right: -58px;
  }
}

@media screen and (max-width: 1300px) {
  #mainChecks .slick-prev,
  #mainChecks .slick-next {
    right: -5px;
  }
  #mainChecks .slick-dots {
    right: 14px;
  }

  .checks__slide-block:nth-of-type(4) {
    right: -100px;
  }

  .checks__slide-block:nth-of-type(3) {
    left: -100px;
  }
}

@media screen and (max-width: 1170px) {
  .checks__slide-block:nth-of-type(odd) {
    left: -50px;
  }

  .checks__slide-block:nth-of-type(even) {
    right: -50px;
  }

  #mainChecks .checks__car {
    width: 250px;
  }
}

.button#loadmore {
  width: 164px;
}

@media screen and (max-width: 991px) {
  .button#loadmore {
    display: none;
  }
}

.content_wrap {
  display: flex;
}

.content_wrap_form {
  padding: 66px 10px 31px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffce1b;
  max-width: 54%;
  position: relative;
}

.content_wrap_form-img {
  width: 105px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 0;
}

.payment_form {
  width: 100%;
  max-width: 570px;
}

.charity-page-form-title > * {
  font-size: 42px;
  line-height: 111.33%;
  letter-spacing: 0.01em;
  margin: 0;
}

.charity-page-form-title {
  margin-bottom: 27px;
}

.charity-form-text {
  color: #4a4a4a;
  font-size: 11px;
  line-height: 15px;
  width: 100%;
  margin-top: 15px;
}

.charity-form-text a {
  text-decoration: underline;
  color: #1c1c1b;
}

.charity-page-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.charity-page-form-row {
  margin-right: -20px;
  display: flex;
  width: 100%;
}

.charity-page-form-item {
  margin: 0 20px 20px 0;
  max-width: calc(100% / 2);
  width: 100%;
  position: relative;
}

.charity-page-form-item input {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  border: none;
  font-size: 14px;
  line-height: 19px;
  padding: 14px;
}

.charity-page-form-item input.error {
  border: 1px solid #ff0000;
}

.charity-page-form-item input::placeholder {
  color: #939393;
}

.charity-page-form-row.column-form-row {
  flex-wrap: wrap;
  max-width: calc(100% / 2);
  width: 100%;
}

.charity-page-form-row.column-form-row .charity-page-form-item {
  max-width: 100%;
}

.charity-page-form-row.textarea-form-row {
  max-width: calc((100% / 2) - 20px);
  width: 100%;
  margin: 0 20px;
}

.charity-page-form-row.textarea-form-row textarea {
  background: #ffffff;
  border-radius: 4px;
  padding: 14px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  resize: none;
  border: none;
  width: 100%;
  height: 116px;
}

.charity-page-form-row.textarea-form-row textarea::placeholder {
  color: #939393;
}

.charity-page-form-bottom {
  display: flex;
  flex-wrap: wrap;
}

.charity-page-form-bottom .btn {
  margin-right: 20px;
  max-width: calc((100% / 2) - 20px);
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  transition: 0.2s linear;
}

.charity-page-form-bottom .btn:hover {
  opacity: 0.85;
  box-shadow: none;
}

.charity-page-form-bottom .btn > * {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.charity-page-form-bottom .btn.btn-send {
  color: #ffffff;
  background-color: #1c1c1b;
}

.charity-page-form-bottom .btn.btn-paypal img {
  margin-top: 3px;
}

.charity-page-form-bottom .btn.btn-paypal span {
  margin-right: 6px;
}

.charity-page-form-checkbox {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.charity-page-form-checkbox input {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.charity-page-form-checkbox label {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.charity-page-form-checkbox .custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #1c1c1b;
  border-radius: 4px;
  margin-right: 8px;
  transition: 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.charity-page-form-checkbox .custom-checkbox img {
  opacity: 0;
  transition: 0.2s linear;
  width: 8px;
  height: 8px;
}

.charity-page-form-checkbox input:checked + .custom-checkbox {
  background-color: #1c1c1b;
}

.charity-page-form-checkbox input:checked + .custom-checkbox img {
  opacity: 1;
}

.sum-btn-container {
  display: flex;
  justify-content: space-between;
}

.sum-btn-container .sum-btn {
  border: 1px solid #1c1c1b;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: transparent;
  transition: 0.2s linear;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #1c1c1b;
  margin-top: 8px;
  padding: 0.1rem 0.4rem;
}

.sum-btn-container .sum-btn:hover {
  color: #ffffff;
  background-color: #1c1c1b;
}

.content_wrap_donation {
  padding: 66px 0 97px 0;
  position: relative;
}

.content_wrap_donation-img {
  position: absolute;
  width: 100%;
  height: 94%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.content_wrap_donation-img img {
  width: 100%;
  height: 100%;
}

.content_wrap_donation {
  background-color: #1c1c1b;
  border-bottom: 4px solid #ffce1b;
  width: 100%;
  max-width: 46%;
  display: flex;
  justify-content: center;
}

.rating-table-page {
  width: 100%;
  max-width: 362px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.rating-table-page .section_title {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.rating-table-page .section_title > * {
  margin: 0;
  font-size: 42px;
  line-height: 111.33%;
}

.quiz-page-table .row {
  display: flex;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 14px;
}

.quiz-page-table .row .cell.number {
  width: 30px;
}

.quiz-page-table .row .cell.number > *,
.quiz-page-table .row .cell.small > *,
.quiz-page-table .row .cell.text > * {
  font-size: 16px;
  line-height: 19px;
}

.quiz-page-table .row .cell.text {
  margin-left: 4px;
  flex: 1;
}

.quiz-page-table .row .cell.small.yellow > * {
  color: #ffce1b;
}

.unsubscribe {
  color: #1c1c1b;
  padding: 60px 0;
  padding-bottom: 30px;
}

.unsubscribe .article_container {
  margin-bottom: 0;
}

.unsubscribe__head {
  text-align: center;
  margin-bottom: 30px;
}

.unsubscribe-title {
  text-align: center;
}

.unsubscribe-title > * {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.unsubscribe-content {
  text-align: center;
  margin-top: 12px;
}

.unsubscribe-content > * {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.unsubscribe-content a {
  color: #ffce1b;
  text-decoration: underline;
}

.unsubscribe-content a:hover {
  text-decoration: none;
}

.unsubscribe .submit_text {
  color: #fff;
}

.unsubscribe__wrap {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.unsubscribe__element {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.unsubscribe__btn {
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: 35px;
  max-width: 290px;
  width: 100%;
}
.unsub-email {
  position: relative;
}
.unsubscribe__wrap #unsubscribe_email-error {
  display: none !important;
}
.unsubscribe a {
  cursor: pointer;
}

.unsubscribe button[disabled],
.unsubscribe input[disabled],
.unsubscribe a[disabled] {
  cursor: no-drop;
  opacity: 0.7;
}

.unsubscribe button[disabled]:hover {
  background: var(--b2);
}

.charity-error {
  cursor: default !important;
  min-width: 300px;
}
.charity-error__icon,
.charity-error__title,
.charity-error__desc {
  text-align: center;
}
.charity-error__desc a {
  color: var(--y);
  transition: 0.2s linear;
  text-decoration: underline;
}
.charity-error__desc a:hover {
  text-decoration: none;
}
.charity-error__icon img {
  width: 4rem;
  height: 4rem;
}
.charity-error__title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-top: 1.5rem;
}
.charity-error__desc {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .content_wrap {
    flex-direction: column;
  }

  .content_wrap_form {
    max-width: 100%;
    padding: 30px 15px;
  }

  .content_wrap_donation {
    max-width: 100%;
    padding: 30px 15px;
  }

  .charity-page-form-item:last-of-type {
    margin-right: 0;
  }

  .charity-page-form-row.column-form-row .charity-page-form-item {
    margin-right: 10px;
  }

  .sum-btn-container {
    justify-content: flex-start;
  }

  .sum-btn-container .sum-btn {
    margin-right: 10px;
  }

  .charity-page-form-row .input-countries__wrapper {
    max-width: 100%;
  }

  .charity-page-form-row {
    margin: 0;
  }

  .charity-page-form-row.textarea-form-row {
    max-width: calc((100% / 2) - 10px);
    margin: 0 0 0 10px;
  }

  .charity-page-form-bottom .btn.btn-paypal {
    margin-right: 0;
  }

  .charity-page-form-bottom .btn {
    max-width: calc((100% / 2) - 10px);
  }
}

@media screen and (max-width: 666px) {
  .charity-page-form-title > *,
  .rating-table-page .section_title > * {
    font-size: 32px;
    line-height: 36px;
  }

  #unsubscribe_form,
  .unsubscribe__head {
    width: 100vw;
  }

  .unsubscribe__element {
    flex-direction: column;
    align-items: center;
  }

  .unsubscribe__btn {
    margin-left: 0;
  }

  .charity-page-form-item {
    margin-right: 0;
    max-width: 100%;
  }

  .charity-page-form-row {
    flex-wrap: wrap;
  }

  .charity-page-form-row.column-form-row {
    max-width: 100%;
  }

  .charity-page-form-row.column-form-row .charity-page-form-item {
    margin-right: 0;
  }

  .charity-page-form-row.textarea-form-row {
    margin: 0;
    max-width: 100%;
  }

  .charity-page-form-bottom {
    margin-top: 20px;
  }

  .charity-page-form-bottom .btn {
    max-width: 100%;
    margin: 10px 0;
  }

  .charity-form-text {
    margin-top: 0;
  }

  .charity-page-form-checkbox {
    margin-bottom: 10px;
  }

  .content_wrap_form-img {
    width: 55px;
    height: 70px;
  }
}

@media (max-width: 1290px) {
  .review-clients .slick-prev,
  .review-clients .slick-next {
    top: 100%;
    transform: none;
    z-index: 999;
  }

  .review-clients .slick-prev {
    left: 35%;
  }

  .review-clients .slick-next {
    right: 35%;
  }

  .review-clients .slick-dots {
    bottom: -35px;
  }
}

.faq{
  margin-bottom: 100px;
}

.faq__container{
  display: flex;
}

.faq__img{
  width: 193px;
  height: 193px;
  margin-right: 60px;
}

.faq__img img{
  width: 100%;
}

.faq__list{
  width: 100%;
  max-width: 847px;
}

.faq__list-elem{
  border-bottom: 2px solid #E7E7E7;
  padding: 22px 22px 0;
}

.faq__header{
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  cursor: pointer;
}

.faq__header-icon{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--y);
  position: relative;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
}

.faq__header-icon:before,
.faq__header-icon:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s linear;
}

.faq__header-icon:before{
  width: 18px;
  height: 2px;
  background-color: var(--b2);
}

.faq__header-icon:after{
  width: 2px;
  height: 18px;
  background-color: var(--b2);
}

.faq__header.active .faq__header-icon:after{
  opacity: 0;
}

.faq__header-title{
  margin-left: 24px;
  flex: 1;
}

.faq__header-title *{
  color: var(--b2);
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}

.faq__content{
  color: var(--b2);
  display: none;
}

.faq__content p{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.faq__content *:first-child{
  margin-top: 0;
}

.faq__content a{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--y);
}

@media screen and (max-width: 1024px){
  .faq{
    margin-bottom: 40px;
  }

  .faq__img{
    display: none;
  }

  .faq__list{
    max-width: 100%;
  }

  .faq__header{
    margin-bottom: 10px;
  }

  .faq__header-title{
    margin-left: 10px;
  }

  .faq__header-title *{
    font-size: 18px;
    line-height: 22px;
  }

  .faq__list-elem{
    padding: 10px 10px 0;
  }

  .faq__content p{
    margin: 10px 0;
  }
}