/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article>*+* {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}


body {
  width: 100%;
  height: 100vh;
  background-color: #1b1b1b;
  color: #fff;
}

header {
  width: 100%;

  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.932) 0%, rgba(0, 0, 0, 0.815) 80%, rgba(0, 0, 0, 0.425) 100%);


  position: fixed;
  top: 0;
  z-index: 999;
}

.logo {
  width: 200px;
  cursor: pointer;
}

.flex-head {
  width: 1140px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.flex-head p {
  font-size: 50px;
}

h1 span {
  font-weight: 300;
}

.flex-gap {
  font-size: 25px;
  display: flex;
  gap: 40px;
  font-weight: 100;
}

.flex-gap li {
  cursor: pointer;
}

.flex-gap li:hover {
  color: #E74C3C !important;
}

a {
  color: #fff !important;
}

a:hover {
  color: #E74C3C !important;
}

.right {
  justify-content: flex-end;
  gap: 15px;
  margin: 0 0 8px;
}

.right img {
  width: 30px;
}

.right a {
  text-decoration: none;
  color: #fff !important;
}

.a-tel {
  padding-right: 30px;
}

.head-scrin {
  width: 100%;
  height: 90vh;
  background-image: url(../img/11.jpg);
  background-size: cover;
  background-color: rgba(66, 66, 66, 0.7);
  background-blend-mode: multiply;
}


.width-scrin {
  width: 100%;
}

.otstup {
  padding-top: 150px;
}

.otzyv-conteiner {
  width: 1140px;
  margin: 0 auto;
}

.otzyv-flex {
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom:#E74C3C 1px solid;
  margin-bottom: 50px;
}

.otzyv-flex img {
  width: 100px;
  height: 100px;
}

.otzyv-flex:last-child {
  border-bottom:none;
}

.img-about {
  height: 700px;
}

.otstup-tel {
  display: block;
  padding: 60px 0;
  font-size: 30px;
  font-weight: 100;
}

.img-contacts {
  width: 50px;
}

.img-contacts-flex {
  justify-content: center;
}

/*---------gallery page--------*/

.gallery {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.box {
  overflow:hidden;
  width:250px;
  height: 250px;
  margin: 5px;
    
  position: relative;
}

.box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*---------video----------*/

.fullscreen-bg {
  overflow: hidden;
  z-index: -100;
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 45%;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.overlay h1 {
  text-align: center;
  color: #fff;
  font-size: 70px;
  margin-top: 17%;
}

/*--------Goood--------*/

.good-block {
  width: 1140px;
  margin: 90px auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.good {
  max-width: 550px;
  display: flex;
}

.good-text {
  max-width: 550px;
  font-weight: 100;
  font-size: 16px;
}

.good-title {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 50px;
}

.good span {
  height: 100%;
  background-color: #e74c3c00;
}

.good span p {
  padding: 2px;
  text-align: center;
}

/*--------block-------*/

.title-block {
  text-align: center;
  margin: 90px auto;
  width: 1140px;
}

.title-block h2 {
  font-weight: 300;
  font-size: 45px;
  margin-bottom: 40px;
}

.title-block p {
  font-weight: 100;
  font-size: 25px;
  padding: 0 30px 45px;
}

.title-block img {
  width: 163px;
  margin: 0 auto;
}

.title-block-span {
  position: absolute;
  background-color: #E74C3C;
  width: 160px;
  height: 3px;
  left: 50%;
  margin-left: -80px;
}

/*------galery-------*/

.galery {
  width: 1140px;
  margin: 0 auto;
}

.galery-flex {
  display: flex;
  justify-content: space-between;
}

.galery-img-block {
  width: 530px;
  transition: 0.5s;
  margin-bottom: 60px;
  position: relative;
}

.galery-img-block:hover {
  transform: scale(1.1);
}

.galery-text {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7987570028011204) 66%, rgba(0, 0, 0, 0.46262254901960786) 84%, rgba(0, 0, 0, 0.04805672268907568) 100%);
}

.galery-text p {
  font-size: 35px;
  font-weight: 100;
  padding-left: 30px;
}




/**************** Услуги и Аренда (ТАБЫ) **************/

.faq {
  width: 1140px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

ul.ui-list>li {
  background-color: #f5f7f900;
  padding: 30px;
}

.li-list {
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  list-style: none;
}

.tr-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tr-flex span {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tabs {
  background-color: #242424;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 20px;
}

#container {
  margin: 0 auto;
  width: 100%;
}

#accordion input {
  display: none;
}

#accordion label {
  background: rgba(0, 0, 0, 0);
  border-bottom: rgba(255, 255, 255, 0.185) 1px solid;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  z-index: 20;
  font-weight: 300;
  font-size: 30px;
  padding: 12px 0;
}

.flex span {
  color: #E74C3C;
}

#accordion label:hover {
  background: rgb(0, 0, 0);
  color: #E74C3C;
}

#accordion input:checked+label {
  background: rgb(0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #E74C3C;
  margin-bottom: 0;
}

#accordion article {
  background: #1b1b1b;
  height: 0px;
  overflow: hidden;
  z-index: 10;
}

#accordion article p {
  padding: 1em;
}

#accordion input:checked article {}

#accordion input:checked~article {
  border-bottom-left-radius: .25em;
  border-bottom-right-radius: .25em;
  height: auto;
  margin-bottom: .125em;
}

/*---------video---------*/

.video {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

iframe {
  margin: 10px 0;
}

/*---------otzyvy--------*/

.block-otzyv {
  width: 1140px;
  margin: 0 auto;
}

.otzyv-avatar {
  width: 100px;
}

/*-----------footer-----------------*/

.footer {
  width: 1140px;
  margin: 90px auto;
  border-top: solid 1px #E74C3C;
  display: flex;
  justify-content: space-between;
}

.footer a {
  text-decoration: none;
  color: #fff !important;
  display: block;
  margin: 30px 0;
}

.footer p {
  display: block;
  margin: 30px 0;
}

.footer-r {
  text-align: end;
}

/*-----------multibutton------------*/

.whatsapp {
  background: #30d64f;
}

.viber {
  background: #7b519d;
}

.call {
  background: #ff2241;
}

.phone {
  background: #03a9f4;
}

.yellow {
  background: #ffce09;
}

.multibutton {
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  transition: 0.2s ease;
}

.multibutton:hover {
  width: auto;
  height: auto;
}

.multibutton:hover .multibutton__list {
  position: relative;
  top: auto;
  bottom: 10px;
  visibility: visible;
}

.multibutton:hover .multibutton__item {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease;
  transform: scaleX(1) scaleY(1) translateY(0);
}

.multibutton__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 13px;
  top: 80px;
  visibility: hidden;
  transition: 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

.multibutton__title {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 30px;
}

.multibutton__item {
  display: flex;
  align-items: center;
  margin: 4px 0;
  transform: scaleX(0.4) scaleY(0.4) translateY(150px);
  opacity: 0;
  visibility: hidden;
}

.multibutton__button {
  width: 70px;
  height: 70px;
  background: #E74C3C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: animation_button 3s linear infinite;
  transition: all 200ms ease-out;
}

@keyframes animation_button {
  0% {
    box-shadow: 0 0 0 0 #e94a38, 0 0 0 0 #e74d3cd7;
  }

  40% {
    box-shadow: 0 0 0 13.62667px rgba(255, 186, 38, 0), 0 0 0 6.81333px #df4b3bce;
  }

  80% {
    box-shadow: 0 0 0 27.25333px rgba(255, 186, 38, 0), 0 0 0 13.62667px rgba(255, 206, 9, 0);
  }

  100% {
    box-shadow: 0 0 0 34.06667px rgba(255, 186, 38, 0), 0 0 0 27.25333px rgba(255, 206, 9, 0);
  }
}

.multibutton__button svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.multibutton__item:nth-child(1) .multibutton__icon {
  background: #03a9f4;
}

.multibutton__item:nth-child(2) .multibutton__icon {
  background: #28B2F1;
}

.multibutton__item:nth-child(3) .multibutton__icon {
  background: #7b519d;
}

.multibutton__item:nth-child(4) .multibutton__icon {
  background: #30d64f;
}

.multibutton__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.multibutton__icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}


/*media*/

@media (max-width: 1370px) {

  .flex-head {
    margin: 15px auto;
  }

  .logo {
    width: 120px;
  }

  .flex-head p {
    font-size: 16px;
  }

  .flex-gap {
    font-size: 16px;
  }

  .right img {
    width: 20px;
  }

}

@media (max-width: 1200px) {

  .gallery {
    width: 900px;
  }

  .otzyv-conteiner {
    width: 900px;
  }

  .flex-head {
    width: 900px;
  }

  .good-block {
    width: 900px;
  }

  .good img {
    width: 500px;
    height: 700px;
  }

  .galery {
    width: 900px;
  }

  .galery-img-block {
    width: 420px;
  }

  .faq {
    width: 900px;
  }

  .flex {
    font-size: 20px;
  }

  .video {
    width: 900px;
    justify-content: center;
  }

  .block-otzyv {
    width: 900px;
  }

  .footer {
    width: 900px;
  }

  .title-block {
    width: 900px;
  }

}

@media (max-width: 900px) {

  .gallery {
    width: 700px;
  }

  .otzyv-conteiner {
    width: 700px;
    margin: 0 auto;
  }
  
  .otzyv-flex {
    flex-wrap: wrap;
  }

  .fullscreen-bg {
    margin-top: 80px;
  }

  body {
    height: 100%;
  }

  .flex-head {
    width: 700px;
  }

  .good-block {
    width: 700px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .good img {
    width: 100%;
    height: 100%;
  }

  .galery-img-block {
    width: 320px;
  }

  .otzyv p {
    font-size: 14px;
  }

  .galery {
    width: 700px;
  }

  .faq {
    width: 700px;
  }

  .video {
    width: 700px;
  }

  .block-otzyv {
    width: 700px;
  }

  .footer {
    width: 700px;
  }

  .title-block {
    width: 700px;
  }

}

@media (max-width: 600px) {

  .gallery {
    width: 380px;
  }

  .otzyv-conteiner {
    width: 380px;
    padding: 0 20px;
  }

  .overlay h1 {
    font-size: 20px;
  }

  .title-block h2 {
    font-size: 25px;
  }

  .title-block p {
    font-size: 20px;
  }

  .flex-head p {
    font-size: 14px;
  }

  .flex-gap {
    font-size: 14px;
    justify-content: center;
    gap: 20px;
  }

  .right {
    justify-content: center;
    gap: 10px;
    margin: 0 0 8px;
  }

  .right a {
    text-decoration: none;
    color: #fff !important;
  }

  .right img {
    width: 18px;
  }

  .flex-head {
    justify-content: center;
    flex-wrap: wrap;
  }

  .good img {
    width: 300px;
    height: 450px;
  }

  .galery-flex {
    flex-direction: column;
    justify-content: center;
  }

  .galery-img-block {
    width: 320px;
    margin: 0 auto;
  }

  .flex-head {
    max-width: 380px;
  }

  .good-block {
    max-width: 380px;
  }

  .galery {
    max-width: 380px;
  }

  .faq {
    max-width: 380px;
  }

  .video {
    max-width: 350px;
    margin: 0 auto;
  }

  .block-otzyv {
    max-width: 350px;
  }

  .footer {
    max-width: 350px;

    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-r {
    text-align: center;
  }

  .title-block {
    max-width: 380px;
  }

  .fullscreen-bg {
    margin-top: 180px;
    display: none;
  }

  .display {
    display: none;
  }

  .good-margin {
    margin-top: 150px;
  }

}