/*
@mixin btn-red() {
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: #C4161C;
    box-sizing: border-box;
    cursor: pointer;
    padding: s1400(19) s1400(40) s1400(22) s1400(40);
    @include adaptiv_padding(19,40,22,40);
    @include adaptiv_param(border-radius,5);
    @include adaptiv_font(700, normal,18,24,-0.02em);
    @media screen and (max-width:999px) and (min-width:760px){
        padding: s760(19) s760(40) s760(22) s760(40);
        @include font-NS(700, normal,s760(18),s760(24),-0.02em);
    }
    @media screen and (max-width: 759px) {
        padding: s320(12) s320(25) s320(15) s320(25);
        width: auto;
    }
}


*/
.container {
  width: 60.83333vw;
  margin: auto;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .container {
    width: 95.83333vw;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: 1168px;
  }
}

.container.not-found {
  text-align: center;
  padding-bottom: 2.60417vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .container.not-found {
    padding-bottom: 6.51042vw;
  }
}

@media screen and (max-width: 767px) {
  .container.not-found {
    padding-bottom: 15.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .container.not-found {
    padding-bottom: 50px;
  }
}

.container.not-found img {
  max-width: 100%;
  height: auto;
}

.header {
  background: #71479D;
}

.nav {
  height: 4.6875vw;
  padding-top: 0.9375vw;
  padding-bottom: 0.88542vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav {
    height: 11.71875vw;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    height: 20vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    height: 90px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav {
    padding-top: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-top: 3.125vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    padding-top: 18px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav {
    padding-bottom: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-bottom: 3.125vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    padding-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14.0625vw 10.3125vw;
        grid-template-columns: 1fr 14.0625vw 10.3125vw;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16.276vw 1fr 5.2083vw;
        grid-template-columns: 16.276vw 1fr 5.2083vw;
  }
}

.nav_opened .nav__menu {
  background: #71479D;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .nav_opened .nav__menu {
    opacity: 1;
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .nav_opened .nav__menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav_opened .nav__menu__item_parent_opened .nav__menu__item__link::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media screen and (max-width: 767px) {
  .nav_opened .nav__menu__item_parent .nav__menu__item__link {
    position: relative;
    z-index: 9999;
  }
}

@media screen and (max-width: 767px) {
  .nav_opened .nav__menu__item_parent_opened .nav__menu__item_parent__list {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav_opened .nav__menu__item {
    z-index: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav_opened .nav__logo__link {
    width: 24.375vw;
    height: 6.25vw;
    margin-bottom: 2.1875vw;
    margin-top: 1.875vw;
  }
}

.nav_opened .nav__lang {
  display: block;
}

@media screen and (max-width: 767px) {
  .nav_opened .nav__lang {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav_opened .nav__menu__list::before {
    content: '';
    position: absolute;
    left: -100vw;
    width: 200vw;
    top: 0;
    height: calc(100% + 5.6vw);
    background: #71479D;
  }
}

.nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .nav__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.nav__logo__link {
  width: 10.9375vw;
  height: 2.86458vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__logo__link {
    width: 18.22917vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__logo__link {
    width: 39.0625vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__logo__link {
    width: 210px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__logo__link {
    height: 4.66276vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__logo__link {
    height: 10vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__logo__link {
    height: 55px;
  }
}

.nav__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav__lang {
  position: relative;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding-right: 3.125vw;
    display: none;
  }
}

.nav__lang__current {
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 1.14583vw;
  letter-spacing: 0;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__current {
    font-size: 2.08333vw;
    line-height: 2.53906vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__current {
    font-size: 5vw;
    line-height: 6.09375vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__current {
    font-size: 18px;
    line-height: 22px;
  }
}

.nav__lang__current::after {
  content: '';
  background: url(../img/svg/arrow.svg) no-repeat;
  background-size: 100% 100%;
  width: 0.52083vw;
  height: 0.52083vw;
  margin-left: 0.26042vw;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__current::after {
    width: 1.30208vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__current::after {
    width: 3.125vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__current::after {
    width: 10px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__current::after {
    height: 1.30208vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__current::after {
    height: 3.125vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__current::after {
    height: 10px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__current::after {
    margin-left: 0.65104vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__current::after {
    margin-left: 1.5625vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__current::after {
    margin-left: 5px;
  }
}

.nav__lang__list {
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 0;
  top: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-property: width;
  transition-property: width;
  background: #764AA4;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0.52083vw;
  padding-top: 0.41667vw;
  padding-right: 0.41667vw;
  padding-bottom: 1.25vw;
  padding-left: 0.41667vw;
  row-gap: 0.46875vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  text-align: center;
  z-index: 99;
  overflow: hidden;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__list {
    border-radius: 1.30208vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__list {
    border-radius: 3.125vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__list {
    border-radius: 10px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__list {
    padding-top: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__list {
    padding-top: 2.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__list {
    padding-top: 8px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__list {
    padding-right: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__list {
    padding-right: 2.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__list {
    padding-right: 8px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__list {
    padding-bottom: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__list {
    padding-bottom: 7.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__list {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__list {
    padding-left: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__list {
    padding-left: 2.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__list {
    padding-left: 8px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__list {
    row-gap: 1.17188vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__list {
    row-gap: 2.8125vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__list {
    row-gap: 9px;
  }
}

.nav__lang__item {
  position: relative;
}

.nav__lang__item__link {
  font-weight: 600;
  font-size: 0.83333vw;
  line-height: 1.01562vw;
  letter-spacing: 0;
  color: #FFFFFF;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__lang__item__link {
    font-size: 2.08333vw;
    line-height: 2.53906vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__lang__item__link {
    font-size: 5vw;
    line-height: 6.09375vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__lang__item__link {
    font-size: 16px;
    line-height: 19.5px;
  }
}

.nav__lang_opened {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-property: width;
  transition-property: width;
}

.nav__lang_opened .nav__lang__list {
  opacity: 1;
  width: 100%;
}

.nav__lang_opened .nav__lang__current::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav__burger {
  display: none;
  width: 0vw;
  height: 0vw;
  margin-top: 0vw;
  background: none;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__burger {
    width: 6.11979vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__burger {
    width: 10.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__burger {
    width: 0px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__burger {
    height: 2.04036vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__burger {
    height: 4.89687vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__burger {
    height: 0px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__burger {
    margin-top: -1.82292vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__burger {
    margin-top: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__burger {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav__burger {
    display: block;
    z-index: 9;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.nav__burger img {
  width: 100%;
  height: 100%;
}

.nav__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 767px) {
  .nav__menu {
    opacity: 0;
    position: absolute;
    right: 100vh;
    bottom: 100%;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -webkit-transition: initial;
    transition: initial;
  }
}

.nav__menu__bg {
  display: none;
}

@media screen and (min-width: 768px) {
  .nav__menu .nav__menu__bg {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu .nav__menu__bg {
    position: absolute;
    top: 0;
    left: -4.6875vw;
    width: 100vw;
    background: #71479D;
  }
}

.nav__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .nav__menu__list {
    padding-bottom: 6.25vw;
  }
}

.nav__menu__item {
  position: relative;
  padding-bottom: 0.15625vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item {
    padding-bottom: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item {
    padding-bottom: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item {
    padding-bottom: 3px;
  }
}

.nav__menu__item:not(:last-child) {
  margin-right: 4.16667vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item:not(:last-child) {
    margin-right: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item:not(:last-child) {
    margin-right: 20vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item:not(:last-child) {
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item:not(:last-child) {
    padding-bottom: 5vw;
  }
}

.nav__menu__item__link {
  font-weight: 600;
  font-size: 0.83333vw;
  line-height: 1.04167vw;
  letter-spacing: 0;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item__link {
    font-size: 2.08333vw;
    line-height: 2.53906vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item__link {
    font-size: 4.375vw;
    line-height: 5.33437vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item__link {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item__link {
    width: 31.25vw;
  }
}

.nav__menu__item2 {
  position: relative;
  width: 13.02083vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item2 {
    width: 28.64583vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item2 {
    width: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item2 {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item2 {
    width: auto;
  }
}

.nav__menu__item2__link {
  font-weight: 400;
  font-size: 0.83333vw;
  line-height: 1.25vw;
  letter-spacing: 0;
  color: #FFFFFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item2__link {
    font-size: 2.08333vw;
    line-height: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item2__link {
    font-size: 4.375vw;
    line-height: 9.84375vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item2__link {
    font-size: 16px;
    line-height: 24px;
  }
}

.nav__menu__item2__link:hover {
  font-weight: 700;
}

.nav__menu__item_parent {
  position: relative;
}

.nav__menu__item_parent .nav__menu__item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__menu__item_parent .nav__menu__item__link::after {
  content: '';
  background: url(../img/svg/arrow.svg) no-repeat;
  background-size: 100% 100%;
  width: 0.52083vw;
  height: 0.52083vw;
  margin-left: 0.26042vw;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent .nav__menu__item__link::after {
    width: 1.30208vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent .nav__menu__item__link::after {
    width: 3.125vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent .nav__menu__item__link::after {
    width: 10px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent .nav__menu__item__link::after {
    height: 1.30208vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent .nav__menu__item__link::after {
    height: 3.125vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent .nav__menu__item__link::after {
    height: 10px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent .nav__menu__item__link::after {
    margin-left: 0.65104vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent .nav__menu__item__link::after {
    margin-left: 1.5625vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent .nav__menu__item__link::after {
    margin-left: 5px;
  }
}

.nav__menu__item_parent__list {
  opacity: 0;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  list-style: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  background: #764AA4;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1.04167vw;
  padding: 1.04167vw;
  display: none;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent__list {
    border-radius: 2.60417vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list {
    border-radius: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent__list {
    border-radius: 20px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent__list {
    padding: 2.60417vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list {
    padding: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent__list {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    left: 31.25vw;
    top: -2.1875vw;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.nav__menu__item_parent__list::before {
  content: '';
  position: absolute;
  background: #FFF;
  height: 0.10417vw;
  left: 1.04167vw;
  top: 0.57292vw;
  width: calc(100% - 40px);
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent__list::before {
    height: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list::before {
    height: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent__list::before {
    height: 2px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent__list::before {
    left: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list::before {
    left: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent__list::before {
    left: 20px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent__list::before {
    top: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list::before {
    top: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent__list::before {
    top: 11px;
  }
}

.nav__menu__item_parent__list2 {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.04167vw;
          column-gap: 1.04167vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent__list2 {
    -webkit-column-gap: 2.60417vw;
            column-gap: 2.60417vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list2 {
    -webkit-column-gap: 0vw;
            column-gap: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent__list2 {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.nav__menu__item_parent__list3 {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 1.04167vw;
          column-gap: 1.04167vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent__list3 {
    -webkit-column-gap: 2.60417vw;
            column-gap: 2.60417vw;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list3 {
    -webkit-column-gap: 0vw;
            column-gap: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__menu__item_parent__list3 {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent__list3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1300px) {
  .nav__menu__item_parent:hover .nav__menu__item_parent__list {
    top: 100%;
    bottom: auto;
    z-index: 999;
    opacity: 1;
    display: -ms-grid;
    display: grid;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .nav__menu__item_parent:hover .nav__menu__item_parent__list {
    background: #71479D;
  }
}

@media screen and (min-width: 1300px) {
  .nav__menu__item_parent:hover .nav__menu__item__link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (max-width: 1299px) {
  .nav__menu__item_parent_opened .nav__menu__item_parent__list {
    top: 100%;
    bottom: auto;
    z-index: 999;
    opacity: 1;
    display: -ms-grid;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu__item_parent_opened .nav__menu__item_parent__list::before {
    content: '';
    position: absolute;
    left: -100vw;
    width: 200vw;
    top: 0;
    height: calc(100% + 5.6vw);
    background: #71479D;
  }
}

@media screen and (max-width: 1299px) {
  .nav__menu__item_parent_opened .nav__menu__item__link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer {
  background: #71479D;
  color: #FFFFFF;
  padding-top: 5.26042vw;
  padding-bottom: 5.26042vw;
  margin-top: -0.05208vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer {
    padding-top: 6.51042vw;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 9.375vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer {
    padding-top: 101px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer {
    padding-bottom: 6.51042vw;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 18.75vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer {
    padding-bottom: 101px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer {
    margin-top: -0.13021vw;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: -0.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer {
    margin-top: -1px;
  }
}

.footer a {
  cursor: pointer;
  color: #FFFFFF;
}

.footer__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.60417vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 9.375vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__logo {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__logo__link {
  width: 10.9375vw;
  height: 2.86458vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__logo__link {
    width: 16.79688vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo__link {
    width: 42.8125vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__logo__link {
    width: 210px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__logo__link {
    height: 4.29688vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo__link {
    height: 10.9375vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__logo__link {
    height: 55px;
  }
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

@media screen and (max-width: 767px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .footer__list {
    display: none;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.footer__list:not(:last-child) {
  margin-right: 3.125vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__list:not(:last-child) {
    margin-right: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__list:not(:last-child) {
    margin-right: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__list:not(:last-child) {
    margin-right: 60px;
  }
}

.footer__list_soc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .footer__list_soc {
    display: block;
    margin-top: 1.25vw;
  }
}

.footer__list_contacts {
  padding-left: 3.125vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__list_contacts {
    padding-left: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__list_contacts {
    padding-left: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__list_contacts {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer__list_contacts {
    display: block;
  }
}

.footer__title {
  font-weight: 900;
  font-size: 0.9375vw;
  line-height: 1.14271vw;
  letter-spacing: 0;
  margin-bottom: 0.78125vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__title {
    font-size: 1.82292vw;
    line-height: 2.21354vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 4.375vw;
    line-height: 5.33437vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__title {
    font-size: 18px;
    line-height: 21.94px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__title {
    margin-bottom: 1.30208vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__title {
    margin-bottom: 6.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__title {
    margin-bottom: 15px;
  }
}

.footer__menu {
  list-style: none;
}

.footer__menu__item__link {
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 2.13542vw;
  letter-spacing: 0;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__menu__item__link {
    font-size: 1.82292vw;
    line-height: 2.21354vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu__item__link {
    font-size: 0vw;
    line-height: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__menu__item__link {
    font-size: 18px;
    line-height: 41px;
  }
}

.footer__contacts {
  list-style: none;
}

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

.footer__contacts__item__link {
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 2.13542vw;
  letter-spacing: 0;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__contacts__item__link {
    font-size: 1.82292vw;
    line-height: 3.38542vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__contacts__item__link {
    font-size: 4.375vw;
    line-height: 5.33437vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__contacts__item__link {
    font-size: 18px;
    line-height: 41px;
  }
}

@media screen and (max-width: 767px) {
  .footer__contacts__item__link {
    font-weight: 400;
    padding-bottom: 6.25vw;
  }
}

.footer__icons {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  row-gap: 1.19792vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__icons {
    row-gap: 2.99479vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__icons {
    row-gap: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__icons {
    row-gap: 23px;
  }
}

@media screen and (max-width: 767px) {
  .footer__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .footer__icons__item:not(:last-child) {
    margin-right: 12.5vw;
  }
}

.footer__icons__item__link {
  width: 1.04167vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .footer__icons__item__link {
    width: 2.60417vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__icons__item__link {
    width: 6.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .footer__icons__item__link {
    width: 20px;
  }
}

.footer__icons__item__link img {
  width: 100%;
  height: auto;
}

body {
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-size: 0.78125vw;
  line-height: 1.30208vw;
  letter-spacing: 0;
  color: #000000;
  background: #fff;
  font-style: normal;
  max-width: 100vw;
  overflow-x: hidden;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  body {
    font-size: 1.82292vw;
    line-height: 3.25521vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.0625vw;
    line-height: 6.25vw;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
}

* {
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus, *:active {
  outline: none !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

input, textarea, button {
  font-family: Montserrat,sans-serif;
}
/*# sourceMappingURL=style.css.map */