* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 10px;
  font-family: "Lato", sans-serif;
}

html, body {
  scroll-behavior: smooth;
}

body {
  display: flex;
  justify-content: center;
  background-color: #181818;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -100px;
  min-height: 100vh;
  min-width: 360px;
  -webkit-box-shadow: 0px 0px 20px -10px #3a3a3a;
  -moz-box-shadow: 0px 0px 20px -10px #3a3a3a;
  box-shadow: 0px 0px 30px 0px #3a3a3a;
}

button {
  background-color: initial;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  border: 2px solid #df5d00;
}

h3 {
  font-size: 3rem;
  color: #001521;
}

a {
  all: unset;
  cursor: pointer;
  display: flex;
}

p {
  font-size: 1.8rem;
  color: #001521;
  line-height: 3.2rem;
}

span {
  font-size: 1.8rem;
  color: #001521;
  font-weight: bold;
}

ul {
  list-style: none;
}

.arrow {
  position: absolute;
  top: 25px;
  border: solid #ececec;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.backingArrow {
  border: solid #ececec;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.mainArrow {
  border: solid #181818;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s;
}

.subArrow {
  position: absolute;
  top: 3px;
  right: 0;
  border: solid #df5d00;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform-origin: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.rotate {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.nGY2 i {
  font-size: 20px;
}

.nanogallery2 .nngy2_viewer_toolbar .nngy2_icon {
  font-size: 28px !important;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ececec;
  color: #fff;
  padding: 20px 0;
  z-index: 9999;
  display: none;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-banner--active {
  display: block;
}

.cookie-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cookie-banner__content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.cookie-banner__content a {
  display: inline;
  color: #df5d00;
  text-decoration: underline;
}

.cookie-banner__button {
  background-color: #ff9d00;
  color: white;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.cookie-banner__button:hover {
  background-color: #e68a00;
}

@media (max-width: 768px) {
  .cookie-banner__content {
    flex-direction: column;
    text-align: center;
  }
}
.header {
  display: flex;
  position: fixed;
  width: 100%;
  max-width: 1600px;
  height: 80px;
  padding: 0 40px;
  top: 0;
  background-image: url("../img/textures/header.png");
  background-size: cover;
  background-position: center;
  transition: all 0.1s;
  z-index: 9999;
  -webkit-box-shadow: 5px 0px 20px -5px #181818;
  -moz-box-shadow: 5px 0px 20px -5px #181818;
  box-shadow: 5px 5px 20px -5px #181818;
  transform: translateZ(0);
  will-change: transform;
}
.header.hidden {
  top: -80px;
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 20px 0;
  cursor: pointer;
}
.header-logo__link {
  width: 100%;
  height: 100%;
}
.header-logo img {
  height: 100%;
}

.header-logoFromFooter {
  display: none;
  height: 40px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.header-logoFromFooter img {
  height: 100%;
}

.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  transition: all 0.5s;
}
.header-nav__list {
  display: flex;
  align-items: center;
}
.header-nav__item {
  margin: 0 30px;
}
.header-nav__item .subMenu {
  position: relative;
  margin-right: 10px;
  padding: 20px 0;
}
.header-nav__item.hiddenLink {
  display: none;
}
.header-nav__item.hiddenLink.active {
  display: block;
}
.header-nav__item.offerHover:hover .navDesktop1 {
  transform: scaleY(1);
}
.header-nav__item.configurator:hover .navDesktop2 {
  transform: scaleY(1);
}
.header-nav__item.offerHover:hover .hoverRotate1 {
  transform: rotate(220deg);
}
.header-nav__item.configurator:hover .hoverRotate2 {
  transform: rotate(220deg);
}
.header-nav__hiddenOffer {
  background-color: #f9f9f9;
}
.header-nav__hiddenOffer.navDesktop {
  display: flex;
  flex-direction: column;
  transform-origin: center;
  position: absolute;
  top: 70px;
  padding: 20px 30px;
  max-width: 130px;
  border: 1px solid #df5d00;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s;
}
.header-nav__hiddenOffer.navDesktop.active {
  display: flex;
  flex-direction: column;
  transform-origin: center;
  transform: scaleY(1);
}
.header-nav__hiddenOffer li {
  margin: 15px 0;
}
.header-nav__hiddenOffer.active {
  display: block;
}
.header-nav__link--sub {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.header-nav__link--sub:hover {
  color: #df5d00;
}
.header-nav__link--sub.subLink {
  font-size: 1.2rem;
}
.header-nav__link--sub.door {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 1.5rem;
  padding-right: 20px;
}
.header-nav__link--sub.door:hover .down {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-nav__link {
  position: relative;
  font-size: 2rem;
  color: #ececec;
}
.header-nav__link:active {
  color: #df5d00;
}
.header-nav__link.subMenu::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 0.12rem;
  background-color: #df5d00;
  opacity: 0.8;
  transform: scaleX(0);
  transition: all 0.2s;
}
.header-nav__link::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 0.12rem;
  background-color: #df5d00;
  opacity: 0.8;
  transform: scaleX(0);
  transition: all 0.2s;
}
.header-nav__link::after {
  display: none;
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 0.12rem;
  background-color: #df5d00;
  opacity: 0.8;
  transform: scaleX(1);
}
.header-nav__link.subMenu::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 0.12rem;
  background-color: #df5d00;
  opacity: 0.8;
  transform: scaleX(1);
  transition: all 0.2s;
}
.header-nav__link:hover::before {
  transform: scaleX(1);
}
.header-nav__link.active::after {
  display: block;
}
.header-nav__link p {
  margin-left: 15px;
}
.header-nav__link.ico:hover::before {
  content: none;
}
.header-nav button {
  display: flex;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.header-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
}
.header-contact__item {
  margin: 0 15px;
  font-size: 20px;
  padding: 2px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.header-contact__item:hover {
  background-color: #df5d00;
}
.header-contact__item:active {
  background-color: #181818;
}
.header-contact.nav {
  display: none;
}

.hamburger {
  display: none;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 24px;
  margin: 25px;
  cursor: pointer;
}

.hamburger div {
  width: 100%;
  height: 4px;
  background-color: #ececec;
  margin: 6px 0;
  transition: 0.4s;
}

.hamburger.active .hamburger-bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
  background-color: #df5d00;
}

.hamburger.active .hamburger-bar2 {
  opacity: 0;
}

.hamburger.active .hamburger-bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
  background-color: #df5d00;
}

body.lock-scroll {
  overflow: hidden;
  height: auto;
}

@media (max-width: 1280px) {
  .header-nav__item {
    margin: 0 20px;
  }
  .header-nav__item.subMenu {
    position: relative;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .header {
    justify-content: center;
  }
  .header-logoFromFooter {
    display: block;
  }
  .header.hidden .header-nav {
    margin-top: 80px;
  }
  .hamburger {
    display: block;
  }
  .header-contact {
    display: none;
  }
  .header-contact.nav {
    display: flex;
    justify-content: center;
  }
  .header-logo {
    justify-content: center;
  }
  .header-nav {
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    position: fixed;
    left: -100%;
    height: 100dvh;
    width: 60%;
    border-right: 1px solid #df5d00;
    background-color: #181818;
    overscroll-behavior: contain;
    z-index: 999;
  }
  .header-nav__list {
    flex-direction: column;
  }
  .header-nav.active {
    left: 0;
  }
  .header-nav.marginFix {
    margin-top: 80px;
  }
  .header-nav__item {
    margin: 20px;
    color: #df5d00;
  }
  .header-nav__item .subMenu {
    position: relative;
    padding: 0;
  }
  .header-nav__item .subMenu:hover .down {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
  }
  .header-nav__hiddenOffer {
    display: none;
    background-color: transparent;
  }
  .header-nav__hiddenOffer.navDesktop {
    display: none;
    position: unset;
    top: 20px;
    left: 0;
    padding: 0;
    width: auto;
    border: none;
    border-radius: 10px;
  }
  .header-nav__hiddenOffer.active {
    margin-top: 15px;
    align-items: flex-start;
  }
  .header-nav__link.subMenu::before {
    content: "";
    top: 35px;
  }
  .header-nav__link.subMenu::after {
    top: 35px;
  }
  .header-nav__link--sub.subLink {
    font-size: 1.2rem;
    color: #ececec;
  }
  .door {
    color: #df5d00;
  }
}
@media (max-width: 576px) {
  .header-nav {
    width: 60%;
  }
}
main {
  position: relative;
  min-height: calc(100dvh - 80px - 240px);
  background-color: #ececec;
  margin: 180px 0 80px;
  transition: all 0.3s;
  overflow: hidden;
  scroll-snap-type: none;
}

.main-slides {
  width: 100%;
  height: 550px;
  position: relative;
}

.main-slides__wrapper {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  -webkit-box-shadow: 0px 20px 35px -45px rgb(66, 68, 90);
  -moz-box-shadow: 0px 20px 35px -45px rgb(66, 68, 90);
  box-shadow: 0px 20px 35px -45px rgb(66, 68, 90);
}

.main-slides__slide {
  flex: 0 0 33.333%;
  height: 100%;
}
.main-slides__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slides__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  min-width: 600px;
  max-width: 600px;
  min-height: 160px;
  max-height: 160px;
  text-align: center;
  background-color: rgba(24, 24, 24, 0.8588235294);
  padding: 10px 20px;
  transform: translateX(-50%);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 998;
}
.main-slides__description::after {
  content: "";
  position: absolute;
  top: 70px;
  width: 80%;
  height: 1px;
  background-color: #df5d00;
}

.main-slides__title {
  color: #ececec;
  font-size: 2.2rem;
  width: 100%;
  opacity: 0;
  z-index: 998;
}
.main-slides__title.animation {
  animation: titleChange 7s;
}
.main-slides__title span {
  font-family: "Freestyle", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 2px;
  margin-left: 10px;
  color: #ececec;
  font-weight: 600;
}

.main-slides__container {
  display: flex;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}

.main-slides__paragraph {
  position: relative;
  top: 0;
  left: 0;
  color: #ececec;
  font-size: 1.8rem;
  opacity: 1;
  width: 70%;
  margin-left: 25px;
}
.main-slides__paragraph.animation {
  animation: sentenceChange 7s;
}

.main-slides__button {
  position: relative;
  color: #ececec;
  background-color: #3a3a3a;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 20px;
  padding: 10px 20px;
  transition: all 0.2s;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
}
.main-slides__button:hover {
  color: #df5d00;
}
.main-slides__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.2s;
  z-index: -1;
}
.main-slides__button:hover::before {
  transform: scaleX(1);
}
.main-slides__button:active::before {
  background-color: #df5d00;
}
.main-slides__button:active {
  color: #ececec;
}

.main-info {
  display: flex;
  padding: 80px 40px 0px;
  text-align: center;
}
.main-info__description {
  padding: 20px 80px;
  flex-grow: 1;
  z-index: 998;
}
.main-info__description a {
  display: inline;
}
.main-info__description p {
  margin-bottom: 40px;
}
.main-info h3 {
  margin-bottom: 60px;
}

.main-info__icons {
  display: flex;
  width: 100%;
  justify-content: center;
}
.main-info__icons div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.main-info__icons div img {
  filter: invert(100%);
}

.main-info__companies {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  overflow: hidden;
  height: 900px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 998;
}

.main-info__compWrapper {
  display: inline-block;
  animation: moveLogos__first 20s linear infinite reverse;
}

.main-info__compWrapper2 {
  display: inline-block;
  animation: moveLogos__second 20s linear infinite;
}

.main-info__company {
  display: flex;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 50px;
}

.main-info__companyImg {
  width: 100%;
  transition: all 0.2s;
}

.main-choices {
  display: flex;
  justify-content: space-around;
  position: relative;
  background-image: url("../img/textures/background.jpg");
  background-size: cover;
  padding: 220px 80px 100px;
}

.main-choices__mask {
  position: absolute;
  top: -50px;
  width: 70%;
  height: 150px;
  background-color: #ececec;
}
.main-choices__mask.mask1 {
  left: -10%;
  transform: rotate(-6deg);
}
.main-choices__mask.mask2 {
  right: -10%;
  transform: rotate(6deg);
}

.main-choice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 300px;
  min-height: 300px;
  padding: 20px 20px 40px;
  background-color: #181818;
  border: 2px solid #3a3a3a;
  border-radius: 20px;
}
.main-choice h3, .main-choice p {
  color: #ececec;
}
.main-choice h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.main-choice p {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.main-choice__description {
  position: relative;
  flex-grow: 1;
  opacity: 0;
  transform: scale(0.4);
  transition: all 0.5s;
}
.main-choice__description.animate {
  opacity: 1;
  transform: scale(1);
}
.main-choice:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #df5d00;
  -moz-box-shadow: 0px 0px 10px 0px #df5d00;
  box-shadow: 0px 0px 25px -10px #df5d00;
}

.main-choice__image {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  background-color: #ececec;
  transform: translateX(-50%);
  border: 10px solid #df5d00;
}
.main-choice__image img {
  width: 100%;
}

.productSection {
  display: flex;
  height: auto;
  width: 100%;
  padding: 60px 80px 20px;
}
.productSection__container img {
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  height: 350px;
  border: 1px solid #df5d00;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 30px -20px #3a3a3a;
  -moz-box-shadow: 0px 0px 30px -20px #3a3a3a;
  box-shadow: 0px 0px 30px -10px #3a3a3a;
}
.productSection__container img.reverse {
  float: right;
  margin-right: 0px;
  margin-left: 60px;
}
.productSection__container h2 {
  font-size: 3.5rem;
  margin-bottom: 40px;
}
.productSection__container p {
  margin-bottom: 40px;
}

.productSection:nth-child(even) {
  background-color: #d9d2cd;
}

.productSection:first-child {
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  padding: 80px 60px;
}
.productSection:first-child p {
  line-height: 5rem;
  font-size: 2.5rem;
}
.productSection:first-child p span {
  font-size: 2.5rem;
  color: #001521;
  font-weight: bold;
}
.productSection:first-child .productSection__description {
  position: relative;
}
.productSection:first-child .productSection__description .productSection__textWritter {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 2.5s;
}
.productSection:first-child .productSection__description .productSection__textWritter.active {
  opacity: 1;
}
.productSection:first-child .productSection__description .productSection__textMask {
  opacity: 0;
}
.productSection:first-child.windows {
  background-image: url("../img/windows/background.jpg");
}
.productSection:first-child.windowsills {
  background-image: url("../img/windowsills/background.jpg");
}
.productSection:first-child.interiorDoors {
  background-image: url("../img/doors/background2.jpg");
}
.productSection:first-child.doors {
  background-image: url("../img/doors/background.jpg");
}
.productSection:first-child.floors {
  background-image: url("../img/floors/background.jpg");
}
.productSection:first-child.windowblinds {
  background-image: url("../img/windowblinds/background.jpg");
}
.productSection:first-child.gates {
  background-image: url("../img/gates/background.jpg");
}

.main-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url("../img/contact.jpeg");
  background-size: cover;
  background-position: center;
}
.main-contact h3 {
  margin-bottom: 10px;
}
.main-contact__map {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
}
.main-contact__map p {
  margin-top: 40px;
  text-align: center;
}
.main-contact__map iframe {
  -webkit-box-shadow: 0px 0px 30px -10px #181818;
  -moz-box-shadow: 0px 0px 30px -5px #181818;
  box-shadow: 0px 0px 30px 0px #181818;
  border-radius: 20px;
}
.main-contact__form {
  width: 100%;
}
.main-contact__info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 60px;
}
.main-contact__adress .main-contact__wrapper {
  margin-top: 20px;
}
.main-contact__adress .main-contact__wrapper p {
  position: relative;
  margin-left: 40px;
}
.main-contact__adress .main-contact__wrapper img {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  transform: translateY(-50%);
}
.main-contact__odi {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.main-contact__odi a {
  margin: 0 20px;
}

.main-configurator {
  position: relative;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-configurator__blocker {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

body:has(.header-nav.active) .main-configurator__blocker {
  display: block;
}

.main-backingArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 15px;
  background-color: #3a3a3a;
  opacity: 0.8;
  border: 1px solid #df5d00;
  border-radius: 10px;
  z-index: 999;
  transition: all 0.2s;
  transform: scale(1);
  -webkit-box-shadow: 0px 0px 50px 5px #3a3a3a;
  -moz-box-shadow: 0px 0px 50px 5px #3a3a3a;
  box-shadow: 0px 0px 50px 5px #3a3a3a;
}
.main-backingArrow.hidden {
  display: none;
}
.main-backingArrow:hover {
  border: 2px solid #df5d00;
  transform: scale(1.2);
}

.main-gallery {
  margin: 40px 0;
}

@media (max-width: 1280px) {
  .main-slides__description {
    min-width: 550px;
    max-width: 550px;
    min-height: 150px;
    max-height: 150px;
    z-index: 998;
  }
  .main-slides__description::after {
    top: 65px;
  }
  .main-slides__button {
    margin-left: 25px;
  }
  .main-slides__paragraph {
    margin-left: 15px;
  }
  .main-choice {
    width: 250px;
    min-height: 300px;
  }
  .footer-adress p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .main {
    margin-top: 180px;
  }
  .main-slides {
    width: 100%;
    height: 450px;
  }
  .main-info {
    flex-direction: column;
    text-align: center;
    padding: 0px 0px 30px;
  }
  .main-info__description {
    margin-top: 20px;
    padding: 0px 60px;
  }
  .main-info__companies {
    width: 100%;
    height: auto;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .main-info__companies.companies2 {
    margin-bottom: -60px;
  }
  .main-info__compWrapper, .main-info__compWrapper2 {
    display: flex;
  }
  .main-info__company {
    margin: 30px;
  }
  .main-info__compWrapper {
    animation: moveLogos__first-mobile 10s linear infinite;
    animation-timing-function: linear;
  }
  .main-info__compWrapper2 {
    animation: moveLogos__second-mobile 10s linear infinite reverse;
    animation-timing-function: linear;
  }
  .main-choices {
    flex-wrap: wrap;
    padding: 150px 80px 50px;
  }
  .main-choice {
    width: 300px;
    min-height: 300px;
    margin: 40px;
  }
  .productSection__container img {
    height: 250px;
    margin-right: 40px;
  }
  .main-contact__map {
    width: 100%;
  }
  .main-contact__info {
    flex-direction: column;
    width: 100%;
  }
  .main-contact a {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .main-slides__description {
    min-width: 500px;
    max-width: 500px;
  }
  .productSection {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
  }
  .productSection__container img {
    float: none;
    margin-right: 0px;
    margin-bottom: 80px;
    max-width: 768px;
    height: auto;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
  .productSection__container h2 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
  .productSection__container p {
    padding: 0 60px;
  }
  .productSection:first-child {
    text-align: left;
    padding: 60px;
    border-bottom: 1px solid #df5d00;
  }
  .productSection:first-child p {
    line-height: 4.8rem;
    font-size: 2.4rem;
  }
  .productSection:first-child p span {
    font-size: 2.4rem;
    line-height: 4.8rem;
    color: #001521;
  }
}
@media (max-width: 576px) {
  .productSection:first-child p {
    line-height: 4.6rem;
  }
  .productSection:first-child p span {
    line-height: 4.6rem;
  }
  .main-slides__description {
    min-width: 450px;
    max-width: 450px;
  }
  .main-slides__container {
    max-height: 40px;
  }
  .main-slides__paragraph {
    font-size: 1.8rem;
  }
  .main-slides__button {
    padding: 10px 20px;
    font-size: 1.8rem;
    margin-left: 15px;
  }
  .main-choices {
    padding: 150px 40px 50px;
  }
  .main-info__description {
    padding: 0px 40px;
  }
  .main-contact__map {
    padding: 0px 60px;
  }
}
@media (max-width: 480px) {
  .productSection p {
    padding: 0 30px;
  }
  .productSection:first-child {
    padding: 40px;
  }
  .productSection:first-child p {
    padding: 0;
    line-height: 4.2rem;
    font-size: 2.2rem;
  }
  .productSection:first-child p span {
    font-size: 2.2rem;
    line-height: 4.2rem;
    color: #001521;
  }
  .main-slides__description {
    min-width: 380px;
    max-width: 380px;
    min-height: 160px;
    max-height: 160px;
  }
  .main-slides__description::after {
    top: 70px;
  }
  .main-choices {
    padding: 150px 20px 50px;
  }
  .main-slides__title {
    font-size: 2rem;
  }
  .main-slides__paragraph {
    font-size: 1.6rem;
  }
  .main-contact__odi {
    flex-direction: column;
  }
}
@media (max-width: 390px) {
  .productSection__image {
    max-width: 300px;
  }
  .main-slides__title {
    font-size: 1.7rem;
  }
  .main-slides__description {
    min-width: 340px;
    max-width: 340px;
  }
  .main-slides__button {
    margin-left: 5px;
    padding: 8px 12px;
    font-size: 1.6rem;
  }
  .main-slides__paragraph {
    margin-left: 0px;
  }
  .main-choices {
    padding: 150px 20px 50px;
  }
}
@keyframes titleChange {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes slidesBlur {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes sentenceChange {
  0% {
    left: -100px;
    opacity: 0;
  }
  20% {
    left: 0;
    opacity: 1;
  }
  80% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
@keyframes moveLogos__first {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveLogos__second {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveLogos__first-mobile {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(-17%);
  }
}
@keyframes moveLogos__second-mobile {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(-17%);
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 260px;
  margin-top: -80px;
  background-color: #181818;
  border-top: 2px solid #3a3a3a;
}

.footer-elements {
  display: flex;
  align-items: center;
  padding: 40px 40px 30px;
  width: 100%;
}

.footer-logo img {
  height: 100px;
}

.footer-adress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 60px;
}
.footer-adress p {
  color: #ececec;
  font-size: 1.6rem;
}
.footer-adress p span {
  color: #df5d00;
  font-size: 1.6rem;
}

.footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}
.footer-contact__ico {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
}
.footer-contact p {
  color: #ececec;
  margin: 0 8px;
  font-size: 1.6rem;
  white-space: nowrap;
}
.footer-contact img {
  height: 30px;
}

.footer-contactWrapper {
  display: flex;
  align-items: center;
}

.footer-valuation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #3a3a3a;
}
.footer-valuation p span {
  color: #df5d00;
  text-transform: uppercase;
}

.footer-map {
  display: flex;
  justify-content: flex-end;
  width: 300px;
}

@media (max-width: 1280px) {
  .footer-contact {
    width: 300px;
  }
  .footer-contact img {
    height: 20px;
  }
}
@media (max-width: 1024px) {
  .footer-map {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer-elements {
    padding: 20px;
    flex-wrap: wrap;
  }
  .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer-logo img {
    height: 80px;
    margin-bottom: 40px;
  }
  .footer-adress {
    margin-bottom: 20px;
    width: 30%;
    margin: 0 0 20px;
  }
  .footer-contact {
    width: 20%;
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .footer-contact {
    order: 1;
    width: 100%;
    padding: 0 40px;
  }
  .footer-adress {
    order: 3;
    width: 100%;
    text-align: center;
  }
  .footer-logo {
    order: 2;
  }
  .footer-logo img {
    margin-bottom: 20px;
  }
}
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 120px 0;
}

.form-labelContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form-labelContainer p {
  font-size: 1.4rem;
  text-align: end;
}

.form-label {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  margin: 10px 0;
  min-width: 100px;
}

.form-input {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.634);
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  width: 100%;
  border: 1px solid #181818;
  border-radius: 10px;
  z-index: 1;
}
.form-input__textArea {
  width: 100%;
  min-height: 200px;
  resize: none;
}
.form-input:focus {
  border: 1px solid #df5d00;
  outline: none;
}
.form-input__isEmpty {
  border: 2px solid red;
}

.form-errors {
  display: block;
  opacity: 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  color: rgb(195, 0, 0);
  text-transform: uppercase;
}

.input-error {
  border: 1px solid red !important;
}

.form-privacyPlace {
  display: flex;
  width: 100%;
  padding: 20px;
}
.form-privacyPlace p a {
  display: inline;
}

#form-privacyCheck {
  margin-right: 20px;
  width: 20px;
}

.form-privacyInfo {
  color: #3a3a3a;
  transition: color 0.3s ease;
}

.form-privacyDescription {
  font-size: 1.4rem;
  margin: 20px 0;
  text-align: center;
}

#form-privacyCheck:checked + .form-privacyInfo {
  color: #001521;
}

.form-sendButton {
  align-self: flex-start;
  position: relative;
  padding: 10px 20px;
  background-color: #ececec;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  -webkit-appearance: none;
  appearance: none;
  color: #181818;
  border: 1px solid #181818;
  border-top-left-radius: 10px;
  transition: all 0.5s;
  z-index: 1;
}
.form-sendButton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #df5d00;
  border-top-left-radius: 10px;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.2s;
  z-index: -1;
}
.form-sendButton:hover::before {
  transform: scaleX(1);
}
.form-sendButton:active::before {
  background-color: #ececec;
  color: #001521;
}
.form-sendButton:active {
  color: #df5d00;
  background-color: #df5d00;
}
.form-sendButton:hover {
  color: #001521;
}
.form-sendButton:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .form-privacyPlace {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .form {
    padding: 40px 60px;
  }
  .form-label {
    min-width: 80px;
  }
}
@media (max-width: 576px) {
  .form {
    padding: 40px;
  }
  .form-labelContainer p {
    font-size: 1rem;
  }
}
@media (hover: none) {
  .tooltip {
    display: none;
  }
}
@media (any-pointer: coarse) {
  * {
    font-size: 8px;
  }
}
@media (min-width: 1600px) {
  * {
    font-size: 11x;
  }
  .wrapper {
    max-width: 1600px;
  }
}
@media (max-width: 1280px) {
  * {
    font-size: 9px;
  }
}
@media (max-width: 1024px) {
  .arrow {
    top: 6px;
  }
}/*# sourceMappingURL=style.css.map */