@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: arial;
}

.no-scroll {
  overflow: hidden;
}

.container-p {
  padding-left: calc(50% - 640px);
  padding-right: calc(50% - 640px);
}

.none {
  display: none;
}

.box-top {
  position: fixed;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 67px;
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1100px) {
  .box-top {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 820px) {
  .box-top {
    grid-template-columns: 1fr;
  }
}
.box-top__logo {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .box-top__logo {
    display: none;
  }
}
.box-top__img-logo {
  width: 186px;
}
.box-top__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-top .menu {
  height: 67px;
  display: block;
  padding: 0px;
}
@media screen and (max-width: 820px) {
  .box-top .menu {
    display: none;
  }
}
.box-top .menu__list {
  float: left;
  overflow: hidden;
  position: relative;
  border-right: 1px #efefef solid;
  line-height: 67px;
  text-align: center;
}
.box-top .menu__link {
  position: relative;
  display: block;
  width: 80px;
  height: 67px;
  white-space: nowrap;
  font-size: 9px;
  text-decoration: none;
  cursor: pointer;
  color: #515151;
}
.box-top .menu__box-right {
  display: flex;
  justify-content: center;
  background-color: rgb(0, 74, 84);
  width: 100%;
  height: 100%;
}
.box-top .menu__box-lang {
  display: flex;
  flex-basis: 120px;
  align-items: center;
  justify-content: space-between;
}
.box-top .menu__box-lang svg {
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-top: -3px;
  fill: #fff;
}
.box-top .menu__box-link {
  padding: 10px 0px;
  font-size: 10px;
  line-height: 1.34em;
  font-family: "arial";
  text-decoration: none !important;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.box-top .menu__box-link:hover {
  color: #f28204;
}
.box-top .menu__box-vertical {
  padding: 10px 0px;
  font-size: 10px;
  position: relative;
  color: #FFFFFF;
}
.box-top .menu__right {
  max-width: 156px;
}
.box-top .span {
  position: absolute;
  left: 0;
  width: 80px;
  transition: all 0.5s;
}
.box-top .out {
  top: 0px;
}
.box-top .over {
  color: #fff;
  background-color: #f28204;
  top: -67px;
}
.box-top .nav-icon-btn {
  position: absolute;
  display: none;
  z-index: 11;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 820px) {
  .box-top .nav-icon-btn {
    display: block;
  }
}

.nav-icon {
  display: block;
}

.po-pup__menu {
  padding-left: calc(50% - 640px);
  padding-right: calc(50% - 640px);
  display: block;
  position: absolute;
  top: 66px;
  right: 0;
  left: 0;
  z-index: 9;
}
.po-pup__menu_mobile {
  display: none;
  padding: 30px;
}
.po-pup__items {
  display: flex;
  flex-direction: column;
  padding: 30px;
  row-gap: 30px;
  background-color: rgb(22, 22, 22);
  align-items: center;
  height: 432px;
  opacity: 0.8;
}
.po-pup__link {
  padding: 10px;
  color: #fff;
  transition: color 0.3s ease;
}
.po-pup__link:hover {
  color: #ffae53;
}

.header {
  /* Высота «шапки» должна быть статичной и занимать столько места сколько ей нужно*/
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}

.mySwiper {
  height: 600px;
}
.mySwiper .single-slide1,
.mySwiper .single-slide2 {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mySwiper .single-slide1 {
  background-image: url(./../img/banner_1.webp);
  background-color: #f3f3f3;
}
@media screen and (max-width: 820px) {
  .mySwiper .single-slide1 {
    background-position: 56.5% 50%;
  }
}
.mySwiper .single-slide2 {
  background-image: url(./../img/banner_2.webp);
}
@media screen and (max-width: 820px) {
  .mySwiper .single-slide2 {
    background-position: 67% 50%;
  }
}
.mySwiper .swiper-pagination {
  bottom: 20px;
}
.mySwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 0.2;
}
.mySwiper .swiper-pagination-bullet-active {
  background: #004a54;
  opacity: 1;
}

/* Nav Icon */
.nav-icon-btn {
  --time: 0.1s;
  --width: 40px;
  --height: 30px;
  --line-height: 1px;
  --line-margin: 2;
  --color: #fff;
  height: var(--height);
  width: var(--width);
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
}

.nav-icon::before,
.nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}

.nav-icon::before {
  top: calc(var(--line-height) * -8);
}

.nav-icon::after {
  top: calc(var(--line-height) * 8);
}

.nav-icon.nav-icon_active {
  background-color: transparent;
}

.nav-icon.nav-icon_active::before,
.nav-icon.nav-icon_active::after {
  top: 0;
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}

.nav-icon.nav-icon_active::before {
  transform: rotate(45deg);
}

.nav-icon.nav-icon_active::after {
  transform: rotate(-45deg);
}

.header {
  flex: 0 0 auto;
}

.page-box1 {
  padding-top: 188px;
  position: relative;
  height: 411px;
  margin: 0px auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-image: url(./../img/cqban4.jpg);
}
.page-box1__header {
  font-size: 20px;
  line-height: 1.5em;
  color: #ffffff;
  font-family: "arial";
}
.page-box1__line {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  background-color: #FFFFFF;
}
.page-box1__text {
  font-family: arial, helvetica, sans-serif;
  color: #ffffff;
  font-size: 9.5px;
  line-height: 1.75em;
  word-break: break-word;
}

.v-market-main {
  flex: 1 0 auto;
}
@media screen and (max-width: 820px) {
  .v-market-main {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 400px) {
  .v-market-main {
    overflow-x: hidden;
  }
}

.v-market-box1 {
  padding-left: calc(50% - 375px);
  padding-right: calc(50% - 375px);
  padding-top: 14px;
  padding-bottom: 16px;
  padding-bottom: 20px;
}
.v-market-box1__text-home {
  display: inline-block;
  font-size: 9.5px;
  color: #666;
  height: 30px;
  line-height: 30px;
}
.v-market-box1__link-home {
  padding-left: 15px;
  color: rgb(242, 130, 4);
  text-decoration: none;
  background-image: url(./../img/home.png);
  background-size: 9.5px;
  background-repeat: no-repeat;
  background-position: top left;
}
.v-market-box1__link-home:hover {
  text-decoration: underline;
}

.v-market-line {
  height: 1px;
  background-color: rgb(239, 239, 239);
}

.download {
  padding-left: calc(50% - 370px);
  padding-right: calc(50% - 430px);
  min-height: 400px;
  overflow: hidden;
  padding-top: 25px;
}
.download__box {
  height: auto;
  width: 100%;
  background-color: transparent;
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(228, 228, 228);
}
.download__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  transition: background-color 0.3s;
}
.download__card:hover {
  background-color: #ebeaea;
}
.download__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 4px;
  padding: 7px;
}
.download__link {
  display: inline-block;
  line-height: 0;
  font-size: 10px;
  color: #333333;
  font-family: arial;
  font-weight: 400;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.download__link:hover {
  color: #f28204;
}
.download__items {
  background-image: url(./../img/folder.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
  display: inline-block;
  color: #7f7f7f;
  font-size: 8px;
  padding-left: 12px;
}
.download__items-size {
  background-image: url(./../img/pie.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
  margin-left: 10px;
  display: inline-block;
  color: #7f7f7f;
  font-size: 8px;
  text-align: right;
  padding-left: 12px;
}
.download__data {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.download__time {
  display: inline-table;
  margin: 0;
  padding-bottom: 8px;
  vertical-align: middle;
  color: #969696;
  font-size: 9.5px;
  text-align: left;
  white-space: nowrap;
  overflow: visible;
}
.download__button {
  background-image: url(./../img/email.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 10px;
  border: none;
  border-radius: 4px;
  background-color: #f28204;
  text-decoration: none;
  height: 24px;
  font-size: 12px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  padding-right: 10px;
  padding-left: 25px;
  text-align: center;
  transition: background 0.3s;
}
.download__button:hover {
  background-color: #004a54;
}
.download__title {
  cursor: default;
}

.footer {
  overflow: hidden;
  height: 290px;
  background: #006677;
  flex: 0 0 auto;
}
@media screen and (max-width: 820px) {
  .footer {
    height: auto;
  }
}
.footer__box {
  display: grid;
  grid-template-columns: 216px 152px 122px 130px 1fr;
  padding-top: 34px;
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 68px;
}
@media screen and (max-width: 820px) {
  .footer__box {
    padding: 34px 15px 34px;
  }
}
@media screen and (max-width: 650px) {
  .footer__box {
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.footer__item1 {
  grid-column: 1/2;
}
.footer__item2 {
  padding-left: 58px;
}
.footer__item3 {
  padding-left: 36px;
}
.footer__item4 {
  padding-left: 34px;
}
.footer__item5 {
  padding-left: 53px;
  background-image: url(./../img/ma1.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: top 38px right 10px;
}
@media screen and (max-width: 820px) {
  .footer__item5 {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .footer__item1, .footer__item2, .footer__item3, .footer__item4 {
    padding-left: 20px;
  }
}
.footer__item-header {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.75em;
  word-break: break-word;
  font-family: "arial";
}
.footer__item-header1 {
  padding-top: 10px;
  font-size: 12px;
  color: #FFFFFF;
  word-break: break-word;
  font-family: "arial";
}
.footer__item-content1, .footer__item-content2, .footer__item-content3, .footer__item-content4 {
  padding-top: 14px;
  border-right: 1px solid #4f6279;
  min-height: 120px;
}
@media screen and (max-width: 820px) {
  .footer__item-content1, .footer__item-content2, .footer__item-content3, .footer__item-content4 {
    padding-right: 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 650px) {
  .footer__item-content2, .footer__item-content4 {
    border: none;
  }
}
.footer__item-text {
  font-family: arial, helvetica, sans-serif;
  line-height: 2.1;
  font-size: 9.5px;
  color: #F0F8FF;
}
.footer__item-text1 {
  font-family: arial, helvetica, sans-serif;
  line-height: 1.75;
  font-size: 9.5px;
  color: #F0F8FF;
}
.footer__item-center {
  padding-left: 14px;
}
.footer__item-link {
  color: #F0F8FF;
  padding: 3px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__item-link:hover {
  color: rgb(242, 130, 4);
}
.footer__years {
  background-color: #000;
  padding: 9px;
}
.footer__year {
  position: relative;
}
.footer__text {
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #B8B8B8;
}/*# sourceMappingURL=v-market.css.map */