.parent__desktop__item[data-v-25c0a826] {
  outline: none;
  -webkit-appearance: none;
}

.subparent:hover .parent__desktop__item[data-v-25c0a826]:after {
  width: calc(100% + 20px);
}

.subparent[data-v-25c0a826] {
  width: 100%;
}

.subrow[data-v-25c0a826] {
  position: absolute;
  left: 44%;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-2rem);
  z-index: 99;
  padding: 25px 25px;
  float: left;
}

.subparent:hover .subrow[data-v-25c0a826] {
  visibility: visible;
  transition: all 1s ease;
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s, 0s, 0.3s;
}

.line[data-v-25c0a826] {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.sub-mega-links[data-v-25c0a826] {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 25px;
}

.subrow_content[data-v-25c0a826] {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.direction_arrow[data-v-25c0a826] {
  border: solid #1e2865;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 1;
  position: relative;
  transition: opacity 1s ease 0s;
}

.subparent:hover .direction_arrow[data-v-25c0a826] {
  animation-name: go-right-25c0a826;
  animation-duration: 1s;
  opacity: 0;
  transition: opacity 1s ease 0s;
}

@keyframes go-right-25c0a826 {
  0% {
    left: 0;
  }

  to {
    left: 50px;
  }
}

.parent__desktop__item[data-v-0527537f] {
  outline: none;
  -webkit-appearance: none;
}

.under__box[data-v-0527537f] {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  transform: translateY(-1em);
  transition:
    all 0.01s ease-in-out 0s,
    visibility 0s linear 0.01s,
    z-index 0s linear 0.01s;
  background: #e0e6ef;
  padding: 25px 20px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.under__box-row[data-v-0527537f] {
  width: calc(50% - 30px);
  line-height: 45px;
}

.under__box-row-links[data-v-0527537f] {
  padding: 0 20px;
}

.parent:hover .under__box[data-v-0527537f] {
  transition: all 1s ease;
  top: 29px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0.3s;
}

.parent:hover .parent__desktop__item[data-v-0527537f]:after {
  width: calc(100% + 20px);
}

.nav-links {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 24px;
  margin-bottom: 24px;
}

.desktop__item {
  font-weight: 500;
  font-size: 16px;
  color: #1e2865;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  padding-bottom: 10px;
  position: relative;
}

.desktop__item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #f7a700;
  transition: all 0.6s;
  position: absolute;
  bottom: 0;
  left: -10px;
}

.desktop__item:hover:after,
.header__just-active.desktop__item.parent__desktop__item:after,
.header__link-active:after {
  width: calc(100% + 20px);
}

.menu__burger[data-v-0097ddf0] {
  width: 24px;
  height: 24px;
  position: relative;
  display: none;
}

.burger__line[data-v-0097ddf0] {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8a8a8b;
  position: absolute;
  left: 0;
}

.burger__line-top[data-v-0097ddf0] {
  top: 0;
}

.burger__line-mid[data-v-0097ddf0] {
  top: 50%;
  transform: translateY(-50%);
}

.burger__line-bot[data-v-0097ddf0] {
  bottom: 0;
}

.dropbtn[data-v-56599940] {
  background: transparent url(/img/search-icon.930274d8.svg) no-repeat 50%;
  background-size: 24px;
  border: 0;
  width: 23px;
  height: 23px;
  margin-right: 2px;
}

.dropbtn-active[data-v-56599940] {
  background: #f6f6f6 url(/img/close.68ed40ae.svg) no-repeat 50% !important;
}

#search-input[data-v-56599940] {
  box-sizing: border-box;
  background-image: url(/img/search-icon.930274d8.svg);
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  width: 480px;
  height: 50px;
  line-height: 24px;
}

#search-input[data-v-56599940]:focus {
  outline: 3px solid #ddd;
}

.dropdown[data-v-56599940] {
  position: relative;
  display: inline-block;
}

.dropdown-content[data-v-56599940] {
  padding: 30px;
  display: block;
  position: absolute;
  top: 30px;
  right: 24px;
  background-color: #f6f6f6;
  overflow: auto;
  z-index: 888;
}

.dropdown-content a[data-v-56599940] {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a[data-v-56599940]:hover {
  background-color: #ddd;
}

.desktop__item[data-v-45c0f82f] {
  max-width: 80%;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
}

.burger__nav-menu[data-v-45c0f82f] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 298;
  padding: 15px 20px;
  transform: translateX(100%);
  transition: all 0.2s linear;
}

.burger__nav-menu-active[data-v-45c0f82f] {
  transform: translateX(0);
}

.burger__nav-ul[data-v-45c0f82f] {
  padding-top: 30px;
  max-width: 100%;
}

.burger__nav-li[data-v-45c0f82f] {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.burger__nav-li[data-v-45c0f82f]:last-child {
  margin-bottom: 0;
}

.header__nav-close[data-v-45c0f82f] {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 299;
}

.header__nav-close[data-v-45c0f82f]:hover {
  opacity: 0.8;
}

.header__nav-close-line[data-v-45c0f82f] {
  display: block;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 50%;
  width: 100%;
}

.header__nav-close-line[data-v-45c0f82f]:first-child {
  transform: translateY(-50%) rotate(45deg);
}

.header__nav-close-line[data-v-45c0f82f]:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.stock__frame[data-v-45c0f82f] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-sizing: content-box;
  height: 32px;
  width: 250px;
  bottom: -6px;
}

.stock__text[data-v-45c0f82f] {
  display: inline-block;
  vertical-align: middle;
  color: #3f3f3f;
  position: relative;
  font-size: 14px;
}

.stock__line[data-v-45c0f82f] {
  margin-right: 24px;
  margin-left: -24px;
  color: #ececec;
}

.stock__text-in[data-v-45c0f82f] {
  font-weight: 600;
  color: #3f3f3f;
  margin-right: 24px;
}

.stock__us[data-v-45c0f82f] {
  margin-right: 24px;
}

.wrapper__full[data-v-45c0f82f] {
  background: #0b1734;
}

.header__wrapper-top[data-v-45c0f82f] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-top: 24px;
}

.header__search[data-v-45c0f82f] {
  background: transparent url(/img/search-icon.930274d8.svg) no-repeat 100%;
  background-size: 24px;
  border: 0;
  width: 30px;
  padding-right: 26px;
  margin-right: 24px;
}

.header__link-top[data-v-45c0f82f] {
  text-decoration: none;
  color: #d4d3d4;
  padding-left: 20px;
  outline: none;
}

.header__link-top-active[data-v-45c0f82f],
.header__link-top[data-v-45c0f82f]:hover {
  color: #d58e1e;
}

.header__link-top[data-v-45c0f82f]:last-child {
  padding-right: 20px;
}

.header__link-top-contact[data-v-45c0f82f] {
  padding: 0 20px;
  border-left: 1px solid #d4d3d4;
  border-right: 1px solid #d4d3d4;
}

.show__down-icon[data-v-45c0f82f] {
  position: relative;
  right: 35px;
  top: 7px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #3f3f3f;
  border-left: 2px solid #3f3f3f;
  transform: rotate(-45deg);
  cursor: pointer;
}

.show__up-icon[data-v-45c0f82f] {
  transform: rotate(-225deg);
  top: 10px;
}

.tabs[data-v-45c0f82f] {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 930px) {
  .main__menu-cmp[data-v-45c0f82f] {
    display: none !important;
  }

  .burger__box-cmp[data-v-45c0f82f] {
    display: block !important;
    margin: 0 10px;
  }
}

@media screen and (max-width: 830px) {
  .burger__nav-links[data-v-45c0f82f] {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .stock__parent[data-v-45c0f82f] {
    display: none !important;
  }

  .header__logo-pic[data-v-45c0f82f] {
    width: 130px;
  }

  .header__elements[data-v-45c0f82f] {
    font-size: 12px !important;
  }

  .header__search[data-v-45c0f82f] {
    width: 25px !important;
    padding-right: 6px !important;
    margin-right: 4px !important;
  }

  .header__link-top-contact[data-v-45c0f82f] {
    padding: 0 5px !important;
  }

  .header__link-top[data-v-45c0f82f] {
    padding-left: 5px !important;
  }

  .header__link-top[data-v-45c0f82f]:last-child {
    padding-right: 5px !important;
  }

  .header__logo[data-v-45c0f82f] {
    max-width: 131px;
  }
}

@media screen and (max-width: 470px) {
  .mobile__menu-parent[data-v-15de986f] {
    padding: 10px 5px !important;
  }
}

@media screen and (max-width: 830px) {
  .desktop__menu-parent[data-v-15de986f] {
    display: none !important;
  }

  .mobile__menu-parent[data-v-15de986f] {
    display: flex !important;
  }
}

.mobile__menu-parent[data-v-15de986f] {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px;
}

.mobile__menu-item[data-v-15de986f] {
  padding: 4px 4px;
}
.title__li[data-v-15de986f] {
  max-width: 940px;
  margin: 0 auto;
}

.title__sub_li[data-v-15de986f] {
  max-width: 250px;
  margin: 0 auto;
  padding-top: 24px;
}

.title__social-media[data-v-15de986f] {
  max-width: 240px;
  margin: 0 auto;
}

.fa[data-v-15de986f] {
  width: 28px;
  height: 28px;
  display: block;
}

.facebook[data-v-15de986f] {
  background-image: url(/img/facebook.5b99d956.svg);
}

.facebook[data-v-15de986f]:hover {
  background-image: url(/img/facebook-hover.160a283d.svg);
}

.twitter[data-v-15de986f] {
  background-image: url(/img/twitter.8d519241.svg);
}

.twitter[data-v-15de986f]:hover {
  background-image: url(/img/twitter-hover.790c242b.svg);
}

.youtube[data-v-15de986f] {
  width: 36px;
  background-image: url(/img/youtube.a35d6f97.svg);
}

.youtube[data-v-15de986f]:hover {
  background-image: url(/img/youtube-hover.0d6808a8.svg);
}

.instagram[data-v-15de986f] {
  background-image: url(/img/instagram.58b8ce32.svg);
}

.instagram[data-v-15de986f]:hover {
  background-image: url(/img/instagram-hover.183e382b.svg);
}

.linkedin[data-v-15de986f] {
  background-image: url(/img/linkedin.36b66b8f.svg);
}

.linkedin[data-v-15de986f]:hover {
  background-image: url(/img/linkedin-hover.9abed27b.svg);
}

@media screen and (max-width: 540px) {
  .wrapper[data-v-14bc8bc5] {
    width: 300px !important;
  }
}

.slideshow__container[data-v-14bc8bc5] {
  position: relative;
  display: flex;
}

.mySlides[data-v-14bc8bc5] {
  background: #fff;
  text-align: center;
  height: 140px;
  width: 280px;
  cursor: pointer;
  padding-top: 20px;
}

.box[data-v-14bc8bc5] {
  padding: 0 10px;
}

.text[data-v-14bc8bc5] {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #224084;
  padding: 5px 10px;
}

.slides__box[data-v-14bc8bc5] {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.next[data-v-14bc8bc5],
.prev[data-v-14bc8bc5] {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #2b3990;
  font-weight: 700;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99;
}

.next[data-v-14bc8bc5] {
  right: -41px;
}

.prev[data-v-14bc8bc5] {
  left: -45px;
}

.next[data-v-14bc8bc5]:hover,
.prev[data-v-14bc8bc5]:hover {
  opacity: 0.75;
}

.slideshow__footer-link[data-v-14bc8bc5] {
  text-decoration: none;
  outline: none;
}

@media only screen and (max-width: 300px) {
  .next[data-v-14bc8bc5],
  .prev[data-v-14bc8bc5],
  .text[data-v-14bc8bc5] {
    font-size: 11px;
  }
}

.arrowUp[data-v-3970f68b] {
  color: #fff;
  width: 40px;
  height: 40px;
  background: linear-gradient(130deg, #3054a4 50%, #e79b24 0);
  background-size: 300%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 50px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  border: none;
  outline: none;
}

.arrowUp[data-v-3970f68b]:hover {
  background-position: 100% 0;
  opacity: 1;
}

.arrowUp__parent[data-v-3970f68b] {
  position: fixed;
  bottom: 20%;
  right: 3%;
  display: inline-flex;
  z-index: 99;
}

.arrowUp__parent .arrowUp__icon[data-v-3970f68b] {
  margin: 0 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.arrowUp__parent .arrowUp__icon span[data-v-3970f68b] {
  position: relative;
  height: 60px;
  width: 60px;
  display: block;
  background: transparent;
  text-align: center;
  z-index: 1;
}

.arrowUp__parent .arrowUp__icon span i[data-v-3970f68b] {
  font-size: 25px;
  line-height: 60px;
}

.arrowUp__parent .arrowUp__icon .arrowUp__tooltip[data-v-3970f68b] {
  display: inline-flex;
  position: absolute;
  width: 160px;
  top: 0;
  left: -5px;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #e79b24;
}

.arrowUp__parent .arrowUp__icon:hover .arrowUp__tooltip[data-v-3970f68b] {
  opacity: 1;
  top: 50px;
  pointer-events: auto;
}

@media screen and (max-width: 700px) {
  .arrowUp__parent[data-v-3970f68b] {
    display: none;
  }
}

/* a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
} */

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

audio,
canvas,
video {
  display: block;
  margin: 0 auto;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure,
form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
html,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  /* src: url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.6601382e.eot);
    src: local(""),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.6601382e.eot?#iefix) format("embedded-opentype"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.ce3886ec.woff2) format("woff2"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.81868aec.woff) format("woff"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.da72085f.ttf) format("truetype"),url(/img/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.f92981fe.svg#Montserrat) format("svg") */
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  /* src: url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.8d763490.eot);
    src: local(""),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.8d763490.eot?#iefix) format("embedded-opentype"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.8c5cc070.woff2) format("woff2"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.1bdcb650.woff) format("woff"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.0b9dd9f6.ttf) format("truetype"),url(/img/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.a8dd0c50.svg#Montserrat) format("svg") */
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  /* src: url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.23681ea5.eot);
    src: local(""),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.23681ea5.eot?#iefix) format("embedded-opentype"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.a285dfa8.woff2) format("woff2"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.688f4108.woff) format("woff"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.00b895e1.ttf) format("truetype"),url(/img/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.fb57d537.svg#Montserrat) format("svg") */
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  /* src: url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.6c4cd368.eot);
    src: local(""),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.6c4cd368.eot?#iefix) format("embedded-opentype"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.ad0a56f2.woff2) format("woff2"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.98b57991.woff) format("woff"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.227d700b.ttf) format("truetype"),url(/img/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.49c8278f.svg#Montserrat) format("svg") */
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  /* src: url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.87f6e799.eot);
    src: local(""),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.87f6e799.eot?#iefix) format("embedded-opentype"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.31c3825f.woff2) format("woff2"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.0558ddd5.woff) format("woff"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.1a31b3f2.ttf) format("truetype"),url(/img/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.2861737e.svg#Montserrat) format("svg") */
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  /* src: url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500italic.68b064fb.eot);
    src: local(""),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500italic.68b064fb.eot?#iefix) format("embedded-opentype"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500italic.63c22977.woff2) format("woff2"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500italic.28e655d4.woff) format("woff"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500italic.6150776a.ttf) format("truetype"),url(/img/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500italic.5640e55c.svg#Montserrat) format("svg") */
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 600;
  /* src: url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600italic.5e0d0300.eot);
    src: local(""),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600italic.5e0d0300.eot?#iefix) format("embedded-opentype"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600italic.6aaaaed8.woff2) format("woff2"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600italic.13f4b892.woff) format("woff"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600italic.dcd59629.ttf) format("truetype"),url(/img/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600italic.f636fe74.svg#Montserrat) format("svg") */
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  /* src: url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700italic.01503995.eot);
    src: local(""),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700italic.01503995.eot?#iefix) format("embedded-opentype"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700italic.1c2d4cd7.woff2) format("woff2"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700italic.c2c3f4ef.woff) format("woff"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700italic.e99f552a.ttf) format("truetype"),url(/img/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700italic.e916674b.svg#Montserrat) format("svg") */
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 800;
  /* src: url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800italic.a8aaa9ac.eot);
    src: local(""),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800italic.a8aaa9ac.eot?#iefix) format("embedded-opentype"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800italic.821d04d3.woff2) format("woff2"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800italic.56c62606.woff) format("woff"),url(/fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800italic.bb65125d.ttf) format("truetype"),url(/img/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800italic.6bae1b97.svg#Montserrat) format("svg") */
}

html {
  box-sizing: border-box;
}

/* *,:after,:before {
    box-sizing: inherit
} */

body {
  font-family: Montserrat;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #3f3f3f;
}

.wrapper {
  max-width: 1200px;
  padding: 0 5px;
}

.wrapper,
.wrapper__full {
  margin: 0 auto;
  cursor: context-menu;
}

.wrapper__full {
  max-width: 100%;
}

:root {
  --primary: #224084;
  --primary-light: #f2f6fd;
  --gray: #a3a2a3;
}

.ki__head {
  font-style: normal;
  font-size: 40px;
  line-height: 49px;
  padding-bottom: 24px;
  opacity: 1;
}

.ki__head,
.ki__subtitle {
  font-weight: 500;
  color: #224084;
}

.ki__subtitle {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.header-title {
  font-size: 40px;
}

.header-subtitle,
.header-title {
  color: var(--primary);
  font-weight: 500;
}

.header-subtitle {
  font-size: 28px;
}

.space {
  margin: 20px 0;
}

.carousel__icon {
  width: var(--vc-icn-width);
  height: var(--vc-icn-width);
  fill: currentColor;
}

:root {
  --vc-clr-primary: #000;
  --vc-clr-secondary: #090f207f;
  --vc-clr-white: #fff;
  --vc-icn-width: 1.2em;
  --vc-nav-width: 30px;
  --vc-nav-height: 30px;
  --vc-nav-border-radius: 0;
  --vc-nav-color: var(--vc-clr-primary);
  --vc-nav-color-hover: var(--vc-clr-secondary);
  --vc-nav-background: transparent;
  --vc-pgn-width: 12px;
  --vc-pgn-height: 4px;
  --vc-pgn-margin: 4px;
  --vc-pgn-border-radius: 0;
  --vc-pgn-background-color: var(--vc-clr-secondary);
  --vc-pgn-active-color: var(--vc-clr-primary);
}

.carousel {
  position: relative;
  text-align: center;
}

.carousel,
.carousel * {
  box-sizing: border-box;
}

.carousel__track {
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}

.carousel__viewport {
  overflow: hidden;
}

.carousel__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.carousel__slide {
  scroll-snap-stop: auto;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
}

.carousel__pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  line-height: 0;
  margin: 10px 0 0;
}

.carousel__pagination-button {
  display: block;
  border: 0;
  margin: 0;
  cursor: pointer;
  padding: var(--vc-pgn-margin);
  background: transparent;
}

.carousel__pagination-button:after {
  display: block;
  content: "";
  width: var(--vc-pgn-width);
  height: var(--vc-pgn-height);
  border-radius: var(--vc-pgn-border-radius);
  background-color: var(--vc-pgn-background-color);
}

.carousel__pagination-button--active:after,
.carousel__pagination-button:hover:after {
  background-color: var(--vc-pgn-active-color);
}

.carousel__next,
.carousel__prev {
  background: var(--vc-nav-background);
  border-radius: var(--vc-nav-border-radius);
  width: var(--vc-nav-width);
  height: var(--vc-nav-height);
  text-align: center;
  font-size: var(--vc-nav-height);
  padding: 0;
  color: var(--vc-nav-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 0;
  cursor: pointer;
  margin: 0 10px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__next:hover,
.carousel__prev:hover {
  color: var(--vc-nav-color-hover);
}

.carousel__next--disabled,
.carousel__prev--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.carousel__prev {
  left: 0;
}

.carousel__next {
  right: 0;
}

.carousel--rtl .carousel__prev {
  left: auto;
  right: 0;
}

.carousel--rtl .carousel__next {
  right: auto;
  left: 0;
}

.breadcrumbs__parent[data-v-0891bf29] {
  display: flex;
  position: relative;
  padding-bottom: 32px;
}

.breadcrumbs__link[data-v-0891bf29] {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  color: #a3a2a3;
  position: relative;
  padding-right: 32px;
}

.breadcrumbs__link-current[data-v-0891bf29] {
  color: #284892;
}

.breadcrumbs__link[data-v-0891bf29]:after,
.breadcrumbs__link[data-v-0891bf29]:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 11px;
  background-color: #a3a2a3;
}

.breadcrumbs__link[data-v-0891bf29]:after {
  top: 6px;
  transform: rotate(45deg);
}

.breadcrumbs__link[data-v-0891bf29]:before {
  top: 12px;
  transform: rotate(-45deg);
}

.breadcrumbs__link-current[data-v-0891bf29]:after,
.breadcrumbs__link-current[data-v-0891bf29]:before {
  content: none;
}

@media screen and (max-width: 600px) {
  .breadcrumbs__parent[data-v-0891bf29] {
    display: none;
  }
}

@keyframes anim-31b94f57 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.overlay[data-v-31b94f57] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  animation: anim-31b94f57 0.7s;
  align-items: center;
  z-index: 1001;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
}

.contacts[data-v-31b94f57] {
  position: relative;
  background-color: #fff;
  width: 700px;
  padding: 32px;
}

.contacts__close-btn[data-v-31b94f57] {
  position: absolute;
  right: 30px;
  font-size: 28px;
  cursor: pointer;
}

.contacts__header[data-v-31b94f57] {
  margin-bottom: 24px;
}

.contacts__header > h1[data-v-31b94f57] {
  font-size: 28px;
  color: #224084;
  margin-bottom: 24px;
}

.contacts__header > h4[data-v-31b94f57] {
  color: #284892;
  font-size: 16px;
}

.contacts__content > div[data-v-31b94f57] {
  margin-bottom: 24px;
}

.contacts__content > div > h3[data-v-31b94f57] {
  font-size: 20px;
  color: #224084;
  margin-bottom: 8px;
}

.contacts__content > div > span[data-v-31b94f57] {
  color: #a3a2a3;
}

.contacts__footer[data-v-31b94f57] {
  display: flex;
}

.contacts__footer > div[data-v-31b94f57] {
  width: 30%;
  font-size: 16px;
  box-sizing: content-box;
  border-right: 1px solid #d4d3d4;
}

.contacts__footer > div .contacts__footer-th[data-v-31b94f57] {
  font-weight: 700;
}

.contacts__footer > div .contacts__footer-email[data-v-31b94f57] {
  text-decoration: none;
  color: #3f3f3f;
}

.contacts__footer > div[data-v-31b94f57]:nth-child(2) {
  padding-right: 20px;
  padding-left: 20px;
}

.contacts__footer > div[data-v-31b94f57]:last-child {
  width: 50%;
  border: none;
  padding-left: 20px;
}

@media screen and (max-width: 540px) {
  .contacts[data-v-31b94f57] {
    padding: 15px;
    width: 80%;
  }

  .contacts__close-btn[data-v-31b94f57] {
    right: 15px;
  }

  .contacts__header[data-v-31b94f57] {
    margin-bottom: 20px;
  }

  .contacts__header > h1[data-v-31b94f57] {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .contacts__header > h4[data-v-31b94f57] {
    font-size: 14px;
  }

  .contacts__content > div[data-v-31b94f57] {
    margin-bottom: 20px;
  }

  .contacts__content > div > h3[data-v-31b94f57] {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .contacts__content > div > span[data-v-31b94f57] {
    color: #a3a2a3;
    font-size: 14px;
  }

  .contacts__footer[data-v-31b94f57] {
    display: block;
  }

  .contacts__footer > div[data-v-31b94f57] {
    width: 100%;
    border: none;
    margin-bottom: 10px;
  }

  .contacts__footer > div[data-v-31b94f57]:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }

  .contacts__footer > div[data-v-31b94f57]:last-child {
    width: 100%;
    border: none;
    padding-left: 0;
  }
}

.key__list[data-v-57939fcb] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}

.key__item[data-v-57939fcb] {
  display: flex;
  margin-bottom: 50px;
}

.key__img[data-v-57939fcb] {
  animation-iteration-count: 1.5;
  animation: rotation-57939fcb 1s linear;
  width: 70px;
  height: 70px;
}

@keyframes rotation-57939fcb {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.key__text[data-v-57939fcb] {
  margin-left: 20px;
}

.key__heading[data-v-57939fcb] {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #3f3f3f;
  padding-top: 8px;
  padding-bottom: 18px;
}

.advantages--btn[data-v-57939fcb] {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 50px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}

.advantages__link-text[data-v-57939fcb] {
  color: #224084;
  font-weight: 500;
  font-size: 18px;
  min-width: 100px;
}

.advantages--btn-arrow[data-v-57939fcb] {
  margin-left: 12px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  transition: all 1s;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 100%;
  background: #284892;
}

.advantages--btn-svg[data-v-57939fcb] {
  position: absolute;
  opacity: 0;
  left: 85px !important;
}

.advantages--btn-svg path[data-v-57939fcb] {
  transition: all 2s;
}

.advantages--btn:hover .advantages--btn-arrow[data-v-57939fcb] {
  margin-left: 70px;
  background-color: #e79b24;
}

.advantages--btn:hover .advantages--btn-svg path[data-v-57939fcb] {
  d: path("M1 5L120 5");
}

.advantages--btn:hover .advantages--btn-svg[data-v-57939fcb] {
  width: 95px;
  opacity: 1;
}

@media screen and (max-width: 540px) {
  .key__list[data-v-57939fcb] {
    grid-template-columns: repeat(1, 1fr);
  }

  .key__item[data-v-57939fcb] {
    margin-bottom: 20px;
  }

  .key__heading[data-v-57939fcb] {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .key__description[data-v-57939fcb] {
    font-size: 14px;
  }

  .advantages--btn[data-v-57939fcb] {
    margin-bottom: 0;
  }

  .advantages__link-text[data-v-57939fcb] {
    font-size: 16px;
  }
}

.advantages__list[data-v-4b480faa] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
  row-gap: 50px;
}

.advantages__item[data-v-4b480faa] {
  border: 1px solid #e7e7e7;
  transition: all 0.3s;
}

.advantages__item-content[data-v-4b480faa] {
  padding: 20px 30px 30px;
}

.advantages__item-text[data-v-4b480faa] {
  min-width: 100px;
}

.advantages__item-img-2[data-v-4b480faa],
.advantages__item-img[data-v-4b480faa] {
  margin-top: 30px;
  margin-left: 30px;
  width: 80px;
  height: 80px;
}

.advantages__item-back[data-v-4b480faa] {
  width: 100%;
  height: 260px;
}

.advantages__item-heading[data-v-4b480faa] {
  font-size: 24px;
  font-weight: 500;
  color: #224084;
}

.advantages__item-link[data-v-4b480faa] {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #284892;
}

.advantages__item-svg-block[data-v-4b480faa] {
  margin-left: 12px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  transition: all 1s;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 100%;
  background: #284892;
}

.advantages__item-svg-none[data-v-4b480faa] {
  position: absolute;
  transition: all 0.3s;
  left: 80px;
  opacity: 0;
  width: 120px;
  z-index: 1;
}

.advantages__item[data-v-4b480faa]:hover {
  background-color: #284892;
  color: #fff;
}

.advantages__item:hover .advantages__item-heading[data-v-4b480faa],
.advantages__item:hover .advantages__item-text[data-v-4b480faa] {
  color: #fff;
}

.advantages__item:hover .advantages__item-svg-block[data-v-4b480faa] {
  margin-left: 90px;
  background-color: #fff;
}

.advantages__item:hover .advantages__item-svg-block svg path[data-v-4b480faa] {
  stroke: #284892;
}

.advantages__item:hover .advantages__item-svg-none[data-v-4b480faa] {
  opacity: 1;
}

.advantages__item:hover .advantages__item-svg-none path[data-v-4b480faa] {
  d: path("M1 5L120 5");
}

@media screen and (max-width: 540px) {
  .advantages__list[data-v-4b480faa] {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }

  .advantages__item img[data-v-4b480faa] {
    display: none;
  }

  .advantages__item-content[data-v-4b480faa] {
    padding: 10px;
  }

  .advantages__item-heading[data-v-4b480faa] {
    font-size: 18px;
  }

  .advantages__item-text[data-v-4b480faa] {
    font-size: 16px;
  }

  .news__date[data-v-725c3ace] {
    padding: 0 5px !important;
  }

  .news__body[data-v-725c3ace],
  .news__title[data-v-725c3ace] {
    font-size: 14px !important;
    line-height: 17px !important;
    padding: 0 5px !important;
  }
}

.news[data-v-725c3ace] {
  margin-top: 15px;
  border-bottom: 1px solid #d4d3d4;
  padding-bottom: 10px;
}

.news[data-v-725c3ace]:last-child {
  margin-bottom: 15px;
}

.news__date[data-v-725c3ace] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #8a8a8b;
  margin-bottom: 12px;
}

.news__title[data-v-725c3ace] {
  font-weight: 500;
  color: #224084;
  max-height: 65px;
  margin-bottom: 8px;
}

.news__body[data-v-725c3ace],
.news__title[data-v-725c3ace] {
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
}

.news__body[data-v-725c3ace] {
  font-weight: 400;
  color: #3f3f3f;
  height: 70px;
  text-overflow: ellipsis;
}

.redirect__to__news[data-v-725c3ace] {
  text-decoration: none;
  outline: none;
}

.news__list-animation[data-v-725c3ace] {
  display: inline-block;
  margin-right: 10px;
}

.news__list-animation-enter-active[data-v-725c3ace],
.news__list-animation-leave-active[data-v-725c3ace] {
  transition: all 1s ease;
}

.news__list-animation-enter-from[data-v-725c3ace],
.news__list-animation-leave-to[data-v-725c3ace] {
  opacity: 0;
  transform: translateY(30px);
}

.single__news-animation-enter-active[data-v-725c3ace],
.single__news-animation-leave-active[data-v-725c3ace] {
  transition: all 0s;
}

.dp__input_wrap {
  position: relative;
  width: 100%;
  box-sizing: unset;
}

.dp__input_wrap:focus {
  border-color: var(--dp-border-color-hover);
  outline: none;
}

.dp__input {
  background-color: var(--dp-background-color);
  border-radius: 4px;
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    oxygen,
    ubuntu,
    cantarell,
    Open Sans,
    Helvetica Neue,
    sans-serif;
  border: 1px solid var(--dp-border-color);
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 6px 12px;
  color: var(--dp-text-color);
  box-sizing: border-box;
}

.dp__input::-moz-placeholder {
  opacity: 0.7;
}

.dp__input::placeholder {
  opacity: 0.7;
}

.dp__input:hover {
  border-color: var(--dp-border-color-hover);
}

.dp__input_reg {
  caret-color: transparent;
}

.dp__input_focus {
  border-color: var(--dp-border-color-hover);
}

.dp__disabled {
  background: var(--dp-disabled-color);
}

.dp__disabled::-moz-placeholder {
  color: var(--dp-disabled-color-text);
}

.dp__disabled::placeholder {
  color: var(--dp-disabled-color-text);
}

.dp__input_icons {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 6px 12px;
  color: var(--dp-icon-color);
  box-sizing: content-box;
}

.dp__input_icon {
  left: 0;
}

.dp__clear_icon,
.dp__input_icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dp-icon-color);
}

.dp__clear_icon {
  right: 0;
}

.dp__input_icon_pad {
  padding-left: 35px;
}

.dp__input_valid {
  box-shadow: 0 0 4px var(--dp-success-color);
}

.dp__input_valid,
.dp__input_valid:hover {
  border-color: var(--dp-success-color);
}

.dp__input_invalid {
  box-shadow: 0 0 4px var(--dp-danger-color);
}

.dp__input_invalid,
.dp__input_invalid:hover {
  border-color: var(--dp-danger-color);
}

.dp__menu {
  position: absolute;
  background: var(--dp-background-color);
  border-radius: 4px;
  min-width: 260px;
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    oxygen,
    ubuntu,
    cantarell,
    Open Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid var(--dp-menu-border-color);
}

.dp__menu,
.dp__menu:after,
.dp__menu:before {
  box-sizing: border-box;
}

.dp__menu:focus {
  border: 1px solid var(--dp-menu-border-color);
  outline: none;
}

.dp__menu_index {
  z-index: 99999;
}

.dp__menu_disabled,
.dp__menu_readonly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.dp__menu_disabled {
  background: hsla(0, 0%, 100%, 0.5);
  cursor: not-allowed;
}

.dp__menu_readonly {
  background: transparent;
  cursor: default;
}

.dp__arrow_top {
  top: -1px;
  border-left: 1px solid var(--dp-menu-border-color);
  border-top: 1px solid var(--dp-menu-border-color);
  transform: translate(-50%, -50%) rotate(45deg);
}

.dp__arrow_bottom,
.dp__arrow_top {
  left: 50%;
  height: 12px;
  width: 12px;
  background-color: var(--dp-background-color);
  position: absolute;
}

.dp__arrow_bottom {
  bottom: -1px;
  border-right: 1px solid var(--dp-menu-border-color);
  border-bottom: 1px solid var(--dp-menu-border-color);
  transform: translate(-50%, 50%) rotate(45deg);
}

.dp__now_wrap {
  text-align: center;
  padding: 2px 0;
}

.dp__now_button {
  border: 1px solid var(--dp-primary-color);
  color: var(--dp-primary-color);
  padding: 0 4px;
  font-weight: 700;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  background: transparent;
}

.dp__preset_ranges,
.dp__sidebar_left {
  padding: 5px;
  border-right: 1px solid var(--dp-border-color);
}

.dp__sidebar_right {
  padding: 5px;
  border-left: 1px solid var(--dp-border-color);
}

.dp__preset_range {
  padding: 5px;
}

.dp__preset_range:hover {
  background-color: var(--dp-hover-color);
  cursor: pointer;
}

.dp__menu_content_wrapper {
  display: flex;
}

.dp__calendar_wrap {
  flex-direction: column;
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    oxygen,
    ubuntu,
    cantarell,
    Open Sans,
    Helvetica Neue,
    sans-serif;
  flex: 0;
}

.dp__calendar_header,
.dp__calendar_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp__calendar_header {
  position: relative;
  color: var(--dp-text-color);
  white-space: nowrap;
  font-weight: 700;
}

.dp__calendar_header_item {
  text-align: center;
  flex-grow: 1;
  height: 35px;
  padding: 5px;
  width: 35px;
  box-sizing: border-box;
}

.dp__calendar_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}

.dp__calendar_item {
  text-align: center;
  flex-grow: 1;
  box-sizing: border-box;
  color: var(--dp-text-color);
}

.dp__calendar {
  position: relative;
}

.dp__calendar_header_cell {
  border-bottom: thin solid var(--dp-border-color);
  padding: 0.5rem;
}

.dp__cell_inner {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  height: 35px;
  padding: 5px;
  width: 35px;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: relative;
}

.dp__cell_auto_range_start,
.dp__date_hover_start:hover,
.dp__range_start {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.dp__cell_auto_range_end,
.dp__date_hover_end:hover,
.dp__range_end {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.dp__active_date,
.dp__range_end,
.dp__range_start {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp__cell_auto_range_end,
.dp__cell_auto_range_start {
  border-top: 1px dashed var(--dp-primary-color);
  border-bottom: 1px dashed var(--dp-primary-color);
}

.dp__date_hover:hover,
.dp__date_hover_end:hover,
.dp__date_hover_start:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__cell_disabled,
.dp__cell_offset {
  color: var(--dp-secondary-color);
}

.dp__cell_disabled {
  cursor: not-allowed;
}

.dp__range_between {
  background: var(--dp-hover-color);
  border-radius: 0;
  border-top: 1px solid var(--dp-hover-color);
  border-bottom: 1px solid var(--dp-hover-color);
}

.dp__range_between_week {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
  border-radius: 0;
  border-top: 1px solid var(--dp-primary-color);
  border-bottom: 1px solid var(--dp-primary-color);
}

.dp__today {
  border: 1px solid var(--dp-primary-color);
}

.dp__week_num {
  color: var(--dp-secondary-color);
  text-align: center;
}

.dp__cell_auto_range {
  border-radius: 0;
  border-top: 1px dashed var(--dp-primary-color);
  border-bottom: 1px dashed var(--dp-primary-color);
}

.dp__cell_auto_range_start {
  border-left: 1px dashed var(--dp-primary-color);
}

.dp__cell_auto_range_end {
  border-right: 1px dashed var(--dp-primary-color);
}

.dp__calendar_header_separator {
  width: 100%;
  height: 1px;
  background: var(--dp-border-color);
}

.dp__calendar_next {
  margin-left: 10px;
}

.dp__marker_dot,
.dp__marker_line {
  height: 5px;
  background-color: var(--dp-marker-color);
  position: absolute;
  bottom: 0;
}

.dp__marker_dot {
  width: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.dp__marker_line {
  width: 100%;
  left: 0;
}

.dp__marker_tooltip {
  position: absolute;
  border-radius: 4px;
  background-color: var(--dp-tooltip-color);
  padding: 5px;
  border: 1px solid var(--dp-border-color);
  z-index: 99999;
  box-sizing: border-box;
  cursor: default;
}

.dp__tooltip_content {
  white-space: nowrap;
}

.dp__tooltip_text {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  color: var(--dp-text-color);
}

.dp__tooltip_mark {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--dp-text-color);
  color: var(--dp-text-color);
  margin-right: 5px;
}

.dp__arrow_bottom_tp {
  left: 50%;
  bottom: 0;
  height: 8px;
  width: 8px;
  background-color: var(--dp-tooltip-color);
  position: absolute;
  border-right: 1px solid var(--dp-border-color);
  border-bottom: 1px solid var(--dp-border-color);
  transform: translate(-50%, 50%) rotate(45deg);
}

.dp__instance_calendar {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .dp__flex_display {
    flex-direction: column;
  }
}

.dp__cell_highlight {
  background-color: var(--dp-highlight-color);
}

.dp__month_year_row {
  display: flex;
  align-items: center;
  height: 35px;
  color: var(--dp-text-color);
  box-sizing: border-box;
}

.dp__inner_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 25px;
  width: 25px;
  color: var(--dp-icon-color);
  text-align: center;
  border-radius: 50%;
}

.dp__inner_nav svg {
  height: 20px;
  width: 20px;
}

.dp__inner_nav:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-icon-color);
}

.dp__inner_nav_disabled,
.dp__inner_nav_disabled:hover {
  background: var(--dp-disabled-color);
  color: var(--dp-disabled-color-text);
  cursor: not-allowed;
}

.dp__month_year_select {
  width: 50%;
  text-align: center;
  cursor: pointer;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-sizing: border-box;
}

.dp__month_year_select:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__month_year_wrap {
  display: flex;
  width: 100%;
}

.dp__overlay {
  position: absolute;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: var(--dp-background-color);
  top: 0;
  left: 0;
  transition: opacity 1s ease-out;
  z-index: 99999;
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    oxygen,
    ubuntu,
    cantarell,
    Open Sans,
    Helvetica Neue,
    sans-serif;
  color: var(--dp-text-color);
  box-sizing: border-box;
}

.dp__overlay::-webkit-scrollbar-track {
  box-shadow: var(--dp-scroll-bar-background);
  background-color: var(--dp-scroll-bar-background);
}

.dp__overlay::-webkit-scrollbar {
  width: 5px;
  background-color: var(--dp-scroll-bar-background);
}

.dp__overlay::-webkit-scrollbar-thumb {
  background-color: var(--dp-scroll-bar-color);
  border-radius: 10px;
}

.dp__overlay:focus {
  border: none;
  outline: none;
}

.dp__container_flex {
  display: flex;
}

.dp__container_block {
  display: block;
}

.dp__overlay_container {
  height: 100%;
  flex-direction: column;
}

.dp__overlay_row {
  padding: 0;
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  align-items: center;
}

.dp__overlay_container > .dp__overlay_row {
  flex: 1;
}

.dp__overlay_col {
  box-sizing: border-box;
  width: 33%;
  padding: 3px;
  white-space: nowrap;
}

.dp__overlay_cell_pad {
  padding: 10px 0;
}

.dp__overlay_cell_active {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp__overlay_cell,
.dp__overlay_cell_active {
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
}

.dp__cell_in_between,
.dp__overlay_cell:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__overlay_action {
  position: sticky;
  bottom: 0;
  background: #fff;
}

.dp__over_action_scroll {
  right: 5px;
  box-sizing: border-box;
}

.dp__overlay_cell_disabled {
  cursor: not-allowed;
}

.dp__overlay_cell_disabled,
.dp__overlay_cell_disabled:hover {
  background: var(--dp-disabled-color);
}

.dp__overlay_cell_active_disabled {
  cursor: not-allowed;
}

.dp__overlay_cell_active_disabled,
.dp__overlay_cell_active_disabled:hover {
  background: var(--dp-primary-disabled-color);
}

.dp__month_picker_header {
  justify-content: space-between;
  height: 35px;
}

.dp__month_picker_header,
.dp__time_input {
  display: flex;
  width: 100%;
  align-items: center;
}

.dp__time_input {
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    oxygen,
    ubuntu,
    cantarell,
    Open Sans,
    Helvetica Neue,
    sans-serif;
  color: var(--dp-text-color);
}

.dp__time_col_reg {
  padding: 0 20px;
}

.dp__time_col_reg_with_button {
  padding: 0 15px;
}

.dp__time_col_sec {
  padding: 0 10px;
}

.dp__time_col_sec_with_button {
  padding: 0 5px;
}

.dp__time_col {
  font-size: 2rem;
  text-align: center;
  flex-direction: column;
}

.dp__time_col,
.dp__time_display {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp__time_display {
  cursor: pointer;
  color: var(--dp-text-color);
  border-radius: 4px;
  padding: 0 3px;
}

.dp__time_display:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__inc_dec_button {
  padding: 5px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  color: var(--dp-icon-color);
  box-sizing: border-box;
}

.dp__inc_dec_button,
.dp__inc_dec_button svg {
  height: 32px;
  width: 32px;
}

.dp__inc_dec_button:hover {
  background: var(--dp-hover-color);
  color: var(--dp-primary-color);
}

.dp__pm_am_button {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.dp__action_row {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: var(--dp-text-color);
  background: var(--dp-background-color);
}

.dp__action_row svg {
  height: 20px;
  width: auto;
}

.dp__selection_preview {
  width: 50%;
  color: var(--dp-text-color);
  font-size: 0.8rem;
}

.dp__action_buttons {
  width: 50%;
  text-align: right;
}

.dp__action {
  font-weight: 700;
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}

.dp__select {
  color: var(--dp-success-color);
}

.dp__action_disabled {
  color: var(--dp-success-color-disabled);
  cursor: not-allowed;
}

.dp__cancel {
  color: var(--dp-secondary-color);
}

.dp__theme_dark {
  --dp-background-color: #212121;
  --dp-text-color: #fff;
  --dp-hover-color: #484848;
  --dp-hover-text-color: #fff;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #005cb2;
  --dp-primary-disabled-color: #61a8ea;
  --dp-primary-text-color: #fff;
  --dp-secondary-color: #a9a9a9;
  --dp-border-color: #2d2d2d;
  --dp-menu-border-color: #2d2d2d;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #737373;
  --dp-disabled-color-text: #d0d0d0;
  --dp-scroll-bar-background: #212121;
  --dp-scroll-bar-color: #484848;
  --dp-success-color: #00701a;
  --dp-success-color-disabled: #428f59;
  --dp-icon-color: #959595;
  --dp-danger-color: #e53935;
  --dp-marker-color: #e53935;
  --dp-tooltip-color: #3e3e3e;
  --dp-highlight-color: rgba(0, 92, 178, 0.2);
}

.dp__theme_light {
  --dp-background-color: #fff;
  --dp-text-color: #212121;
  --dp-hover-color: #f3f3f3;
  --dp-hover-text-color: #212121;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #1976d2;
  --dp-primary-disabled-color: #6bacea;
  --dp-primary-text-color: #f8f5f5;
  --dp-secondary-color: #c0c4cc;
  --dp-border-color: #ddd;
  --dp-menu-border-color: #ddd;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #f6f6f6;
  --dp-scroll-bar-background: #f3f3f3;
  --dp-scroll-bar-color: #959595;
  --dp-success-color: #76d275;
  --dp-success-color-disabled: #a3d9b1;
  --dp-icon-color: #959595;
  --dp-danger-color: #ff6f60;
  --dp-marker-color: #ff6f60;
  --dp-tooltip-color: #fafafa;
  --dp-disabled-color-text: #8e8e8e;
  --dp-highlight-color: rgba(25, 118, 210, 0.1);
}

.dp__main {
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    oxygen,
    ubuntu,
    cantarell,
    Open Sans,
    Helvetica Neue,
    sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.dp__pointer {
  cursor: pointer;
}

.dp__icon {
  stroke: currentcolor;
  fill: currentcolor;
}

.dp__button {
  width: 100%;
  text-align: center;
  color: var(--dp-icon-color);
  background: var(--dp-background-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  height: 35px;
}

.dp__button:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-icon-color);
}

.dp__button svg {
  height: 20px;
  width: auto;
}

.dp__button_bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dp__flex_display {
  display: flex;
}

.dp__flex_display_with_input {
  flex-direction: column;
  align-items: start;
}

.dp__relative {
  position: relative;
}

.calendar-next-enter-active,
.calendar-next-leave-active,
.calendar-prev-enter-active,
.calendar-prev-leave-active {
  transition: all 0.1s ease-out;
}

.calendar-next-enter-from {
  opacity: 0;
  transform: translateX(22px);
}

.calendar-next-leave-to,
.calendar-prev-enter-from {
  opacity: 0;
  transform: translateX(-22px);
}

.calendar-prev-leave-to {
  opacity: 0;
  transform: translateX(22px);
}

.dp-menu-appear-enter-active,
.dp-menu-appear-leave-active,
.dp-slide-down-enter-active,
.dp-slide-down-leave-active,
.dp-slide-up-enter-active,
.dp-slide-up-leave-active {
  transition: all 0.1s ease-out;
}

.dp-slide-down-leave-to,
.dp-slide-up-enter-from {
  opacity: 0;
  transform: translateY(22px);
}

.dp-slide-down-enter-from,
.dp-slide-up-leave-to {
  opacity: 0;
  transform: translateY(-22px);
}

.dp-menu-appear-enter-from {
  opacity: 0;
}

.dp-menu-appear-enter-active,
.dp-menu-appear-leave-active {
  transition: opacity 0.1s ease;
}

.dp-menu-appear-leave-to {
  opacity: 1;
}

@keyframes anim-44d6345f {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

input[type="checkbox"][data-v-44d6345f] {
  position: relative;
  cursor: pointer;
}

input[type="checkbox"][data-v-44d6345f]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #bbb;
}

input[type="checkbox"][data-v-44d6345f]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #224084;
}

input[type="checkbox"][data-v-44d6345f]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 7px;
}

.overlay[data-v-44d6345f] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  animation: anim-44d6345f 0.7s;
  align-items: center;
  z-index: 1001;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
}

.subscription[data-v-44d6345f] {
  position: relative;
  background-color: #fff;
  width: 700px;
  padding: 32px;
}

.subscription__close-btn[data-v-44d6345f] {
  position: absolute;
  right: 30px;
  font-size: 28px;
  cursor: pointer;
}

.subscription__header[data-v-44d6345f] {
  margin-bottom: 24px;
}

.subscription__header > h1[data-v-44d6345f] {
  font-size: 28px;
  color: #224084;
  margin-bottom: 24px;
}

.subscription__header > h4[data-v-44d6345f] {
  color: #284892;
  font-size: 16px;
}

.subscription__content .form[data-v-44d6345f] {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}

.subscription__content .form > input[data-v-44d6345f] {
  width: 70%;
  padding: 12px;
}

.subscription__content .form > input[data-v-44d6345f]::-moz-placeholder {
  font-family: Montserrat, sans-serif;
}

.subscription__content .form > input[data-v-44d6345f]::placeholder {
  font-family: Montserrat, sans-serif;
}

.subscription__content .form > button[data-v-44d6345f] {
  width: 30%;
  border: none;
  background: #224084;
  color: #fff;
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
}

.subscription__content .checkboxes h4[data-v-44d6345f] {
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 20px;
}

.subscription__content .checkboxes > div[data-v-44d6345f] {
  padding: 12px;
}

.subscription__content .checkboxes > div[data-v-44d6345f]:first-child {
  margin-top: 10px;
}

.subscription__content .checkboxes > div > label[data-v-44d6345f] {
  margin-left: 20px;
  margin-top: 5px;
}

@media screen and (max-width: 540px) {
  .pl_parent[data-v-56c18d77] {
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 0 5px !important;
  }

  .enter__pagination__number-full[data-v-56c18d77] {
    display: none !important;
  }

  .enter__pagination__number-mobile[data-v-56c18d77] {
    display: flex !important;
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 0 5px !important;
    color: #8a8a8b !important;
  }

  .enter__page__number[data-v-56c18d77] {
    padding: 7px 6px !important;
  }
}

.pl_parent[data-v-56c18d77] {
  display: flex;
  align-items: center;
  color: #8a8a8b;
  justify-content: space-between;
}

.page__number[data-v-56c18d77] {
  padding: 14px 8px;
  cursor: pointer;
}

.current__page__number[data-v-56c18d77] {
  color: #3f3f3f;
}

.pagination__chevron[data-v-56c18d77] {
  cursor: pointer;
  padding-top: 4px;
  margin: 0 10px;
}

.enter__pagination__number[data-v-56c18d77] {
  display: flex;
  align-items: center;
}

.enter__page__number[data-v-56c18d77] {
  padding: 14px 12px;
  border: 1px solid #d3d3d3;
  max-width: 64px;
  margin-left: 8px;
}

.enter__pagination__number-mobile[data-v-56c18d77] {
  display: none;
}

.news_header_block[data-v-6a62fca6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_header_block > div[data-v-6a62fca6] {
  color: #224084;
}

.news_header_block > div > img[data-v-6a62fca6] {
  margin-left: 20px;
}

.news__list .news[data-v-6a62fca6] {
  margin-top: 15px;
  margin-right: 10px;
  width: 50%;
}

.wrapper.slideshow__container[data-v-6a62fca6] {
  display: none;
}

.news__list .news__date[data-v-6a62fca6] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #8a8a8b;
  margin-bottom: 5px;
}

.news__list .news__title[data-v-6a62fca6] {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #224084;
  max-height: 65px;
  margin-bottom: 8px;
  overflow: hidden;
}

.news__list .news__body[data-v-6a62fca6] {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #3f3f3f;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__list .news__img[data-v-6a62fca6] {
  margin-bottom: 5px;
  height: 200px;
  background-color: #d3d3d3;
}

.news__list .news__img img[data-v-6a62fca6] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__list .redirect__to__news[data-v-6a62fca6] {
  text-decoration: none;
  outline: none;
}

.news__list-animation[data-v-6a62fca6] {
  display: inline-block;
  margin-right: 10px;
}

.news__list-animation-enter-active[data-v-6a62fca6],
.news__list-animation-leave-active[data-v-6a62fca6] {
  transition: all 1s ease;
}

.news__list-animation-enter-from[data-v-6a62fca6],
.news__list-animation-leave-to[data-v-6a62fca6] {
  opacity: 0;
  transform: translateY(30px);
}

.single__news-animation-enter-active[data-v-6a62fca6],
.single__news-animation-leave-active[data-v-6a62fca6] {
  transition: all 0s;
}

.text-animation[data-v-6a62fca6] {
  transition: all 0.2s;
}

.text-animation[data-v-6a62fca6]:hover {
  font-weight: 600;
}

.news__animation-sub[data-v-6a62fca6] {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .last__news-rep[data-v-6a62fca6] {
    display: none !important;
  }

  .pagination__box[data-v-6a62fca6] {
    max-width: 760px !important;
  }

  .header__search[data-v-6a62fca6] {
    margin: 5px 0 !important;
  }
}

.news__title[data-v-6a62fca6] {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  color: #224084;
  margin-bottom: 10px;
}

.search__params[data-v-6a62fca6] {
  padding: 24px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.dp__end-box[data-v-6a62fca6],
.dp__start-box[data-v-6a62fca6] {
  max-width: 200px;
  display: inline-block;
  position: relative;
}

.dp__end-box[data-v-6a62fca6] {
  margin-left: 40px;
}

.pagination__box[data-v-6a62fca6] {
  margin-left: auto;
  margin-right: 0;
  max-width: 630px;
}

.dp__start-box[data-v-6a62fca6]:after {
  width: 24px;
  height: 1px;
  background-color: #d3d3d3;
  top: 50%;
  content: "";
  position: absolute;
  right: -32px;
}

.search__text-box[data-v-6a62fca6] {
  width: 688px;
}

.header__search[data-v-6a62fca6] {
  background: transparent url(/img/search-icon.930274d8.svg) no-repeat 0;
  background-position: 14px;
  border-radius: 4px;
  background-size: 24px;
  border: 1px solid #d4d3d4;
  margin-left: 24px;
  padding: 7px 0 7px 40px;
  width: 100%;
  height: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3f3f3f;
}

.news__sub-title[data-v-6a62fca6] {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #224084;
}

.last__news-pic[data-v-6a62fca6] {
  width: 408px;
  height: 272px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 20% 10%;
  object-position: 20% 10%;
}

.last__news-rep[data-v-6a62fca6],
.news__rep-list[data-v-6a62fca6] {
  display: inline-block;
}

.news__rep-list[data-v-6a62fca6] {
  display: flex;
}

.last__news-rep[data-v-6a62fca6] {
  float: right;
  vertical-align: top;
  margin-left: 32px;
  max-width: 408px;
}

.news__rep-box[data-v-6a62fca6] {
  margin-bottom: 100px;
}

.news__list[data-v-6a62fca6] {
  overflow: hidden;
  display: flex;
}

.customNews[data-v-6a62fca6] {
  margin: 0 !important;
}

@media screen and (max-width: 540px) {
  .news__rep-box[data-v-6a62fca6] {
    margin-bottom: 30px;
  }

  .news__img img[data-v-6a62fca6] {
    width: 100px;
    height: 100px;
  }

  .dp__end-box[data-v-6a62fca6],
  .dp__start-box[data-v-6a62fca6] {
    max-width: 47%;
  }

  .dp__start-box[data-v-6a62fca6]:after {
    width: 12px;
    right: -16px;
  }

  .dp__end-box[data-v-6a62fca6] {
    margin-left: 22px;
  }

  .search__params[data-v-6a62fca6] {
    padding: 0;
  }

  .search__text-box[data-v-6a62fca6] {
    width: 100%;
  }

  .news__sub-title[data-v-6a62fca6] {
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 0 5px !important;
  }

  .news_header_block > div > img[data-v-6a62fca6] {
    display: none;
  }

  .news__list[data-v-6a62fca6] {
    display: block;
  }

  .news__list .news__img[data-v-6a62fca6] {
    display: none;
  }

  .news__list .news[data-v-6a62fca6] {
    padding-bottom: 0;
    margin-right: 0;
    width: 100%;
  }

  .news__title[data-v-6a62fca6] {
    font-size: 18px;
    line-height: 20px;
  }

  .news__body[data-v-6a62fca6] {
    font-size: 14px;
    line-height: 17px;
  }
}

.carousel__next,
.carousel__prev {
  box-sizing: content-box;
  color: #224084;
  font-weight: 400;
}

.investment__carousel .carousel__prev {
  left: -50px;
}

.investment__carousel .carousel__next {
  right: -50px;
}

.carousel__item-img {
  width: 48px;
  height: 48px;
}

.carousel__item-text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #224084;
}

.investment__carousel {
  margin-bottom: 100px;
  display: none;
}

.carousel__pagination-item button:after {
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.carousel__pagination-item button:hover {
  border-radius: 100%;
  width: auto;
  height: auto;
}

.carousel__item {
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 27px 0;
  border: 1px solid #d1ddf7;
  margin-inline: 5px;
}

@media screen and (max-width: 540px) {
  .investment__carousel .carousel__prev {
    left: -5px;
  }

  .investment__carousel .carousel__next {
    right: -5px;
  }
}

.contacts[data-v-4f292250] {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}

.contacts > h1[data-v-4f292250] {
  font-size: 28px;
  font-weight: 500;
  color: #284892;
  transition: all 0.3s ease;
}

.contacts > svg[data-v-4f292250] {
  margin-left: 30px;
}

.contacts > svg > path[data-v-4f292250] {
  transition: all 0.3s ease;
}

.contacts:hover h1[data-v-4f292250] {
  color: #1a92e5;
}

.contacts:hover svg path[data-v-4f292250] {
  stroke: #1a92e5;
}

.backgroundSlider[data-v-4f292250] {
  background-size: 50% 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 80%;
}

.swiper[data-v-4f292250] {
  margin-bottom: 20px;
}

.carouselWrapper[data-v-4f292250] {
  margin-bottom: 80px;
}

.slider_content[data-v-4f292250] {
  height: 350px;
  align-items: center;
}

.slider_content .advantages--btn[data-v-4f292250] {
  text-decoration: none;
}

.slider_content .advantages--btn > svg[data-v-4f292250] {
  left: 65px;
}

.slider_content > div > div[data-v-4f292250] {
  padding-top: 15vh;
  width: 50%;
  text-align: left;
  padding-right: 32px;
  color: #224084;
}

.slider_content > div > div > h3[data-v-4f292250] {
  margin-bottom: 7px;
  font-weight: 500;
  line-height: 29px;
  font-size: 24px;
}

.slider_content > div > div > p[data-v-4f292250] {
  font-size: 16px;
  line-height: 18px;
}

.slider_content > div > div .background[data-v-4f292250] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider_content > div .advantages--btn:hover > div[data-v-4f292250] {
  margin-left: 70px;
  background-color: #e79b24;
}

.slider_content > div .advantages--btn:hover > div svg path[data-v-4f292250] {
  stroke: #e79b24 !important;
}

.slider_content > div .advantages--btn:hover > svg[data-v-4f292250] {
  width: 120px;
  opacity: 1;
}

.slider_content > div .advantages--btn:hover > svg path[data-v-4f292250] {
  d: path("M1 5L120 5");
}

.btn-more-info[data-v-4f292250] {
  display: flex;
  align-items: center;
}

.btn-more-info i[data-v-4f292250] {
  font-size: 25px;
  background-color: blue;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

.investment__heading[data-v-4f292250] {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #224084;
  margin-bottom: 40px;
}

.ki__cards[data-v-4f292250] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}

.ki__cards .advantages--btn[data-v-4f292250] {
  text-decoration: none;
  padding-left: 30px;
  margin-bottom: 50px;
}

.ki__cards .advantages--btn > svg[data-v-4f292250] {
  left: 90px;
}

.ki__cards .advantages--btn:hover > div[data-v-4f292250] {
  margin-left: 70px;
  background-color: #e79b24;
}

.ki__cards .advantages--btn:hover > div svg path[data-v-4f292250] {
  stroke: #e79b24 !important;
}

.ki__cards .advantages--btn:hover > svg[data-v-4f292250] {
  width: 120px;
  opacity: 1;
}

.ki__cards .advantages--btn:hover > svg path[data-v-4f292250] {
  d: path("M1 5L120 5");
}

.about--item[data-v-4f292250] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about--text[data-v-4f292250] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #e7e7e7;
  padding-left: calc(50vw - 600px);
}

.about--text h2[data-v-4f292250] {
  margin-bottom: 20px;
}

.detail--content[data-v-4f292250] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.detail--item[data-v-4f292250] {
  display: flex;
}

.detail--item-img i[data-v-4f292250] {
  font-size: 50px;
}

.detail--item-text[data-v-4f292250] {
  margin-left: 10px;
}

.detail--item-text h2[data-v-4f292250] {
  margin-bottom: 10px;
}

.detail--item-link[data-v-4f292250] {
  display: flex;
  align-items: flex-end;
}

.advantages--content[data-v-4f292250] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
  row-gap: 50px;
}

.advantages--item[data-v-4f292250] {
  border: 1px solid #e7e7e7;
  transition: all 0.3s;
}

.advantages--item[data-v-4f292250]:hover {
  background-color: #284892;
  color: #fff;
}

.advantages--item:hover .advantages--btn[data-v-4f292250] {
  text-decoration: none;
}

.advantages--item:hover .advantages--btn p[data-v-4f292250] {
  color: #fff;
}

.advantages--item:hover .advantages--btn > div[data-v-4f292250] {
  margin-left: 90px;
  background-color: #fff;
}

.advantages--item:hover .advantages--btn > div svg path[data-v-4f292250] {
  stroke: #284892 !important;
}

.advantages--item:hover .advantages--btn > svg[data-v-4f292250] {
  width: 120px;
  opacity: 1;
}

.advantages--item:hover .advantages--btn > svg path[data-v-4f292250] {
  d: path("M1 5L120 5");
}

.advantages--item:hover [data-v-4f292250] {
  color: #fff;
}

.advantages--img[data-v-4f292250] {
  margin-bottom: 20px;
}

.advantages--img--small[data-v-4f292250] {
  margin: 20px 0;
}

.advantages--img--small img[data-v-4f292250] {
  width: 78px;
  height: 70px;
}

.advantages--img img[data-v-4f292250] {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.advantages--img i[data-v-4f292250] {
  font-size: 100px;
}

.advantages--text[data-v-4f292250] {
  padding: 0 30px 50px;
  color: #224084;
}

.advantages--text > h3[data-v-4f292250] {
  font-size: 24px;
  font-weight: 500;
}

.advantages--btn[data-v-4f292250] {
  text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  width: -moz-max-content !important;
  width: max-content !important;
}

.advantages--btn > p[data-v-4f292250] {
  color: #224084;
  font-weight: 500;
  font-size: 18px;
}

.advantages--btn > div[data-v-4f292250] {
  margin-left: 12px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  transition: all 1s;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 100%;
  background: #284892;
}

.advantages--btn > svg[data-v-4f292250] {
  position: absolute;
  transition: all 0.3s;
  left: 80px;
  opacity: 0;
  width: 120px;
  z-index: 1;
}

.advantages--btn > svg path[data-v-4f292250] {
  transition: all 2s;
}

.news--heading[data-v-4f292250] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news--heading-btn[data-v-4f292250] {
  display: flex;
  align-items: center;
}

.news--heading-btn i[data-v-4f292250] {
  font-size: 30px;
  margin-left: 10px;
}

.news--slider[data-v-4f292250] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.news--item-text p[data-v-4f292250],
.news--item-text[data-v-4f292250] {
  margin-top: 10px;
}

.news--date[data-v-4f292250] {
  color: #d3d3d3;
}

.news--pages[data-v-4f292250] {
  display: flex;
  margin-top: 50px;
  color: #d3d3d3;
}

.news--pages-box[data-v-4f292250],
.news--pages-input[data-v-4f292250] {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.news--pages-box i[data-v-4f292250] {
  cursor: pointer;
}

.news--pages-num[data-v-4f292250] {
  color: #d3d3d3;
  margin: 0 5px;
}

.news--pages-num.active[data-v-4f292250] {
  color: #000;
}

.contact--heading[data-v-4f292250] {
  display: flex;
  align-items: center;
}

.contact--heading i[data-v-4f292250] {
  font-size: 40px;
  margin-left: 20px;
}

.contact--slider[data-v-4f292250] {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.contact--item[data-v-4f292250] {
  height: 200px;
  border: 1px solid #d3d3d3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.contact--item p[data-v-4f292250] {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  color: blue;
}

.contact--item i[data-v-4f292250] {
  font-size: 70px;
  color: gold;
}

.advantages__link-text[data-v-4f292250] {
  text-align: left;
  min-width: 100px;
}

@media screen and (max-width: 540px) {
  .investment__carousel[data-v-4f292250] {
    margin-bottom: 20px;
  }

  .investment__heading[data-v-4f292250] {
    /* margin-top: -40px; */
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .investment__heading br[data-v-4f292250] {
    display: none;
  }

  .advantages--content[data-v-4f292250] {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .advantages--img[data-v-4f292250] {
    margin-bottom: 0;
  }

  .advantages--img img[data-v-4f292250] {
    height: 180px;
  }

  .advantages--btn > .advantages__link-text[data-v-4f292250] {
    color: #fff;
  }

  .advantages--btn > p[data-v-4f292250] {
    font-size: 16px;
  }

  .advantages--text[data-v-4f292250] {
    display: flex;
    justify-content: space-between;
    padding: 15px;
  }

  .advantages--text > h3[data-v-4f292250] {
    vertical-align: middle;
    font-size: 16px;
  }

  .advantages__svg-none[data-v-4f292250] {
    display: none;
  }

  .advantages--img--small[data-v-4f292250] {
    margin: 0 10px 0 0;
  }

  .btn-more-info.advantages--btn[data-v-4f292250] {
    margin-inline: auto;
  }

  .advantages--img--small img[data-v-4f292250] {
    width: 35px;
    height: 35px;
  }

  .advantages--item:hover .advantages--btn > div[data-v-4f292250] {
    margin-left: 12px;
  }

  .slider_content > div > div[data-v-4f292250] {
    margin-inline: 29px;
    padding-top: 8vh;
    padding-right: 0;
    text-align: center;
    width: 85%;
    color: #fff;
    font-size: 22px;
  }

  .slider_content > div > div > h3[data-v-4f292250] {
    line-height: 18px;
    font-size: 16px;
  }

  .slider_content > div > div > p[data-v-4f292250] {
    font-size: 14px;
    line-height: 12px;
  }

  .backgroundSlider[data-v-4f292250] {
    background-size: cover;
  }

  .carousel__item[data-v-4f292250] {
    padding: 20px 0;
    margin-inline: 40px;
  }

  .ki__cards[data-v-4f292250] {
    grid-template-columns: repeat(1, 1fr);
  }

  .ki__cards .advantages--btn[data-v-4f292250] {
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contacts[data-v-4f292250] {
    margin-bottom: 20px;
  }

  .contacts > h1[data-v-4f292250] {
    font-size: 16px;
  }

  .contacts > svg[data-v-4f292250] {
    margin-left: 20px;
    width: 25px;
    height: 25px;
  }

  .contacts > svg > path[data-v-4f292250] {
    transition: all 0.3s ease;
  }
}
