body {
  background-color: #273350;
  font-family: "Droid-Sans";
}

.text-center {
  display: block;
  margin-top: 50px;
  color: #ffffff;
}

.media-heading {
  color: #ffffff;
}

.media-body {
  color: #98a8d0;
}

.readmore {
  color: #ffffff;
}

.container {
  width: 942px;
  margin: auto;
}

.hero {
  padding-top: 10px;
}

.hero-info {
  display: flex;
  justify-content: space-between;
}

.hero-info__text {
  opacity: 0.8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

a.header-info__phone {
  color: #ffffff;
}

.hero-menu {
  margin-top: 19px;
  display: flex;
  justify-content: space-around;
}

.hero-menu__info {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.hero-menu__earth {
  margin-left: 50px;
}

.earth__news {
  margin-left: 50px;
  margin-top: 30px;
}

.img-news {
  height: 400px;
  width: 600px;
  margin-top: 10px;
  margin-left: 200px
}

.hero-menu__text {
  position: relative;
  top: 30px;
  left: -220px;
  animation-name: rotation;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.hero-menu__text___news {
  position: relative;
  top: 5px;
  left: -220px;
  animation-name: rotation;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.hero-menu__bgc {
  position: absolute;
  right: 10px;
  top: 1px;
  z-index: -1;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.header-menu__subtitle {
  margin-top: 247px;
}

.header-menu__text {
  color: #ffffff;
  font-size: 58px;
  font-weight: 400;
}

.header-menu__descr {
  width: 70%;
  color: #ffffff;
  font-size: 29px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30.35px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.production-descr {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.partners {
  padding-bottom: 50px;
}

.border-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 1%, #ffffff 1%) no-repeat center right/350px 100%;
  background-size: cover;
}

.partners-name {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
}

.carousel>input[type=radio]:nth-child(5):checked~.carousel__next>label:nth-child(1),
.carousel>input[type=radio]:nth-child(5):checked~.carousel__prev>label:nth-child(4),
.carousel>input[type=radio]:nth-child(4):checked~.carousel__next>label:nth-child(5),
.carousel>input[type=radio]:nth-child(4):checked~.carousel__prev>label:nth-child(3),
.carousel>input[type=radio]:nth-child(3):checked~.carousel__next>label:nth-child(4),
.carousel>input[type=radio]:nth-child(3):checked~.carousel__prev>label:nth-child(2),
.carousel>input[type=radio]:nth-child(2):checked~.carousel__next>label:nth-child(3),
.carousel>input[type=radio]:nth-child(2):checked~.carousel__prev>label:nth-child(1),
.carousel>input[type=radio]:nth-child(1):checked~.carousel__next>label:nth-child(2),
.carousel>input[type=radio]:nth-child(1):checked~.carousel__prev>label:nth-child(5) {
  opacity: 1 !important;
  z-index: 3;
}

.carousel {
  width: 100%;
  position: relative;
}

.carousel>input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
}

.carousel>input[type=radio]:checked~.carousel__items .carousel__item,
.carousel>input[type=radio]:checked~.carousel__prev>label,
.carousel>input[type=radio]:checked~.carousel__next>label {
  opacity: 0;
}

.carousel>input[type=radio]:nth-child(1):checked~.carousel__items .carousel__item:nth-child(1) {
  opacity: 1;
}

.carousel>input[type=radio]:nth-child(1):checked~.carousel__nav>label:nth-child(1) {
  background: #ffffff;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type=radio]:nth-child(2):checked~.carousel__items .carousel__item:nth-child(2) {
  opacity: 1;
}

.carousel>input[type=radio]:nth-child(2):checked~.carousel__nav>label:nth-child(2) {
  background: #ffffff;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type=radio]:nth-child(3):checked~.carousel__items .carousel__item:nth-child(3) {
  opacity: 1;
}

.carousel>input[type=radio]:nth-child(3):checked~.carousel__nav>label:nth-child(3) {
  background: #ffffff;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type=radio]:nth-child(4):checked~.carousel__items .carousel__item:nth-child(4) {
  opacity: 1;
}

.carousel>input[type=radio]:nth-child(4):checked~.carousel__nav>label:nth-child(4) {
  background: #ccc;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type=radio]:nth-child(5):checked~.carousel__items .carousel__item:nth-child(5) {
  opacity: 1;
}

.carousel>input[type=radio]:nth-child(5):checked~.carousel__nav>label:nth-child(5) {
  background: #ccc;
  cursor: default;
  pointer-events: none;
}

.carousel__items {
  margin-right: -100px;
  padding: 0;
  list-style-type: none;
  width: 100%;
  height: 200px;
  position: relative;
}

.carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
  margin-left: -150px;
}

.carousel__item img {
  vertical-align: middle;
}

.item_slider img {
  width: 100%;
  vertical-align: middle;
}

.carousel__prev>label:hover,
.carousel__prev>label:focus,
.carousel__next>label:hover,
.carousel__next>label:focus {
  opacity: 0.5 !important;
}

.carousel__prev>label:before,
.carousel__prev>label:after,
.carousel__next>label:before,
.carousel__next>label:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
}

.carousel__prev>label {
  left: 2%;
}

.carousel__prev>label:before {
  left: 35%;
  top: 20%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.carousel__next>label {
  right: 2%;
}

.carousel__next>label:before {
  left: 10%;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}

.carousel__nav {
  position: absolute;
  bottom: 3%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.carousel__nav>label {
  border: 1px solid #ffffff;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.production-block {
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
}

.production-block__item {
  width: 50%;
  transition: 0.3s;
}

.production-block__item:hover {
  transition: 0.3s;
  transform: scale(0.7);
  border-radius: 50%;
}

.production-block__text {
  color: #ffffff;
  opacity: 0, 6;
  font-size: 29px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}

.machine {
  padding-top: 70px;
}

.machine-block {
  margin-top: 50px;
}

.machine-block__item {
  display: flex;
}

.machine-block__text {
  margin-left: 30px;

}

.machine-block__info {
  color: #ffffff;
  font-family: "Droid Sans";
  font-size: 27px;
  font-weight: 400;
}

.machine-block__descr {
  text-align: right;
  color: #98a8d0;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.86px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  font-style: normal;
  letter-spacing: -0.34px;
  line-height: normal;
}

.company-brand {
  padding-top: 44px;
}

.company-future {
  margin-top: 10px;
  min-height: 342px;
  background: url(../img/welcome/future/future.jpg) no-repeat;
}

.company-future__main {
  margin-top: 10px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.company-future__box {
  display: flex;
  justify-content: space-around;
}

.company-future__item {
  display: flex;
  align-items: center;
}

.company-future__text {
  margin-left: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 45.54px;
  text-align: left;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: -0.48px;
  line-height: normal;
}

.company-future__descr {
  width: 20%;
  color: #98a8d0;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 46.52px;
  text-align: left;
  /* Text style for "Мы выполня" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.company-future__wrapper {
  display: flex;
  justify-content: space-around;
}

/* Звонок */
.call {
  position: relative;
  padding-bottom: 100px;
}

.call-header {
  flex: 1;
  display: block;
  margin-top: 30px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}

.call-header_text {
  display: block;
  flex: 1;
  color: #98a8d0;
  font-size: 25px;
  font-weight: 400;
}

.wrapper-call {
  display: flex;
}

.denis-test {
  position: relative;
  margin-top: -80px;
  margin-left: -100px;
  z-index: -10;
}

.test-form {
  position: absolute;
  top: 170px;
  width: 382px;
  height: 200px;
  background-color: #32568d;
  border-radius: 20px;
  z-index: 1;
}

.input-test {
  width: 300px;
  outline: none;
  border: 1px solid;
  border-radius: 15px;
  border-color: grey;
  padding: 12px;
  color: #000;
  margin-top: 12px;
  margin-left: 25px;
  background-color: #fff;
}

.check-test {
  margin-top: 10px;
}

.personal {
  color: #98a8d0;
  font-size: 10px;
  font-weight: 400;
}

.button-send {
  margin-bottom: 40px;
  margin-left: 33px;
  padding: 11px 67px;
  background-color: #273350;
  border-radius: 30px;
  border: none;
  color: #ffffff;
}

.button-send,
.button-send:active,
.button-send:focus {
  outline: none !important;
}

.time-call {
  margin-top: -17px;
  color: #98a8d0;
  font-size: 10px;
  font-weight: 400;
}

.form-message {
  display: none;
  color: #fff;
}

.form-group {
  padding-left: 25px;
}

.footer-info {
  display: flex;
  justify-content: space-between;
}

.footer-info__contact {
  color: #98a8d0;
  font-size: 12px;
  font-weight: 400;
}

.footer {
  padding-top: 150px;
  background-image: url(../img/welcome/footer/shadow_box.jpg);
  background-size: cover;
  padding-bottom: 100px;
}

.footer-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-contacts {
  color: #98a8d0;
  font-size: 12px;
  font-weight: 400;
}

.footer-wrap {
  display: flex;
}

.footer-block_descr {
  margin-top: 25px;
  max-width: 25%;
  color: #98a8d0;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

/* .footer-block__display {
display: flex;
align-items: center;
justify-content: center;
} */
.footer-block_icon {
  margin-top: 35px;
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.icon {
  margin-bottom: 40px;
}

.footer-block_text {
  width: 20%;
  display: inline-block;
  margin-left: 15px;
  margin-top: 35px;
}

.footer_block_info {
  color: #98a8d0;
  font-size: 12px;
  font-weight: 400;
}

.footer_block_info__three {
  display: block;
  margin-top: 30px;
}

a.footer_block_info__three:hover {
  color: #ffff;
}

a {
  color: #98a8d0;
}

.footer-menu {
  margin-top: 15px;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
  width: 25%;
}

.menu-text {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.yandex-maps {
  margin-top: 10px;
  width: 18%;
}

a.menu-text {
  color: #98a8d0;
}

a.menu-text:hover {
  text-decoration: underline;
}

.footer-mobile {
  display: none;
}

.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy {
  color: #98a8d0;
  font-size: 12px;
  font-weight: 400;
}

.insta {
  margin-left: 110px;
}

.insta-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  color: #98a8d0;
  font-size: 15px;
  font-weight: 400;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

/* АККОРДИОН */
.flexible-packaging {
  padding-bottom: 64px;
}

.milk-packaging {
  padding-bottom: 60px;
}

.demo {
  margin-top: 30px;
}

/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide+label~div {
  display: none;
}

.hide,
.hide+label~span {
  display: none;
}

.hide:checked+label+span {
  display: block;
  background: #283350;
  margin-left: 20px;
  /* padding: 10px; */
  padding-bottom: 70px;
}

/* вид текста label */
.hide+label {
  margin: 0;
  padding: 0;
  color: #98a8d0;
  cursor: pointer;
  display: inline-block;
}

/* вид текста label при активном переключателе */
.hide:checked+label {
  color: #ffffff;
  border-bottom: 0;
}

a.name-znak {
  color: #ffffff;
  font-size: 45px;
}

/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked+label+div {
  display: flex;
  background: #283350;
  margin-left: 20px;
}

.hide:checked+label+span {
  display: block;
  background: #283350;
  margin-left: 20px;
  padding-bottom: 50px;
}

/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}

.hide+label:before {
  background-color: #1e90ff;
  color: #fff;
  content: "\002B";
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 6px 5px;
  text-align: center;
  width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.hide:checked+label:before {
  content: "\2212";
}

.packing-text {
  font-size: 23px;
  font-weight: 400;
}

.container-text {
  width: 100%;
  color: #98a8d0;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  text-align: right;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.packing-img {
  margin-left: -100px;
}

.freeze-img {
  margin-left: 10px;
}

.freez-text_descr {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
}

.packing-text_descr {
  text-align: left;
  margin-top: 20px;
}

.test-flex img {
  width: 100%;
}

.packing-text_descr_left {
  margin-top: 100px;
}

.packing-text_descr_milk {
  margin-top: 110px;
  text-align: right;
}

.milk-text_descr_left {
  color: #98a8d0;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  text-align: right;
  padding-top: 100px;
}

.ready-img {
  margin-top: 100px;
}

div.break {
  display: block;
}

.lamination {
  padding-top: 50px;
}

.added-features {
  padding-top: 35px;
  padding-bottom: 35px;
}

.break {
  display: block;
}

.milk-strong {
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.fullpe {
  padding-top: 20px;
  padding-bottom: 50px;
}

.fullpe-header {
  color: #98a8d0;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
}

.fullpe-img {
  margin-left: 200px;
}

.full {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  list-style-image: url(../img/icon/icon-ok.png);
}

.fullpe_phone {
  display: inline-block;
  margin-left: 270px;
  margin-top: 100px;
  color: #98a8d0;
  font-size: 20px;
}

.text-deltapack {
  padding-top: 41px;
  padding-bottom: 41px;
  color: #98a8d0;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
}

.text-deltapack_full {
  color: #98a8d0;
  /* font-size: 21px; */
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
}

.packing_carousel {
  position: absolute;
  bottom: 10%;
  left: -15%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.freeze_carousel {
  position: absolute;
  bottom: 11%;
  left: 5%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.bakaleya_carousel {
  position: absolute;
  bottom: -5%;
  left: -18%;
  text-align: center;
  width: 100%;
  z-index: 3;
  outline: none;
}

.himical_carousel {
  position: absolute;
  bottom: -5%;
  left: 5%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.animal_carousel {
  position: absolute;
  /* bottom: -15%; */
  left: -20%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.oil_carousel {
  position: absolute;
  left: 5%;
  bottom: 10%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.sweet_carousel {
  position: absolute;
  left: -20%;
  bottom: -45%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.water_carousel {
  position: absolute;
  left: 5%;
  bottom: 1%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.milk_carousel {
  position: absolute;
  left: -17%;
  bottom: -5%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.gasset_carousel {
  position: absolute;
  left: -20%;
  bottom: 10%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.pac_carousel {
  position: absolute;
  left: 5%;
  bottom: 16%;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.bakaleya_carousel {
  position: absolute;
  bottom: -5%;
  left: -18%;
  text-align: center;
  width: 100%;
  z-index: 3;
  outline: none;
}

/* Меню */
.name {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
}

.equimpent-text {
  width: 70%;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
}

.equimpent-descr {
  width: 70%;
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
}

.sertefikat-name {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-item {
  width: 60%;
}

.header-text_sert {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26.17px;
  text-align: left;
}

.header-text_sub {
  margin-top: 29px;
  color: #98a8d0;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28.67px;
  text-align: left;
}

.equimpent-machine {
  padding-top: 30px;
}

.equimpent-machine__text {
  margin-bottom: 24px;
  color: #98a8d0;
  font-size: 15px;
  font-weight: 400;
}

.allstein-machine {
  height: 441px;
  background: url(../img/equipment/allstein_ok.jpg) center center no-repeat;
  background-size: 100%;
  margin-bottom: 190px;
}

.comexi-machine {
  /* padding-top: 200px; */
  height: 441px;
  background: url(../img/equipment/comexi.jpg) center center no-repeat;
  background-size: 100%;
}


.comexi-machine__header {
  padding-top: 325px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.comexi-machine__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.12px;
  text-align: center;
}

.comexi-machine__block {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
}

.bobst-machine {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/bobst.png) center center no-repeat;
  background-size: 100%;
}

.equimpent-machine__descr {
  margin-top: 30px;
  color: #98a8d0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.allstein-machine__descr {
  margin-top: 30px;
  color: #98a8d0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.laminator {
  padding-top: 30px;
}

.ekstrusion-name {
  color: #98a8d0;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
}

.laminator-header__text {
  margin-top: 50px;
  color: #98a8d0;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
}

.alpine-header__text {
  margin-top: 50px;
  color: #98a8d0;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
}

.sliter-header__text {
  margin-top: 30px;
  color: #98a8d0;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
}

.laminator-machine {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/laminator.jpg) center center no-repeat;
  background-size: 100%;
}

.sliter-ml {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/sliter_ok.jpg) center center no-repeat;
  background-size: 100%;
}

.comexi-ml {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/comeximl.jpg) center center no-repeat;
  background-size: 100%;
}

.ekstrusion {
  padding-top: 50px;
}

.ekstrusion-machine {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/kiefel.png) center center no-repeat;
  background-size: 100%;
}

.warex-machine {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/warex.jpg) center center no-repeat;
  background-size: 100%;
}

.alpine-machine {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/alpine_ok.jpg) center center no-repeat;
  background-size: 100%;
}

.ready-packet {
  margin-top: 50px;
}

.dsm-machine {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/dsm.jpg) center center no-repeat;
  background-size: 100%;
}

.dsm-machine__text {
  margin-top: 50px;
  color: #98a8d0;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
}

.form-machine {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/kodak_ok.jpg) center center no-repeat;
  background-size: 100%;
}

.spz-machine {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/spz.jpg) center center no-repeat;
  background-size: 100%;
}

.GM-machine {
  margin-top: 50px;
  height: 441px;
  background: url(../img/equipment/gm900.jpg) center center no-repeat;
  background-size: 100%;
}

.form {
  margin-top: 50px;
  margin-bottom: 100px;
}

.form-machine__text {
  padding-top: 20px;
  color: #98a8d0;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}

.company-text {
  margin-top: 50px;
  display: block;
  width: 70%;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
}

.about-header__text {
  padding-top: 41px;
  padding-bottom: 41px;
  color: #98a8d0;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
}

/* КАРУСЕЛЬ */
.thumbnaili {
  display: block;
  padding: 4px;
  line-height: 20px;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* img { max-width:100%; } */
.year-img {
  max-width: 100%;
}

a {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 8 */
  filter: alpha(opacity=50);
  /* IE7 */
  opacity: 0.6;
  text-decoration: none;
}

.caption h4 {
  font-size: 1rem;
  color: #fff;
  font-weight: lighter;
}

.caption p {
  font-size: 14px;
  line-height: 15px;
  color: #98a8d0;
}

.btn.btn-mini {
  font-size: 0.63rem;
}


/* Carousel Control */
.control-box {
  text-align: center;
  width: 100%;
}

.carousel-control {
  background: #666;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.5;
  padding: 4px 10px 0px;
  position: static;
  height: 30px;
  width: 15px;
}

@media (max-width: 767px) {

  .page-header,
  .control-box {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .caption {
    word-break: break-all;
  }
}

.contact-header {
  margin-top: 50px;
}

.contact-info {
  display: flex;
}

.contact-width {
  border: 1px solid none;
  min-height: 470px;
  min-width: 307px;
  background-color: #316bb3;
  width: 33%;
}

.contact_sub {
  padding-top: 57px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: center;
}

.contact_descr {
  margin-top: 43px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
}

.icon-contact {
  padding-top: 54px;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
}

.icon-text {
  padding-top: 5px;
  color: #9baad2;
  font-size: 25px;
  font-weight: 400;
}

.text-zam {
  color: #9baad2;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.name-text {
  color: #687699;
  font-size: 24px;
  font-weight: 400;
  text-align: center;

}

.icon-small {
  display: flex;
  flex-direction: column;
}

.img-text {
  margin-left: 20px;
}

.img-contact {
  padding-left: 24px;
}

.icon-small_text {
  color: #9baad2;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

a.icon-small_text:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #e30614;
}

a.icon-text:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #e30614;
}

.img-contact_two {
  margin-left: 25px;
}

.text-right {
  padding-right: 10px;
}

.manager {
  margin-top: 39px;
  margin-bottom: 54px;
}

.supply {
  padding-bottom: 50px;
}

.border-line_manager {
  width: 102%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 29%, #ffffff 10%) no-repeat center right/350px 100%;
  background-size: cover;
}

.border-line_supply {
  width: 102%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 24%, #ffffff 10%) no-repeat center right/350px 100%;
  background-size: cover;
}

.manager-name {
  color: #9baad2;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.manager-mame_descr {
  margin-top: 10px;
  color: #687699;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  text-align: center;
}

.icon-small_img {
  padding-right: 10px;
}

.wrapper-manager {
  display: flex;
  flex-wrap: wrap;
}

.block-manager {
  padding-top: 39px;
  width: 31%;
  margin-right: 2%;
}

.vacancy {
  padding-top: 150px;
  padding-bottom: 50px;
}

.border-line_vacancy {
  width: 102%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 13.5%, #ffffff 10%) no-repeat center right/350px 100%;
  background-size: cover;
}

.vacancy-text {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.vacany-text_descr {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.accordion {
  background-color: #273350;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-size: 20px;
}

.active,
.accordion:hover {
  background-color: #273350;
  color: #ffffff;
  border: none;
  outline: none;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #273350;
  overflow: hidden;
}

.news-text {
  font-size: 18px;
  color: #ffffff;
}

.fck-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.fck-image__icon {
  width: 100%;
  margin-bottom: 100px;
}

.fck-image-text {
  margin-top: 100px;
  margin-left: 15px;
}

/* /КАРУСЕЛЬ */
nav {

  padding: 1px 5px;
  color: #fff;
  text-align: center;
}

nav>ul {
  padding: 0;
}

nav li {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
}

nav a {
  color: #fff;
  padding: 1px 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.9s;
}

nav a:hover {
  border: 1px solid #fff;
}

#btn-menu[type="checkbox"] {
  display: none;
}

nav label {
  display: none;
  border: 1px solid #fff;
  padding: 1px 5px;
  cursor: pointer;
  transition: 0.9s;
}

nav label:hover {
  color: #ffffff;
}


@media screen and (max-width: 1000px) {
  .img-news {
    margin-left: 0;
  }

  nav {
    text-align: left;
  }

  nav label {
    display: inline-block;
  }

  nav>ul {
    display: none;
    /* width: 100px; */
    left: 0;
  }

  nav li {
    display: block;
    vertical-align: middle;
    padding: 2px;
    /* display: flex; */
  }

  #btn-menu[type="checkbox"]:checked~label+ul {
    display: block;
  }

}

/* МЕНЮ */
@media (max-width: 768px) {
  .thumbnails {
    display: flex;
  }

  /* .test-form{
left: 200px;
} */
}

@media (max-width: 768px) {
  .btn-menu {
    display: none;
  }

  .fullpe-img {
    margin-left: 90px;
  }

  .machine-block__text {
    order: 1;
  }

  .img-news {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .hide:checked+label+div {
    display: flex;
    background: #283350;
    margin-left: 20px;
    /* padding: 10px; */
    padding-bottom: 70px;
    flex-direction: column;
  }

  .block-manager {
    padding-top: 39px;
    width: 84%;
    margin-right: 2%;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
  }

  .container {
    max-width: 580px;
    width: 95%;
  }

  .production-block__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transition: 0.3s;
  }

  .hero-menu__earth {
    display: none;
  }

  .earth {
    width: 130px;
  }

  .hero-menu__text {
    width: 160px;
    position: absolute;
    top: -166px;
    left: -11px;
    animation-name: rotation;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  .earth__news {
    display: none;
  }

  .logo {
    width: 200px;
  }

  .hero-info__text {
    opacity: 0.8;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
  }

  .hero-info__hidden {
    display: none;
  }

  .hero-menu__bgc {
    display: none;
  }

  .header-menu__descr {
    margin-top: 0;
    width: 100%;
    font-size: 20px;
  }

  .header-menu__subtitle {
    margin: 0
  }

  .header-menu__text {
    display: block;
    margin-top: 30px;
    font-size: 20px;
  }

  .carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    z-index: 1;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
    margin-left: -50px;
  }

  .carousel__nav {
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 3;
  }

  .production-block__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
  }

  .mobile_block {
    width: 300px;
  }

  .partners {
    padding-bottom: 0;
  }

  .partners-name {
    font-size: 17px;
  }

  .machine-block__item {
    display: flex;
    flex-direction: column-reverse;
  }

  .company-future__box {
    flex-direction: column;
  }

  .company-future__descr {
    display: none;
  }

  .denis-test {
    display: none;
  }

  .time-call {
    margin-top: 0;
  }

  .footer {
    display: none;
  }

  .footer-mobile {
    display: block;
  }

  .footer-mobile__info {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .footer-mobile__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .icon {
    margin-bottom: 0;
  }

  .yandex-maps {
    width: 55%;
  }

  .insta {
    margin-left: 0;
  }

  .carousel__nav {
    position: absolute;
    bottom: -100px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 3;
  }

  .equimpent-machine__descr {
    margin-top: 110px;
  }

  .fck-image {
    display: flex;
    margin-top: 150px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .fck-image-text {
    margin-top: 10px;
  }

  .fullpe_phone {
    display: inline-block;
    margin-left: 100px;
    margin-top: 100px;
    color: #98a8d0;
    font-size: 20px;
  }

  @media (max-width: 425px) {
    .alpine-header__text {
      margin-top: 100px;
      color: #98a8d0;
      font-size: 15px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 18px;
    }

    .img-news {
      margin: 0;
      margin-top: 20px;
      max-width: 100%;
      width: 100%;
      /* height: 200px; */
    }

    .popup {
      margin-top: 220px;
    }

    video {
      display: block;
      /* margin-left: -80px; */
    }

    .production-block__text {
      margin-left: 50px;
    }

    .img-text {
      margin-left: -42px;
    }

    .icon-small {
      margin-left: 50px;
    }

    .wrapper-manager {
      flex-direction: column;
    }

    .block-manager {
      padding-top: 39px;
      width: 100%;
      margin-right: 2%;
    }

    .contact-info {
      flex-direction: column;
    }

    .fullpe {
      padding-top: 50px;
    }

    .row-fluid .span3 {
      width: 100%;
    }

    .company-text {
      padding-top: 30px;
      font-size: 17px;
      width: 100%;
    }

    .dsm-machine__text {
      margin-top: 134px;
      color: #98a8d0;
      font-size: 15px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 18px;
    }

    .form-machine__text {
      padding-top: 20px;
      color: #98a8d0;
      font-size: 15px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
    }

    .laminator-header__text {
      padding-top: 50px;
    }

    .ready-packet {
      margin-top: 100px;
      margin-bottom: 100px;
    }

    .ekstrusion {
      padding-top: 150px;
    }

    .fullpe-img {
      margin-left: -30px;
    }

    .fullpe_phone {
      display: inline-block;
      margin-left: 47px;
      margin-top: 100px;
      color: #98a8d0;
      font-size: 15px;
    }

    .packing-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .hero-menu__earth {
      display: none;
    }

    .earth__news {
      display: none;
    }

    .logo {
      width: 150px;
    }

    li>a {
      font-size: 17px;
    }

    .hero-info__text {
      opacity: 0.8;
      color: #ffffff;
      font-size: 10px;
      font-weight: 400;
    }

    .hero-info__hidden {
      display: none;
    }

    .hero-menu__bgc {
      display: none;
    }

    .header-menu__descr {
      margin-top: 0;
      width: 100%;
      font-size: 15px;
    }

    .header-menu__subtitle {
      margin: 0
    }

    .header-menu__text {
      display: block;
      margin-top: 30px;
      font-size: 20px;
    }

    .carousel__item {
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 100%;
      z-index: 1;
      transition: opacity 2s;
      -webkit-transition: opacity 2s;
      margin-left: -50px;
    }

    .carousel__nav {
      position: absolute;
      bottom: -100px;
      left: 0;
      text-align: center;
      width: 100%;
      z-index: 3;
    }

    .production-block__item {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      transition: 0.3s;
    }

    .mobile_block {
      width: 300px;
    }

    .partners {
      padding-bottom: 0;
    }

    .partners-name {
      font-size: 17px;
    }

    .machine-block__item {
      display: flex;
      flex-direction: column;
    }

    .company-future__box {
      flex-direction: column;
    }

    .company-future__descr {
      display: none;
    }

    .company-future__item {
      margin-top: 20px;
    }

    .bobst-block {
      display: flex;
      flex-direction: column-reverse;
    }

    .company-future__main {
      margin-top: 13px;
      color: #ffffff;
      font-size: 26px;
      font-weight: 700;
      text-align: center;
    }

    .machine-block__text {
      margin: 0;
    }

    .company-future {
      margin-top: 10px;
      min-height: 342px;
      background: url(../img/welcome/future/future.jpg) center center/cover no-repeat;
    }

    .denis-test {
      display: none;
    }

    .test-form {
      margin-top: 30px;
    }

    .time-call {
      margin-top: 0;
    }

    .test-form {
      width: 320px;
      height: 200px;
    }

    .footer-mobile {
      display: block;
    }

    .footer-mobile__info {
      padding-top: 150px;
      padding-bottom: 150px;
    }

    .footer-mobile__wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .icon {
      margin-bottom: 0;
    }

    .footer-info__contact {
      margin-top: 10px;
      font-size: 23px;
    }

    .footer_block_info {
      margin-top: 15px;
    }

    .input-test {
      width: 245px;
      outline: none;
      border: 1px solid;
      border-radius: 15px;
      border-color: grey;
      padding: 12px;
      color: #000;
      margin-top: 12px;
      margin-left: 25px;
      background-color: #fff;
    }

    .yandex-maps {
      width: 80%;
    }

    .insta {
      margin-left: 0;
    }

    .sertefikat-name {
      flex-direction: column-reverse;
    }

    .left-item {
      width: 100%;
    }

    .comexi-machine__block {
      display: block;
    }

    .comexi-machine__item {
      width: 100%;
    }

    .year-img {
      max-width: 50%;
    }

    .about-header__text {
      font-size: 14px;
    }

    .carousel__item img {
      vertical-align: middle;
      width: 100%;
    }

    .vacancy {
      padding-top: 10px;
      padding-bottom: 0;
    }
  }

  .hero-menu {
    display: block;
  }

  #btn-menu[type="checkbox"]:checked~label+ul {
    display: flex;
  }

  .hero-menu__info {
    font-size: 11px;
  }

  nav {
    margin-top: -34px;
    text-align: right;
  }

  nav a {
    padding: 0;
  }

}

/* меню под мобилы */
/* меню мобилы 2 */
/* Main menu positionning */
.main-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #273350;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all .375s;
}

.main-nav.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

/* Yellow band effect */
.main-nav::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  background: #273350;
  transform-origin: 0 0;
  transform: skew(-14deg) translateX(-120%);
  transition: all .275s .1s;
}

.main-nav.is-open::before {
  transform: skew(-14deg) translateX(0);
}

/* Skewing effect on menu links */
.main-nav ul {
  display: inline-flex;
  flex-direction: column;
  height: 93%;
  /* Should be 100%, but we have a notice message :D */
  align-items: flex-start;
  justify-content: center;
  /* transform: translateX(-18%) skew(-16deg); */
}

.main-nav li {
  display: block;
  margin: .5rem 0;
  text-align: right;
  /* transform: skew(16deg); */
}

/* Apparition effect on links */
.main-nav a {
  opacity: 0;
  transform: translateY(-10px);
}

.main-nav.is-open a {
  opacity: 1;
  transform: translateY(0);
}

.main-nav li:nth-child(1) a {
  transition: all 275ms 175ms
}

.main-nav li:nth-child(2) a {
  transition: all 275ms 225ms
}

.main-nav li:nth-child(3) a {
  transition: all 275ms 275ms
}

.main-nav li:nth-child(4) a {
  transition: all 275ms 325ms
}

.main-nav li:nth-child(5) a {
  transition: all 275ms 375ms
}


/* Decoration */
.main-nav ul,
.main-nav li {
  list-style: none;
  padding: 0;
}

.main-nav a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: bold;
}

/* Burger Style: @see: https://codepen.io/CreativeJuiz/full/oMZNXy */
.open-main-nav {
  position: absolute;
  top: 50px;
  padding-top: 20px;
  right: 85px;
  z-index: 1000;
  background: none;
  border: 0;
  cursor: pointer;
}

.open-main-nav:focus {
  outline: none;
}

.burger {
  position: relative;
  display: block;
  width: 28px;
  height: 4px;
  margin: 0 auto;
  background: #fff;
  transform: skew(2deg);
  transition: all .275s;
  -webkit-transform: skew(2deg);
  -moz-transform: skew(2deg);
  -ms-transform: skew(2deg);
  -o-transform: skew(2deg);
}

.burger:after,
.burger:before {
  content: '';
  display: block;
  height: 100%;
  background: #fff;
  transition: all .275s;
}

.burger:after {
  transform: translateY(-12px) translateX(0px) skew(-20deg);
  -webkit-transform: translateY(-12px) translateX(0px) skew(-20deg);
  -moz-transform: translateY(-12px) translateX(0px) skew(-20deg);
  -ms-transform: translateY(-12px) translateX(0px) skew(-20deg);
  -o-transform: translateY(-12px) translateX(0px) skew(-20deg);
}

.burger:before {
  transform: translateY(-16px) skew(-10deg);
}

/* Toggle State part */
.is-open .burger {
  transform: skew(5deg) translateY(-8px) rotate(-45deg);
}

.is-open .burger:before {
  transform: translateY(0px) skew(-10deg) rotate(75deg);
}

.is-open .burger:after {
  transform: translateY(-12px) translateX(10px) skew(-20deg);
  opacity: 0;
}

/* MENU Text part */

.burger-text {
  display: block;
  font-size: .675rem;
  letter-spacing: .05em;
  margin-top: .5em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

/* Slow motion button */
[id="slowmo"] {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  border: 0;
  font-size: 1rem;
  background: #FEDC2A;
  color: #5A3B5D;
  font-weight: bold;
  cursor: pointer;
  transition: all .275s;
}

[id="slowmo"] span {
  display: block;
  font-weight: normal;
}

[id="slowmo"]:hover,
[id="slowmo"]:focus {
  background: #5A3B5D;
  color: #FEDC2A;
}

[id="slowmo"].is-slowmo span:after {
  content: 'Activated';
  display: block;
  font-weight: bold;
}

/* When slowmotion is activated */

.is-slowmo+.device .open-main-nav .burger,
.is-slowmo+.device .open-main-nav .burger:before,
.is-slowmo+.device .open-main-nav .burger:after,
.is-slowmo+.device .main-nav,
.is-slowmo+.device .main-nav::before,
.is-slowmo+.device .main-nav a {
  transition-duration: 3s;
}

.is-slowmo+.device .main-nav li:nth-child(1) a {
  transition-delay: 1750ms
}

.is-slowmo+.device .main-nav li:nth-child(2) a {
  transition-delay: 2250ms
}

.is-slowmo+.device .main-nav li:nth-child(3) a {
  transition-delay: 2750ms
}

.is-slowmo+.device .main-nav li:nth-child(4) a {
  transition-delay: 3250ms
}

.is-slowmo+.device .main-nav li:nth-child(5) a {
  transition-delay: 3750ms
}

/* Notice */

/* Закрытие */
/* меню по разные экраны */
@media (min-width: 992px) {
  .open-main-nav {
    display: none;
  }
}

@media (min-width: 782px) {
  .btn-menu {
    display: none;
  }
}

@media (max-width: 425px) {
  .open-main-nav {
    right: 7px;
  }
}

/* full pe земля */
@media (min-width: 810px) {
  .hero-menu__mobile {
    position: absolute;
    top: -250px;
    left: -30px;
    animation-name: rotation;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
}
/* Модальное окно - КРИТИЧЕСКИ ВАЖНЫЕ СТИЛИ */
#successModal {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 2147483647 !important; /* Максимально возможный z-index */
    margin: 0 !important;
    padding: 0 !important;
}

.modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 2147483646 !important;
}

.modal-container {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2147483647 !important;
    width: 90% !important;
    max-width: 500px !important;
}

.modal-box {
    background: #2c3e50 !important;
    border-radius: 6px !important;
    box-shadow: 0 5px 50px rgba(0,0,0,0.8) !important;
}


@font-face {
  font-family: 'Droid-Sans';
  src: url("../fonts/ofont.ru_Droid Sans.ttf");
}