@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input {
  border: unset;
}



:root {
  --container-side-padding: 50px;
  --theme-color: #15499f;
  --hover-theme-color: rgba(86, 149, 243, 0.53);
}

textarea {
  resize: none;
}

input,
button,
textarea {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}


@font-face {
  font-family: "SourceSansPro";
  font-display: swap;
  src: local('SourceSansPro-Light'), local('SourceSansPro-Light'), url(/assets/front_pages/fonts/SourceSansPro-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  font-display: swap;
  src: local('SourceSansPro-Regular'), local('SourceSansPro-Regular'), url(/assets/front_pages/fonts/SourceSansPro-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  font-display: swap;
  src: local('SourceSansPro-Bold'), local('SourceSansPro-Bold'), url(/assets/front_pages/fonts/SourceSansPro-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: local('Rubik-Regular'), local('Rubik-Regular'), url(/assets/front_pages/fonts/Rubik-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "SourceSansPro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  background-color: #fff;
  font-size: 16px;
  color: #000;
}

.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  min-width: 360px;
  margin: 0 auto;
  min-height: 100%;
  -webkit-animation: showSite 1s linear forwards;
  animation: showSite 1s linear forwards;
}

@-webkit-keyframes showSite {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showSite {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.container {
  max-width: 1270px;
  padding-left: var(--container-side-padding);
  padding-right: var(--container-side-padding);
  margin: 0 auto;
}

h1 {
  color: #0B1F35;
  font-weight: 700;
}

button {
  text-align: left;
  font-size: inherit;
  background-color: transparent;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
}

.btn {
  font-family: "Rubik", sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  padding: 1em;
}

.empty-btn {
  position: relative;
  overflow: hidden;
  color: var(--theme-color);
  border: 1px solid currentColor;
}

.empty-btn::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  opacity: 0;
}

.empty-btn::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0;
}

.all__info-policy_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.empty-btn span {
  position: relative;
  z-index: 1;
  color: #000;
}

.empty-btn:active::before {
  opacity: 1;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.empty-btn:active::after {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.empty-btn:active span {
  color: #fff !important;
}

.blue-btn {
  position: relative;
  overflow: hidden;
  color: var(--theme-color);
  width: 10.875em;
}

.blue-btn span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.blue-btn::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}

.blue-btn:active::before {
  -webkit-filter: brightness(0.5) !important;
  filter: brightness(0.5) !important;
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}

.header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  color: var(--theme-color);
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__entry {
  margin-right: 13px;
  width: 7em;
}

.header__burger {
  display: none;
  margin-left: 20px;
  -webkit-transition: color 0.2s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: color 0.2s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, color 0.2s linear 0s;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, color 0.2s linear 0s;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, color 0.2s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.header__burger-menu {
  display: none;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 40;
  top: 100px;
  left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  -webkit-transform: translateY(calc(-100px - 100%));
  -ms-transform: translateY(calc(-100px - 100%));
  transform: translateY(calc(-100px - 100%));
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.header__burger-menu.is-open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav {
  color: #000;
  margin-left: auto;
  margin-right: 7.5%;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.nav li:not(:last-child) {
  margin-right: 15px;
}

.nav__link {
  white-space: nowrap;
  color: #000;
}

.nav__link:hover {
  text-decoration: underline;
}

.nav__link--main {
  display: none !important;
}

.burger {
  color: var(--theme-color);
  position: relative;
  width: 40px;
  height: 30px;
}

.burger span {
  position: absolute;
  border-radius: 5px;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: currentColor;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.burger span:nth-child(3) {
  bottom: 0;
}

.logo-wrapper {
  color: var(--theme-color);
  -webkit-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}

.logo-letters {
  color: #fff;
  -webkit-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}

.is-active.header {
  background-color: var(--theme-color);
}

.is-active .burger {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-active .logo-wrapper {
  color: #fff;
}

.is-active .logo-letters {
  color: var(--theme-color);
}

.is-active .header__entry {
  border: 1px solid #fff;
}

.is-active .header__entry span {
  color: #fff;
}

.is-active .header__acces span {
  color: var(--theme-color);
}

.is-active .header__acces::before {
  background-color: #fff;
}

.footer {
  background-color: #F5F5F6;
}

.footer__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer__column {
  padding-bottom: 10px;
  padding-top: 50px;
}

.footer__links p {
  font-weight: 700;
  font-size: 20px;
  color: var(--theme-color);
  margin-bottom: 10px;
}

.footer__links a:hover {
  text-decoration: underline;
}

.footer__list li {
  font-size: 16px;
  font-weight: 300;
}

.footer__list li:not(:last-child) {
  margin-bottom: 7px;
}

.footer__list a {
  color: #000;
}

.footer__copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #000000;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
}

.info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-footer__links {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  font-size: 18px;
}

.info-footer__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.info-footer__phone svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  margin-right: 10px;
}

.info-footer__phone:hover svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.info-footer__mail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-footer__mail svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  margin-right: 10px;
}

.info-footer__mail:hover svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.info-footer__policy {
  text-align: center;
  font-size: 16px;
}

.info-footer__policy p:last-child {
  color: #8B8B8B;
  margin-top: 15px;
  font-size: 16px;
}

.info-footer__logo {
  color: var(--theme-color);
  margin-bottom: 30px;
}

.actions-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.actions-footer__scl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 30px;
  margin-bottom: 20px;
}

.actions-footer__scl li {
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.actions-footer__scl li:not(:last-child) {
  margin-right: 8px;
}

.actions-footer__scl li:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.actions-footer__scl a svg {
  color: var(--theme-color);
}

.actions-footer__btn {
  width: 150px;
  padding: 16px 10px;
}

.actions-footer__btn span {
  font-size: 12px;
}

.director-modal {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.director-modal__body {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.director-modal__body p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.director-modal__body p.director-modal__alert {
  font-size: 16px;
  margin: 0 -10px;
}

.director-modal__body--thanks {
  padding-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.director-modal__body--thanks h4 {
  margin-bottom: 5px !important;
}

.director-modal__body--thanks > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.director-modal__body.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director-modal__form {
  position: relative;
  border-radius: 25px;
  padding: 30px 25px;
  margin: auto;
  width: 100%;
  max-width: 361px;
  background-color: var(--theme-color);
}

.director-modal__form h4 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}

.director-modal__form input,
.director-modal__form textarea {
  color: #fff;
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.director-modal__form input::-webkit-input-placeholder, .director-modal__form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::-moz-placeholder, .director-modal__form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input:-ms-input-placeholder, .director-modal__form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::-ms-input-placeholder, .director-modal__form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::placeholder,
.director-modal__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input {
  height: 49px;
}

.director-modal__form textarea {
  margin-bottom: 15px;
  padding-top: 12px;
  margin-top: 25px;
  min-height: 177px;
  resize: none;
}

.director-modal__agree label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #fff;
}

.director-modal__agree label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 0.2em;
  color: var(--theme-color);
  pointer-events: none;
}

.director-modal__agree label svg {
  color: var(--theme-color);
  opacity: 0;
  pointer-events: none;
}

.director-modal__agree input[type="checkbox"]:checked + label svg {
  opacity: 1;
}

.director-modal__btn {
  margin: 0 auto;
  margin-top: 25px;
  background-color: #fff;
  width: 174px;
  border-radius: 4px;
  color: var(--theme-color);
  font-size: 16px;
}

.director-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url("../../img/modal/close-btn.svg") 50% 50% no-repeat;
}

.director-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director-modal__logo {
  color: var(--theme-color);
}

@media (min-width: 993px) {
  .empty-btn:hover span {
    color: currentColor;
  }

  .empty-btn:hover::after {
    opacity: 1;
  }

  .blue-btn:hover::before {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }

  .article:hover .article__footer {
    opacity: 1;
  }
}

@media (max-width: 1920px) {
  .info-footer__links {
    font-size: calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));
  }
}

@media (max-width: 1150px) {
  .header__actions {
    margin-left: auto;
  }

  .header__burger {
    display: block;
  }

  .header__burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav {
    width: 100%;
  }

  .nav {
    margin: 0;
    padding-right: var(--container-side-padding);
    padding-left: var(--container-side-padding);
  }

  .nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: -8px;
  }

  .nav li {
    margin: 8px;
  }

  .nav__link--main {
    display: block;
  }
}

@media (max-width: 992px) {
  :root {
    --container-side-padding: 30px;
  }

  .info-footer__links {
    display: block;
  }

  .info-footer__phone {
    margin-bottom: 10px;
  }

  .info-footer__policy {
    margin-top: 30px;
    padding-bottom: 10px;
    padding-right: var(--container-side-padding);
    padding-left: var(--container-side-padding);
  }
}

@media (max-width: 768px) {
  :root {
    --container-side-padding: 20px;
  }

  body {
    font-size: 14px;
  }

  .header {
    height: 80px;
  }

  .header__logo svg {
    width: 93px;
    height: 42px;
  }
  .header__burger-menu {
    top: 80px;
    -webkit-transform: translateY(calc(-80px - 100%));
    -ms-transform: translateY(calc(-80px - 100%));
    transform: translateY(calc(-80px - 100%));
  }
  .burger {
    width: 30px;
    height: 25px;
  }
}

@media (max-width: 576px) {
  :root {
    --container-side-padding: 15px;
  }

  body {
    font-size: 12px;
  }

  .header {
    height: 60px;
  }

  .header__logo svg {
    width: 72px;
    height: 32px;
  }

  .header__actions {
    font-size: 10px;
  }

  .header__burger-menu {
    top: 60px;
    -webkit-transform: translateY(calc(-60px - 100%));
    -ms-transform: translateY(calc(-60px - 100%));
    transform: translateY(calc(-60px - 100%));
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .burger {
    width: 25px;
    height: 20px;
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__links {
    grid-row: 1 / span 2;
  }

  .footer__info {
    padding-bottom: 0;
  }

  .footer__actions {
    padding-bottom: 0;
    padding-top: 0;
  }

  .info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 35px;
  }

  .info-footer__links {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-footer__phone {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .info-footer__logo {
    display: none;
  }

  .actions-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .actions-footer__btn {
    margin-bottom: 12px;
  }
}

@media (max-width: 370px) {
  :root {
    --container-side-padding: 10px;
  }
}

@media (min-width: 1150px) {
  .header__actions__wrapper {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header__burger {
    display: block;
  }

  .header__actions {
    display: none;
  }

  .header__actions__wrapper {
    display: block;
  }
}
@media (min-width: 1150px) and (max-width: 1350px) {
  .nav {
    margin-right: 15px;
  }
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.off {
  display: none !important;
}

.checkbox {
  position: relative;
}

.policy-num__message-success-u{
  color: #000 !important;
}

.js-input-track{
  max-width: 300px;
}

.select__company-wrapper{
  padding: 16px;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  margin-left: 15px;
  width: 70%;
  height: 54px;
}

.select__company-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 100px;
}

.select__company-item{
  padding: 8px;
}

span.police_date_style {
  font-weight: 700;
}

span.payment_status {
  font-weight: 700;
}

.select__company-item:hover{
  background-color: var(--hover-theme-color);
}

.content_navbar_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 15px;
  box-shadow: 0px 0px 56.2943px rgba(197, 195, 195, 0.25);
  border-radius: 15.7624px;
  max-width: 540px;
  background: #ffffff;
  border: 2.25177px solid rgba(21, 73, 159, 0.1);

}

.navbar_item_btn{
  color: #15499FFF;
  margin-right: 3px;
}

.content_navbar_item{

  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 247px;
  height: 53px;
  -webkit-box-shadow: 0px 0px 56.2943px rgba(197, 195, 195, 0.25);
  box-shadow: 0px 0px 56.2943px rgba(197, 195, 195, 0.25);
  border-radius: 737.456px;
  padding: 0 28px;
  font-size: 18px;
  font-family: "SourceSansPro", 'sans-serif';
  border: 2px solid #15499FFF;
}

.content_navbar_item.active{
  background: #15499FFF;

}

.content_navbar_item.active .navbar_item_btn{
  color: #ffffff;
}

.content_navbar_item.active path{
  stroke: #ffffff;
}

.select__company-list{
  display: none;
  box-shadow: 0 0 8px rgba(0 0 0 / 25%);
  border-radius: 8px;
  position: absolute;
  background: #fff;
  top: 54px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.polis-info__download_police_d{
  width: 190px!important;
}

.select__open{
  display: block;
}

.select__header-text{
  padding-right: 16px;
}

.select__company-icon{
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 6px;
  border-color: var(--theme-color) transparent transparent transparent;
}


.checkbox-none,
.radio-none {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.checkbox-style {
  display: block;
  cursor: pointer;
}

.radio-style {
  position: relative;
  display: block;
  cursor: pointer;
}

.radio-none:checked + .radio-style::before {
  content: " ";
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  min-width: 100vw;
  min-height: 100vh;
  height: 100%;
}

.popup__body {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.popup__content {
  margin: 20px;
  background: #fff;
  padding: 30px 25px;
  border-radius: 25px;
  max-width: 360px;
  position: relative;
}

.popup .popup-close {
  position: absolute;
  top: 15px;
  right: 21px;
}

.popup-sms__title {
  max-width: 221px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.popup-sms__subtitle {
  max-width: 221px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.popup-sms__input {
  border: 1px solid var(--theme-color);
  border-radius: 7px;
  width: 100%;
  height: 54px;
  padding: 12px 20px;
  font-size: 20px;
  margin-bottom: 25px;
}

.nav__link {
  font-size:  calc(12px + 4 * ((100vw - 360px)/ (1920 - 360)));
}

.popup-sms__input::-webkit-input-placeholder {
  color: rgba(125, 125, 125, 0.5);
}

.popup-sms__input::-moz-placeholder {
  color: rgba(125, 125, 125, 0.5);
}

.popup-sms__input:-ms-input-placeholder {
  color: rgba(125, 125, 125, 0.5);
}

.popup-sms__input::-ms-input-placeholder {
  color: rgba(125, 125, 125, 0.5);
}

.popup-sms__input::placeholder {
  color: rgba(125, 125, 125, 0.5);
}

.popup-sms__text {
  font-size: 16px;
  margin-bottom: 5px;
}

.popup-sms__link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: var(--theme-color);
}

.popup-sms__link:hover {
  -webkit-text-decoration-line: unset;
  text-decoration-line: unset;
}

.popup-sms__btn {
  margin: 0 auto;
  margin-top: 20px;
}

.btn-u-u, .btn-u-u-p {
  font-family: "Rubik";
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 274px;
  height: 54px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid var(--theme-color);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: var(--theme-color);
}

.btn-u-u-p{
  width: 310px;
}

.btn-u-u span {
  position: relative;
  z-index: 5;
  pointer-events: none;
}

.btn-u-u:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.btn-secondary {
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
}

input,
textarea {
  border: unset;
  background: transparent;
}

button {
  border: unset;
  padding: unset;
  cursor: pointer;
  background: transparent;
}

@media (max-width: 575.98px) {
  .btn-u-u {
    width: 136px;
    height: 42px;
    font-size: 12px;
  }
}

.track-down {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}

.track-down__content {
  position: relative;
  z-index: 10;
  min-height: 620px;
  padding-top: 100px;
}

.detailed-info__container_d{
  display: flex;
  -webkit-box-align: end;
  flex-direction: column;
  /*align-items: center;*/
}

.track-down__title {
  cursor: default;
  font-weight: bold;
  font-size: 32px;
  /*text-align: center;*/
  margin-bottom: 35px;
}

.detailed-info__input-block_d{
  margin-right: 35px;
  display: grid;
  grid-template-columns: repeat(3, 320px);
  gap: 20px;
  align-items: center;
  justify-items: center;
}

.track-down__content_item{
  padding: 15px 20px;
  box-shadow: 0px 0px 56.2943px rgba(197, 195, 195, 0.25);
  border-radius: 15.7624px;
  background: #ffffff;
}

.detailed-info_d{
  padding-bottom: 30px;
}

.track-down__subtitle {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  cursor: default;
}

.track-down__container {
  /*padding-left: 200px;*/
}

@media (max-width: 1200px) and (min-width: 800px) {
  .track-down__container {
    padding-left: calc(
            0px + (200 - 0) * ((100vw - 800px) /
            (1200 - 800)));
  }
}

@media (max-width: 800px) {
  .track-down__container {
    padding-left: 0px;
  }
}

.track-down__bg-top-left {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  left: -167px;
  top: 50px;
}

.track-down__bg-bottom-left {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  bottom: -30px;
  left: -46px;
}

.track-down__bg-bottom-right {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  right: -245px;
  bottom: -36px;
}

.policy-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.policy-num .input {
  color: #0b1f35;
}

.policy-num.success .policy-num__message-basic,
.policy-num.success .policy-num__message-wrong {
  display: none;
}

.policy-num.success .policy-num__message-success {
  display: block;
}

.policy-num.success .input {
  color: #04ba00;
}

.policy-num.wrong .policy-num__message-basic,
.policy-num.wrong .policy-num__message-success {
  display: none;
}

.policy-num.wrong .policy-num__message-wrong {
  display: block;
}

.policy-num.wrong .input {
  color: #ff0021;
}


.policy-num__input-block {
  margin-right: 30px;
  max-width: 600px;
  width: 100%;
}

.policy-num__btn:not(:last-child) {
  margin-right: 10px;
}

.policy-num__btns-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.policy-num__message {
  width: 100%;
  font-size: 18px;
  color: #000000;
  cursor: default;
}

.policy-num__message-success {
  display: none;
  color: #04ba00;
}

.policy-num__message-wrong {
  display: none;
  color: #ff0021;
}

.input {
  width: 100%;
  height: 54px;
  border: 1px solid var(--theme-color);
  padding: 14px 60px 15px 30px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  background: #fff;
}

.input::-webkit-input-placeholder {
  color: #c6c6c6;
}

.input::-moz-placeholder {
  color: #c6c6c6;
}

.cc {
  position: relative;
  top: 12px;
  left: 11px;
}

.input:-ms-input-placeholder {
  color: #c6c6c6;
}

.input::-ms-input-placeholder {
  color: #c6c6c6;
}

.input::placeholder {
  color: #c6c6c6;
}

.input__box {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.limit__width{
  max-width: 500px;
}

.pay__policy{
  margin-top: 10px;
  display: none;
}

.pay__policy.open{
  display: block;
}

.input__box__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.input__search-icon {
  height: 50px;
  width: 40px;
  border-radius: 0 10px 10px 0;
  background: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1px;
  top: 50%;
  display: none;
  border-left: 1px solid var(--theme-color);
  padding-left: 8px;
}

.input__search-icon path {
  fill: var(--theme-color);
}

.input__info {
  font-size: 18px;
  cursor: default;
  margin-bottom: 5px;
}

.detailed-info {
  display: none;
  padding-bottom: 30px;
}

.detailed-info.open {
  display: block;
}

.detailed-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bs-error{
  box-shadow: 0 0 10px red;
}

.error_try{
  margin: 150px auto;
  text-align: center;
  font-size: 32px;
  color: #ba3e38;
  max-width: 700px;
}

.polis-info__download_btn{
  background-color: #14499f;
  color: #ffffff;
  padding: 10px;
  width: 225px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.polis-info__download_police{
  width: 190px;
}

.polis-info__table-column-btn{
  margin-top: 20px;
  display: flex;
}

.hide_h{
  display: none!important;
}

.polis-info_d{
  padding-bottom: 150px;
  display: none;
}

.polis-info_d.open{
  display: block;
}

.detailed-info__input-block {
  margin-right: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
}

.detailed-info__input-block .input__box {
  margin-bottom: unset;
}

.detailed-info__input-block .input {
  padding-right: 15px;
}

.polis-info {
  display: none;
  padding-bottom: 150px;
}

.polis-info.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.polis-info__table {
  max-width: 530px;
  margin-right: 40px;
}

.each_tourist {
  border-bottom: 2px dotted var(--theme-color);
  margin-bottom: 5px;
}

.each_tourist:last-child {
  border: 0;
}

.polis-info__table-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.polis-info__table-column {
  border-bottom: 1px solid var(--theme-color);
  margin-bottom: 10px;
}

.polis-info__table-column:last-child {
  border-bottom: none;
}

.polis-info__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.polis-info__table-item-name {
  font-weight: 600;
}

.polis-info__table-subtitle {
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: default;
}


@media (max-width: 1199.98px) {
  .track-down__bg-bottom-left {
    display: none;
  }
  .detailed-info__input-block_d{
    grid-template-columns: repeat(1, 320px);
  }
}

@media (max-width: 1023.98px) {
  .track-down__title {
    margin-bottom: 20px;
  }
  .policy-num__btn:not(:last-child) {
    margin-right: unset;
  }
  .track-down__title {
    text-align: left;
    padding-left: 200px;
  }
}

@media (max-width: 1023.98px) and (max-width: 1200px) and (min-width: 800px) {
  .track-down__title {
    padding-left: calc(
            0px + (200 - 0) * ((100vw - 800px) /
            (1200 - 800)));
  }
}

@media (max-width: 1023.98px) and (max-width: 800px) {
  .track-down__title {
    padding-left: 0;
  }
}

@media (max-width: 1023.98px) {
  .policy-num__btn-track,
  .policy-num__btn-search {
    display: none;
  }
  .input__search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .menu {
    display: none;
  }
  .burger-icon {
    display: block;
  }
}


@media (max-width: 767.98px) {

  .polis-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .polis-info__table {
    margin-bottom: 20px;
  }
  .policy-num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .policy-num__input-block {
    margin-bottom: 20px;
  }
  .policy-num__btns-secondary {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (max-width: 575.98px) {
  .polis-info {
    padding-bottom: 100px;
  }
  .polis-info__table {
    margin-right: unset;
    max-width: unset;
    width: 100%;
  }
  .polis-info__table-title {
    font-size: 18px;
  }
  .polis-info__table-item {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .polis-info__table-column {
    margin-bottom: 15px;
  }
  .polis-info__table-column:last-child {
    border-bottom: 1px solid #15499f;
  }
  .polis-info__table-subtitle {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .polis-info__download-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .polis-info__btn-download svg {
    width: 24.15px;
    height: 32px;
  }
  .popup-sms__title {
    font-size: 18px;
    color: #15499f;
  }
  .popup-sms__subtitle {
    font-size: 18px;
    color: #15499f;
  }
  .popup-sms__input {
    margin-bottom: 20px;
  }
  .popup-sms__text {
    padding: 0 10px;
  }
  .popup-sms__btn {
    margin-top: 25px;
  }
  .popup__content {
    margin: 25px;
    padding: 25px 20px;
  }
  .popup .popup-close {
    top: 15px;
    right: 12px;
  }
  .detailed-info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .detailed-info__input-block {
    max-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }
  .detailed-info__btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .input {
    font-size: 16px;
    padding-left: 15px;
  }
  .input__info {
    font-size: 14px;
  }
  .input__box {
    margin-bottom: 10px;
  }
  .track-down__bg-top-left {
    display: none;
  }
  .track-down__content {
    padding-top: 40px;
    min-height: 450px !important;
  }

  .nav ul {
    flex-wrap: wrap;
  }

  .track-down__title {
    font-size: 25px;
  }
  .track-down__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .policy-num {
    margin-bottom: 35px;
  }
  .policy-num__message {
    font-size: 14px;
  }
}

@media (max-width: 374.98px) {
  .login__content {
    padding: 15px 10px;
  }
}

@media (min-width: 1150px) {
  .header__actions__wrapper {
    display: none;
  }
}



@media (min-width: 1150px) and (max-width: 1350px) {
  .nav {
    margin-right: 15px;
  }
}
@media (max-width: 1150px) {
  .header__actions__wrapper {
    display: block;
  }

  .track-down__content{
    min-height: 500px;
  }

  .header__actions {
    display: none;
  }

  .header__burger {
    display: block;
  }

}

.no-correct__phone{
  margin-top: -15px;
  font-style: italic;
  color: red;
  margin-bottom: 12px;
  text-align: center;
}

.js-btn-sms {
  margin: 23px 17%;
}

@media (min-width: 1150px) {
  .header__actions__wrapper {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header__burger {
    display: block;
  }
}

.show {
  display: block !important;
}

.select-lang__header{
  margin-right: 20px;
  cursor: pointer;
}

.select-lang__text {
  font-size: calc(12px + 4 * ((100vw - 360px)/ (1920 - 360)));;
  line-height: 19px;
  color: #000000;
  display: inline-block;
  padding-left: 40px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.select-lang__wrapper {
  position: relative;
}

.fwb{
  font-weight: 600;
}

.select-lang {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  position: absolute;
  top: 35px;
  left: -10px;
}


.select-lang__item {
  margin-bottom: 5px;
}

.select-lang__text{
  background-repeat: no-repeat;
  background-position: 16px 5px;
  position: relative;
}

.select-lang--active{
  text-transform: uppercase;
}

.select-lang__list {
  padding: 5px 10px !important;
}

.select-lang--active::before {
  content: "\276F";
  width: 7px;
  height: 13px;
  transform: rotate(90deg);
  position: absolute;
  top: 6px;
  left: 3px;
}

.nav ul {
  padding-left: 20px !important;
}

.blue-btn{
  width: 190px !important;
}

.select-lang__ua {
  background-image: url("../../img/flags/ua.svg");
}
.select-lang__ru {
  background-image: url("../../img/flags/ru.svg");
}
.select-lang__en {
  background-image: url("../../img/flags/en.svg");
}
.select-lang__pl {
  background-image: url("../../img/flags/pl.svg");
}
.select-lang__ge {
  background-image: url("../../img/flags/ge.svg");
}.select-lang__ka {
  background-image: url("../../img/flags/ka.svg");
}
@media (max-width: 992px) {
  .select-lang__header {
    margin-right: 5px;
    margin-left: 8px;
  }
}

.disabled {
  pointer-events: none;
  opacity: .4;
}

.error {
  box-shadow: 0 0 20px red;
}

.director-modal__form input {
  margin-bottom: 12px;
  height: 49px;
}

.header__action {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}


.js-btn-popup__sms {
  display: none ;
}

.js-btn-popup__sms.open{
  display: block;
}

