@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 {
  /* Высота «шапки» должна быть статичной и занимать столько места сколько ей нужно*/
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  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/nyliuyan.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;
}

.messages-main {
  /* Установим значение flex-grow равным 1, чтобы основное содержимое занимало все оставшееся место на странице. У остальных элементов flex-grow: 0, потому что их высота статична. */
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 1 0 auto;
}
@media screen and (max-width: 820px) {
  .messages-main {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 400px) {
  .messages-main {
    overflow-x: hidden;
  }
}

.messages-box1 {
  padding-left: calc(50% - 375px);
  padding-right: calc(50% - 375px);
  padding-top: 14px;
  padding-bottom: 16px;
  padding-bottom: 20px;
}
.messages-box1__text-home {
  display: inline-block;
  font-size: 9.5px;
  color: #666;
  height: 30px;
  line-height: 30px;
}
.messages-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;
}
.messages-box1__link-home:hover {
  text-decoration: underline;
}

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

.messages-window {
  position: relative;
  padding-left: calc(50% - 400px);
  padding-right: calc(50% - 400px);
  overflow: hidden;
}

.messages-box {
  max-width: 800px;
  min-height: 300px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: calc(50% - 375px);
  padding-right: calc(50% - 400px);
}
.messages-box__header {
  height: 26px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgb(242, 130, 4);
  line-height: 28px;
  max-width: 600px;
  color: rgb(255, 255, 255);
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
}
.messages-box__line {
  height: 1px;
  background-color: rgb(240, 240, 240);
}
.messages-box__content {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid rgb(240, 240, 240);
}
.messages-box__form {
  position: relative;
  display: grid;
  grid-template-columns: 85px minmax(214px, 1fr);
  grid-template-rows: 105px repeat(4, 22px) 18px 25px;
  gap: 4px;
}
@media screen and (max-width: 400px) {
  .messages-box__form {
    grid-template-columns: 85px minmax(0px, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 400px) {
  .messages-box__form-text {
    grid-column: 1/3;
  }
}
.messages-box__title {
  padding-left: 7px;
  color: #666666;
  font-family: arial;
  font-size: 9.5px;
  line-height: 22px;
  max-width: 9em;
  overflow: hidden;
  text-align: end;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
@media screen and (max-width: 400px) {
  .messages-box__title {
    max-width: 100%;
    text-align: left;
  }
}
.messages-box__title_color {
  position: relative;
  color: #FF8C00;
}
.messages-box__text {
  grid-column: 2/3;
  grid-row: 1/2;
  resize: none;
  border: 1px solid rgb(240, 240, 240);
  width: 226px;
  height: 100px;
  padding: 5px;
  font-family: arial;
  font-size: 9.5px;
}
@media screen and (max-width: 400px) {
  .messages-box__text {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.messages-box__text:hover {
  border-color: #FF8C00;
}
@media screen and (max-width: 400px) {
  .messages-box__name {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.messages-box__error {
  max-width: 100px;
  display: none;
  text-align: center;
  position: absolute;
  top: -6px;
  z-index: 100;
  left: 282px;
  font-size: 9.5px;
  padding: 3px 7px;
  font-family: arial;
  font-style: normal;
  white-space: nowrap;
  color: #707070;
  border: 1px solid #c6cbd0;
  background-image: linear-gradient(to bottom, #FAFBFB 0%, #E5E6E7 100%);
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0px 8px 18px 0px rgba(42, 101, 95, 0.19);
}
@media screen and (max-width: 400px) {
  .messages-box__error {
    top: 0px;
    left: 168px;
  }
}
.messages-box__error-image {
  width: 16px;
}
.messages-box__input-content {
  padding: 4px 8px;
  color: #666666;
  font-family: arial;
  font-size: 9.5px;
  width: 226px;
  border: 1px solid rgb(240, 240, 240);
}
.messages-box__input-content:hover {
  border-color: #FF8C00;
}
@media screen and (max-width: 400px) {
  .messages-box__input-name {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 400px) {
  .messages-box__number {
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
@media screen and (max-width: 400px) {
  .messages-box__input-number {
    grid-column: 1/3;
    grid-row: 6/7;
  }
}
@media screen and (max-width: 400px) {
  .messages-box__verific {
    grid-column: 1/3;
    grid-row: 7/8;
  }
}
.messages-box__input-verific {
  width: 110px;
}
@media screen and (max-width: 400px) {
  .messages-box__input-verific {
    grid-column: 1/3;
    grid-row: 8/9;
  }
}
.messages-box__captha {
  border: 1px solid rgba(240, 240, 240, 0.1);
  background-image: url(./../img/get.gif);
  background-size: 56px 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 62px;
  margin-left: 23px;
}
@media screen and (max-width: 400px) {
  .messages-box__captha {
    grid-column: 1/3;
    grid-row: 9/10;
    height: 22px;
  }
}
.messages-box__captha:hover {
  border: 1px solid rgb(240, 240, 240);
  cursor: pointer;
}
.messages-box__title-change {
  grid-column: 1/2;
  grid-row: 6/7;
  text-decoration: none;
  line-height: 13px;
  font-size: 8px;
  color: #666666;
  font-family: arial;
}
@media screen and (max-width: 400px) {
  .messages-box__title-change {
    grid-column: 1/2;
    grid-row: 10/11;
  }
}
.messages-box__link-change {
  grid-column: 2/3;
  grid-row: 6/7;
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
}
@media screen and (max-width: 400px) {
  .messages-box__link-change {
    grid-column: 2/3;
    grid-row: 10/11;
  }
}
.messages-box__button {
  grid-column: 1/3;
  grid-row: 7/8;
  width: 100px;
  border: none;
  border-radius: 4px;
  background-color: #f28204;
  text-decoration: none;
  height: 26px;
  margin-left: 50px;
  font-size: 12px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  text-align: center;
  transition: background 0.3s;
}
@media screen and (max-width: 400px) {
  .messages-box__button {
    grid-column: 1/3;
    grid-row: 11/12;
  }
}
.messages-box__button:hover {
  background-color: #004a54;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgb(180, 180, 180);
}

textarea,
.messages-box__input-content {
  outline: 0 !important;
}

.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=messages.css.map */