:root {
  --BG-grey-light: #f2f2f2;
  --BG-orange-light: #f26522;
  --Button-Color-blue: #0f72d3;
  --scrollbarBG: #cfd8dc;
  --thumbBG: rgba(0, 84, 166, 0.2);
}

/* whatsapp */
a.call-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -10%;
  bottom: -3%;
}

a.call-btn img {
  max-width: 80px;
}

a.call-btn span {
  padding: 8px 16px;
  border-radius: 24px;
  background: var(--Button-Color, #dc5515);
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1),
    -4px -4px 20px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  color: #fff;
}
.page-id-1403 a.floating {
  display: none;
}
a#termsOfUseLink {
  color: var(--BG-orange-light, #f26522) !important;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.text-page *:not(img, ul, ol, li, blockquote) {
  margin-bottom: unset;
}
.d-flex {
  display: flex;
}
.flex-33 {
  flex-basis: 33%;
}
.flex-100 {
  flex-basis: 100%;
}
.gap--40 {
  gap: 2.5rem;
}
.gap--24 {
  gap: 1.5rem;
}
.gap--16 {
  gap: 1rem;
}
.gap--8 {
  gap: 0.5rem;
}
.gap--4 {
  gap: 0.25rem;
}
.a-center {
  align-items: center;
}
.a-start {
  align-items: flex-start;
}
.j-center {
  justify-content: center;
}
.j-between {
  justify-content: space-between;
}
.f-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}

/* HEADER */
.wrap__header-container {
  min-height: 78px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(242, 242, 242, 0.09);
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1),
    -4px -4px 20px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}
.header__nav-menu {
  display: flex;
}
.header__nav-menu li a {
  padding: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15rem;
}
.header__nav-menu li:not(:last-child) {
  margin-left: 2.5vw;
}
a.logo.logo__link {
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  border-bottom-right-radius: 2.8rem;
  min-height: 6.25rem;
  padding-left: 3.75vw;
  display: flex;
  align-items: center;
  min-width: 20vw;
}
.call-action_link {
  position: absolute;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15rem;
  color: #fff;
}
/* HOMEPAGE */
/* Home Page Dropdonw Cards */
.servises-cards__wrap {
  margin: auto;
  width: max-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  width: 21.25rem;
  max-width: 21.25rem;
  padding: 1.5rem 3rem;
  border-radius: 30px;
  border: 1px solid #ececec;
  background: var(--White, #fff);
  box-shadow: 0px 4.042px 4.042px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  cursor: pointer;
}
.service-card.open {
  padding-bottom: 3rem;
}
.service-card:hover {
  border: 1px solid #ececec;
  background: var(--White, #fff);
  box-shadow: 0px 4.042px 18.9px 0px rgba(0, 0, 0, 0.44);
}
.service-card__title__wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.service-card__title__wrap img {
  margin-bottom: 1.5rem;
  max-height: 3.375rem;
  height: 375rem;
  object-fit: contain;
}
h3.service-card__title {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  color: var(--primary);
}
.service-card-content {
  position: relative;
}
.dropdown-toggle {
  display: flex;
  width: 100%;
  justify-content: center;
}
a.dropdown-toggle .dropdown-img__wrap {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-content: center;
  background: #dc5515;
  border-radius: 50%;
}
a.dropdown-toggle .dropdown-img__wrap img {
  width: 100%;
  max-width: 100%;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.service-card.open .dropdown-img__wrap img {
  transform: rotate(180deg);
}
.drop-down {
  padding: 0;
  display: none;
}
.drop-down,
.drop-down p {
  font-size: 16.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.25px;
  text-align: center;
}
/* WhatsApp Btn */
.floating svg {
  position: fixed;
  width: 3.75rem;
  height: 3.75rem;
  bottom: 1.2rem;
  right: 1.2rem;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 999;
}
/* QUESTION ACORDION */
.question-acc-v2 .toggle-item {
  margin-bottom: 1.5rem;
}

.comparison__wrapper.v2 {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  min-height: unset;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coatings-acc.v2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  gap: 1.5rem;
}

.comparison-slider.v2 {
  max-width: 37.36842vw;
  margin-left: 0;
  position: relative;
}
.coatings-acc.v2 .toggle-item {
  margin-bottom: 0;
  flex-basis: 45%;
  width: 45%;
}
#comparison-slider .swiper-button-next,
#comparison-slider .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.26316vw;
  height: 4.26316vw;
  top: 46%;
}
#comparison-slider .swiper-button-prev:after,
#comparison-slider .swiper-button-next:after {
  content: "prev";
  content: "";
}
/* new form */
p.submit-error,
p.error {
  margin: 0.5rem 0;
  color: red;
  font-size: 0.75rem;
}
p.error.error-small {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -2.5rem;
  line-height: 1.3;
}
.form--row {
  margin-bottom: 1rem !important;
}
.notes__wrap {
  padding: 1rem 2rem;
}
#notComplete,
#submitGood,
#dbError {
  display: none;
}
#results {
  margin: 0 auto;
  text-align: center;
  width: 600px;
  margin-top: 50px;
  color: #222;
}
/*form styles*/
#formsearch {
  width: 47.5rem;
  min-height: 650px;
  margin: 1rem auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.steps__wrap {
  padding: 2rem 4rem;
}
#formsearch .fieldset {
  /* position: absolute;
  */
  width: 100%;
}
#formsearch .fieldset__container {
  margin: 0 2rem;
  padding: 2rem 0;
  width: calc(100% - 4rem);
  background: #fff;
  border: 0 none;
  border-radius: 1.5rem;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1),
    -4px -4px 20px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
}
.person-content {
  padding: 1rem 1rem 0;
  transition: all 0.3s ease-in-out;
}
/*Hide all except first fieldset*/
#formsearch .fieldset:not(:first-of-type) {
  display: none;
}
#formsearch .form_field {
  position: relative;
  margin-bottom: 0;
}
/*inputs*/
.form_field legend {
  padding: 0 0.25rem;
  margin: 0 0.5rem 0 0;
  text-align: right;
  font-family: inherit;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  color: var(--BG-orange-light, #f26522);
}
#formsearch input[type="text"],
#formsearch textarea,
#formsearch select {
  width: 100%;
  box-sizing: border-box;
}
#formsearch .form_field input.age-input {
  border-radius: 8px;
  width: 3rem;
  max-height: 3rem;
  min-height: 3rem;
  padding: 0.25rem;
  border-radius: 8px;
  border: 0.5px solid var(--onSurface, #868686);
  background: #fff;
}
#formsearch .form_field input[type="radio"],
.pregnant-checkboxs input {
  padding: 0;
  width: 1rem;
  height: 1rem;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--onSurface, #868686);
}

.hide_pregnant {
  display: none;
}
input#phone-input {
  text-align: right;
}
#formsearch .form_field input[type="radio"]:checked,
.pregnant-checkboxs input:checked {
  background: var(--BG-orange-light, #f26522);
  border: 1px solid var(--BG-orange-light, #f26522);
}
#formsearch .form_field input[type="radio"]:checked + span {
  color: #000;
}
#formsearch label {
  margin: 0;
}
#formsearch .form_field input {
  margin: 0;
  padding: 0.25rem 0.5rem;
  border: 0;
  border-radius: 1.5rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15rem;
  /* 131.429% */
  color: #000;
}
#formsearch .form_field label span {
  color: var(--onSurface, #868686);
  text-align: center;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15rem;
}
/*buttons*/
.nav-form {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
#formsearch .action-button {
  width: auto;
  padding: 0.5rem 2.5rem;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15rem;
  border-radius: 24px;
  border: 0;
  background: #dc5515;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    4px 4px 20px 0px rgba(242, 101, 34, 0.15),
    -4px -4px 7.5px 0px rgba(255, 255, 255, 0.2) inset;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#formsearch .previous.action-button,
#formsearch .previousSub.action-button {
  background: #fff;
  border: 1px solid #dc5515;
  color: #dc5515;
}
#formsearch .action-button:hover,
#formsearch .action-button:focus {
  box-shadow: 4px 4px 20px 0px rgba(220, 85, 21, 0.15),
    -4px -4px 20px 0px rgba(220, 85, 21, 0.15);
}
.action-button--add {
  margin-top: 1rem;
  text-align: center;
  font-family: inherit;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  color: var(--BG-orange-light, #f26522);
  cursor: pointer;
}
.action-button--add:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M14.75 8C14.75 8.19891 14.671 8.38968 14.5303 8.53033C14.3897 8.67098 14.1989 8.75 14 8.75H9.25V13.5C9.25 13.6989 9.17098 13.8897 9.03033 14.0303C8.88968 14.171 8.69891 14.25 8.5 14.25C8.30109 14.25 8.11032 14.171 7.96967 14.0303C7.82902 13.8897 7.75 13.6989 7.75 13.5V8.75H3C2.80109 8.75 2.61032 8.67098 2.46967 8.53033C2.32902 8.38968 2.25 8.19891 2.25 8C2.25 7.80109 2.32902 7.61032 2.46967 7.46967C2.61032 7.32902 2.80109 7.25 3 7.25H7.75V2.5C7.75 2.30109 7.82902 2.11032 7.96967 1.96967C8.11032 1.82902 8.30109 1.75 8.5 1.75C8.69891 1.75 8.88968 1.82902 9.03033 1.96967C9.17098 2.11032 9.25 2.30109 9.25 2.5V7.25H14C14.1989 7.25 14.3897 7.32902 14.5303 7.46967C14.671 7.61032 14.75 7.80109 14.75 8Z' fill='%23F26522'/%3E%3C/svg%3E");
  background-size: contain;
}
.action-button--delete:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  background-image: url('data:image/svg+xml,<svg enable-background="new 0 0 32 32" height="32px" id="Layer_1" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M20.377,16.519l6.567-6.566c0.962-0.963,0.962-2.539,0-3.502l-0.876-0.875c-0.963-0.964-2.539-0.964-3.501,0 L16,12.142L9.433,5.575c-0.962-0.963-2.538-0.963-3.501,0L5.056,6.45c-0.962,0.963-0.962,2.539,0,3.502l6.566,6.566l-6.566,6.567 c-0.962,0.963-0.962,2.538,0,3.501l0.876,0.876c0.963,0.963,2.539,0.963,3.501,0L16,20.896l6.567,6.566 c0.962,0.963,2.538,0.963,3.501,0l0.876-0.876c0.962-0.963,0.962-2.538,0-3.501L20.377,16.519z" fill="%23515151"/></svg>');
  background-size: contain;
}
.action-button--delete {
  position: absolute;
  right: 2.5rem;
  font-size: 0.75rem;
}
/*headings*/
#formsearch h2.fs-title {
  margin-bottom: 0.5rem;
  color: var(--Text-Color, #0054a6);
  text-align: center;
  font-family: inherit;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.063rem;
}
.fs-subtitle,
#formsearch .acceptance .fs-subtitle,
#formsearch .acceptance .fs-subtitle {
  color: var(--onSurface, #868686);
  text-align: center;
  font-family: inherit;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.pregnant-box__title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15rem;
  color: var(--Text-Color, #0054a6);
}
.notes__wrap .fs-subtitle {
  margin: 0;
  text-align: right;
}
#formsearch .box-title {
  margin-bottom: 0;
  padding: 0.625rem;
  color: var(--Text-Color, #0054a6);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15rem;
}
span.nav__person-name {
  margin-right: 2.5rem;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.4px;
  color: #000;
}
.data-nav {
  padding: 0 0.25rem;
  color: #868686;
}
.data-nav__item {
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: #000;
  text-align: right;
}
.data-nav__item:not(:last-child) {
  margin-left: 0.75rem;
}
.data-nav__item.label-title {
  flex: 0 0 3.5rem;
}
.data-nav__item[data-info^="name"] {
  width: 25%;
}
.data-nav__item[data-info^="gender"] {
  flex: 0 0 2.5rem;
}
.data-nav__item[data-info^="age"] {
  flex: 0 0 2rem;
}
.data-nav__item[data-info="pregnant"] {
  color: #dc5515;
}
.data-nav__item[data-info="num"] {
  font-weight: 700;
  color: #0054a6;
}
.data-nav__item[data-info^="email"] {
  margin-right: auto;
}
/*progressbar*/
#progressbar {
  margin-bottom: 1.5rem;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  padding: 0;
  min-height: 4rem;
  list-style-type: none;
  color: #222;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 96%;
  height: 5px;
  background: rgba(0, 84, 166, 0.2);
  border-radius: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar li.active:after {
  background: #0054a6;
}
.step-index {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 3.5rem 3.5rem;
}
li.active.complited .step-index {
  background-image: url("../img/check-icon-white.svg");
  background-color: #00c683;
  border-radius: 50%;
  background-size: 70%;
  background-position: center;
}
li.active:not(li.active.complited) .step-index.step-1 {
  background-image: url("../img/step1.png");
}
li.active:not(li.active.complited) .step-index.step-2 {
  background-image: url("../img/step2.png");
}
li.active:not(li.active.complited) .step-index.step-3 {
  background-image: url("../img/step3.png");
}
li.active:not(li.active.complited) .step-index.step-4 {
  background-image: url("../img/step4.png");
}
li.active:not(li.active.complited) .step-index.step-5 {
  background-image: url("../img/step5.png");
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:not(:last-child):after {
  background: rgb(0, 84, 166);
  background: linear-gradient(
    270deg,
    rgba(0, 84, 166, 1) 49%,
    rgba(0, 84, 166, 0.2) 50%
  );
  color: white;
}
#progressbar li.active.complited:after {
  background: #0054a6;
  color: white;
}
.form_field fieldset {
  padding: 0.35rem;
  border-radius: 1.5rem;
  border: 0.5px solid var(--Button-Color-blue, #0f72d3);
}

.form_field fieldset.error-fieldset {
  border: 1px solid #dc5515;
}
nav.navbar.form-nav {
  margin-bottom: 1.5rem;
}
.form-nav .top_nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  letter-spacing: 1.2px;
}
.form-nav .nav {
  position: relative;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-family: inherit;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15rem;
  color: var(--BG-orange-light, #f26522);
}
.form-nav .nav_item {
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border-radius: 24px;
  background: #fff;
  /* box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10), -4px -4px 20px 0px rgba(0, 0, 0, 0.10);
  */
}
.form-nav .list_item {
  display: flex;
  margin: 0 6px;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.form-nav .nav_link {
  padding: 0 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.15rem;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: visiblePainted;
  color: var(--BG-orange-light, #f26522);
}
.form-nav .nav_link:hover {
  transition: color 1s linear;
  color: goldenrod;
}
.form-nav .drop_nav_icon {
  width: 0.75rem;
  height: 2px;
  display: flex;
  border-radius: 4px;
  background: white;
}
span.data-nav.existing_icon {
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M6.50069 11.3008L4.16736 8.96749C4.10634 8.90573 4.03367 8.85669 3.95357 8.82323C3.87346 8.78976 3.78751 8.77253 3.70069 8.77253C3.61387 8.77253 3.52792 8.78976 3.44781 8.82323C3.3677 8.85669 3.29504 8.90573 3.23402 8.96749C3.17226 9.0285 3.12323 9.10117 3.08976 9.18128C3.0563 9.26138 3.03906 9.34734 3.03906 9.43415C3.03906 9.52097 3.0563 9.60692 3.08976 9.68703C3.12323 9.76714 3.17226 9.8398 3.23402 9.90082L6.02736 12.6942C6.28736 12.9542 6.70736 12.9542 6.96736 12.6942L14.034 5.63415C14.0958 5.57314 14.1448 5.50047 14.1783 5.42036C14.2117 5.34026 14.229 5.2543 14.229 5.16749C14.229 5.08067 14.2117 4.99472 14.1783 4.91461C14.1448 4.8345 14.0958 4.76183 14.034 4.70082C13.973 4.63906 13.9003 4.59002 13.8202 4.55656C13.7401 4.52309 13.6542 4.50586 13.5674 4.50586C13.4805 4.50586 13.3946 4.52309 13.3145 4.55656C13.2344 4.59002 13.1617 4.63906 13.1007 4.70082L6.50069 11.3008Z' fill='%232DB3B1'/%3E%3C/svg%3E");
}
.form-nav .drop_nav_icon::before,
.form-nav .drop_nav_icon::after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background: white;
  border-radius: 4px;
}
.form-nav .drop_nav_icon::before {
  transform: translateY(-4px);
}
.form-nav .drop_nav_icon::after {
  width: 8px;
  transform: translateY(4px);
}
.form-nav .nav_link:hover > .drop_nav_icon,
.form-nav .nav_link:hover > .drop_nav_icon::before,
.form-nav .nav_link:hover > .drop_nav_icon::after {
  transition: background 1s linear !important;
  background: goldenrod;
}
.form-nav .fa-chevron-down {
  font-size: 0.5rem;
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*drop_menu*/
.form-nav .drop_down {
  margin-right: 5px;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  width: 100%;
  display: block;
  scroll-behavior: smooth;
  justify-content: center;
  opacity: 0;
  max-height: 0;
  transform: translateX(0);
  pointer-events: none;
  transition: 0.8s ease-in-out;
  margin-top: 0;
  overflow: hidden;
  clear: both;
  background: #fff;
  border-radius: 1.5rem;
  /* border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  */
  /* box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10), -4px -4px 20px 0px rgba(0, 0, 0, 0.10);
  */
  z-index: 10;
}
.form-nav .drop_menu {
  width: 100%;
  min-height: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 14px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 210px;
  overflow-y: auto;
}
.form-nav .drop_menu::-webkit-scrollbar {
  width: 3px;
  visibility: hidden;
}
.form-nav .drop_menu::-webkit-scrollbar:hover,
.form-nav .drop_menu::-webkit-scrollbar:focus {
  visibility: visible;
}
.drop_menu::-webkit-scrollbar-track {
  background: #222028;
}
.drop_menu::-webkit-scrollbar-thumb {
  background: #f9ab00;
  border-radius: 50px;
}
.form-nav .list_items {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 4px;
}
.form-nav .list_items .nav_links {
  width: 100%;
  display: flex;
  color: #000;
  padding: 10px;
  font-size: 0.75rem;
}
.form-nav .list_items .nav_links:hover {
  transition: 0.5s ease-in-out;
  color: goldenrod;
}
.form-nav .drop_down.show {
  opacity: 1;
  margin-top: 0;
  pointer-events: auto;
  max-height: 210px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1),
    -4px -4px 20px 0px rgba(0, 0, 0, 0.1);
}
.form-nav .nav_toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  transform: scale(2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  background: transparent;
  transition: all 250ms ease;
  background: transparent;
  margin: 0 6px;
}
.form-nav .nav_toggle:visited,
.form-nav .nav_toggle:focus,
.form-nav .nav_toggle:focus-within,
.form-nav .nav_toggle:active {
  border: none;
  background: none;
}
.form-nav .nav_toggle .icon_bar {
  position: relative;
  display: block;
  background: #fff;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.form-nav .nav_toggle:hover .icon_bar {
  transition: 0.3 ease-in-out;
  background: goldenrod;
}
/*icon_bar css*/
.form-nav .nav_toggle .active {
  background: goldenrod;
}
.form-nav .nav_toggle .active_3 {
  background: goldenrod;
}
.form-nav .active {
  transform: translateY(7px) translateX(0) rotate(45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
  -moz-transform: translateY(7px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -o-transform: translateY(7px) translateX(0) rotate(45deg);
}
.form-nav .active_2 {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.form-nav .active_3 {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -o-transform: translateY(-7px) translateX(0) rotate(-45deg);
}
/* calendar */
.wrapper--calendar.f-100 {
  padding-top: 1.5rem;
}
.embedded-daterangepicker .daterangepicker::before,
.embedded-daterangepicker .daterangepicker::after {
  display: none;
}
.embedded-daterangepicker .daterangepicker {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  float: left;
  width: 100%;
  margin-top: 0;
}
.embedded-daterangepicker .daterangepicker .drp-calendar {
  width: 50%;
  max-width: 50%;
}
.drp-calendar.left .calendar-table .table-condensed thead tr:first-child {
  position: absolute;
  top: -0.75rem;
  right: 13%;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #f26522;
  color: #f26522;
  font-size: 1.5rem;
  line-height: 2rem;
}
.drp-calendar.right .calendar-table .table-condensed thead tr:first-child {
  position: absolute;
  top: -0.75rem;
  left: 13%;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #f26522;
  /* transform: translateX(25%);
  */
  color: #f26522;
  font-size: 1.5rem;
  line-height: 2rem;
}
.daterangepicker.ltr.auto-apply.show-calendar.openscenter {
  padding: 1.5rem;
  border-radius: 24px;
  border: 1px solid #0054a6;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1),
    -4px -4px 20px 0px rgba(0, 0, 0, 0.1);
}
.daterangepicker td.in-range {
  background-color: #f26522;
  border-color: transparent;
  color: #fff;
  border-radius: 0;
}
.daterangepicker td.active {
  background-color: #f26522;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.start-date {
  border-radius: 0 0.5rem 0.5rem 0;
}
.daterangepicker td.end-date {
  border-radius: 0.5rem 0 0 0.5rem;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(135deg) !important;
  -webkit-transform: rotate(135deg) !important;
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(315deg) !important;
  -webkit-transform: rotate(315deg) !important;
}
div#сontinents-list {
  margin-bottom: 1rem;
}
.label-destination {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1),
    -4px -4px 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
input.checkbox-type,
input.checkbox-destination {
  appearance: none;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--onSurface, #868686);
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#formsearch input#conditions,
#formsearch input#marketing {
  padding: 0;
  border: 1px solid var(--onSurface, #868686);
}
#formsearch input#conditions:checked,
#formsearch input#marketing:checked,
input.checkbox-type:checked,
input.checkbox-destination:checked {
  background: #dc5515;
  border: 1px solid var(--onSurface, #dc5515);
}
input.checkbox-insurance-person {
  margin-left: 1rem;
}
.person__accordion-title {
  position: relative;
  padding: 0.25rem 30%;
  width: 100%;
  background: var(--fill-color, #c5d8ec);
  border-top: 0.5px solid var(--onSurface, #868686);
}

.result__accordion-title .acc-head__logo {
  min-width: 80px;
  max-width: 80px;
}
.result__accordion-title .acc-head-title {
  width: 90px;
}
.result__accordion-title .acc-head-price {
  margin-bottom: 0;
}

.item__result-desc {
  padding: 1rem;
  color: var(--Button-Color-blue, #0054a6);
}

.accordion_wrap {
  margin: auto;
  margin-bottom: 1.5rem;
  max-width: 85%;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1),
    -4px -4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
}
.ckecbox_wrap {
  margin: 2rem auto;
  max-width: 85%;
}
.form__accordion-title {
  padding: 0.5rem 1rem;
  /* justify-content: space-between; */
}
.country__set-fields:not(:last-child) .form__accordion-title,
.insurance__set-fields:not(:last-child) .form__accordion-title {
  border-bottom: 0.5px solid var(--onSurface, #868686);
}
span.country-dates {
  color: #868686;
}
a.acc-head {
  cursor: pointer;
}
.acc-head__logo img {
  height: 100%;
  max-height: 30px;
}
#formsearch input.action-button.go-to-site {
  position: absolute;
  padding: 0.25rem 1.5rem;
  left: 1.5rem;
  font-size: 0.75rem;
}

#allResultIns .acc-head {
  padding-left: 120px;
  position: relative;
  gap: 1.5rem;
}
#allResultIns .j__set-info.d-flex.f-column:not(:last-child) {
  border-bottom: 0.5px solid var(--onSurface, #868686);
}

a.acc-head:after,
a.has-childrens:after {
  margin-right: auto;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M11.6141 15.613L15.0674 19.0663C15.5874 19.5863 16.4274 19.5863 16.9474 19.0663L20.4007 15.613C21.2407 14.773 20.6407 13.333 19.4541 13.333H12.5474C11.3607 13.333 10.7741 14.773 11.6141 15.613Z' fill='%23DC5515'/%3E%3C/svg%3E");
  transition: transform 0.3s ease-in-out;
}
#allResultIns .acc-head:after,
a.has-childrens:after {
  display: none;
}
a.acc-head.active:after {
  transform: rotate(180deg);
}

.country-content {
  padding: 1rem;
}
.insurance-content {
  padding: 0.5rem 1rem;
}
.persons_insurance .input {
  margin-left: 0.5rem;
}
.info-text {
  text-align: right;
  font-family: inherit;
  font-size: 0.75rem;
  font-style: normal;
  color: var(--Text-Color, #0054a6);
  font-weight: 400;
  line-height: 1rem;
}
ul.list_persone-insurance {
  display: flex;
}

ul.list_persone-insurance li:not(:last-child):after {
  content: "/";
  margin-left: 4px;
}

.data-nav__item ul.list_persone-insurance li {
  font-size: 12px;
}
.label-title,
.acc-head-title {
  margin-left: 0.4rem;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15rem;
  color: var(--Text-Color, #0054a6);
}
.separator {
  margin: 1.5rem 0;
}
div#insurances {
  max-height: 12.5rem;
  overflow-y: auto;
}
.persons_insurance_info {
  width: 100%;
}
#insuranceInfo .box-wrapper--date {
  width: 100%;
}

#insuranceInfo span.label-title,
#insuranceDates span.label-title {
  flex-basis: 40%;
  text-align: right;
}

/* select2 */
.form_field.select2 {
  width: 300px;
  margin: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #fff;
  cursor: default;
}
.form_field.select2 .select2-container {
  min-width: 300px !important;
}
.form_field.select2 fieldset {
  padding: 0.3rem;
}
.form_field.select2 .select2-container--default .select2-selection--multiple {
  border: 0;
}
.form_field.select2
  t
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 0;
  outline: 0;
}
.form_field.select2
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #fff;
}
.form_field.select2 button.select2-selection__clear span {
  background: var(--BG-orange-light, #f26522);
  color: #fff;
  padding: 0 0.2rem;
  border-radius: 0.25rem;
  line-height: 1;
}
.form_field.select2
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #fff;
}
.form_field.select2
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove:after {
  content: ",";
}
.select2-container--default .select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--fill-color, #c5d8ec) !important;
  color: #000;
}
.select2-dropdown {
  border: 1px solid #fff !important;
  border-radius: 1.5rem !important;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1),
    -4px -4px 20px 0px rgba(0, 0, 0, 0.1);
}
.select2-results__option {
  text-align: right;
}
/* Result */

#apr-swiper {
  padding: 1rem 1rem 2rem 1rem;
  width: 100%;
}

#apr-swiper .swiper--wrapper {
  width: 100%;
}

.apr *,
.apr *:before {
  line-height: 1.3;
}
/* .apr {
    width: 100%;
    min-width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #FFF;
    padding: 0 1.5rem 1.5rem;  
} */

#apr-swiper .apr-item.swiper-slide.swiper-slide-next {
  transform: scale(1);
}

#apr-swiper .apr-item.swiper-slide {
  transform: scale(0.85);
}

.apr .apr-item {
  min-height: 400px;
  /* position: relative; */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  /* flex: 0 1 33%; */
  /* width: 33%; */
  font-family: Verdana, sans-serif;
  cursor: default;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #0054a6;
  /* margin: 1.5rem; */
}

.apr .apr-item.best {
  border-bottom: 4px solid #dc5515;
}
.apr .apr-deco {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #0054a6;
  position: relative;
}

.apr .apr-item.best .apr-deco {
  background: #dc5515;
}
.apr .apr-item-center .apr-deco {
  background: #0054a6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apr-logo {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
.apr-content {
  margin-top: 0.5rem;
}
.apr .apr-price,
.acc-head-price {
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15rem;
  color: var(--Button-Color, #dc5515);
  text-align: center;
}
.apr .apr-price > span,
.acc-head-price > span {
  font-size: 1rem;
}
.apr span.apr-currency,
.acc-head-price span.apr-currency {
  font-size: 1rem;
  font-weight: normal;
  padding-left: 6px;
  vertical-align: top;
  color: #dc5515;
}
.apr .apr-title {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

.apr .apr-logo img {
  max-height: 3rem;
}
.apr .apr-deco-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.apr .deco-layer {
  transition: transform 0.5s;
  fill: #fff;
}
.apr .apr-item:hover .deco-layer--1 {
  transform: translate3d(15px, 0, 0);
}
.apr .apr-item:hover .deco-layer--2 {
  transform: translate3d(-15px, 15px, 0);
}
.apr .apr-item:hover .deco-layer--3 {
  transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
  -o-transform: translate(-15px, -15px);
  -moz-transform: translate(-15px, -15px);
}
.apr .apr-feature-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  height: 100%;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
.apr .apr-feature-list li {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: right;
  position: relative;
  color: #0054a6;
  background: var(--BG-grey-light, #f2f2f2);
}

.apr-item.swiper-slide {
  min-height: 390px;
}

.apr .apr-action {
  border: none;
  margin: 1rem auto;
  width: 60%;
  padding: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  text-align: center;
  outline: none;
  color: #fff;
  border-radius: 1.5rem;
  background: var(--Footer-Color, #0054a6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    4px 4px 20px 0px rgba(242, 101, 34, 0.15),
    -4px -4px 7.5px 0px rgba(255, 255, 255, 0.2) inset;
  text-transform: uppercase;
  transition: background 0.5s;
  cursor: pointer;
}
.apr .apr-action:hover,
.apr .apr-action:focus {
  background: #183a57;
}
.acc-head__logo {
  min-width: 80px;
  max-width: 80px;
}

.acc-head-title {
  width: 90px;
}

.loader {
  margin: auto;
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #de3500 #0000 #0054a6 #0000;
  border-radius: 50%;
  box-sizing: border-box;
  animation: 1s rotate linear infinite;
}
.loader:before,
.loader:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #0054a6;
  transform: translate(-10px, 19px) rotate(-35deg);
}
.loader:after {
  border-color: #de3500 #0000 #0000 #0000;
  transform: translate(32px, 3px) rotate(-35deg);
}
.question__wrapper.v2 {
  margin-top: 0;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.toggle-item__title_v2 {
  background: #e8e9eb;
  border-radius: 2.63158vw;
  font-weight: 700;
  font-size: 0.94737vw;
  line-height: 1.15789vw;
  color: #0054a6;
  padding: 0.78947vw 1.57895vw 0.78947vw 3.15789vw;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.toggle-item__title_v2.active {
  background: #0054a6;
  color: #fff;
}

.toggle-item__title_v2.active::before {
  background: #0f72d3;
}

.toggle-item__title_v2.active:after {
  transform: rotate(180deg);
  filter: brightness(20);
}

.toggle-item__title_v2::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center;
  width: 1.63158vw;
  height: 1.63158vw;
  left: 0.52632vw;
  top: 0.52632vw;
  transition: all 0.3s ease-in-out;
}

.toggle-item__title_v2::before {
  content: "";
  position: absolute;
  width: 1.63158vw;
  height: 1.63158vw;
  left: 0.52632vw;
  top: 0.52632vw;
  background-color: #d9d9d9;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
#apr-swiper {
  padding: 0 0 2rem 0;
  max-width: 30%;
  overflow: visible;
}

#apr-swiper .apr-item.swiper-slide.swiper-slide-next {
  transform: scale(0.85);
}
#apr-swiper .apr-item.swiper-slide.swiper-slide-prev {
  transform: scale(0.85);
}

#apr-swiper .apr-item.swiper-slide {
  transform: scale(0.85);
}
#apr-swiper .apr-item.swiper-slide.swiper-slide-active {
  transform: scale(1);
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    float: left;
  }
}
@media (min-width: 564px) {
  .daterangepicker {
    direction: rtl !important;
    text-align: right !important;
  }
  .daterangepicker .drp-calendar {
    float: right !important;
  }
}
@media (max-width: 960px) {
  .m-hide {
    display: none;
  }
  .flex-m-wrap {
    flex-wrap: wrap;
  }
  .flex-m-100 {
    flex-basis: 100%;
  }
  .f-m-column {
    flex-direction: column;
  }
  .flex-m-wrap {
    flex-wrap: wrap;
  }
  #formsearch {
    margin: 0;
    width: 100%;
  }
  #formsearch .fieldset__container {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
  nav.navbar.form-nav {
    margin-bottom: 1rem;
  }
  .form-nav .nav_link {
    position: relative;
    padding: 0;
    font-size: 0.75rem;
    line-height: 2.2;
    flex-wrap: wrap;
  }
  .form-nav .top_nav {
    margin: 0 auto;
    width: 98%;
  }
  .label-title,
  .acc-head-title,
  .data-nav__item {
    font-size: 0.75rem;
  }
  .acc-head .label-title {
    font-size: 1rem;
  }
  a.acc-head:after,
  a.has-childrens:after {
    margin-right: 0;
  }
  #progressbar {
    margin-bottom: 0.5rem;
    min-height: 2rem;
  }
  #progressbar li {
    min-height: 2rem;
  }
  .step-index {
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .person__accordion-title {
    padding: 0.25rem 1.5rem;
    padding-right: 2.5rem;
  }
  #formsearch .fieldset__container {
    padding: 1rem 0 2rem 0;
  }
  .action-button--delete {
    right: 1.5rem;
  }
  .gender-box {
    order: 1;
  }
  .pregnant-box {
    order: 2;
  }
  .age-box {
    order: 3;
  }

  #formsearch h2.fs-title {
    font-size: 1.25rem;
  }
  #formsearch .form_field {
    width: 100%;
  }
  #formsearch .form_field legend {
    padding: 0;
    margin: 0 0.9rem 0 0;
    font-size: 1rem;
    line-height: 1;
  }
  #formsearch .form_field input {
    line-height: 1.5rem;
    width: 100%;
  }
  #formsearch input#marketing,
  #formsearch input#conditions {
    width: 1rem;
  }
  .nav-form {
    gap: 0;
    justify-content: space-evenly;
  }
  .peson-info__row {
    margin-bottom: 0.5rem;
  }
  .data-nav__item.label-title {
    flex: 100%;
  }
  #j__countiresNav .data-nav__item.label-title {
    flex: 0 0 3.5rem;
  }
  .data-nav__item[data-info^="name"] {
    width: 35%;
  }

  #formsearch .action-button {
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
  .accordion_wrap {
    max-width: 95%;
  }
  div#insurances {
    max-height: 45vh;
  }
  .label-title,
  .acc-head-title {
    margin-left: 2px;
    text-align: right;
  }
  span.insurance-dates {
    text-align: right;
    color: #868686;
  }
  .form__accordion-title {
    padding: 0.5rem;
  }
  #apr-swiper {
    padding: 0 0 2rem 0;
    max-width: 45%;
    overflow: visible;
  }
  .apr .apr-logo img {
    max-height: 3rem;
    max-width: 70%;
    object-fit: contain;
  }

  .swiper-slide .apr span.apr-currency,
  .acc-head-price span.apr-currency {
    font-size: 1.25rem;
  }
  .swiper-slide .apr .apr-price > span,
  .acc-head-price > span {
    font-size: 1rem;
  }
  swiper-slide .apr .apr-feature-list li {
    font-size: 1rem;
  }

  #apr-swiper .apr-item.swiper-slide {
    transform: scale(1);
  }
  a.call-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -8%;
  }
  #checking .box-wrapper--date,
  .countries__select {
    padding: 0 1rem;
  }
  div#сontinents-list {
    padding: 0 1.25rem;
  }
  div#сontinents-list label {
    flex: 45%;
  }
  span.insurance-dates span {
    font-size: 0.75rem;
  }
  span.country-dates {
    font-size: 0.75rem;
  }
  span.data-nav {
    max-width: 42px;
    overflow: hidden;
    direction: ltr;
  }
  .acceptance.form_field label span {
    text-align: right;
  }
  ul.list_persone-insurance {
    flex-wrap: wrap;
  }
  .acc-head-price {
    display: inline-flex;
    gap: 4px;
    justify-content: space-between;
  }

  /* home page */
  .toggle-item__title_v2 {
    font-size: 3.88889vw;
    line-height: 4.72222vw;
    padding: 2.77778vw 6.94444vw 2.77778vw 17.11111vw;
    border-radius: 13.88889vw;
  }

  .coatings-acc {
    max-width: 100%;
  }

  .toggle-item__title_v2::before {
    width: 8.33333vw;
    height: 8.33333vw;
    left: 3.83333vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .toggle-item__title_v2::after {
    width: 8.33333vw;
    height: 8.33333vw;
    left: 3.83333vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .toggle-item__title_v2.active:after {
    transform: rotate(180deg) translateY(50%);
  }

  .hide_card {
    display: none;
    transition: all 1s;
  }

  .servises-cards__wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .service-card {
    margin: 0 auto;
    padding: 16px;
    width: 80%;
    max-width: 100%;
  }

  h3.service-card__title {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .service-card__title__wrap {
    gap: 0;
  }
  .service-card__title__wrap img {
    max-width: 45px;
    max-height: 45px;
    width: 45px;
    height: 45px;
    object-fit: contain;
  }

  .coatings-acc.v2 .toggle-item {
    margin-bottom: 2.5rem;
    flex-basis: 100%;
    width: 100%;
  }
  .comparison-slider.v2 {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding: 2.5rem 0;
  }
  .comparison-slider.v2::before {
    width: 100%;
    height: 100%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
  }
  #comparison-slider .swiper-button-next,
  #comparison-slider .swiper-button-prev {
    top: 42%;
  }
  #comparison-slider .swiper-button-next {
    right: 0;
  }
  #comparison-slider .swiper-button-prev {
    left: 0;
  }
  #comparison-slider .swiper-button-next,
  #comparison-slider .swiper-button-prev {
    width: 13.88889vw;
    height: 13.88889vw;
    top: 50%;
    border-radius: 50%;
  }
  .comparison .comparison__wrapper.v2 {
    max-width: 100%;
  }
  .floating svg {
    position: fixed;
    width: 3rem;
    height: 3rem;
    bottom: 3rem;
    right: unset;
    left: 5px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
  }
  div#openForm.fixed {
    position: fixed;
    z-index: 99999;
    bottom: 1rem !important;
    left: unset;
    right: 5px;
    opacity: 1;
    animation: fadeIn 1.5s ease-in;
  }

  div#openFormMobile.fixed {
    position: fixed;
    z-index: 99999;
    bottom: 1rem !important;
    left: unset;
    right: 5px;
    opacity: 1;
    animation: fadeIn 1.5s ease-in;
  }
}
@media screen and (min-width: 1080px) {
  /* .apr .apr-item {
      margin: 20px 0;
  } */
  .apr .apr-item-center {
    margin: 0;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 20px 32px rgba(0, 0, 0, 0.2);
  }
}
