.body_popup {
  overflow: hidden;
}

.container {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .container {
    width: 96.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: 1296px;
  }
}

.content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content {
    row-gap: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .content {
    row-gap: 8.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .content {
    row-gap: 36px;
  }
}
.content a:hover {
  cursor: pointer;
}
.content strong a {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content ul, .content ol {
    margin-left: 7.1875vw;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content ul, .content ol {
    margin-left: 2.9947916667vw;
  }
}
.content strong {
  color: #051DE9;
  font-weight: 400;
}
.content h3 {
  font-weight: 700;
  font-size: 2.2222222222vw;
  line-height: 3.3333333333vw;
  letter-spacing: 0;
  padding-top: 1.0416666667vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content h3 {
    font-size: 4.1666666667vw;
    line-height: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .content h3 {
    font-size: 10vw;
    line-height: 15vw;
  }
}
@media screen and (min-width: 1440px) {
  .content h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content h3 {
    padding-top: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .content h3 {
    padding-top: 4.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .content h3 {
    padding-top: 15px;
  }
}
.content iframe {
  width: 100%;
  height: 55.5555555556vw;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content iframe {
    height: 104.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .content iframe {
    height: 163.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .content iframe {
    height: 800px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content iframe {
    border-radius: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .content iframe {
    border-radius: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .content iframe {
    border-radius: 30px;
  }
}
.content img {
  width: 100%;
  height: auto;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content img {
    border-radius: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .content img {
    border-radius: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .content img {
    border-radius: 30px;
  }
}
.content__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.4722222222vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content__wrapper {
    row-gap: 6.5104166667vw;
  }
}
@media screen and (max-width: 767px) {
  .content__wrapper {
    row-gap: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__wrapper {
    row-gap: 50px;
  }
}
.content__wrapper iframe {
  width: 100%;
  height: 55.5555555556vw;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content__wrapper iframe {
    height: 104.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .content__wrapper iframe {
    height: 163.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__wrapper iframe {
    height: 800px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content__wrapper iframe {
    border-radius: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .content__wrapper iframe {
    border-radius: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__wrapper iframe {
    border-radius: 30px;
  }
}
.content__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content__wrapper img {
    border-radius: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .content__wrapper img {
    border-radius: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__wrapper img {
    border-radius: 30px;
  }
}
.content .list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1169px) {
  .content .list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .content .list {
    align-items: center;
  }
}
.content .list a {
  margin-right: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
  font-weight: 400;
  font-size: 1.6666666667vw;
  line-height: 2.0138888889vw;
  letter-spacing: 0;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content .list a {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .content .list a {
    margin-right: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .content .list a {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content .list a {
    margin-bottom: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .content .list a {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .content .list a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .content .list a {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .content .list a {
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .content .list a {
    font-size: 24px;
    line-height: 29px;
  }
}
.content .list a span {
  text-decoration: underline;
}
.content .list a:hover {
  color: #051DE9;
}

.h1,
.h2 {
  font-weight: 700;
  font-size: 3.3333333333vw;
  line-height: 4.0277777778vw;
  letter-spacing: 0;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .h1,
  .h2 {
    font-size: 6.25vw;
    line-height: 7.5520833333vw;
  }
}
@media screen and (max-width: 767px) {
  .h1,
  .h2 {
    font-size: 11.25vw;
    line-height: 13.4375vw;
  }
}
@media screen and (min-width: 1440px) {
  .h1,
  .h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.h1 {
  margin-bottom: 6.9444444444vw;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .h1 {
    margin-bottom: 6.5104166667vw;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    margin-bottom: 15.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .h1 {
    margin-bottom: 100px;
  }
}

.h2 {
  margin-bottom: 2.2222222222vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .h2 {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    margin-bottom: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .h2 {
    margin-bottom: 32px;
  }
}

.h3 {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 3.6805555556vw;
  letter-spacing: 0;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .h3 {
    font-size: 6.25vw;
    line-height: 9.2630208333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 7.5vw;
    line-height: 11.115625vw;
  }
}
@media screen and (min-width: 1440px) {
  .h3 {
    font-size: 36px;
    line-height: 53px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #051DE9;
  height: 3.4722222222vw;
  border-radius: 2.0833333333vw;
  border-width: 0.0694444444vw;
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
  position: relative;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  background: #051DE9;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn {
    height: 6.5104166667vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    height: 15.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn {
    height: 50px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn {
    border-radius: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    border-radius: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn {
    border-radius: 30px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn {
    border-width: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    border-width: 0.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn {
    border-width: 1px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn {
    padding-left: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding-left: 5vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn {
    padding-right: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  background: #fff;
  color: #051DE9;
}
.btn__wrapper {
  display: flex;
  justify-content: center;
}
.btn__white {
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.3194444444vw;
  letter-spacing: 0;
  border: 1px solid #fff;
  height: 2.5694444444vw;
  border-radius: 1.3888888889vw;
  border-width: 0.0694444444vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 0.1388888889vw;
  padding-bottom: 0.1388888889vw;
  margin-top: 0vw;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn__white {
    font-size: 2.0833333333vw;
    line-height: 2.4739583333vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn__white {
    height: 4.8177083333vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    height: 11.5625vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    height: 37px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn__white {
    border-radius: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    border-radius: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn__white {
    border-width: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    border-width: 0.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    border-width: 1px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn__white {
    padding-left: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    padding-left: 11.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    padding-left: 36px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn__white {
    padding-right: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    padding-right: 11.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    padding-right: 36px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn__white {
    padding-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    padding-top: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn__white {
    padding-bottom: 0.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    padding-bottom: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .btn__white {
    margin-top: 2.4739583333vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__white {
    margin-top: 9.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    margin-top: 0px;
  }
}
.btn__white__txt {
  display: inline-flex;
}
.btn__white:hover {
  color: #051DE9;
}

.nav {
  width: 100%;
  background: #222;
  transition: 0.3s all ease-in-out;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .nav {
    transition: none;
  }
}
.nav .container {
  transition: 0.3s all ease-in-out;
  padding-bottom: 1.3888888889vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav .container {
    padding-bottom: 6.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav .container {
    padding-bottom: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav .container {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1169px) {
  .nav .container {
    transition: none;
  }
}
.nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5972222222vw;
  justify-content: space-between;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__wrapper {
    padding-top: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__wrapper {
    padding-top: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__wrapper {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1170px) {
  .nav__wrapper {
    flex-wrap: wrap;
  }
}
.nav__logo {
  display: inline-flex;
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 1170px) {
  .nav__logo {
    order: 2;
  }
}
.nav__logo__link {
  display: inline-flex;
  height: 6.1805555556vw;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__logo__link {
    height: 6.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo__link {
    height: 15.9375vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__logo__link {
    height: 89px;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo__link {
    width: 31.25vw;
  }
}
.nav__logo__link__img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .nav__logo__link__img {
    max-width: 100% !important;
    width: 100%;
    height: auto;
    display: block;
  }
}
.nav__contacts {
  align-items: center;
  z-index: 99;
  position: relative;
  margin-top: 0vw;
  margin-bottom: 0.4166666667vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts {
    margin-top: -2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts {
    margin-bottom: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1170px) {
  .nav__contacts {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1169px) {
  .nav__contacts {
    display: inline-flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts {
    width: 100%;
    order: 4;
  }
}
.nav__contacts__link {
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.3194444444vw;
  letter-spacing: 0;
  border: 1px solid #fff;
  height: 1.6666666667vw;
  border-radius: 1.3888888889vw;
  border-width: 0.0694444444vw;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
  padding-top: 0.1388888889vw;
  padding-bottom: 0.1388888889vw;
  margin-top: 0vw;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts__link {
    font-size: 2.0833333333vw;
    line-height: 2.4739583333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts__link {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts__link {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts__link {
    height: 4.0364583333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts__link {
    height: 9.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts__link {
    height: 24px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts__link {
    border-radius: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts__link {
    border-radius: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts__link {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts__link {
    border-width: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts__link {
    border-width: 0.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts__link {
    border-width: 1px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts__link {
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts__link {
    padding-left: 4.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts__link {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts__link {
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts__link {
    padding-right: 4.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts__link {
    padding-right: 12px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts__link {
    padding-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts__link {
    padding-top: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts__link {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts__link {
    padding-bottom: 0.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts__link {
    padding-bottom: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts__link {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__contacts__link {
    margin-top: 2.4739583333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__contacts__link {
    margin-top: 9.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__contacts__link {
    margin-top: 0px;
  }
}
.nav__contacts__link__txt {
  display: inline-flex;
}
.nav__contacts__link:hover {
  color: #051DE9;
}
.nav__menu {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -1.3194444444vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu {
    margin-top: -2.4739583333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu {
    margin-top: -19px;
  }
}
@media screen and (min-width: 1170px) {
  .nav__menu {
    order: 3;
  }
}
@media screen and (max-width: 1169px) {
  .nav__menu {
    display: none;
    flex-grow: 1;
  }
}
.nav__menu__list {
  list-style: none;
  display: inline-flex;
  margin-top: 0vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__list {
    margin-top: -2.4739583333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__list {
    margin-top: -21.5625vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__list {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1169px) {
  .nav__menu__list {
    flex-direction: column;
    width: 100%;
    align-items: center;
    background: none;
  }
}
.nav__menu__item {
  position: relative;
  display: inline-flex;
  margin-bottom: 0vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item {
    margin-bottom: 3.2552083333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item {
    margin-bottom: 0px;
  }
}
.nav__menu__item:not(:last-child) {
  margin-right: 2.7777777778vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item:not(:last-child) {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item:not(:last-child) {
    margin-right: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item:not(:last-child) {
    margin-right: 40px;
  }
}
.nav__menu__item_mb {
  display: none;
}
@media screen and (max-width: 1169px) {
  .nav__menu__item_mb {
    display: inline-flex;
  }
}
.nav__menu__item_phone {
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0;
  margin-left: 5.6944444444vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item_phone {
    font-size: 3.125vw;
    line-height: 3.7760416667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item_phone {
    font-size: 7.5vw;
    line-height: 9.0625vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item_phone {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item_phone {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item_phone {
    margin-left: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item_phone {
    margin-left: 82px;
  }
}
@media screen and (max-width: 1169px) {
  .nav__menu__item_phone {
    display: none;
  }
}
.nav__menu__item_phone span {
  position: relative;
}
.nav__menu__item_phone::before {
  content: "";
  background: url(../img/template/contactsBlue.svg) no-repeat;
  background-size: contain;
  display: inline-flex;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-right: 0.5555555556vw;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item_phone::before {
    width: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item_phone::before {
    width: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item_phone::before {
    width: 24px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item_phone::before {
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item_phone::before {
    height: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item_phone::before {
    height: 24px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item_phone::before {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item_phone::before {
    margin-right: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item_phone::before {
    margin-right: 8px;
  }
}
.nav__menu__item_phone .nav__menu__item__link::after {
  content: none;
}
.nav__menu__item__link {
  color: #fff;
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item__link {
    font-size: 3.125vw;
    line-height: 3.7760416667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item__link {
    font-size: 7.5vw;
    line-height: 9.0625vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item__link {
    font-size: 20px;
    line-height: 24px;
  }
}
.nav__menu__item__link::after, .nav__menu__item__link span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -0.2083333333vw;
  height: 0.0694444444vw;
  transition: 0.3s all ease-in-out;
  background: #fff;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item__link::after, .nav__menu__item__link span::after {
    bottom: -0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item__link::after, .nav__menu__item__link span::after {
    bottom: -0.9375vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item__link::after, .nav__menu__item__link span::after {
    bottom: -3px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__menu__item__link::after, .nav__menu__item__link span::after {
    height: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__item__link::after, .nav__menu__item__link span::after {
    height: 0.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu__item__link::after, .nav__menu__item__link span::after {
    height: 1px;
  }
}
.nav__menu__item__link_active::after, .nav__menu__item__link:hover::after, .nav__menu__item__link_active span::after, .nav__menu__item__link:hover span::after {
  width: 100%;
}
.nav__burger {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -500%;
  transition: 0.3s all ease-in-out;
}
.nav__burger__menu {
  display: none;
  align-items: center;
  font-weight: 400;
  font-size: 1.6666666667vw;
  line-height: 2.2916666667vw;
  letter-spacing: 0;
  margin-top: 0.5555555556vw;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__menu {
    font-size: 3.125vw;
    line-height: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__menu {
    font-size: 7.5vw;
    line-height: 10.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__menu {
    font-size: 24px;
    line-height: 33px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__menu {
    margin-top: 0.6510416667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__menu {
    margin-top: -9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__menu {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1169px) {
  .nav__burger__menu {
    order: 3;
    display: inline-flex;
  }
}
.nav__burger__menu::before {
  content: "";
  background: url(../img/template/burger.svg) no-repeat;
  background-size: 100% 100%;
  width: 0vw;
  height: 0vw;
  margin-left: 0vw;
  margin-top: 0vw;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__menu::before {
    width: 4.5572916667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__menu::before {
    width: 10.9375vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__menu::before {
    width: 0px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__menu::before {
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__menu::before {
    height: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__menu::before {
    height: 0px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__menu::before {
    margin-left: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__menu::before {
    margin-left: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__menu::before {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__menu::before {
    margin-top: -1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__menu::before {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__menu::before {
    margin-top: 0px;
  }
}
.nav__burger__close {
  display: none;
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  top: 3.9583333333vw;
  right: 3.9583333333vw;
  background: url(../img/template/burger_close.svg) no-repeat;
  background-size: contain;
  order: 1;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__close {
    width: 9.8958333333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__close {
    width: 23.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__close {
    width: 33px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__close {
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__close {
    height: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__close {
    height: 33px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__close {
    top: 5.5989583333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__close {
    top: 13.4375vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__close {
    top: 57px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger__close {
    right: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger__close {
    right: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger__close {
    right: 57px;
  }
}
@media screen and (max-width: 1169px) {
  .nav__burger__container {
    transition: none;
  }
}
.nav__burger_opened {
  overflow: hidden;
}
@media screen and (max-width: 1169px) {
  .nav__burger_opened .nav__burger__container, .nav__burger_opened .container, .nav__burger_opened .nav__wrapper {
    height: 100%;
  }
}
.nav__burger_opened .nav__burger__container::before,
.nav__burger_opened .nav__logo__link .nav__logo__link__img_blue {
  opacity: 1;
}
.nav__burger_opened .container {
  position: relative;
  border-bottom: none;
}
.nav__burger_opened .nav__contacts {
  display: none;
}
.nav__burger_opened .nav__menu__item_phone {
  display: inline-flex;
}
.nav__burger_opened .nav {
  position: fixed;
  background: #222;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.nav__burger_opened .nav__wrapper {
  padding-bottom: 2.3611111111vw;
  border: none;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .nav__burger_opened .nav__wrapper {
    padding-bottom: 2.4739583333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__burger_opened .nav__wrapper {
    padding-bottom: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .nav__burger_opened .nav__wrapper {
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 1169px) {
  .nav__burger_opened .nav__logo {
    align-self: flex-start;
  }
}
.nav__burger_opened .nav__burger__menu {
  display: none;
}
.nav__burger_opened .nav__burger__close {
  display: inline-flex;
}
.nav__burger_opened .nav__menu {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .nav__burger_opened .nav__menu {
    align-items: center;
    align-self: flex-start;
    flex-grow: 1;
  }
}
.nav__burger_opened .nav__burger {
  margin-top: 0;
}
.nav__burger_opened .nav__burger__container {
  overflow: auto;
}

.footer {
  padding-bottom: 6.9444444444vw;
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer {
    padding-bottom: 13.0208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 15.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer {
    margin-top: 13.0208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 25.9375vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    margin-top: 100px;
  }
}
.footer__wrapper {
  display: grid;
  border-top: 1px solid #fff;
  border-width: 0.0694444444vw;
  padding-top: 4.8611111111vw;
  row-gap: 2.7777777778vw;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__wrapper {
    border-width: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    border-width: 0.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__wrapper {
    border-width: 1px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__wrapper {
    padding-top: 9.1145833333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    padding-top: 15.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__wrapper {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__wrapper {
    row-gap: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    row-gap: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__wrapper {
    row-gap: 40px;
  }
}
@media screen and (max-width: 1169px) {
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo img {
  height: 6.1805555556vw;
  width: auto;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__logo img {
    height: 11.5885416667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    height: 27.8125vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__logo img {
    height: 89px;
  }
}
.footer__copyright p, .footer__copyright a {
  font-weight: 400;
  font-size: 0.9722222222vw;
  line-height: 1.5555555556vw;
  letter-spacing: 0;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__copyright p, .footer__copyright a {
    font-size: 1.8229166667vw;
    line-height: 2.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright p, .footer__copyright a {
    font-size: 4.375vw;
    line-height: 7vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__copyright p, .footer__copyright a {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.footer__soc {
  display: flex;
  justify-content: center;
}
.footer__soc__link:not(:last-child) {
  margin-right: 1.3888888889vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__soc__link:not(:last-child) {
    margin-right: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__soc__link:not(:last-child) {
    margin-right: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__soc__link:not(:last-child) {
    margin-right: 20px;
  }
}
.footer__soc__link__img {
  width: auto;
  height: 1.7361111111vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__soc__link__img {
    height: 3.2552083333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__soc__link__img {
    height: 7.8125vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__soc__link__img {
    height: 25px;
  }
}
.footer__menu__list {
  list-style: none;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .footer__menu__list {
    flex-direction: column;
    width: 100%;
    align-items: center;
    background: none;
  }
}
.footer__menu__item {
  position: relative;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .footer__menu__item {
    margin-bottom: 4.6875vw;
  }
}
.footer__menu__item:not(:last-child) {
  margin-right: 2.7777777778vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__menu__item:not(:last-child) {
    margin-right: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu__item:not(:last-child) {
    margin-right: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu__item:not(:last-child) {
    margin-right: 40px;
  }
}
.footer__menu__item_phone {
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__menu__item_phone {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu__item_phone {
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu__item_phone {
    font-size: 20px;
    line-height: 24px;
  }
}
.footer__menu__item_phone::before {
  content: "";
  background: url(../img/template/contactsBlue.svg) no-repeat;
  background-size: contain;
  display: inline-flex;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-right: 0.5555555556vw;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__menu__item_phone::before {
    width: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu__item_phone::before {
    width: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu__item_phone::before {
    width: 24px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__menu__item_phone::before {
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu__item_phone::before {
    height: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu__item_phone::before {
    height: 24px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__menu__item_phone::before {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu__item_phone::before {
    margin-right: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu__item_phone::before {
    margin-right: 8px;
  }
}
.footer__menu__item_phone .footer__menu__item__link::after {
  content: none;
}
.footer__menu__item_phone span {
  position: relative;
}
.footer__menu__item__link {
  color: #fff;
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__menu__item__link {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu__item__link {
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu__item__link {
    font-size: 20px;
    line-height: 24px;
  }
}
.footer__menu__item__link::after, .footer__menu__item__link span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -0.2083333333vw;
  height: 0.0694444444vw;
  transition: 0.3s all ease-in-out;
  background: #fff;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__menu__item__link::after, .footer__menu__item__link span::after {
    bottom: -0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu__item__link::after, .footer__menu__item__link span::after {
    bottom: -0.9375vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu__item__link::after, .footer__menu__item__link span::after {
    bottom: -3px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__menu__item__link::after, .footer__menu__item__link span::after {
    height: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu__item__link::after, .footer__menu__item__link span::after {
    height: 0.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu__item__link::after, .footer__menu__item__link span::after {
    height: 1px;
  }
}
.footer__menu__item__link_active::after, .footer__menu__item__link:hover::after, .footer__menu__item__link_active span::after, .footer__menu__item__link:hover span::after {
  width: 100%;
}
.footer__section:not(:last-child) {
  margin-bottom: 0vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__section:not(:last-child) {
    margin-bottom: 5.9895833333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__section:not(:last-child) {
    margin-bottom: 10.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__section:not(:last-child) {
    margin-bottom: 0px;
  }
}
.footer__section1 {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1169px) {
  .footer__section1 {
    flex-direction: column;
    align-items: center;
    order: 1;
  }
}
.footer__section2 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  padding-top: 2.1527777778vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__section2 {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__section2 {
    padding-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__section2 {
    padding-top: 31px;
  }
}
@media screen and (max-width: 1169px) {
  .footer__section2 {
    flex-direction: column;
    align-items: center;
    order: 3;
    text-align: center;
  }
}
.footer__section3 {
  justify-content: flex-end;
  display: inline-flex;
  margin-bottom: 2.5vw;
  padding-top: 2.1527777778vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__section3 {
    margin-bottom: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__section3 {
    margin-bottom: 4.0625vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__section3 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__section3 {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__section3 {
    padding-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__section3 {
    padding-top: 31px;
  }
}
@media screen and (max-width: 1169px) {
  .footer__section3 {
    order: 2;
    flex-direction: column;
    align-items: center;
  }
}
.footer__section4 {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 1.5277777778vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__section4 {
    margin-bottom: 6.5104166667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__section4 {
    margin-bottom: 9.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__section4 {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1169px) {
  .footer__section4 {
    order: 4;
  }
}
.footer__section4 a {
  display: inline-flex;
}
.footer__section5 {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .footer__section5 {
    order: 5;
  }
}
.footer__section6 {
  display: block;
  text-align: right;
}
@media screen and (max-width: 1169px) {
  .footer__section6 {
    order: 5;
  }
}
.footer__topvizio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__topvizio {
    margin-top: 5.9895833333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__topvizio {
    margin-top: 10.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__topvizio {
    margin-top: 50px;
  }
}
.footer__topvizio__img {
  width: 6.8055555556vw;
  height: auto;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__topvizio__img {
    width: 12.7604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__topvizio__img {
    width: 18.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__topvizio__img {
    width: 98px;
  }
}
.footer__topvizio__txt {
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.3194444444vw;
  letter-spacing: 0;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__topvizio__txt {
    font-size: 2.0833333333vw;
    line-height: 2.4739583333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__topvizio__txt {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__topvizio__txt {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .footer__topvizio__txt {
    margin-top: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__topvizio__txt {
    margin-top: 2.8125vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__topvizio__txt {
    margin-top: 15px;
  }
}

.top {
  position: fixed;
  background: url(../img/template/top.svg) no-repeat;
  background-size: contain;
  width: 3.0555555556vw;
  height: 3.0555555556vw;
  right: 5vw;
  bottom: 5vw;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .top {
    width: 5.7291666667vw;
  }
}
@media screen and (max-width: 767px) {
  .top {
    width: 13.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .top {
    width: 44px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .top {
    height: 5.7291666667vw;
  }
}
@media screen and (max-width: 767px) {
  .top {
    height: 13.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .top {
    height: 44px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .top {
    right: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .top {
    right: 4.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .top {
    right: 72px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .top {
    bottom: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .top {
    bottom: 4.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .top {
    bottom: 72px;
  }
}
.top_show {
  opacity: 1;
}

.owl-carousel .owl-item {
  display: flex;
}

@media screen and (min-width: 1170px) {
  .owl-carousel .owl-stage-outer {
    width: 98%;
  }
}

body .owl-carousel.owl-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.owl-nav {
  display: inline-flex;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  bottom: -0.4861111111vw;
  justify-content: space-between;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .owl-nav {
    bottom: -0.9114583333vw;
  }
}
@media screen and (max-width: 767px) {
  .owl-nav {
    bottom: -2.1875vw;
  }
}
@media screen and (min-width: 1440px) {
  .owl-nav {
    bottom: -7px;
  }
}
.owl-nav span {
  display: none;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  transition: 0.3s all ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    width: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    width: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    width: 24px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    height: 7.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    height: 24px;
  }
}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  cursor: auto;
  opacity: 0;
}
.owl-nav .owl-prev::after, .owl-nav .owl-next::after {
  content: "";
  background: url(../img/template/slider_arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 99%;
  height: 99%;
  display: inline-flex;
}
.owl-nav .owl-prev {
  margin-right: 2.1527777778vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .owl-nav .owl-prev {
    margin-right: 4.0364583333vw;
  }
}
@media screen and (max-width: 767px) {
  .owl-nav .owl-prev {
    margin-right: 9.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .owl-nav .owl-prev {
    margin-right: 31px;
  }
}
.owl-nav .owl-prev::after {
  transform: rotate(180deg);
}

.owl-dots {
  display: inline-flex;
  margin-top: 3.0555555556vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .owl-dots {
    margin-top: 5.9895833333vw;
  }
}
@media screen and (max-width: 767px) {
  .owl-dots {
    margin-top: 11.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .owl-dots {
    margin-top: 44px;
  }
}
.owl-dots .owl-dot {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: rgba(153, 153, 153, 0.5) !important;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .owl-dots .owl-dot {
    width: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .owl-dots .owl-dot {
    width: 3.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .owl-dots .owl-dot {
    width: 12px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .owl-dots .owl-dot {
    height: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .owl-dots .owl-dot {
    height: 3.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .owl-dots .owl-dot {
    height: 12px;
  }
}
.owl-dots .owl-dot:not(:last-child) {
  margin-right: 0.6944444444vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .owl-dots .owl-dot:not(:last-child) {
    margin-right: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .owl-dots .owl-dot:not(:last-child) {
    margin-right: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
  }
}
.owl-dots .owl-dot.active {
  background: #051DE9 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 4.0972222222vw;
  height: 2.2222222222vw;
  /* Rounded sliders */
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .switch {
    width: 7.6822916667vw;
  }
}
@media screen and (max-width: 767px) {
  .switch {
    width: 12.1875vw;
  }
}
@media screen and (min-width: 1440px) {
  .switch {
    width: 59px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .switch {
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .switch {
    height: 6.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .switch {
    height: 32px;
  }
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E0E0E0;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  left: 0.0694444444vw;
  bottom: 0.0694444444vw;
  background-color: white;
  transition: 0.4s;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .switch .slider:before {
    width: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .switch .slider:before {
    width: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .switch .slider:before {
    width: 28px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .switch .slider:before {
    height: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .switch .slider:before {
    height: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .switch .slider:before {
    height: 28px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .switch .slider:before {
    left: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .switch .slider:before {
    left: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .switch .slider:before {
    left: 1px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .switch .slider:before {
    bottom: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .switch .slider:before {
    bottom: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .switch .slider:before {
    bottom: 1px;
  }
}
.switch input:checked + .slider:before {
  transform: translateX(1.875vw);
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .switch input:checked + .slider:before {
    transform: translateX(3.515625vw);
  }
}
@media screen and (max-width: 767px) {
  .switch input:checked + .slider:before {
    transform: translateX(5.3125vw);
  }
}
@media screen and (min-width: 1440px) {
  .switch input:checked + .slider:before {
    transform: translateX(27px);
  }
}
.switch .slider.round {
  border-radius: 2.7777777778vw;
  border: 1px solid #9C9C9C;
  border-width: 0.0694444444vw;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .switch .slider.round {
    border-radius: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .switch .slider.round {
    border-radius: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .switch .slider.round {
    border-radius: 40px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .switch .slider.round {
    border-width: 0.1302083333vw;
  }
}
@media screen and (max-width: 767px) {
  .switch .slider.round {
    border-width: 0.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .switch .slider.round {
    border-width: 1px;
  }
}
.switch .slider.round:before {
  border-radius: 50%;
}

body {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 2vw;
  letter-spacing: 0;
  font-style: normal;
  color: #FFF;
  background: #222;
  scrollbar-color: #fff #222;
  scrollbar-width: thin;
  /* Handle */
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  body {
    font-size: 2.34375vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 5.625vw;
    line-height: 9vw;
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 18px;
    line-height: 28.8px;
  }
}
body::-webkit-scrollbar {
  width: 10px;
  background: #222;
}
body::-webkit-scrollbar-thumb {
  background: #FFF;
}

* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus, *:active {
  outline: none !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 2vw;
  letter-spacing: 0;
  font-style: normal;
  color: #FFF;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  a {
    font-size: 2.34375vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  a {
    font-size: 5.625vw;
    line-height: 9vw;
  }
}
@media screen and (min-width: 1440px) {
  a {
    font-size: 18px;
    line-height: 28.8px;
  }
}

input, textarea, button {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 2vw;
  letter-spacing: 0;
  color: #FFF;
  background-color: transparent;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  input, textarea, button {
    font-size: 2.34375vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  input, textarea, button {
    font-size: 5.625vw;
    line-height: 9vw;
  }
}
@media screen and (min-width: 1440px) {
  input, textarea, button {
    font-size: 18px;
    line-height: 28.8px;
  }
}/*# sourceMappingURL=style.css.map */