@keyframes jump {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes sharedw {
  0%,
  12%,
  16%,
  18%,
  4%,
  8% {
    transform: rotate(-3deg);
  }
  10%,
  14%,
  2%,
  6% {
    transform: rotate(3deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
@keyframes open {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes open-text {
  0% {
    transform: scale(0.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hide {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0.2);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ol,
ul {
  margin: 0 20px;
}
@font-face {
  font-family: "Anticva";
  src: url(/assets/fonts/Anticva-Regular.otf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prata";
  src: url(/assets/fonts/Prata-Regular.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINPro";
  src: url(../fonts/DINPro.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINPro-Bold";
  src: url(../fonts/DINPro-Bold.otf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINPro-MediumItalic";
  src: url(../fonts/DINPro-MediumItalic.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.h4,
h4 {
  display: block;
}
.h4 {
  text-transform: uppercase;
}
.h3 {
  font-size: 1.75rem;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge {
  margin: 0 0 20px;
  font-weight: 400;
  color: #666;
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  color: #666;
}
h4,
h5,
h6 {
  text-transform: none;
}
a,
body {
  color: #000;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
  letter-spacing: 1px;
  font-size: 1rem;
  overflow-x: hidden;
}
.uk-container-small {
  max-width: 1200px;
}
.h1,
.h2,
.h3 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
a {
  cursor: pointer;
}
.fix {
  z-index: 101;
  position: fixed;
}
.men-fix {
  width: 100%;
  background: linear-gradient(90deg, #83e8b9 0, #866eaf 100%);
}
.header__flex {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.ar-container {
  position: relative;
  box-sizing: content-box;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
  padding-right: 65px;
}

.header__flex-text {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.logo img {
  max-width: 250px;
}
.header__flex-social {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu ul .subtriggered + ul,
.non-mob {
  display: block;
}
.header-info,
.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-phone {
  margin-right: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.header-info {
  gap: 20px;
}
.phone,
.whatsapp {
  color: #fff;
  text-decoration: none;
}
.phone {
  position: relative;
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  padding-left: 25px;
  margin-right: 25px;
}
.whatsapp {
  margin-right: 20px;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  padding-left: 29px;
}
.phone:before,
.whatsapp:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://factorsmile.ae/assets/new-home/img/icon/phone-call.png);
  background-size: cover;
}
.whatsapp:before {
  background-image: url(https://factorsmile.ae/assets/new-home/img/icon/whatsapp.png);
}
.time {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}
.lang-item {
  position: relative;
}
.lang-item:nth-child(1):before {
  right: 0;
  position: absolute;
  content: "/";
  text-align: center;
  width: 10px;
  color: #fff;
  left: 120%;
}
.lang-item a,
.lang-item span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}
.lang-item a {
  text-decoration: underline;
}
#ar-modalen:hover {
  background-position: right top;
}
.btn-default {
  background: #d84452;
  color: #fff;
}
.btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
.main-menu > li {
  display: inline-flex;
}
.main-menu > li + li {
  margin-left: 20px;
}
.main-menu > li > a {
  position: relative;
  color: #fff;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  letter-spacing: 0.2px;
  font-size: 18px;
  text-decoration: none;
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #96dfcf;
}
.main-menu li {
  margin: 0;
  white-space: nowrap;
}
.main-menu li.menu-children {
  position: relative;
  margin-right: 12px;
}
.main-menu li.menu-children:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.main-menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px 30px;
  background-color: #fff;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 20;
  min-width: 220px;
  top: 100%;
  left: -30px;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
}
.main-menu ul:after {
  left: 55px;
  content: "";
  position: absolute;
  top: 1px;
  right: 25px;
  width: 25px;
  height: 15px;
  background: url(/assets/img/arrow-menu.png) 100% 100%no-repeat;
  transform: translateY(-100%);
}
.logo img:hover {
  max-width: 250px;
  filter: drop-shadow(2px 4px 6px #866eaf);
  animation: jump 1.5s linear 0s 1 normal none;
}
.main-menu ul:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 13px);
  width: 1px;
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
}
.main-menu ul li {
  display: block;
  padding: 0 10px;
  line-height: 1.1;
}
.main-menu ul li:last-child {
  margin-bottom: 0;
}
.main-menu ul li a {
  display: block;
  color: #8374b1;
  font-size: 14px;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 500;
}
.main-menu ul li a:hover {
  color: #96dfcf;
  text-decoration: none;
}
.main-menu ul ul {
  top: 0;
  left: 100%;
}
.menu-bar {
  display: none;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  position: fixed;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 9999999;
  box-sizing: content-box;
}
.menu-bar span,
.menu-bar span:after,
.menu-bar span:before {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  height: 3px;
  position: absolute;
}
.menu-bar span {
  display: inline-block;
  top: 50%;
  left: 10px;
  width: 22px;
}
.menu-bar span:after,
.menu-bar span:before {
  content: "";
  display: block;
  width: 30px;
}
.menu-bar span:before {
  top: -8px;
}
.menu-bar span:after {
  top: 8px;
}
.triggered .menu-bar span {
  width: 0;
}
.triggered .menu-bar span:before {
  transform: rotate(45deg);
  top: 0;
}
.triggered .menu-bar span:after {
  transform: rotate(-45deg);
  top: 0;
}
.menu {
  background: linear-gradient(to left, #866eaf, #83e8b9);
  height: 100vh;
  opacity: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100vw;
  z-index: 9999998;
  overflow-y: auto;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu,
.menu ul,
.menu ul li {
  transition: all 0.3s ease-in-out;
}
.menu ul li a,
.menu ul li ul li.has-children1 a {
  color: #fff;
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 20px;
  padding: 8px 15px;
  position: relative;
  text-decoration: none;
  outline: 0;
}
.menu ul li span {
  display: inline-block;
  height: 24px;
  top: 5px;
  position: relative;
  width: 24px;
}
.menu ul li span:after,
.menu ul li span:before {
  background-color: #bfe2ff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 15px;
}
.menu ul li span:before {
  top: 50%;
  transform: translateY(-50%);
}
.menu ul li span:after {
  transition: all 0.15s ease-in-out;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.menu ul li span.subtriggered:after {
  transform: translateY(-50%) rotate(0);
}
.menu ul li ul li a {
  padding: 8px 30px;
  font-size: 18px;
  color: #fff;
}
.triggered .menu {
  opacity: 1;
  transform: translateY(0);
}
.menu ul ul {
  display: none;
}
.re {
  background: red;
  line-height: 0;
}
.uk-margin input::placeholder {
  color: #a9a9a9;
}
.footer {
  padding-top: 30px;
  padding-bottom: 35px;
  background: url(/assets/img/bg-footer.png),
    linear-gradient(90deg, #83e8b9 0, #866eaf 100%);
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
}
.footer-content {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.footer-content__block-adress {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-content__block-logo,
.footer-content__block-menu .menu {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
.footer-item-title {
  display: block;
}
.underline-one {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.adress {
  font-size: 20px;
}
.footer-park {
  margin: 10px 0;
  border-radius: 5px;
  border: 2px solid;
  padding: 2px 10px;
  animation: sharedw 5s linear 0s infinite normal none;
}
.footer__color,
.menu-link {
  color: #fff;
  font-size: 18px;
}
.footer-content__block-menu .menu {
  align-items: flex-start;
  gap: 10px;
}
.menu-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.social {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.social-item {
  margin-right: 20px;
}
.social-link {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.social-link-vat {
  background-image: url(/assets/new-home/img/icon/whatsa.png);
}
.social-link-fb {
  background-image: url(/assets/new-home/img/icon/facebook.png);
}
.social-link-ins {
  background-image: url(/assets/new-home/img/icon/instagram.png);
}
.social-link-yt {
  background-image: url(/assets/new-home/img/icon/yt.png);
}
@media only screen and (min-width: 320px) and (max-width: 900px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .footer-content,
  .footer-content__block-adress {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer-content__block-adress {
    justify-content: flex-start;
  }
  .footer-content {
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    align-content: center;
  }
  .adress {
    text-align: center;
    font-size: 16px;
  }
  .social-link {
    display: block;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-size: cover;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1015px) {
  .main-menu > li > a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 900px) {
  .menu-bar {
    display: block;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;
    position: fixed;
    top: 17px;
    right: 27px;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    box-sizing: content-box;
  }
}
@media only screen and (min-width: 310px) and (max-width: 359px) {
  .menu-bar {
    display: block;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;
    position: fixed;
    top: 13px;
    right: 27px;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    box-sizing: content-box;
  }
}
@media only screen and (min-width: 320px) and (max-width: 900px) {
  .ar-container {
    position: relative;
    box-sizing: content-box;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-phone,
  .non-mob {
    display: none;
  }
  .header__flex,
  .header__flex-text {
    display: flex;
    flex-direction: column;
  }
  .header__flex {
    padding: 10px 20px;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
  }
  .logo img {
    max-width: 150px;
    width: 100%;
  }
  .header__flex-text {
    margin-right: 50px;
    align-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  #ar-modalen {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: hsl(0deg 66.34% 40.48%);
    --btn-bg-2: hsl(0deg 98.8% 65.87%);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    padding: 2px 5px;
    min-width: 90px;
    min-height: 25px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.8s;
    background-size: 280%auto;
    background-image: linear-gradient(
      325deg,
      var(--btn-bg-2) 0%,
      var(--btn-bg-1) 55%,
      var(--btn-bg-2) 90%
    );
    border: 0;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow: 0 0 20px rgba(71, 184, 255, 0.5),
      0 5px 5px -1px rgba(58, 125, 233, 0.25),
      inset 4px 4px 8px rgba(175, 230, 255, 0.5),
      inset -4px -4px 8px rgba(19, 95, 216, 0.35);
  }
}
#ar-modalen {
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsl(0deg 66.34% 40.48%);
  --btn-bg-2: hsl(0deg 98.8% 65.87%);
  --btn-bg-color: hsla(360 100% 100% / 1);
  --radii: 0.5em;
  cursor: pointer;
  padding: 5px 10px;
  min-width: 120px;
  min-height: 35px;
  font-size: var(--size, 1rem);
  font-weight: 500;
  transition: 0.8s;
  background-size: 280%auto;
  background-image: linear-gradient(
    325deg,
    var(--btn-bg-2) 0%,
    var(--btn-bg-1) 55%,
    var(--btn-bg-2) 90%
  );
  border: 0;
  border-radius: var(--radii);
  color: var(--btn-bg-color);
  box-shadow: 0 0 20px rgba(71, 184, 255, 0.5),
    0 5px 5px -1px rgba(58, 125, 233, 0.25),
    inset 4px 4px 8px rgba(175, 230, 255, 0.5),
    inset -4px -4px 8px rgba(19, 95, 216, 0.35);
}
#ar-modalen:is(:focus, :focus-visible, :active) {
  outline: 0;
  box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
}
@media (prefers-reduced-motion: reduce) {
  #ar-modalen {
    transition: linear;
  }
}
#art-modals .uk-fieldset {
  padding: 0 10px 10px;
  border: 0;
}
#art-modals .uk-form-label {
  color: #333;
  font-size: 0.875rem;
}
#art-modals .uk-checkbox:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
#art-modals .uk-checkbox:checked,
#art-modals .uk-checkbox:indeterminate,
#art-modals .uk-radio:checked {
  background-color: #1e87f0;
  border-color: transparent;
}
#art-modals .uk-checkbox:not(:disabled),
#art-modals .uk-radio:not(:disabled),
#art-modals button.ar-icon:not(:disabled) {
  cursor: pointer;
}
#art-modals .uk-checkbox,
#art-modals .uk-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}
#art-modals .uk-checkbox,
#art-modals .uk-input,
#art-modals .uk-radio,
#art-modals .uk-select,
#art-modals .uk-textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}
#art-modals .btn-donate span {
  font-size: 18px;
}
#art-modals .uk-margin-top {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: column-reverse;
}
#art-modals .btn-donate {
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsla(194 100% 69% / 1);
  --btn-bg-2: hsla(217 100% 56% / 1);
  --btn-bg-color: hsla(360 100% 100% / 1);
  --radii: 0.5em;
  cursor: pointer;
  min-width: 120px;
  min-height: 44px;
  font-size: var(--size, 1rem);
  font-weight: 500;
  transition: 0.8s;
  background-size: 280%auto;
  background-image: linear-gradient(
    325deg,
    var(--btn-bg-2) 0%,
    var(--btn-bg-1) 55%,
    var(--btn-bg-2) 90%
  );
  border: 0;
  border-radius: var(--radii);
  color: var(--btn-bg-color);
  box-shadow: 0 0 20px rgba(71, 184, 255, 0.5),
    0 5px 5px -1px rgba(58, 125, 233, 0.25),
    inset 4px 4px 8px rgba(175, 230, 255, 0.5),
    inset -4px -4px 8px rgba(19, 95, 216, 0.35);
}
#art-modals .btn-donate:hover {
  background-position: right top;
}
#art-modals h4 {
  text-align: center;
  color: #000;
  margin-top: 5px;
}
#art-modals .form-text {
  font-size: 12px;
}
#art-modals .btn-donate:is(:focus, :focus-visible, :active) {
  outline: 0;
  box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
}
@media (prefers-reduced-motion: reduce) {
  .btn-donate {
    transition: linear;
  }
}
#art-modals .uk-input,
#art-modals .uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}
#art-modals .uk-input,
#art-modals .uk-select,
#art-modals .uk-textarea {
  max-width: 100%;
  width: 100%;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}
#art-modals * + .uk-margin {
  margin-top: 20px !important;
}
#art-modals .uk-margin {
  margin-bottom: 20px;
}
#art-modals .uk-input:focus,
#art-modals .uk-select:focus,
#art-modals .uk-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}
#art-modals .ar-modal-dialog h3 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
  color: #5c4a8c;
  text-align: center;
}
.overlay-modale[style*="block"] {
  animation: open 0.6s linear 0s 1 normal none;
  opacity: 1;
}
.overlay-modale {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  overflow-y: auto;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.15s linear;
  animation: hide 0.6s linear 0s 1 normal none;
}
#art-modals .ar-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 5%auto;
  z-index: 1010;
  transition: 0.3s linear;
  transition-property: opacity, transform;
  animation: open-text 0.4s linear 0s 1 normal none;
  max-width: 500px;
  background: #e5ebff;
  border-radius: 10px;
  padding: 10px 0 0;
  border: 5px solid #fff;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0 30px 30px -20px;
}
#art-modals .ar-icon {
  cursor: pointer;
}
#art-modals [class*="ar-modal-close-"] {
  cursor: pointer;
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
  border: 0;
}
#art-modals .ar-close {
  cursor: pointer;
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}
#art-modals .ar-icon {
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
#art-modals .ar-icon:not(.ar-preserve) [stroke*="#"]:not(.ar-preserve) {
  stroke: currentcolor;
}
#art-modals [class*="ar-modal-close-"]:first-child + * {
  cursor: pointer;
  margin-top: 0;
}
#art-modals .error_namecon,
#art-modals .error_namemodal,
#art-modals .error_namepodpiska,
#art-modals .error_phone {
  display: none;
  color: red;
  text-shadow: 0 0 1px #000;
  font-size: 13px;
}
#art-modals .uk-form-dangerfo,
#art-modals .uk-form-dangerfo:focus {
  border: 4px solid #f44336 !important;
  color: #f0506e !important;
  border-color: #f0506e !important;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #ar-modalen {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
    perspective: 30rem;
    border-radius: 10px;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.308);
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  #ar-modalen {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    padding: 5px 7px;
    cursor: pointer;
    perspective: 30rem;
    border-radius: 6px;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.308);
  }
  #ar-modalen::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
    background: linear-gradient(
      320deg,
      rgba(0, 140, 255, 0.678),
      rgb(128 0 128/3%)
    );
    z-index: 1;
    transition: background 3s;
  }
  #art-modals .ar-modal-dialog h3 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 20px;
    color: #5c4a8c;
    text-align: center;
  }
}
