* {
  margin: 0;
  padding: 0;
}
*::-webkit-input-placeholder {
  color: #aaaab1;
  opacity: 1;
}
*:-moz-placeholder {
  color: #aaaab1;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaaab1;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaaab1;
  opacity: 1;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}
a {
  text-decoration: none;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Cera Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 152.7%;
  overflow-x: hidden;
  color: #35354e;
  background: #f3f3f3;
}
.text-center {
  text-align: center;
}
#header {
  width: 100%;

  background: #35354e;
  z-index: 9;
  transition: all 0.5s ease;
}
.header {
  width: 100%;
  padding: 30px 15px;
  display: flex;
  z-index: 9;
  justify-content: space-between;
  align-items: center;
}
.fix {
  position: absolute;
  /* z-index: 5; */
  transition: all 0.5s ease;
}
#menu {
  display: inline-block;
  margin: 0;
}
#menu .active {
  color: #e42546 !important;
  transition: all 0.5s ease;
  font-size: 1.1em;
}
#menu li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px;
}
#menu li.active a {
  color: #e42546;
  font-weight: 600;
}
#menu li a {
  color: #000;
  transition: all 0.5s ease;
}

.menu-links {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  height: 100%;
}

.container {
  max-width: 1189px;
}
.button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 18px 30px;
  background: #ed1847;
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Cera Pro";
  text-align: center;
  transition: background 0.3s;
}
.button:hover {
  background: #ff002e;
}
.button:active {
  background: #b60e33;
}
.input-clear {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
  font-family: "Cera Pro";
}
#main {
  background: #35354e;

  padding-top: 171px;
  padding-bottom: 173px;
  color: #fff;
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu__menu {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-menu__item {
  margin: 0 20px;
}
.header-link,
.header-menu__item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.header-menu__right {
  display: flex;
  align-items: center;
  position: relative;
  /* padding-left: 40px; */
  margin-left: 20px;
}
/* .header-menu__right:after {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
} */
.header-menu__login {
  margin-right: 40px;
}
.header-menu__button .button {
  padding-top: 9px;
  padding-bottom: 9px;
}
.main-hero {
  display: flex;
  /* align-items: center; */
  position: relative;
}
.main-hero__img {
  position: absolute;
  z-index: 0;
  right: -40px;
  top: -90px;
}
h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
}
.main-hero__left {
  max-width: 571px;
  max-width: 493px;
  padding-top: 54px;
  position: relative;
  z-index: 1;
}
.main-hero__subhead {
  font-weight: 500;
  font-size: 21px;
  line-height: 148.2%;
  margin-top: 16px;
}
.main-hero__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 152.7%;
  margin-top: 18px;
  max-width: 499px;
}
.main-hero__button {
  margin-top: 31px;
}
h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

#map {
  padding-top: 33px;
}
.map-open-link,
.red-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #ed1847;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.to-red-link {
  position: relative;
  transition: color 0.3s;
}
.map-open-link:after,
.red-link:after,
.to-red-link:after {
  content: "";
  width: 0;
  height: 1px;
  background: #ed1847;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 0.3s;
}
.map-open-link:hover:after,
.red-link:hover:after,
.to-red-link:hover:after {
  width: 100%;
}
.to-red-link:hover {
  color: #ed1847;
}
.map-container {
  margin-top: 31px;
  /* height: 574px; */
  height: 532px;
  /* background: rgb(241, 159, 159); */
}

#start {
  padding-top: 31px;
  padding-bottom: 25px;
  background: #fff;
}
.start-wrapper {
  max-width: 977px;
  margin-left: calc((100vw - 1189px) / 2);
}
.start__inner {
  display: flex;
  align-items: center;
}
.start__img {
  /* width: 314px; */
  flex: 0 0 410px;
}
.start__img img {
  width: 100%;
}
.start__content {
  margin-left: 50px;
}
.start__text {
  margin-top: 14px;
  margin-bottom: 29px;
}
.footer {
  background: #35354e;
  color: #fff;
  padding-top: 54px;
  padding-bottom: 18px;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 41px;
}
.footer__contacts {
  margin-left: 37px;
  /* flex-grow: 1; */
}
.footer__head {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.footer__bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__pwd {
  color: #fff;
}
.footer__logo img {
  width: 177px;
}
.footer__pwd,
.footer__copyright {
  font-weight: 400;
  font-size: 13px;
  line-height: 152.7%;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 152.7%;
  color: #ffffff;
  transition: color 0.3s;
}
.footer-contact-item:hover {
  /* color: #ED1847 */
  text-decoration: underline;
}
.footer-contact-item:not(:last-child) {
  margin-right: 35px;
}
.footer-contact-item svg {
  margin-right: 12px;
}
.footer__contact-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-contacts {
  display: flex;
  align-items: center;
}
.footer-socials {
  display: grid;
  grid-template-columns: repeat(3, min-content);
  grid-gap: 10px;
}
.footer-socials a {
  display: flex;
}
.footer-socials svg {
}
#login {
  padding-top: 167px;
  padding-bottom: 93px;
  background: #35354e;
  color: #fff;
}
#login h1 {
  max-width: 738px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.login-hero__subtext {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  margin-top: 17px;
  max-width: 551px;
  margin-left: auto;
  margin-right: auto;
}
.login-hero__box {
  margin-top: 35px;
}
.login-box {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  color: #35354e;
  padding: 41px 68px;
}
.login-box__form {
  width: 100%;
}
.input {
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  padding: 9px 20px;
  width: 100%;
  border: 1px solid #e0e0ee;
}
.input:focus {
  border-color: #6d6dd7;
}
.input.error {
  border-color: #ff0000;
}
.login-box__head {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  transition: opacity 0.3s;
}
.login-box.is-out .login-box__head {
  opacity: 0;
}
.login-box__text {
  margin-top: 30px;
  margin-bottom: 14px;
  transition: opacity 0.3s 0.15s;
}
.login-box.is-out .login-box__text {
  opacity: 0;
}
.login-box .login-box__form {
  transition: opacity 0.3s 0.25s;
}
.login-box.is-out .login-box__form {
  opacity: 0;
}
.login-box__form .button {
  margin-top: 0px;
}
.login-box__thx {
  opacity: 0;
  transition: opacity 0.6s 1.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  /* max-width: 280px; */
}
.login-box.is-out .login-box__thx {
  opacity: 1;
}
.login-box__thx:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-top: 15px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ed1847' d='M23.334 11.96c-.713-.726-.872-1.829-.393-2.727.342-.64.366-1.401.064-2.062-.301-.66-.893-1.142-1.601-1.302-.991-.225-1.722-1.067-1.803-2.081-.059-.723-.451-1.378-1.062-1.77-.609-.393-1.367-.478-2.05-.229-.956.347-2.026.032-2.642-.776-.44-.576-1.124-.915-1.85-.915-.725 0-1.409.339-1.849.915-.613.809-1.683 1.124-2.639.777-.682-.248-1.44-.163-2.05.229-.61.392-1.003 1.047-1.061 1.77-.082 1.014-.812 1.857-1.803 2.081-.708.16-1.3.642-1.601 1.302s-.277 1.422.065 2.061c.479.897.32 2.001-.392 2.727-.509.517-.747 1.242-.644 1.96s.536 1.347 1.17 1.7c.888.495 1.352 1.51 1.144 2.505-.147.71.044 1.448.519 1.996.476.549 1.18.844 1.902.798 1.016-.063 1.953.54 2.317 1.489.259.678.82 1.195 1.517 1.399.695.204 1.447.072 2.031-.357.819-.603 1.936-.603 2.754 0 .584.43 1.336.562 2.031.357.697-.204 1.258-.722 1.518-1.399.363-.949 1.301-1.553 2.316-1.489.724.046 1.427-.249 1.902-.798.475-.548.667-1.286.519-1.996-.207-.995.256-2.01 1.145-2.505.633-.354 1.065-.982 1.169-1.7s-.135-1.443-.643-1.96zm-12.584 5.43l-4.5-4.364 1.857-1.857 2.643 2.506 5.643-5.784 1.857 1.857-7.5 7.642z'/%3E%3C/svg%3E");
}
.page-country {
  padding-top: 123px;
  padding-bottom: 40px;
}
.page-country__content {
  padding-top: 64px;
}
.page-country__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.page-country__button .button {
  padding: 9px 20px;
}
.content-container {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

/*  primary styles */
.accordion dd,
.accordion__panel {
  font-size: 1em;
  line-height: 1.5em;
  box-sizing: content-box;
  padding-right: 60px;
  transition: padding 0.3s;
  /* border-bottom: 1px solid #e1e1e1; */
}

.accordion dd.is-expanded {
  padding-bottom: 20px;
}

.accordion p {
  margin: 1em 0;
}

.accordion {
  position: relative;
}

.accordionTitle,
.accordion__Heading {
  font-weight: 700;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;

  /* Sayenko_dark_violet */

  color: #35354e;

  transition: background-color 0.5s ease-in-out;
  position: relative;
}
.accordionTitle .title-wrapper {
  max-width: 708px;
  display: inline-block;
}
.accordionTitle .title {
  display: inline;
}
.accordionTitle .title p{
  margin: 5px 0;
  font-weight: 500;
}
.accordionTitle .title ul{
  padding-left: 15px;

}
.accordionTitle .title ul li{
  margin: 5px 0;
}
.accordionTitle:before,
.accordion__Heading:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: auto;
  bottom: 11px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.2305' cy='10.6602' r='10' fill='%23ED1847'/%3E%3Cpath d='M10.2305 6.21338V15.1068M5.78381 10.6601H14.6772' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  transition: transform 0.3s ease-in-out, background 0.3s;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(180deg);
  transform-origin: center center;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='10' cy='10.0016' rx='10' ry='10.0016' fill='%23ED1847'/%3E%3Cpath d='M5.55371 10.0015H14.4471' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 95em;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}

.accordionTitle .title {
  /* position: relative; */
  background: #fff;
  z-index: 1;
  padding-right: 7px;
}
.accordionTitle .title-wrapper {
  position: relative;
  width: 100%;
}
.accordionTitle .title-wrapper:after {
  content: "";
  width: 100%;
  height: 1px;
  border: 1px dashed #c7c7d9;
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: -1;
}
.page-country__content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  margin: 1.5em 0;
}
.page-country__content h2 {
  margin: 30px 0;
}
h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  margin: 30px 0;
}
.page-country__breadcrumbs,
.page-country__breadcrumbs a {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #35354e;
}
.page-country__form {
  margin-top: 64px;
}
.country-form h2 {
  margin: 30px 0;
  transition: all 0.3s;
}
.country-form__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 37px;
  transition: all 0.3s 0.15s;
}
.country-form form {
  transition: all 0.3s 0.3s;
}
.is-out.country-form h2,
.is-out .country-form__text,
.is-out.country-form form {
  opacity: 0;
  transform: translateY(-3px);
}
.country-form__thx {
  transform: translateY(-3px);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s 1s;
}
.is-out .country-form__thx {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s 1s;
}
.country-form textarea {
  height: 226px;
  resize: none;
  margin-bottom: 26px;
  padding: 25px 30px;
}
.lawyer-card {
  display: flex;
  width: 371px;
}
.lawyer-card__photo {
  flex: 0 0 174px;
  position: relative;
}
.lawyer-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lawyer-card__body {
  background: #35354e;
  padding: 25px 10px 25px;
  color: #fff;
}
.lawyer-card__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
}
.lawyer-card__spec {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.lawyer-card__text {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  margin-top: 16px;
}
.lawyer-card__contacts {
  margin-top: 16px;
  font-size: 11px;
  line-height: 160%;
}

.lawyer-card__contacts strong {
  font-weight: 500;
}
.lawyer-card__contacts a {
  color: #fff;
  font-weight: 400;
}
.lawyer-card__socials {
  display: flex;
  align-items: center;
}
.lawyer-card__socials span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  font-size: 11px;
  line-height: 160%;
}
.lawyer-card__socials a {
  display: flex;
  margin: 0 5px;
}
#lawyers {
  background: #e6e6e8;
  padding-top: 50px;
  padding-bottom: 80px;
}
#lawyers h2 {
  margin-bottom: 18px;
}
.lawyers-list {
  margin-top: 30px;
}
.lawyers-list {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 79px;
  padding-right: 79px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 57px;
  height: 57px;
  background: none;
}
.swiper-slide {
  opacity: 0;
  transition: opacity 0.3s;
}
.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-active + .swiper-slide {
  opacity: 1;
}
#map{
  position: relative;
}


.map {
  display: block;
  height: 532px;
  /* background: #EFEFFA; */
}
.map {
  overflow: hidden;
  position: relative;
}
.map__inner {
  width: 1000px;
  height: 647px;
}
.map #image-container svg {
  height: 100% !important;
  position: absolute;
  /* background: #d1ded9; */
}
#image-container {
  display: block;
  height: 532px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  cursor: move;
}
#drag-image {
  position: relative;
  left: 129px;
  top: 15px;
  user-select: none;
  transition: transform 0.3s;
  transform-origin: center center;
}
#drag-image.scale-2 {
  transform: scale(2);
}
#drag-image.scale-3 {
  transform: scale(3);
}
#drag-image.scale-4 {
  transform: scale(4);
}
#drag-image.scale-5 {
  transform: scale(5);
}
#drag-image.scale-6 {
  transform: scale(6);
}
#drag-image.scale-7 {
  transform: scale(7);
}
.map #image-container svg path {
  fill: #6e8d80;
  fill: #aaaab1;
  stroke: #d1d1d1;
  stroke-width: 0.1px;
  cursor: pointer;
  outline: none;
  transition: fill 0.3s;
}
.map #image-container svg path.is-active {
  fill: #35354e;
}
.map #image-container svg path:hover {
  fill: #ed1847;
}

.tippy-box[data-theme~="4ref"] {
  background: #ffffff;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  color: #35354e;
  padding: 2px 11px;
}

.header__lang {
  margin-left: 40px;
}
.lang-switcher,
.header-user {
  position: relative;
}
.lang-switcher__current,
.header-user__avatar {
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: color 0.3s;
}
.lang-switcher__current:hover {
  color: #acacea;
}
.lang-switcher__current:after,
.header-user__avatar:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 8.59009L12 13.1701L16.59 8.59009L18 10.0001L12 16.0001L6 10.0001L7.41 8.59009Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  transition: transform 0.3s;
}
.lang-switcher__current:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 8.59009L12 13.1701L16.59 8.59009L18 10.0001L12 16.0001L6 10.0001L7.41 8.59009Z' fill='%23ACACEA'/%3E%3C/svg%3E%0A");
}
.lang-switcher__current.is-active:after {
  transform: rotate(180deg);
}
.lang-switcher__dropdown,
.header-user__dropdown {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 140px;
  /* background: #ffffff; */
  color: #fff;
  /* box-shadow: 3px 16px 20px 2px rgba(0, 0, 0, 0.1); */
  text-align: right;
  transition: opacity 0.3s, top 0s 0.3s;
}
.header-user__dropdown {
  text-align: left;
  display: inline-block;
  width: auto;
}
.lang-switcher__dropdown a,
.header-user__dropdown a {
  padding: 10px 15px;
  padding: 0px 33px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  /* color: #231f20; */
  display: block;
  color: #fff;
  /* background: #fff; */
  transition: all 0.3s;
}
.header-user__dropdown a {
  padding: 10px 15px;
  background: #fff;
  color: #35354e;
  display: inline-block;
  width: auto;
  white-space: pre;
}
.lang-switcher__dropdown a:hover,
.header-user__dropdown a:hover {
  /* background: #cccde8; */
  color: #acacea;
}
.header-user__dropdown a:hover {
  background: #cccde8;
  color: #35354e;
}
.lang-switcher__dropdown.is-active,
.header-user__dropdown.is-active {
  z-index: 1;
  top: 38px;
  opacity: 1;
  transition: opacity 0.3s, top 0s;
}
.map-box {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 258px;
  bottom: 30px;
  left: 5%;
}
.map-box__head {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 12px;
}
.map-box__body {
  padding: 25px 25px 5px 25px;
}
.map-box__scale {
  display: flex;
  align-items: center;
  justify-content: center;

  border-bottom: 1px solid #e0e0ee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.map-nav__scale-button {
  cursor: pointer;
  margin: 0 8px;
}
.map-box__scale svg {
  position: unset;
}
.map-nav__scale-button svg circle {
  transition: fill 0.3s;
}
.map-nav__scale-button:not(.is-disabled):hover svg circle {
  fill: #cbcbf8;
}
.map-nav__scale-button:not(.is-disabled):active svg circle {
  fill: #babad8;
}

.map-nav__scale-button.is-disabled {
  opacity: 0.5;
  cursor: default;
}
.map-legend__item {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.map-legend__item svg {
  margin-right: 11px;
}

.map-list {
  max-width: 1189px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  display: none;
  padding: 30px 15px;
}
.map-list a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #35354e;
  transition: color 0.3s;
}
.map-list a:hover {
  color: #ed1847;
}
.header__navtoggle {
  display: none;
  cursor: pointer;
}
.header__navtoggle path {
  transition: transform 0.3s;
  transform-origin: center center;
}
.header__navtoggle.is-active path:nth-child(1) {
  transform: rotate(45deg) translate(3px, 3px);
}
.header__navtoggle.is-active path:nth-child(2) {
  transform: scale(0);
}
.header__navtoggle.is-active path:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}
.mobile_menu {
  display: none;
  z-index: 8;
  background: #35354e;
  height: var(--app-height);
  position: absolute;
  width: 100%;
  padding-top: 90px;
}
.mobile_menu__nav a {
  display: block;
  width: 100%;
  padding: 15px 20px;

  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile_menu__nav a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile_menu__nav a:not(:last-child) {
}
.page-template-page-register .footer {
  display: none;
}
.input-error {
  color: #ff0000;
  margin-top: 5px;
  font-size: 11px;
  line-height: 140%;
}
.single-country {
  background: #fff;
}
.mobile_menu__button {
  margin-top: 20px;
  padding: 0 15px;
}
.subscribe-cookie {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgb(41, 40, 57, 0.9);
  max-width: 485px;
  color: #fff;
  padding: 20px 60px 25px 25px;
  line-height: 1.3;
  z-index: 99999;
  display: none;
}
.subscribe-cookie.show {
  display: block;
}
.subscribe-cookie__wrap {
  position: relative;
}
.subscribe-cookie__text {
  margin-bottom: 10px;
}
.subscribe-cookie a {
  color: #c94053;
}
.subscribe-cookie__btn {
  height: 40px;
  padding: 0 18px;
  border: none;
  /* border: 2px solid #fff; */
}
.subscribe-cookie__btn:hover {
  background: #fff;
  color: #292839;
}
.subscribe-cookie__close {
  position: absolute;
  right: -45px;
  top: -2px;
  stroke: #c94053;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
  border: none;
}
.subscribe-cookie__close:hover {
  stroke: #fff;
}
.subscribe-cookie__close svg {
  width: 18px;
  height: 18px;
}
.subscribe-cookie__close svg path {
  fill: #fff;
  stroke: #fff;
}
.input-wrap {
  margin: 15px 0;
}
.checkbox-label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  color: #000;
}
.checkbox-label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #fafcff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -2px;
}
.checkbox-label:after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L5.8 9L13 1' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E%0A");
  opacity: 0;
  position: absolute;
  position: absolute;
  top: 2px;
  left: 2px;
  filter: invert(1);
}
.checkbox {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.checkbox:checked + .checkbox-label:after {
  opacity: 1;
}
.checkbox:checked + .checkbox-label:before {
  background: #ed1847;
}
