@import url("//fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
input, button, textarea, select {
  font-family: "Rubik", sans-serif;
}

body {
  font-family: "Rubik", sans-serif;
  direction: rtl;
  color: #000;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100vh;
}

.page-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  min-height: 100vh;
}

.container {
  width: 1900px;
  padding: 0 60px;
  max-width: 100%;
  margin: 0 auto;
}

.btn {
  padding: 15px 40px;
  background: #C20E15;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  outline: none;
  border-radius: 5px;
}
.btn:hover {
  background: #af0f14;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.header {
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.header-list {
  height: 100px;
}
.header-logo {
  width: 197px;
}
.header-nav {
  padding: 0;
  margin: 0;
}
.header-nav ul {
  padding: 0;
  margin: 0;
}
.header-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-nav ul li a {
  padding: 13px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-nav ul li a:hover {
  color: #ED1C24;
  border-color: #ED1C24;
}

.footer {
  background: #000;
  color: #fff;
  padding: 20px 0;
  margin-top: auto;
}
.footer a {
  text-decoration: underline;
  color: #fff;
}
.footer-top {
  font-size: 17px;
  font-weight: bold;
}
.footer-center {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
}

.links {
  position: fixed;
  z-index: 19;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
}
.links__item {
  width: 60px;
  height: 60px;
  background-color: #ed1c24;
}
.links__item:hover {
  background: #af0f14;
}
.links__item .img-delivery {
  width: 40px;
}
.links__item .img-phone {
  width: 35px;
}

.contact-right {
  width: 50%;
  padding: 80px;
  background: #222121;
  color: #fff;
}
.contact-right__icon {
  height: auto;
  width: 125px;
}
.contact-right__title {
  margin: 20px 0;
  font-size: 40px;
  font-weight: 600;
}
.contact-right__text {
  margin-bottom: 28px;
  font-weight: normal;
  font-size: 18px;
  line-height: 37px;
}
.contact-left {
  width: 50%;
  padding: 60px;
}
.contact-left__title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.contact-left__item {
  width: 33.333%;
  margin-top: 20px;
  padding: 10px;
}
.contact-left__item a {
  text-decoration: underline;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-left__item a:hover {
  color: #ed1c24;
}
.contact-left__item-icon {
  width: 40px;
}
.contact-left__item-title {
  margin: 15px 0 20px;
  font-weight: 600;
  color: #000;
  font-size: 25px;
}
.contact-left__item-title a {
  text-decoration: underline;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-left__item-title a:hover {
  color: #ed1c24;
}
.contact-left__item-text {
  font-size: 17px;
  font-weight: normal;
}
.contact-left__item-text a {
  text-decoration: none;
}
.contact-left__item-text a:hover {
  text-decoration: underline;
}

.main {
  min-height: 800px;
  color: #fff;
}
.main-logo {
  width: 314px;
  margin: 0 auto;
}
.main-title {
  margin: 20px 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 140%;
}
.main-subtitle {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 125%;
}
.main-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main .swiper-slide {
  overflow: hidden;
}
.main .swiper-slide img {
  -webkit-transition: -webkit-transform 2.5s ease-in-out;
  transition: -webkit-transform 2.5s ease-in-out;
  transition: transform 2.5s ease-in-out;
  transition: transform 2.5s ease-in-out, -webkit-transform 2.5s ease-in-out;
}
.main .swiper-slide-active img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.main-bottom {
  bottom: -1px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3;
  height: 60px;
}
.main-bottom svg {
  width: 100%;
  height: 60px;
}

.gallery::before, .main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: 0.5;
}

.gallery {
  min-height: 400px;
  color: #fff;
}
.gallery .main-title {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.gallery-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gallery-box {
  padding: 50px 0;
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}
.gallery-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}
.gallery-block {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  width: 33.333%;
}
.gallery-item {
  padding-top: 67%;
  overflow: hidden;
}
.gallery-item img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.gallery-item:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.about {
  padding: 50px 0;
}
.about-wrapper .main-title {
  margin: 0 !important;
}
.about .main-title {
  margin-top: 0 !important;
}
.about-text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-top: 40px;
}
.about-text a {
  text-decoration: underline;
  color: #ed1c24;
  font-weight: bold;
}
.about-text p {
  margin-bottom: 32px;
}
.about-box {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}

.sectionContact {
  padding: 50px 0;
}
.sectionContact .main-title {
  margin-top: 0 !important;
}
.sectionContact-list {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
.sectionContact-map {
  width: 640px;
}
.sectionContact-map iframe {
  border: none;
  height: 600px;
  display: block;
  width: 100%;
}
.sectionContact-item {
  margin-top: 32px;
  font-size: 20px;
}
.sectionContact-item:first-child {
  margin-top: 24px;
}
.sectionContact-item a {
  color: #000;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sectionContact-item__title {
  font-weight: bold;
}
.sectionContact-content {
  width: calc(100% - 640px);
}


.popup{
  width: 100%;
  height: 100%;
  /* position: absolute; */
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  transition: all 0.3s ease;
}

.popup .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup--hidden {
  opacity: 0;
  visibility: hidden;
}

.popup--showed {
  opacity: 1;
  visibility: visible;
}

.popup-bg { 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;  
  left: 0;
  width: 100%;
  height: 100%;  
  background-color: #000;
  opacity: 0.8;
}

.popup-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 70px 50px;
  max-width: 600px;  
  width: 100%;
  /* width: max-content; */
  background-color: #000000cb;
  border-radius: 10px;
  background-image: url('../img/popup-burger.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  box-shadow: 0px 0px 30px -5px #cccccc6e;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-body:hover {
  box-shadow: 0px 0px 30px 0px #cccccc6e;
}

.popup-body:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

.popup-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;}

.popup__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;  
  row-gap: 5px;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.popup-text {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  
} 
.popup-text--bold{
  font-size: 50px;
  font-weight: 700;  
}



@media (max-width: 1500px) {
  .contact-right {
    padding: 80px 40px;
  }
  .contact-left__item-title {
    font-size: 20px;
  }
  .contact-left__item-text {
    font-size: 16px;
  }
  .sectionContact-map {
    width: 500px;
  }
  .sectionContact-map iframe {
    height: 550px;
  }
  .sectionContact-content {
    width: calc(100% - 500px);
  }
  .sectionContact-item {
    margin-top: 20px;
  }
  .sectionContact-item:first-child {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .container, .contact-container {
    width: 960px;
    padding: 0;
    max-width: calc(100% - 120px);
  }
  .contact {
    display: block;
  }
  .contact-right {
    width: 100%;
    padding: 20px 0;
  }
  .contact-right__icon {
    width: 71px;
  }
  .contact-right__title {
    font-size: 35px;
  }
  .contact-right__text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .contact-left {
    width: 100%;
    padding: 40px 0;
  }
  .contact-left__item {
    padding: 0;
    margin-top: 24px;
  }
  .contact-container {
    margin: 0 auto;
  }
  .sectionContact-list {
    display: block;
    width: 100%;
  }
  .sectionContact-map {
    width: 100%;
    margin-top: 32px;
  }
  .sectionContact-map iframe {
    height: 400px;
  }
  .sectionContact-content {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .container, .contact-container {
    width: 730px;
  }
  .page-wrapper {
    padding-top: 72px;
  }
  .header {
    padding: 20px 0;
  }
  .header-logo {
    width: 100px;
  }
  .header-nav {
    display: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 10px;
  }
  .header-nav ul {
    text-align: center;
  }
  .header-nav ul li {
    padding: 0;
    display: block;
    width: 100%;
  }
  .header-nav ul li a {
    padding: 10px 20px;
    display: block;
  }
  .header-list {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 32px;
    height: 32px;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
  }
  .header-burger span {
    height: 4px;
    margin-top: 4px;
    border-radius: 2px;
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header-burger span:first-child {
    margin-top: 0;
  }
  .header-burger::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/close.svg");
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    opacity: 0;
  }
  .header-burger.active span {
    opacity: 0;
  }
  .header-burger.active::before {
    opacity: 1;
  }
  .main {
    padding: 40px 0 70px;
    min-height: 100px;
  }
  .main-bottom {
    height: 40px;
    bottom: 5px;
  }
  .main-title {
    margin: 15px 0;
    font-size: 32px;
    line-height: 40px;
  }
  .main-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .main-logo {
    width: 280px;
  }
  .gallery {
    min-height: 100px;
    padding: 40px 0 70px;
  }
  .gallery-block {
    width: 50%;
  }
  .gallery-box {
    padding: 30px 0;
  }
  .about {
    padding: 30px 0 20px;
  }
  .about-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
  }
  .about-text p {
    margin-bottom: 16px;
  }
  .sectionContact-item {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {

  .popup-body {
    padding: 30px 20px;    
    width: 80%;
  }
  .popup-text {
    font-size: 22px;
  }
  .popup-text--bold {
    font-size: 30px;
  }
  .container, .contact-container {
    width: 540px;
    max-width: 100%;
  }
  .footer {
    padding: 20px 0 70px;
  }
  .links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    bottom: 0;
  }
  .links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .links__item:first-child {
    border: none;
  }
}
@media (max-width: 576px) {
  .container, .contact-container {
    width: 100%;
    padding: 0 20px;
  }
  .contact-left__item {
    width: 100%;
  }
  .contact-left__item-title {
    margin: 10px 0 10px;
  }
  .gallery-block {
    width: 100%;
  }
}