@charset "UTF-8";
@import "assets/fonts/stylesheet.css";
* {
  box-sizing: border-box;
  margin: 0;
  color: #333;
}

html {
  height: 100%;
}

body {
  font-family: Montserrat, serif;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #EFEFEF;
  min-width: 400px;
}

button {
  font-family: Montserrat, serif;
}

.home .header {
  position: absolute;
  background: none;
}
.home #container {
  height: auto;
}

.wrapper--main {
  width: 100%;
  margin: auto;
}

#content .header {
  background: none;
}

.header {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(126deg, rgb(29, 18, 7) 0%, rgb(34, 19, 4) 13%, rgb(19, 10, 1) 28%, rgb(16, 10, 4) 50%, rgb(18, 17, 13) 100%);
}
@media (max-width: 1024px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.logo {
  height: 100px;
}
@media (max-width: 768px) {
  .logo {
    height: 60px;
  }
}
.logo a {
  height: 100%;
  display: block;
}
.logo img {
  height: 100%;
  display: block;
}

.menu {
  list-style: none;
}
.menu a {
  text-decoration: none;
}
.menu a:hover {
  color: #EE7C00;
  transition: color 0.2s;
}
.menu a:not(:hover) {
  transition: color 0.2s;
}

.menu--logo li {
  margin-right: 40px;
}
.menu--logo a {
  color: #ffffff;
}

.header__social {
  position: relative;
  display: flex;
  gap: 26px;
  margin-bottom: 300px;
}
@media (max-width: 768px) {
  .header__social {
    margin-bottom: 150px;
  }
}
.header__social a {
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
  fill: #fb951f;
  transition: all 0.3s;
}
.header__social a svg {
  display: block;
  height: 100%;
  width: 100%;
}
.header__social a svg use {
  box-shadow: 0 0 70px 0 #B36B1D;
}
.header__social a:hover {
  transform: scale(1.1);
}

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

.menu--logo--nav .menu {
  display: flex;
  padding-left: 50px;
  justify-content: flex-end;
  gap: 50px;
}
@media (max-width: 768px) {
  .menu--logo--nav .menu {
    gap: 30px;
  }
  .menu--logo--nav .menu a {
    font-size: 14px;
  }
}
.menu--logo--nav .menu li {
  margin: 0;
}

.button {
  cursor: pointer;
}

.main__button {
  background-color: #EE7C00;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px 50px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 100px 0 #B36B1D;
  margin-bottom: 300px;
  z-index: 2;
}

.main__button:hover {
  box-shadow: 0 0 70px 0 #B36B1D;
  transition: all 0.3s;
}

.main__button:not(:hover) {
  transition: all 0.3s;
}

.screen__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #12110D;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.screen__main h1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  line-height: 0.8em;
  margin-bottom: 100px;
  z-index: 2;
}
@media (max-width: 768px) {
  .screen__main h1 {
    font-size: 16px;
  }
}
.screen__main h2 {
  text-shadow: 0 0 100px #B36B1D;
  color: #EE7C00;
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 250px;
  margin-bottom: 26px;
  line-height: 0.8em;
  z-index: 2;
}
@media (max-width: 768px) {
  .screen__main h2 {
    font-size: 68px;
  }
}
.screen__main .triangle {
  width: 0;
  height: 0;
  border-left: 100vw solid transparent;
  border-bottom: 190px solid #EFEFEF;
  position: absolute;
  bottom: -2px;
  right: 0;
}
@media (max-width: 768px) {
  .screen__main .triangle {
    border-bottom-width: 50px;
  }
}

.web {
  height: 185px;
  width: 160px;
  position: absolute;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .web {
    height: 125px;
    width: 110px;
  }
}
.web img {
  width: 100%;
  height: 100%;
}

.web__main--1 {
  left: 185px;
  bottom: 284px;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-name: webUp;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .web__main--1 {
    left: 35px;
    bottom: 194px;
  }
}

.web__main--2 {
  right: 290px;
  top: 0;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-name: webDown;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .web__main--2 {
    right: 370px;
  }
}

.web__main--3 {
  right: 0;
  bottom: 100px;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-name: webLeft;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .web__main--3 {
    bottom: 450px;
  }
}

.web__main svg {
  fill: #2C1C0A;
}

.screen__main-wrapper {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

#container {
  height: 100%;
  width: 100%;
  display: flex;
}
#container main {
  width: 100%;
}

.figures {
  position: absolute;
}
.figures img {
  height: 100%;
}

.figures--1 {
  height: 722px;
  background-image: url("assets/images/figures.png");
  background-size: contain;
  width: 1000%;
  bottom: -160px;
  animation-duration: 1500s;
  animation-timing-function: linear;
  animation-name: moveUp;
  animation-iteration-count: infinite;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .figures--1 {
    height: 480px;
    bottom: -60px;
  }
}

.figures--2 {
  height: 540px;
  background-image: url("assets/images/figures.png");
  background-size: contain;
  width: 1000%;
  top: -250px;
  animation-duration: 1500s;
  animation-timing-function: linear;
  animation-name: moveDown;
  animation-iteration-count: infinite;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .figures--2 {
    height: 370px;
    top: -150px;
  }
}

.screen__second {
  padding-top: 50px;
}
.screen__second h2 {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 800;
  margin-bottom: 76px;
}
@media (max-width: 768px) {
  .screen__second h2 {
    margin-bottom: 36px;
  }
}

.services__tabs {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1860px;
  margin: auto auto 60px;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .services__tabs {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .services__tabs {
    margin-bottom: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
  }
}
.services__tabs .swiper:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: linear-gradient(to right, transparent, #EFEFEF);
  position: absolute;
  right: -2px;
  top: 0;
  z-index: 999;
}

.tab {
  outline: none;
  border-radius: 4px;
  padding: 10px 20px;
  border: 1px solid #333333;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  background-color: #fff;
  transition: padding-left 0.2s;
  cursor: pointer;
  position: relative;
}
.tab span {
  position: absolute;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #EE7C00;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  box-shadow: 0 0 5px 0 #ffb630;
  transition: all 0.2s;
}
.tab p {
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .tab p {
    font-size: 16px;
    white-space: nowrap;
  }
}

.tab.active {
  padding-left: 30px;
}
.tab.active span {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.category-tabs {
  display: flex;
  overflow: hidden;
}
.category-tabs .swiper-wrapper {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 768px) {
  .category-tabs {
    display: none;
  }
}

.category-posts {
  display: none;
}
@media (max-width: 768px) {
  .category-posts {
    display: block !important;
  }
}
.category-posts .swiper-wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  .category-posts .swiper-wrapper {
    flex-direction: column;
    gap: 70px;
  }
}

@media (max-width: 768px) {
  .box {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .box .content {
    position: relative;
    overflow: hidden;
    max-height: 0; /* Скрываем контент */
    transition: 0.3s; /* Для плавности анимации */
    display: block;
  }
}

.category-posts.active {
  display: block;
}

.swiper-slide.post-item {
  display: flex;
  align-items: center;
  min-width: 708px;
  flex-basis: 47%;
  transition: all 0.5s;
  opacity: 0.3;
  transform: scale(0.6);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .swiper-slide.post-item {
    flex-direction: column;
    min-width: 450px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .swiper-slide.post-item {
    align-items: center;
    min-width: 0;
    flex-basis: 100%;
    opacity: 1;
    transform: none;
  }
}

.swiper-slide.post-item.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.swiper-slide .description__wrapper, .swiper-slide .description__back-figure {
  opacity: 0;
  transform: translate(-300px);
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .swiper-slide .description__wrapper, .swiper-slide .description__back-figure {
    transform: none;
    opacity: 1;
  }
}

.swiper-slide.swiper-slide-active .description__wrapper {
  opacity: 1;
  transform: translate(0);
  transition: all 0.3s 0.3s;
}
.swiper-slide.swiper-slide-active .description__back-figure {
  opacity: 1;
  transform: translate(0);
  transition: all 0.2s 0.2s;
}

.post-item--single.post-item {
  opacity: 1;
  transform: scale(1);
  justify-content: center;
}

.item__parameter {
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .item__parameter {
    align-items: center !important;
  }
}

.post-item {
  flex-wrap: wrap;
  gap: 65px;
  display: flex;
  align-items: center;
  flex-basis: 47%;
  transition: all 0.5s;
  opacity: 0.4;
  transform: scale(0.8);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .post-item {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .post-item {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.post-item p {
  line-height: 1em;
  font-weight: 500;
  font-size: 21px;
}
.post-item h3 {
  font-size: 34px;
  color: #EE7C00;
  margin-bottom: 30px;
  text-shadow: 0.5px 0.5px 0 #B4640D;
}
@media (max-width: 1024px) {
  .post-item h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .post-item h3 {
    font-size: 24px;
  }
}
.post-item .price__value {
  font-size: 21px;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 768px) {
  .post-item .price__value {
    font-size: 24px;
  }
}
.post-item .delivery__value, .post-item .size__value {
  font-weight: bold;
}

.item__left {
  flex-basis: 330px;
  height: 467px;
}
@media (max-width: 1024px) {
  .item__left {
    flex-basis: 200px;
    height: 200px;
    max-width: 300px;
  }
}
.item__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item__right {
  flex-basis: calc(100% - 400px);
}
@media (max-width: 1024px) {
  .item__right {
    margin-bottom: 50px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .item__right {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
  }
}

.price__label, .size-from__label {
  font-size: 16px;
  text-transform: capitalize;
}

.item__price {
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .item__price {
    margin-bottom: 15px;
  }
}

.item__size-from {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .item__size-from {
    margin-bottom: 15px;
  }
}

.item__delivery, .item__size {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .item__delivery, .item__size {
    font-size: 16px;
  }
}

.item__delivery {
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .item__delivery {
    margin-bottom: 10px;
  }
}

.delivery__value {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .delivery__value {
    margin-bottom: 0;
  }
}

.item__button {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #EE7C00;
  padding: 22px 67px;
  border-radius: 5px;
  border: none;
  margin-top: 45px;
  box-shadow: 0 0 50px 0 #FFB85C;
  cursor: pointer;
  transition: all 0.3s;
}

.item__button:hover {
  box-shadow: 0 0 20px 0 #FFB85C;
}

.item__description {
  width: 100%;
  max-width: 950px;
  position: relative;
}

.description__wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 872px;
  width: 100%;
  margin: auto;
  padding: 40px 60px 40px;
  position: relative;
}
.description__wrapper * {
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .description__wrapper {
    padding: 30px 60px 50px 30px;
  }
}
.description__wrapper h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .description__wrapper h4 {
    font-size: 20px;
  }
}
.description__wrapper h5 {
  font-size: 16px;
  margin: 10px 0;
}
.description__wrapper h4 + div {
  z-index: 5;
}
.description__wrapper a {
  padding-right: 20px;
}
.description__wrapper div {
  line-height: 1.61em;
}
@media (max-width: 768px) {
  .description__wrapper div {
    font-size: 14px;
  }
}

.description__front-figure {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  height: 130%;
  width: 112%;
  right: 0;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("assets/images/rect-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.description__back-figure {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  height: 130%;
  width: 107%;
  right: 0;
  left: -134px;
  top: -60px;
  bottom: 0;
  margin: auto;
  background-image: url("assets/images/rect-2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.triangle__description {
  position: absolute;
}

.arrows {
  width: 80%;
  position: absolute;
  top: 15%;
  margin: auto;
  right: 0;
  left: 0;
}
@media (max-width: 768px) {
  .arrows {
    top: 8%;
    left: auto;
    width: 100%;
    display: none;
  }
}
.arrows .swiper-button-next, .arrows .swiper-button-prev {
  width: 220px;
  height: 220px;
}
@media (max-width: 768px) {
  .arrows .swiper-button-next, .arrows .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.arrows .swiper-button-prev:after, .arrows .swiper-button-next:after {
  content: none;
}
.arrows .swiper-button-prev {
  transform: rotate(180deg);
}
.arrows .arrow--orange {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url("assets/images/slider-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .arrows .arrow--orange {
    width: 200%;
    height: 200%;
  }
}
.arrows .arrow--grey {
  height: 90px;
  width: 90px;
  position: absolute;
  transform: rotate(180deg);
  background-image: url("assets/images/slider-sub-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 58px;
  bottom: 66px;
}
@media (max-width: 768px) {
  .arrows .arrow--grey {
    top: 2px;
    left: 6px;
    width: 90%;
    height: 90%;
  }
}

.web__service {
  fill: #E4E4E4;
}
@media (max-width: 768px) {
  .web__service {
    display: none;
  }
}

.web__service--1 {
  left: 13%;
  top: 114px;
}

.web__service--2 {
  right: 4%;
  top: -160px;
}

.web__service--3 {
  left: 20%;
  top: 49%;
}

.web__service--4 {
  left: 4%;
  bottom: 0;
}

.web__service--5 {
  right: 10%;
  top: 56%;
}

.services {
  position: relative;
  padding-bottom: 100px;
}
.services .triangle {
  width: 0;
  height: 0;
  border-right: 100vw solid transparent;
  border-top: 46px solid #EFEFEF;
  position: absolute;
  bottom: -44px;
  right: 0;
}

.web__service--1, .web__service--2 {
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-name: webDown;
  animation-iteration-count: infinite;
}

.web__service--4 {
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-name: webUp;
  animation-iteration-count: infinite;
}

.web__service--3, .web__service--5 {
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-name: webLeft;
  animation-iteration-count: infinite;
}

.description__wrapper:before, .description__wrapper:after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 4;
}

.description__wrapper:before {
  background-image: url("assets/images/tri_1.png");
  width: 108px;
  height: 93px;
  right: 20px;
  top: 10px;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-name: roundRight;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .description__wrapper:before {
    z-index: 2;
    top: -10px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
}

.description__wrapper:after {
  background-image: url("assets/images/tri_2.png");
  width: 47px;
  height: 40px;
  right: 150px;
  top: 30px;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-name: roundLeft;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .description__wrapper:after {
    z-index: 1;
    right: 90px;
    width: 25px;
    height: 25px;
    top: 0;
  }
}

.single-post #container {
  height: auto;
  padding-bottom: 100px;
}

#comments, .post-navigation {
  display: none;
}

.post-item.post-item--single {
  flex-direction: column;
}
.post-item.post-item--single .item__sides-wrapper {
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .post-item.post-item--single {
    margin: 0;
  }
}
.post-item.post-item--single .item__right {
  flex-basis: calc(100% - 380px);
  max-width: 30%;
}

.item__sides-wrapper {
  display: flex;
  gap: 65px;
}
@media (max-width: 1024px) {
  .item__sides-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.footer__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 90px 30px 45px;
  height: auto;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.footer__wrapper a, .footer__wrapper p {
  color: #fff;
}
@media (max-width: 1024px) {
  .footer__wrapper a, .footer__wrapper p {
    font-size: 14px;
  }
}

.menu--footer--nav .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  max-height: 130px;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .menu--footer--nav .menu {
    max-height: none;
  }
}
@media (max-width: 1024px) {
  .menu--footer--nav .menu {
    gap: 6px;
  }
}
.menu--footer--nav .menu li {
  padding-right: 110px;
}
@media (max-width: 1300px) {
  .menu--footer--nav .menu li {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .menu--footer--nav .menu li {
    text-align: center;
  }
}
.footer {
  background: #1D1207;
  background: linear-gradient(126deg, rgb(29, 18, 7) 0%, rgb(34, 19, 4) 13%, rgb(19, 10, 1) 28%, rgb(16, 10, 4) 50%, rgb(18, 17, 13) 100%);
}

.footer__social {
  display: flex;
  gap: 26px;
}
.footer__social a {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  fill: #fff;
}
.footer__social svg {
  height: 100%;
  width: 100%;
  display: block;
}

.footer__left, .footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1024px) {
  .footer__left {
    gap: 15px;
  }
}

.footer__right {
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .footer__right {
    gap: 30px;
    align-items: center;
  }
}

.footer__midle {
  display: flex;
  align-items: center;
  position: relative;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__contacts a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .footer__contacts a {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .footer__logo a {
    display: flex !important;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .footer__copyright p {
    text-align: center;
  }
}

.web__footer--1 {
  left: 10%;
  top: 0;
}

.web__footer--2 {
  left: 50%;
  bottom: -80px;
}

.web__footer--3 {
  right: 10%;
  top: 10px;
}

#container {
  position: relative;
  z-index: 2;
}

.contacts__wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto auto 60px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .contacts__wrapper {
    flex-direction: column;
  }
}

.map {
  flex-basis: 50%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .map {
    width: 100%;
  }
}

.kontakty {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.kontakty .wrapper--main {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  min-height: 750px;
}

.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  .contacts__info > * {
    font-size: 14px;
  }
}
.contacts__info > div {
  display: flex;
  gap: 10px;
}

.contact__value {
  text-decoration: none;
  font-weight: 600;
}

.call {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  border: 4px solid #EE7C00;
  position: fixed;
  transition: all 0.3s;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  display: none;
}
@media (max-width: 1024px) {
  .call {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 768px) {
  .call {
    display: block;
  }
}
.call a {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #F7DB23;
}
.call a svg {
  width: 100%;
  height: 100%;
  display: block;
}

.call:hover {
  transform: scale(1.05);
}

.galleryes {
  padding: 0 30px;
}
.galleryes h2 {
  text-align: center;
  color: #EE7C00;
}

.gallery__slide {
  display: block;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
}
.gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery {
  padding: 0 30px;
  overflow: hidden;
}
.gallery h3 {
  text-align: center;
  font-size: 24px;
  color: #EE7C00;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .gallery h3 {
    margin: 30px 0;
  }
}

.kontakty h1, .nashi-proekty h1 {
  font-size: 36px;
  border-bottom: #EE7C00 1px solid;
}

.nashi-proekty #container {
  height: auto;
  padding-bottom: 100px;
}

.f-carousel__toolbar button {
  background: #fff;
}

.fancybox__carousel button {
  background: #fff;
}

.category__name {
  margin: 0 20px;
  padding: 20px 20px;
  border-radius: 5px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .category__name {
    display: flex;
    font-weight: 500;
    border-bottom: 2px solid #EE7C00;
  }
}

.symbol {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  color: #EE7C00;
}

.entry__img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
}
.entry__img img {
  width: 300px;
  height: 100%;
  object-fit: contain;
}

.type-page .entry-title {
  padding: 30px 0 20px;
  color: #333;
}

.type-post {
  padding: 0 20px;
}
.type-post .entry-title {
  padding: 30px 0 20px;
  color: #EE7C00;
}

.category h1.entry-title {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.category .archive-meta {
  display: none;
}
.category #container {
  height: auto;
  padding-bottom: 50px;
}

.entry-content p {
  line-height: 1.61;
  padding-bottom: 20px;
}
.entry-content h4 {
  font-size: 18px;
  margin: 10px 0;
}
.entry-content h5 {
  font-size: 16px;
  padding: 10px 0;
}
.entry-content li {
  padding: 5px;
}
.entry-content ul {
  padding-bottom: 10px;
}

.category__link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.category__img {
  width: 100px;
  height: 80px;
}
.category__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.post-item__short {
  z-index: 111;
}
.post-item__short p, .post-item__short li {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 1.61em;
}

@keyframes roundRight {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes roundLeft {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes moveUp {
  0% {
    transform: rotate(-25deg) translate(0, 0);
  }
  50% {
    transform: rotate(-25deg) translate(45%, 45%);
  }
  100% {
    transform: rotate(-25deg) translate(0, 0);
  }
}
@keyframes moveDown {
  0% {
    transform: rotate(-15deg) translate(0, 0);
  }
  50% {
    transform: rotate(-15deg) translate(-45%, -45%);
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
  }
}
@keyframes webUp {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -45%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes webLeft {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-45%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes webDown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 45%);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*# sourceMappingURL=style.css.map */
