:root {
  --orange: #cb400b;
  --blue: #272063;
  --purple: #3f1d5a;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 1.25;
  color: #000;
  box-sizing: border-box;
}

body * {
  box-sizing: border-box;
}


/* --- GLOBAL --- */
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-align-center {
  align-items: center;
}

.flex-justify-center {
  justify-content: center;
}

.container{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.background{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: url("../img/bg-pagebackground.jpg") no-repeat top right;
  background-size: 480px;
  background-attachment: fixed;
  opacity: 0.7;
  z-index: -1;
}

#layout img{
  max-width: 100%;
}


/* --- FONTS --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&family=Roboto:wght@400;700&display=swap');

#layout h1,
#layout h2,
#layout h3,
#layout h4 {
  font-family: 'Montserrat';
  color: var(--purple );
  text-transform: uppercase;
}

#layout h1{
  font-size: 42px;
  font-weight: bold;
  color: var(--orange);
}

#layout h2{
  font-size: 32px;
  font-weight: bold;
}

#layout h3{
  position: relative;
  font-size: 26px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-left: 46px;
}

#layout h4{
  font-size: 22px;
}

#layout hr{
  content: '';
  position: relative;
  margin: 30px auto;
  width: 140px;
  height: 5px;
  background: var(--purple);
}

#layout p {
  margin-top: 0;
}

#layout ul{
  padding-left: 20px;
  font-size: 15px
}


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

.text-right {
  text-align: right;
}

.text-hidden {
  font-size: 0;
  opacity: 0;
  text-indent: -9999px;
}

#main a {
  text-decoration: none;
}

.image-right {
  float: right;
}


.hexagon {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 34px;
  height: 38px;
  background: url("../img/bg-hexagon.png") no-repeat center;
  background-size: contain;
}


#main{
  padding: 30px 0;
}

#main .information-block{
  margin-top: 45px;
}

#main .warehouse{
  width: 340px;
  float: right;
}


#main .tender{
  padding: 60px 0;
  line-height: 1.5;
}

#main .tender .tender-description{
  /*display: none;*/
}

#main .tender .tender-description p{
  font-size: 15px;
}


#footer{
  /*background: #f9cbb6;*/
  background: var(--purple);
  color: #fff;
  padding: 30px 0;
}


#footer .footer-item{
  max-width: 480px;
  width: 50%;
}

#footer .footer-item:nth-of-type(2){
  margin-left: auto;
  width: auto;
}

#footer .footer-item h4{
  font-size: 18px;
  max-width: 300px;
  color: #fbb396;
}
#footer .footer-item p{
  font-size: 15px;
}
#footer .footer-item p span{
  display: block;
  margin-bottom: 5px;
}

#footer a,
#footer a:visited{
  color: #fff;
}

#footer a:hover{
  color: #fbb396;
}

@media (max-width: 768px){
  #main .warehouse{
    float: none;
    margin: auto;
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px){
  body{
    font-size: 16px;
  }

  .background{
    background-size: 80%;
    opacity: 0.4;
  }
  #layout h1 {
    font-size: 24px;
  }
  #layout h2 {
    font-size: 22px;
  }
  #layout h3 {
    font-size: 20px;
  }

  .hexagon{
    height: 32px;
  }

  #footer .footer-item {
    max-width: 100%;
    width: 100% !important;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  /*border-radius: 6px;*/
  box-shadow: -8px 8px 0px 0px #f9b195;;
  margin: 45px 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#szechenyi {
  position: fixed;
  top: 0;
  right: 0;
  width: 180px;
  z-index: 10;
}

 #szechenyi a {
   content: '';
   display: block;
   width: 100%;
   padding-bottom: 70%;
   background: url("../img/logo-palyazat_2022.png") no-repeat top right;
   background-size: contain;
   cursor: pointer;
 }

#main #palyazat{
  padding-top: 0;
}