@font-face {
  font-family: "Clash Display";
  src: url(../assets/fonts/ClashDisplay-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
@font-face {
  font-family: "Satoshi";
  src: url(../assets/fonts/Satoshi-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #626264;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@font-face {
  font-family: "Clash Display";
  src: url(../assets/fonts/ClashDisplay-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
@font-face {
  font-family: "Satoshi";
  src: url(../assets/fonts/Satoshi-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #626264;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.row-contain {
  object-fit: contain;
}

.row img {
  width: 560px;
  object-fit: cover;
}

.row-sm img {
  height: 315px;
}

.video-top {
  object-position: top;
  width: auto;
  height: auto;
  display: block;
  margin-top: 0;
}

.row-big video {
  background-color: black;
}

.row-big img,
.row-big video {
  height: 650px;
}

#afisha {
  object-fit: contain;
  height: auto;
  max-width: 100%;
}

@media (max-width: 1975px) {
  .row-big img,
  .row-big video {
    width: 50%;
    height: 630px;
    object-fit: contain;
  }

  .row-sm img {
    /* width: 50%; */
    height: 315px;
  }
}

@media (max-width: 1315px) {
  .box {
    margin-right: 15px;
  }
  .row-big img,
  .row-big video {
    width: 50%;
    height: 300px;
  }

  #afisha {
    max-width: 50%;
  }
}

@media (max-width: 900px) {
  .box {
    width: 50%;
  }

  .row {
    flex-direction: column;
  }

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

  #afisha {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .box {
    width: 100%;
    margin: 0;
  }
}

.header {
  font-family: "Satoshi", sans-serif;
  color: #626264;
}
.header__top {
  display: grid;
  grid-template-columns: 10% 75% 15%;
  justify-content: space-around;
  align-items: center;
  row-gap: 0.5rem;
  padding-top: 1%;
  padding-bottom: 1%;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .header__top {
    grid-template-columns: 20% 80%;
    grid-template-rows: repeat(2, auto);
  }
}
.header__logo {
  grid-column: 1/2;
  grid-row: 1/2;
  max-width: 60%;
  justify-self: center;
  border: none;
}
.header__company-name {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: center;
  text-align: center;
}
.header__company-name {
  font-family: "Clash Display", sans-serif;
  color: #626264;
  font-weight: bold;
}
.header__company-name_big {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .header__company-name_big {
    font-size: 1rem;
  }
}
.header__company-name_small {
  font-weight: normal;
  font-size: medium;
  margin-bottom: 2%;
}
.header__wrapper {
  grid-column: 3/4;
  grid-row: 1/2;
  justify-self: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .header__wrapper {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.header__search-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: none;
  outline: none;
}
.header__search-form {
  width: 100%;
}
.header__search-field {
  border-bottom: 1px solid #626264;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  width: 90%;
}
.header__search-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header__bottom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  max-width: 10%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .header__bottom {
    max-width: 20%;
  }
}

.submit__button {
  color: white;
  font-weight: bold;
  text-decoration: none;
  background: red;
  opacity: 0.5;
  outline: none;
  border: none;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  cursor: pointer;
}

.submit__button:hover {
  color: white;
  background: green;
  opacity: 1;
}

.nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  background-color: #626264;
}
.nav__item {
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 0.9rem;
  color: white;
  font-weight: bold;
}

.bottom_img {
  width: 100%;
  border: none;
}

.form-popup {
  bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  z-index: 130;
}
.form-popup__inner {
  position: relative;
  height: 100%;
}
.form-popup__inner::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.52);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 131;
}

@media screen and (max-width: 480px) {
  .form-popup {
    max-width: 100vw;
    max-height: 100vh;
    bottom: 1vh;
    right: 1vw;
  }
}

.form-container {
  background: #626264;
  position: relative;
  margin: auto;
  width: 770px;
  height: auto;
  border: 3px;
  padding: 10px;
  overflow: auto;
  border-radius: 3px;
  color: white;
  z-index: 132;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .form-container {
    max-width: 100vw;
    max-height: 100vh;
  }
}

.form-container h1 {
  font-size: 25px;
  font-family: "Clash Display", sans-serif;
  font-weight: bold;
  color: white;
}

.resume {
  padding: 10px;
}

.form-container input[type="text"],
.form-container input[type="password"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 15px 0;
  border: none;
  background: white;
}

.form-container input[type="tel"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 15px 0;
  border: none;
  background: white;
}

.form-container textarea[type="text"] {
  width: 100%;
  padding: 15px;
  margin-top: 1%;
  margin-bottom: 1%;
}

.form-container label {
  font-size: small;
}

.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: white;
  outline: none;
}

.form-container .btn {
  background-color: green;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.5;
  font-size: 15px;
  font-weight: bold;
}

.form-container .cancel {
  background-color: red;
}

.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

@font-face {
  font-family: "Clash Display";
  src: url(../assets/fonts/ClashDisplay-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
@font-face {
  font-family: "Satoshi";
  src: url(../assets/fonts/Satoshi-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #626264;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.footer {
  bottom: 0;
  padding: 55px 50px;
  margin-top: 80px;
  background-color: #626264;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}

.footer .footer-left {
  width: 40%;
}

.footer h3 {
  color: white;
  font: normal 1rem "Clash Display", sans-serif, cursive;
  margin: 0;
}

.footer h2 {
  color: red;
}

.footer .footer-links {
  color: white;
  margin: 1rem 0 12px;
  padding: 0;
}

.footer .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer .footer-company-name {
  color: grey;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 880px) {
  .footer .footer-company-name {
    display: none;
  }
}

.footer .footer-center {
  width: 35%;
}

.footer .footer-center i {
  background-color: #626264;
  color: white;
  font-size: 1rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: red;
  text-decoration: none;
}

.footer .footer-right {
  width: 20%;
}

.footer .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
}

.footer .footer-company-about span {
  display: block;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2%;
}

.footer .footer-icons {
  margin-top: 25px;
}

.footer .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.item-top {
}

@media screen and (max-width: 880px) {
  .footer {
    font: bold 14px sans-serif;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}
@media screen and (max-width: 880px) and (max-width: 480px) {
  .footer {
    font: normal 15px sans-serif;
  }
}
@media screen and (max-width: 880px) {
  .footer .footer-left,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 0.5%;
    text-align: center;
  }
  .footer .footer-center i {
    display: none;
  }
}
.main {
  font-family: "Satoshi", sans-serif;
}

h2 {
  font-family: "Clash Display", sans-serif;
  color: green;
}
@media screen and (max-width: 480px) {
  h2 {
    max-width: 100%;
  }
}

h3 {
  font-family: "Satoshi", sans-serif;
}

.news {
  display: flex;
  flex-direction: column;
  margin-top: 2%;
}
@media screen and (max-width: 480px) {
  .news {
    max-width: 100%;
  }
}

.item-top {
  display: flex;
  margin: 2%;
  justify-content: flex-start;
  align-items: flex-start;
}

.news__item {
  display: flex;
  margin: 2%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .news__item,
  .item-top {
    max-width: 100%;
    flex-direction: column;
  }
}

.news__item a,
.item-top a {
  text-decoration: underline;
}

.section1 {
  display: flex;
  flex-direction: column;
  margin-top: 3%;
}
@media screen and (max-width: 480px) {
  .section1 {
    max-width: 100%;
  }
}

.section1__item1 {
  margin-top: 1%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section1__item1 a {
  position: relative;
  text-decoration: underline;
  padding-right: 25px;
  font-size: 25px;
  color: black;
}

.section1__item1 a::after {
  position: absolute;
  content: "";
  right: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  background: url(arr.svg);
}

@media (max-width: 730px) {
  .section1__item1 {
    margin: 2%;
  }

  .section1__item1 a::after {
    background: none;
  }

  .section1__item1 a {
    text-align: center;
  }
}

.section2 {
  display: flex;
  margin-top: 3%;
}
@media screen and (max-width: 480px) {
  .section2 {
    max-width: 100%;
  }
}

.news__item1,
.news__item2,
.news__item3,
.news__item4,
.news__item5,
.news__item6 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 2%;
  width: 50%;
  gap: 15px;
}
@media screen and (max-width: 800px) {
  .news__item1,
  .news__item2,
  .news__item3,
  .news__item4,
  .news__item5,
  .news__item6 {
    width: 80%;
  }
}

.news__item-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 80%;
}

.video-news__item-hv {
  height: 550px;
  max-width: 50%;
  border: 3px red solid;
  object-fit: cover;
}
.image-news__item,
.video-news__item {
  max-width: 50%;
  height: 400px;
  border: 3px red solid;
  object-fit: contain;
  background-color: gray;
}

.image-news__item-m {
  max-width: 75%;
  height: 810px;
  width: auto;
  border: 3px red solid;
  object-fit: contain;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top {
  object-position: top;
}

.splide__slide {
  opacity: 0.6;
}

.splide__slide.is-active {
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  .image-news__item-m {
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .image-news__item {
    height: auto;
  }
}
@media screen and (max-width: 1175px) {
  .splide__slide img {
    object-fit: contain;
  }
  .image-news__item-m {
    border: none;
  }
}
@media screen and (max-width: 890px) {
  .video-news__item-v {
    max-width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .image-news__item,
  .video-news__item,
  .video-news__item-hv {
    max-width: 80%;
  }
  .video-news__item-hv,
  .video-news__item-v {
    height: auto;
  }
  .news__item-column {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .image-news__item,
  .video-news__item,
  .video-news__item-hv,
  .video-news__item-v,
  .news__item-column {
    max-width: 100%;
  }
  .image-news__item-m {
    height: 450px;
  }
} /*# sourceMappingURL=press-style.css.map */
