/* colors */
/* margins */
/* font-family */
/* icons */
/**
 * Triangle
 * Usage:
 * @include triangle(red, up, 20px);
 *
 * Color, direction, size
 */
.container, .container_big {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

img {
  max-width: 100%;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
}

* {
  position: relative;
}

body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 240%;
  color: #000c3a;
  letter-spacing: .05em;
  overflow-x: hidden;
  min-width: 320px;
  min-height: 100vh;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(32, 65, 180, 0.85);
  border-radius: 0;
  border: 0;
  transition: all .2s ease-in-out;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  transition: all .2s ease-in-out;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

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

.container {
  max-width: 1179px;
}

.container_big {
  max-width: 1790px;
}

header,
main,
footer {
  flex-shrink: 0;
}

footer {
  margin-top: auto;
}

.fancybox-navigation {
  position: static;
}

.title {
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000c3a;
  padding-right: 42px;
  width: max-content;
  max-width: 100%;
}

.title::before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 24px;
  height: 4px;
  background: #eb8d00;
}

.mail {
  display: flex;
  align-items: center;
}

.mail__icon {
  width: 100%;
  height: 100%;
  max-width: 19px;
  max-height: 14px;
  margin-right: 10px;
  display: flex;
  flex-shrink: 0;
}

.mail__icon svg {
  fill: #1036b6;
  max-width: 19px;
  max-height: 14px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mail__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #304269;
}

.logo {
  display: flex;
  max-width: 345px;
}

@media screen and (max-width: 780px) {
  .logo {
    max-width: 260px;
  }
}

.logo__img {
  width: 100%;
  max-width: 61px;
  height: 69px;
  margin-right: 18px;
}

.logo__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logo__text {
  display: flex;
  flex-direction: column;
}

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

.logo__title {
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
  color: #062381;
}

.logo__description {
  font-size: 11px;
  line-height: 130%;
  color: #868686;
}

.page-title {
  background: url("../img/base/title.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 36px;
}

.page-title__wrapper {
  padding: 41px 0;
}

@media screen and (max-width: 480px) {
  .page-title__wrapper {
    padding: 20px 0;
  }
}

.page-title__text {
  font-weight: bold;
  font-size: 18px;
  line-height: 170%;
  color: #fff;
  max-width: 763px;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .page-title__text {
    font-size: 16px;
  }
}

.container p:not([class]) {
  margin-top: 0;
  font-size: 13px;
  line-height: 170%;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .container p:not([class]) {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.container p:not([class]):last-child {
  margin-bottom: 0;
}

.container a:not([class]) {
  font-weight: 600;
  font-size: 13px;
  line-height: 170%;
  color: #0d44c5;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .container a:not([class]) {
    font-size: 12px;
  }
}

.container b:not([class]) {
  font-weight: 600;
}

.container mark:not([class]) {
  color: #eb8d00;
  background: transparent;
}

.checkbox {
  display: flex;
  user-select: none;
  align-items: flex-start;
  cursor: pointer;
}

.checkbox__span {
  width: 12px;
  height: 12px;
  border: 1px solid #414a6b;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 12px;
  background-position: center;
  background-size: 8px 6px;
  background-repeat: no-repeat;
}

.checkbox .checkbox__box:checked + .checkbox__span,
.checkbox_active .checkbox__span {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.7071 3.07102L4.43168 8.34608C4.04103 8.7368 3.40733 8.7368 3.01631 8.34608L0.293099 5.62267C-0.0976998 5.23194 -0.0976998 4.59817 0.293099 4.20737C0.683973 3.8165 1.31762 3.8165 1.70832 4.20722L3.7242 6.22313L8.29165 1.65565C8.68253 1.26478 9.31622 1.26508 9.70695 1.65565C10.0977 2.04645 10.0977 2.68 9.7071 3.07102Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='10' height='10' fill='black'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.checkbox__text {
  color: #414a6b;
  font-size: 12px;
  line-height: 120%;
}

.checkcookie {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 26px 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
}

.checkcookie__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

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

.checkcookie-text {
  font-size: 12px;
  line-height: 160%;
  color: #000c3a;
  width: 100%;
  max-width: 1023px;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .checkcookie-text {
    font-size: 9px;
  }
}

.checkcookie-button {
  background: #eb8d00;
  border-radius: 4px;
  width: 74px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  border: none;
}

@media screen and (max-width: 480px) {
  .checkcookie-button {
    margin-top: 15px;
    width: 100%;
  }
}

.header__wrapper {
  display: flex;
  align-items: center;
  padding: 13px 0;
}

@media screen and (max-width: 640px) {
  .header__wrapper {
    align-items: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .header__wrapper {
    align-items: center;
  }
}

.header-logo {
  margin-right: auto;
}

.header-info {
  display: flex;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .header-info {
    flex-direction: column;
    align-items: flex-end;
  }
}

.header-info_service {
  margin-right: 52px;
}

@media screen and (max-width: 1024px) {
  .header-info_service {
    display: none;
  }
}

.header__link {
  padding-right: 30px;
  margin-right: 30px;
}

.header__link:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header__link:last-child::after {
  content: none;
}

@media screen and (max-width: 780px) {
  .header__link {
    padding-right: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .header__link {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.header__link::after {
  content: '';
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e1e1e1;
  right: 0;
  top: calc(50% - 7px);
}

@media screen and (max-width: 640px) {
  .header__link::after {
    content: none;
  }
}

.header__version {
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .header__version {
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .header__version {
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    height: 20px;
    display: flex;
    align-items: center;
  }
}

.header__version-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #304269;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .header__version-text {
    font-size: 12px;
  }
}

.header-language {
  display: flex;
}

.header-language__item {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #304269;
  text-decoration: none;
  margin-right: 10px;
}

.header-language__item:last-child {
  margin-right: 0;
}

.header-language__item::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 3px;
  background: #1036b6;
  transition: .3s;
}

.header-language__item:hover::before {
  width: 17px;
}

.header-language__item_active::before {
  width: 17px;
}

.header-enter {
  width: 137px;
  height: 53px;
  background: #eb8d00;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  cursor: pointer;
  /*@include adaptive(980) {
      width: 110px;
      height: 40px;
      font-size: 10px;
    }
    @include adaptive(480) {
      font-size: 0;
      width: 40px;
    }*/
}

@media screen and (max-width: 1024px) {
  .header-enter {
    display: none;
  }
}

.header-enter:hover {
  background: #eb6300;
}

.header-enter::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/header/enter.svg") no-repeat center;
  background-size: contain;
  margin-right: 8px;
}

@media screen and (max-width: 980px) {
  .header-enter::before {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 480px) {
  .header-enter::before {
    margin-right: 0;
  }
}

.header-service {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 148px;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .header-service-logo {
    display: flex;
    align-items: center;
    height: 40px;
  }
}

.header-service-logo .logo__img {
  margin-right: 0;
  height: 40px;
}

@media screen and (max-width: 480px) {
  .header-service-logo__text {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .header-service-logo__description {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .header-service__wrapper {
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .header-service__wrapper {
    padding: 5px 0;
  }
}

@media screen and (max-width: 640px) {
  .header-service .logo__title {
    font-size: 20px;
  }
}

.header__shadow {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.header-burger {
  width: 45px;
  height: 45px;
  cursor: pointer;
  flex-shrink: 0;
  display: none;
  z-index: 999999;
  border: 1px solid #0d44c5;
  background: #fff;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .header-burger {
    display: flex;
  }
}

.header-burger span {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #0d44c5;
  left: 7px;
  transition: .3s;
}

.header-burger span:first-child {
  top: calc(25% - 1px);
}

.header-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.header-burger span:nth-child(3) {
  top: calc(75% - 1px);
}

.header-burger.button-background_black {
  background: #4b4b4b;
  border: 1px solid #7f7f7f;
}

.header-burger.button-background_black span {
  background: #7f7f7f;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: all .2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  z-index: 1000000;
}

.header-mobile__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  transform: translateX(100%);
  width: 320px;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  min-height: 100%;
  padding: 70px 35px 35px 35px;
  margin-left: auto;
  overflow-y: auto;
}

@media screen and (max-width: 480px) {
  .header-mobile__wrapper {
    width: 100%;
  }
}

.header-mobile__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-mobile__item {
  margin-bottom: 20px;
}

.header-mobile__item:last-child {
  margin-bottom: 0;
}

.header-mobile__link {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #0d44c5;
  cursor: pointer;
  background: #fff;
  padding: 0;
  margin: 0;
}

.header-mobile_open {
  opacity: 1;
  pointer-events: all;
  overflow-y: auto;
  display: flex;
}

.header-mobile_open .header-mobile__wrapper {
  transform: translate(0);
}

.header-mobile__close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #0d44c5;
  border-radius: 100%;
}

.header-mobile__close-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 20px;
  height: 1px;
  background: #0d44c5;
  transform: rotate(45deg);
}

.header-mobile__close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 20px;
  height: 1px;
  background: #0d44c5;
  transform: rotate(-45deg);
}

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 1px solid #ddecff;
}

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

.footer-logo {
  margin-right: 15px;
}

@media screen and (max-width: 780px) {
  .footer-logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footer-navigation {
  margin-right: 15px;
}

@media screen and (max-width: 780px) {
  .footer-navigation {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footer-navigation__list {
  list-style-type: none;
  padding: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}

.footer-navigation__link {
  font-weight: 500;
  font-size: 13px;
  line-height: 200%;
  color: #3f486b;
  text-decoration: none;
}

.footer-navigation__link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #3f486b;
  transition: .3s;
}

.footer-navigation__link:hover::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3f486b;
}

.popup {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 140;
}

.popup__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__body {
  width: 100%;
  height: auto;
  overflow: auto;
  max-width: 344px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
}

@media screen and (max-width: 640px) {
  .popup__body {
    max-width: none;
    max-height: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.popup__close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: 1s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .popup__close {
    top: 68px;
    right: 18px;
    z-index: 10;
  }
}

.popup__close:hover {
  transform: rotate(180deg);
}

.popup__close:hover::before {
  background: #0d44c5;
}

.popup__close:hover::after {
  background: #0d44c5;
}

.popup__close:active::before {
  background: #0d44c5;
}

.popup__close:active::after {
  background: #0d44c5;
}

.popup__close::before {
  content: '';
  width: 25px;
  height: 2px;
  transform: rotate(45deg);
  background: #d1d1d1;
  position: absolute;
  top: 9px;
  right: -4px;
  transition: .3s;
}

.popup__close::after {
  content: '';
  width: 25px;
  height: 2px;
  transform: rotate(-45deg);
  background: #d1d1d1;
  position: absolute;
  top: 9px;
  right: -4px;
  transition: .3s;
}

.popup__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  text-transform: uppercase;
  color: #000c3a;
  margin-bottom: 22px;
}

.popup__label {
  max-width: 100%;
}

.popup-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.popup-list .simplebar-track.simplebar-vertical {
  right: 3px;
  top: 0;
  width: 1px;
  background-color: #40496b;
  overflow: visible;
}

.popup-list .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 3px;
  right: -1px;
}

.popup-list .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background: #0d44c5;
  border-radius: 1px;
  width: 100%;
  opacity: 1;
}

.popup-list__item {
  margin-bottom: 14px;
}

.popup-enter__items {
  display: flex;
}

.popup-enter__item {
  margin-right: 7px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf3ff;
  border-radius: 100%;
  text-decoration: none;
}

.popup-enter__item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.popup-enter__item:last-child {
  margin-right: 0;
}

.popup-enter .popup__wrap {
  padding: 35px 56px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .popup-enter .popup__wrap {
    padding: 30px 20px;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}

.popup-layer .popup__wrap {
  padding: 45px 23px 50px 45px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 480px) {
  .popup-layer .popup__wrap {
    padding: 30px 20px;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}

.popup-layer .popup__title {
  margin-bottom: 39px;
}

.index-section {
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .index-section {
    margin-bottom: 40px;
  }
}

.index-main {
  background: url("../img/index/bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 80px;
}

.index-main__wrapper {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}

.index-main-convert {
  margin-bottom: 60px;
}

.index-main-formats {
  display: flex;
  flex-direction: column;
}

.index-main-formats__title {
  font-size: 16px;
  line-height: 200%;
  font-weight: 700;
  margin-bottom: 9px;
  color: #fff;
}

.index-main-formats__items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.index-main-formats-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .index-main-formats-item {
    font-size: 12px;
  }
}

.index-main-formats-item span {
  color: #879cdb;
  margin-right: 10px;
  white-space: nowrap;
}

.index-main-form {
  width: 100%;
  min-height: 345px;
}

.index-main-form-drop-area {
  width: 100%;
  height: 100%;
  padding: 22px;
  border-radius: 6px;
}

@media screen and (max-width: 480px) {
  .index-main-form-drop-area {
    padding: 0;
  }
}

.index-main-form-drop-area::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../img/base/form-back.png") no-repeat center;
  background-size: 100% 100%;
}

@media screen and (max-width: 480px) {
  .index-main-form-drop-area::before {
    content: none;
  }
}

.index-main-form-drop-area__wrap {
  width: 100%;
  height: 100%;
  min-height: 305px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 39px 0 29px 0;
}

.index-main-form-error {
  display: flex;
  align-items: center;
  max-width: max-content;
  padding-bottom: 20px;
  margin-bottom: 20px;
  justify-content: center;
  display: none;
}

.index-main-form-error__close {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 100%;
  margin-right: 10px;
}

.index-main-form-error__close::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 7px);
  height: 1px;
  width: 14px;
  background: #ef81a2;
  transform: rotate(-45deg);
}

.index-main-form-error__close::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 7px);
  height: 1px;
  width: 14px;
  background: #ef81a2;
  transform: rotate(45deg);
}

.index-main-form-error__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .index-main-form-error__text {
    font-size: 12px;
  }
}

.index-main-form-error__border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: url("/assets/img/base/border.png") no-repeat center;
  background-size: 100%;
}

.index-main-form__conv-icon {
  width: 100%;
  height: 100%;
  max-width: 37px;
  max-height: 37px;
  margin-bottom: 28px;
  animation: clock 3s infinite linear;
  display: none;
}

.index-main-form__conv-icon img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.index-main-form__icon {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 56px;
  max-height: 56px;
  margin-bottom: 4px;
}

.index-main-form__icon img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.index-main-form__description {
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #fff;
  max-width: 344px;
  margin-bottom: 9px;
}

.text-file__span {
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #fff;
  background: #eb8d00;
  border-radius: 4px;
  padding: 15px 39px;
  display: flex;
  height: 53px;
  align-items: center;
}

.text-file__span::before {
  content: '+';
  font-size: 36px;
  font-weight: 400;
  line-height: 180%;
  text-transform: uppercase;
  color: #fff;
  margin-right: 7px;
}

.text-file__span_service {
  background: #fff;
  border: 1px solid #bbcce1;
  box-sizing: border-box;
  border-radius: 4px;
  color: #0d44c5;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  width: max-content;
  padding: 7px 12px;
  height: auto;
  margin-right: 12px;
  cursor: pointer;
  transition: .3s;
}

.text-file__span_service:hover {
  background: #e8eff7;
}

.text-file__span_service.button-background_black {
  background: #4b4b4b;
  border: 1px solid #7f7f7f;
  color: #fff;
}

.text-file__span_service.button-background_black:hover {
  background: #7f7f7f;
}

.text-file__span_service.button-background_black::before {
  background: url("../img/service/load-white.svg") no-repeat left;
}

@media screen and (max-width: 1024px) {
  .text-file__span_service {
    margin-bottom: 12px;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .text-file__span_service {
    font-size: 0;
    width: 35px;
    height: 35px;
    padding: 0 0 0 5px;
  }
}

.text-file__span_service::before {
  content: '';
  width: 34px;
  height: 20px;
  padding-right: 12px;
  margin-right: 12px;
  background: url("../img/service/load.svg") no-repeat left;
  background-size: contain;
  border-right: 1px solid #bbcce1;
}

@media screen and (max-width: 640px) {
  .text-file__span_service::before {
    margin-right: 0;
    border-right: none;
    padding: 0;
    background-position: center;
  }
}

.progress-bar {
  width: 100%;
  max-width: 400px;
  height: 9px;
  background: #94b2eb;
  border-radius: 4px;
  border: none;
  display: none;
}

.progress-bar::-webkit-progress-bar {
  width: 100%;
  height: 11px;
  background: #94b2eb;
  border-radius: 20px;
  border: none;
}

.progress-bar::-webkit-progress-value {
  background: #eb8d00;
  border-radius: 20px;
}

.progress-bar::-moz-progress-bar {
  width: 100%;
  height: 11px;
  background: #94b2eb;
  border-radius: 20px;
  border: none;
}

.text-file__name {
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  text-align: center;
  color: #b1c6f0;
}

@keyframes clock {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.index-advantages {
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .index-advantages {
    margin-bottom: 40px;
  }
}

.index-advantages__wrapper {
  display: flex;
  flex-direction: column;
}

.index-advantages__title {
  margin-bottom: 50px;
  color: #000c3a;
}

.index-advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 57px;
  grid-row-gap: 65px;
}

@media screen and (max-width: 980px) {
  .index-advantages__items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .index-advantages__items {
    grid-template-columns: 1fr;
  }
}

.index-advantages-item {
  padding-bottom: 55px;
  border-bottom: 1px solid #ddecff;
  display: flex;
}

@media screen and (max-width: 640px) {
  .index-advantages-item {
    padding-bottom: 20px;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .index-advantages-item {
    flex-direction: column;
  }
}

.index-advantages-item:nth-child(n + 3) {
  border: none;
}

@media screen and (max-width: 640px) {
  .index-advantages-item:nth-child(n + 3) {
    border-bottom: 1px solid #ddecff;
  }
}

@media screen and (max-width: 640px) {
  .index-advantages-item:last-child {
    border: none;
  }
}

.index-advantages-item__icon {
  width: 100%;
  max-width: 115px;
  height: 96px;
  background: url("/assets/img/index/bgm.png") no-repeat bottom;
  background-size: contain;
  margin-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .index-advantages-item__icon {
    margin-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-advantages-item__icon {
    margin-bottom: 15px;
  }
}

.index-advantages-item__icon img {
  width: 100%;
  height: 100%;
  max-width: 62px;
  max-height: 62px;
  object-fit: contain;
}

.index-advantages-item__description {
  display: flex;
  flex-direction: column;
}

.index-advantages-item__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 170%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.index-advantages-item__text {
  font-size: 13px;
  line-height: 170%;
}

@media screen and (max-width: 980px) {
  .index-advantages-item__text {
    font-size: 12px;
  }
}

.index-program {
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .index-program {
    margin-bottom: 40px;
  }
}

.index-program::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: url("../img/index/bgprog.jpg") no-repeat left;
  background-size: cover;
}

@media screen and (max-width: 780px) {
  .index-program::before {
    content: none;
  }
}

.index-program__wrapper {
  display: flex;
}

@media screen and (max-width: 780px) {
  .index-program__wrapper {
    flex-direction: column;
  }
}

.index-program-load {
  display: flex;
  flex-direction: column;
  width: calc(50% - 68px);
  margin-right: auto;
  padding: 40px 0 60px 0;
}

@media screen and (max-width: 980px) {
  .index-program-load {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 780px) {
  .index-program-load {
    width: 100%;
  }
}

.index-program-load::before {
  content: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  background: url("../img/index/bgprog.jpg") no-repeat left;
  background-size: cover;
}

@media screen and (max-width: 780px) {
  .index-program-load::before {
    content: '';
  }
}

.index-program-load__title {
  margin-bottom: 33px;
  color: #fff;
  padding-right: 29px;
}

.index-program-load__title span {
  font-size: 28px;
  line-height: 150%;
}

.index-program-load__button {
  padding-left: 56px;
  padding-right: 29px;
  height: 53px;
  background: #eb8d00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  max-width: max-content;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
}

.index-program-load__button::before {
  content: '';
  position: absolute;
  left: 28px;
  top: calc(50% - 10px);
  width: 22px;
  height: 20px;
  background: url("../img/index/load.svg");
}

.index-program-about {
  display: flex;
  flex-direction: column;
  width: calc(50% - 68px);
  margin-left: 20px;
  padding-top: 20px;
  max-width: 100%;
}

@media screen and (max-width: 980px) {
  .index-program-about {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 780px) {
  .index-program-about {
    width: 100%;
    margin-left: 0;
  }
}

.index-program-about__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 150%;
  text-transform: uppercase;
  color: #bed0eb;
  margin-bottom: 9px;
}

@media screen and (max-width: 980px) {
  .index-program-about__title {
    font-size: 28px;
  }
}

.index-program-about__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.index-program-about__item {
  padding-left: 16px;
  font-size: 13px;
  line-height: 240%;
}

.index-program-about__item::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 13px;
  background: #0d44c5;
  border-radius: 100%;
}

.internal-main__wrapper {
  width: 100%;
  height: 496px;
  margin: 30px 0;
  border-radius: 6px;
  padding: 18px;
}

.internal-main__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/assets/img/base/iframebg.png");
}

.internal-main__wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.internal-compare {
  margin-top: 60px;
  margin-bottom: 80px;
}

.internal-compare__wrapper {
  display: flex;
  flex-direction: column;
}

.internal-compare__title {
  bottom: 30px;
}

.internal-compare__items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .internal-compare__items {
    flex-direction: column;
  }
}

.internal-compare-item {
  display: flex;
  flex-direction: column;
  padding: 32px 60px 42px 60px;
  background: #eaf3ff;
  border-radius: 6px;
  width: calc(50% - 14px);
  overflow: hidden;
}

@media screen and (max-width: 780px) {
  .internal-compare-item:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 980px) {
  .internal-compare-item {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 780px) {
  .internal-compare-item {
    padding: 30px 60px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .internal-compare-item {
    padding: 15px 30px;
  }
}

.internal-compare-item__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 170%;
  text-transform: uppercase;
  color: #000c3a;
  z-index: 1;
  margin-bottom: 16px;
}

.internal-compare-item-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.internal-compare-item-list__item {
  padding-left: 42px;
  font-size: 13px;
  line-height: 170%;
  margin-bottom: 16px;
  color: #000c3a;
}

@media screen and (max-width: 480px) {
  .internal-compare-item-list__item {
    padding-left: 25px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.internal-compare-item-list__item:last-child {
  margin-bottom: 0;
}

.internal-compare-item-list__item::before {
  content: '+';
  font-size: 18px;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  background: #0d44c5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 9px 8px 7px 9px;
}

@media screen and (max-width: 480px) {
  .internal-compare-item-list__item::before {
    padding: 0;
    font-size: 13px;
    width: 16px;
    height: 16px;
    top: 4px;
  }
}

.internal-compare-item__button {
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .internal-compare-item__button {
    padding-left: 12px;
    padding-right: 12px;
  }
  .internal-compare-item__button::before {
    content: none;
  }
}

.internal-compare-item__background {
  position: absolute;
  writing-mode: vertical-rl;
  max-width: 475px;
  bottom: 0;
  top: 20px;
  right: 35px;
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(180deg);
  z-index: 0;
}

.service.button-background_black {
  background: #000;
  color: #fff;
}

.service__wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .service-top {
    display: none;
  }
}

.service-top__wrapper {
  display: flex;
  align-items: center;
  padding-top: 18px;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 1340px) {
  .service-top__wrapper {
    align-items: flex-start;
  }
}

.service-top__left {
  display: flex;
  margin-right: auto;
  align-items: center;
  pointer-events: auto;
}

@media screen and (max-width: 1024px) {
  .service-top__left {
    flex-direction: column;
    align-items: flex-start;
  }
}

.service-top__right {
  display: flex;
  align-items: center;
  margin-left: 12px;
  pointer-events: auto;
}

.service-top__right-wrapper {
  display: flex;
}

@media screen and (max-width: 780px) {
  .service-top__right-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media screen and (max-width: 1340px) {
  .service-top__right {
    flex-direction: column;
    align-items: flex-end;
  }
}

.service-selects {
  display: flex;
  align-items: center;
  margin-right: 44px;
}

@media screen and (max-width: 1680px) {
  .service-selects {
    margin-right: 12px;
  }
}

@media screen and (max-width: 1340px) {
  .service-selects {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 780px) {
  .service-selects {
    flex-direction: column;
  }
}

.service-selects .selectric {
  width: 200px;
  height: 35px;
  padding: 7px 17px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #bbcce1;
  border-radius: 4px;
  transition: .3s;
}

.service-selects .selectric:hover {
  background: #e8eff7;
}

@media screen and (max-width: 1580px) {
  .service-selects .selectric {
    width: 150px;
  }
}

.service-selects .selectric::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.service-selects .selectric-wrapper {
  margin-right: 12px;
}

@media screen and (max-width: 780px) {
  .service-selects .selectric-wrapper {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.service-selects .selectric-wrapper:last-child {
  margin-right: 0;
}

@media screen and (max-width: 780px) {
  .service-selects .selectric-wrapper:last-child {
    margin-bottom: 0;
  }
}

.service-selects .selectric .label {
  font-weight: 500;
  font-size: 12px;
  color: #0d44c5;
  margin-left: 0;
}

.service-select {
  margin-right: 12px;
}

@media screen and (max-width: 780px) {
  .service-select {
    margin-right: 0;
  }
}

.service-select:last-child {
  margin-right: 0;
}

.service__manage {
  font-weight: 500;
  color: #0d44c5;
  font-size: 12px;
  text-decoration: none;
  line-height: 100%;
  margin-left: 44px;
}

.service__manage.button-background_black::before {
  background: url("../img/service/manage-white.svg") no-repeat left;
}

@media screen and (max-width: 1680px) {
  .service__manage {
    margin-right: 0px;
  }
}

@media screen and (max-width: 780px) {
  .service__manage {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .service__manage {
    font-size: 0;
    width: 35px;
  }
}

.service__manage::before {
  content: '';
  width: 34px;
  height: 20px;
  padding-right: 12px;
  margin-right: 12px;
  background: url("../img/service/manage.svg") no-repeat left;
  background-size: contain;
  border-right: 1px solid #bbcce1;
}

@media screen and (max-width: 640px) {
  .service__manage::before {
    margin-right: 0;
    border-right: none;
    padding: 0;
    background-position: center;
    margin-left: 5px;
  }
}

.service-layer {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 780px) {
  .service-layer {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .service-layer {
    flex-direction: column;
    align-items: flex-end;
  }
}

.service-layer__button {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #0d44c5;
  margin-right: 12px;
}

.service-layer__button.button-background_black::before {
  background: url("../img/service/layer-white.svg") no-repeat left;
}

@media screen and (max-width: 640px) {
  .service-layer__button {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 0;
    width: 35px;
  }
}

.service-layer__button::before {
  content: '';
  width: 34px;
  height: 20px;
  padding-right: 12px;
  margin-right: 12px;
  background: url("../img/service/layers.svg") no-repeat left;
  background-size: contain;
  border-right: 1px solid #bbcce1;
}

@media screen and (max-width: 640px) {
  .service-layer__button::before {
    margin-right: 0;
    border-right: none;
    padding: 0;
    background-position: center;
  }
}

.service-layer__cancel {
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-layer__cancel::before {
  content: '';
  background: url("../img/service/x.svg") no-repeat center;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.service-main {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.service-main__img {
  position: absolute;
  max-width: 970px;
  max-height: 491px;
  width: 100%;
  height: 100%;
}

.service-main__img img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.service-bottom__link {
  position: absolute;
  width: 77px;
  height: 20px;
  bottom: 10px;
  left: 80px;
  font-size: 12px;
  line-height: 170%;
  text-decoration-line: underline;
  color: #0d44c5;
  z-index: 1;
}

@media screen and (max-width: 780px) {
  .service-bottom__link {
    left: 20px;
  }
}

.service-button {
  padding: 8px 12px;
  height: 35px;
  display: flex;
  background: #fff;
  border: 1px solid #bbcce1;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.service-button:hover {
  background: #e8eff7;
}

@media screen and (max-width: 640px) {
  .service-button {
    padding: 0;
  }
}

.service-button.button-background_black {
  background: #4b4b4b;
  border: 1px solid #7f7f7f;
  color: #fff;
}

.service-button.button-background_black:hover {
  background: #7f7f7f;
}

.service-print {
  margin-right: 12px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #0d44c5;
}

@media screen and (max-width: 1024px) {
  .service-print {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .service-print {
    font-size: 0;
    width: 35px;
    padding: 0;
  }
}

.service-print.button-background_black::before {
  background: url("../img/service/print-white.svg") no-repeat left;
}

.service-print::before {
  content: '';
  width: 34px;
  height: 20px;
  padding-right: 12px;
  margin-right: 12px;
  background: url("../img/service/print.svg") no-repeat left;
  background-size: contain;
  border-right: 1px solid #bbcce1;
}

@media screen and (max-width: 640px) {
  .service-print::before {
    margin-right: 0;
    border-right: none;
    padding: 0;
    background-position: center;
  }
}

.service-share {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #0d44c5;
  text-decoration: none;
}

.service-share.button-background_black::before {
  background: url("../img/service/share-white.svg") no-repeat left;
}

@media screen and (max-width: 640px) {
  .service-share {
    font-size: 0;
    width: 35px;
  }
}

.service-share::before {
  content: '';
  width: 34px;
  height: 20px;
  padding-right: 12px;
  margin-right: 12px;
  background: url("../img/service/share.svg") no-repeat left;
  background-size: contain;
  border-right: 1px solid #bbcce1;
}

@media screen and (max-width: 640px) {
  .service-share::before {
    margin-right: 0;
    border-right: none;
    padding: 0;
    background-position: center;
    margin-left: 5px;
  }
}

.service-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

@media screen and (max-width: 780px) {
  .service-bottom {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 640px) {
  .service-bottom {
    justify-content: center;
  }
}

.service-bottom__link {
  white-space: nowrap;
  font-size: 12px;
  line-height: 170%;
  text-decoration-line: underline;
  color: #0d44c5;
}

@media screen and (max-width: 640px) {
  .service-bottom__link {
    display: none;
  }
}

.service-bottom__link.button-background_black {
  color: #fff;
}

.service-bottom__item {
  margin-right: 7px;
}

/*.service-bottom__item:nth-child(7) {
  margin-right: 0;
}*/

@media screen and (max-width: 480px) {
  .service-bottom__item:nth-child(7) {
    margin-right: 0;
  }
}

.service-mobile {
  display: none;
  padding: 0 8px;
  justify-content: space-between;
  align-items: center;
  width: 36px;
}

@media screen and (max-width: 1024px) {
  .service-mobile {
    display: flex;
  }
}

.service-mobile span {
  background: #0d44c5;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.service-mobile.button-background_black span {
  background: #fff;
}

.service-background {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #0d44c5;
}

.service-background.button-background_black::before {
  background: url("../img/service/background-white.svg") no-repeat center;
}

@media screen and (max-width: 640px) {
  .service-background {
    font-size: 0;
    width: 35px;
  }
}

.service-background::before {
  content: '';
  width: 34px;
  height: 20px;
  padding-right: 12px;
  margin-right: 12px;
  background: url("../img/service/phone.svg") no-repeat left;
  background-size: contain;
  border-right: 1px solid #bbcce1;
}

@media screen and (max-width: 640px) {
  .service-background::before {
    margin-right: 0;
    border-right: none;
    padding: 0;
    background-position: center;
  }
}

.service-zoom-in {
  width: 35px;
  padding: 0;
}

.service-zoom-in.button-background_black::before {
  background: url("../img/service/zoomin-white.svg") no-repeat center;
}

.service-zoom-in::before {
  content: '';
  width: 34px;
  height: 20px;
  background: url("../img/service/zoomin.svg") no-repeat center;
  background-size: contain;
}

.service-zoom-out {
  width: 35px;
  padding: 0;
}

.service-zoom-out.button-background_black::before {
  background: url("../img/service/zoomin-white.svg") no-repeat center;
}

.service-zoom-out::before {
  content: '';
  width: 34px;
  height: 20px;
  background: url("../img/service/zoomout.svg") no-repeat center;
  background-size: contain;
}

.service-rotate {
  width: 35px;
  padding: 0;
}

.service-rotate.button-background_black::before {
  background: url("../img/service/rotate-white.svg") no-repeat center;
}

.service-rotate::before {
  content: '';
  width: 34px;
  height: 20px;
  background: url("../img/service/rotate.svg") no-repeat center;
  background-size: contain;
}

.service-info {
  width: 35px;
  padding: 0;
}

.service-info.button-background_black::before {
  background: url("../img/service/info-white.svg") no-repeat center;
}

.service-info::before {
  content: '';
  width: 34px;
  height: 20px;
  background: url("../img/service/info.svg") no-repeat center;
  background-size: contain;
}

.service-remove {
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  text-transform: uppercase;
  color: #0d44c5;
  width: 35px;
  padding: 0;
}

.service-remove.button-background_black::before {
  background: url("../img/service/remove-white.svg") no-repeat center;
}

@media screen and (max-width: 640px) {
  .service-remove {
    font-size: 0;
    width: 35px;
  }
}

.service-remove::before {
  content: '';
  width: 34px;
  height: 20px;
  /*padding-right: 12px;*/
  /*margin-right: 12px;*/
  background: url("../img/service/remove.svg") no-repeat center;
  background-size: contain;
  /*border-right: 1px solid #bbcce1;*/
}

@media screen and (max-width: 640px) {
  .service-remove::before {
    margin-right: 0;
    border-right: none;
    padding: 0;
    background-position: center;
  }
}

.service-footer {
  position: absolute;
  height: auto;
  left: 0;
  bottom: 30px;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .service-footer {
    bottom: 65px;
  }
}

.service-footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: -41px;
  height: 35px;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  display: none;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .service-menu {
    display: flex;
  }
}

.service-menu__wrapper {
  width: 100%;
}

.service-menu_open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.service-menu__list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.service-menu__item {
  display: flex;
  width: calc(100%/4);
}

.service-menu__link {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #0d44c5;
  border: 1px solid #bbcce1;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .service-menu__link {
    font-size: 10px;
  }
}

.service-menu__link.button-background_black {
  background: #4b4b4b;
  border: 1px solid #7f7f7f;
  color: #fff;
}

.select-background_black .selectric {
  background: #4b4b4b;
  border: 1px solid #7f7f7f;
  transition: .3s;
}

.select-background_black .selectric:hover {
  background: #7f7f7f;
}

.select-background_black .selectric::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.select-background_black .selectric .label {
  color: #fff;
}


.service-bottom__item_orange {
  border-color: #eb8d00;
  position: relative;
  overflow: hidden;
}
.service-bottom__item_orange:hover {
    overflow: visible;
}
.service-button_orange {
  border-color: #eb8d00;
  color: #eb8d00;
  text-transform: uppercase;
}
.navigator-promo_wrap {
    position: absolute;
    top: -127px;
    left: -80px;
    height: 128px;
}
.navigator-promo {
  width: 300px;
  border: 1px solid #bbcce1;
  border-radius: 4px;
  padding: 8px 12px;
  background: white;
  line-height: 1.8;
  opacity: 0;
  transition: all .6s ease-out;
}
.navigator-promo::before {
  content: "";
  border: 11px solid transparent;
  position: absolute;
  border-top: 14px solid #bbcce1;
  bottom: -25px;
  left: 140px;
}
.navigator-promo::after {
  content: "";
  border: 9px solid transparent;
  position: absolute;
  border-top: 13px solid white;
  bottom: -22px;
  left: 142px;
}
.service-bottom__item_orange:hover .navigator-promo {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
    .service-bottom__item_orange {
        display: none;
    }
}
