@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Light.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satisfy";
  src: url("../fonts/Satisfy-Regular.woff2") format("woff2"), url("../fonts/Satisfy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: "Rubik";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: black;
}

.page-width {
  max-width: 1364px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1400px) {
  .page-width {
    max-width: 90%;
  }
}

a {
  text-decoration: none;
}

svg, button {
  cursor: pointer;
}

.dis-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4, h5 {
  font-family: "PlayfairDisplay";
  font-weight: bold;
}

h1 {
  font-size: 85px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 300px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 45px;
}
@media only screen and (max-width: 300px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 32px;
  text-align: center;
}

h2, h3 {
  color: black;
}

h4 {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 450px) {
  h4 {
    height: 60px;
  }
}
@media only screen and (max-width: 300px) {
  h4 {
    font-size: 16px;
  }
}

h1, h4 {
  color: white;
}

h5 {
  font-size: 20px;
  color: #ED4915;
}

ul {
  list-style: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #9C9C9C;
  padding-top: 25px;
}

.orange-btn {
  font-size: 18px;
  font-weight: 400;
  color: white;
  background-color: #ED4915;
  height: 62px;
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.4s;
  margin-top: 30px;
}
@media only screen and (min-width: 750px) {
  .orange-btn {
    max-width: 170px;
  }
}

.orange-btn:hover {
  border: 2px solid rgb(255, 255, 255);
}

.orange-circle {
  width: 41px;
  height: 41px;
  background-color: #ED4915;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.orange-circle img {
  width: 22px;
}

.circle-left img {
  transform: rotate(180deg);
}

.white-section {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .white-section {
    padding: 40px 0;
  }
}

.grey-section {
  background-color: #F5F5F5;
  padding: 50px 0;
}

.d-none {
  display: none !important;
}

.with-numbers {
  padding-bottom: 30px;
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 0;
}

.head {
  width: 100%;
  height: 80px;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .head {
    display: none;
  }
}

.header-img {
  width: 100%;
}

.white {
  width: 155px;
  height: 155px;
  background-color: white;
  border-radius: 100%;
  position: fixed;
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

ul {
  z-index: 11;
  display: flex;
}
ul li {
  height: 100%;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  ul li {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1410px) {
  ul li {
    padding: 20px 15px;
  }
}
ul a {
  font-size: 16px;
  font-weight: 500;
  color: black;
  transition: all 0.5s;
}

ul.nav-links {
  padding-left: 20px;
}
ul.nav-links li:hover .orange-line {
  opacity: 1;
}

.orange-line {
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 3px;
  background-color: #ED4915;
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1410px) {
  .orange-line {
    left: 10%;
    right: 10%;
  }
}

.nav-links {
  height: 100%;
  width: 100%;
}

.left-side {
  margin-right: auto;
}

@media only screen and (min-width: 1410px) {
  .header-social {
    padding: 20px 15px;
  }
}

.grey-line {
  position: absolute;
  right: 0;
  top: 35%;
  bottom: 35%;
  width: 1px;
  background-color: #707070;
  opacity: 0.33;
}

.first-img {
  width: 100%;
  height: 850px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .first-img {
    height: 720px;
  }
}

.first-img-big {
  height: 850px;
}

.first-img-small {
  height: 310px;
}

.bg-contact {
  height: 380px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .bg-contact {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .bg-contact {
    height: 700px;
  }
}

.welcome span {
  font-size: 25px;
  font-weight: 300;
  color: white;
}
.welcome p {
  color: white;
  width: 100%;
  max-width: 600px;
}
.welcome div {
  top: 350px;
}
@media screen and (max-width: 575px) {
  .welcome div {
    top: 150px;
  }
}

#stefan {
  top: 190px;
}

.head-btn {
  margin-right: 10px;
}

.big-circle {
  width: 97px;
  height: 97px;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  cursor: auto;
}
@media screen and (max-width: 575px) {
  .big-circle {
    width: 67px;
    height: 67px;
    bottom: -35px;
  }
}
.big-circle img {
  width: 33px;
  transform: rotate(90deg);
}

.up {
  transform: rotate(270deg);
}

@media only screen and (min-width: 750px) {
  .about-us .orange-btn {
    max-width: 205px;
  }
}
@media screen and (max-width: 1199px) {
  .about-us .dis-flex {
    flex-direction: column;
  }
}

.half {
  display: inline-block;
  width: 49%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .half {
    display: block;
    width: 100%;
  }
}

.just-con .dis-flex {
  gap: 50px;
  justify-content: space-between;
}

.flex-50 {
  flex: 50%;
}

.arrows-left-right, .arrows-down {
  height: 100%;
}

.arrows-left-right {
  width: 100%;
}

.slider {
  display: flex;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .slider {
    gap: 0;
  }
}

.slide-item {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .slide-item {
    max-width: 600px;
  }
}
.slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.left {
  left: -12px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .left {
    left: -21px;
  }
}
@media only screen and (max-width: 300px) {
  .left {
    left: -14px;
  }
}

.right {
  right: -15px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .right {
    right: -21px;
  }
}
@media only screen and (max-width: 300px) {
  .right {
    right: -14px;
  }
}

.left, .right {
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .grey-section .page-width {
    max-width: 100%;
  }
}
.grey-section .dis-flex {
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 900px) {
  .grey-section .dis-flex {
    flex-direction: column;
  }
}
.grey-section p {
  text-align: center;
}
.grey-section h3 {
  padding-top: 25px;
}
@media (min-width: 900px) and (max-width: 1270px) {
  .grey-section h3 {
    height: 110px;
  }
}

.grey-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.card-img {
  width: 100%;
  height: 330px;
}
.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 1150px) {
  .spec {
    flex-direction: column;
  }
}

.numbers {
  width: 100%;
  height: 390px;
  margin-top: 100px;
  position: relative;
  z-index: 0;
}
.numbers .dis-flex {
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .numbers .dis-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .numbers .dis-flex {
    padding: 20px;
  }
}

.num-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .num-text {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.num-text span {
  font-family: "Satisfy";
  font-size: 94px;
  font-weight: 400;
  color: #ED4915;
}
@media screen and (max-width: 991px) {
  .num-text span {
    font-size: 74px;
  }
}
@media screen and (max-width: 767px) {
  .num-text span {
    font-size: 64px;
  }
}
@media only screen and (max-width: 300px) {
  .num-text span {
    font-size: 54px;
  }
}

.item2 {
  width: 100%;
  height: 100%;
}
.item2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 900px) {
  .item2 img {
    height: 500px;
  }
}
.item2 .dis-flex {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .arrows-down {
    transform: translate(0px, 20px);
  }
}
.arrows-down .left, .arrows-down .right {
  bottom: -15px;
  top: auto;
  transform: translateY(100%);
}
.arrows-down .left {
  left: 40%;
}
@media screen and (max-width: 575px) {
  .arrows-down .left {
    left: 35%;
  }
}
@media only screen and (max-width: 300px) {
  .arrows-down .left {
    left: 30%;
  }
}
.arrows-down .right {
  right: 40%;
}
@media screen and (max-width: 575px) {
  .arrows-down .right {
    right: 35%;
  }
}
@media only screen and (max-width: 300px) {
  .arrows-down .right {
    right: 30%;
  }
}

.item2-title {
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  background-color: #ED4915;
}
.item2-title span {
  font-size: 18px;
  font-weight: 400;
  color: white;
}

button.first-contact {
  background-color: white;
  color: black;
}
@media screen and (max-width: 767px) {
  button.first-contact {
    margin-right: 0;
    margin-left: auto;
  }
}

button.first-contact:hover {
  border: 2px solid #ED4915;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.light-grey {
  background-color: #F2F2F2;
}

.foot1 {
  height: 530px;
  padding-top: 40px;
  padding-bottom: 100px;
}
.foot1 .page-width {
  display: flex;
}
.foot1 h5 {
  font-size: 25px;
  color: black;
}
.foot1 h5 span {
  font-weight: 400;
}
.foot1 p {
  font-size: 22px;
  color: black;
}
@media screen and (max-width: 1199px) {
  .foot1 {
    display: none;
  }
}

.foot2, .foot2-mobile {
  height: 60px;
  background-color: black;
}

@media screen and (max-width: 1199px) {
  .foot2 {
    display: none;
  }
}

.foot2-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot2-flex span {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.footer-social {
  width: 100%;
  max-width: 75px;
  display: flex;
  justify-content: space-between;
}

.phone {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 270px;
}
.phone p, .phone .phone-icons {
  display: inline;
}
.phone p {
  padding-left: 20px;
}
.phone .phone-icons {
  margin-left: auto;
}
.phone .phone-icons img:first-child {
  margin-right: 7px;
}

.foot1-left, .foot1-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.foot1-left {
  margin-right: auto;
  width: 40%;
}

.foot1-right {
  align-items: flex-end;
  width: 100%;
}
.foot1-right h5 {
  text-align: right;
  margin-bottom: auto;
}
.foot1-right .orange-btn {
  margin-top: 15px;
}

input.input-footer {
  background: transparent;
  border: 1px solid #BCBCBC;
  height: 60px;
  width: 100%;
  max-width: 425px;
  padding: 15px 20px;
}

input.input-footer::-moz-placeholder {
  color: #979797;
  font-size: 18px;
}

input.input-footer::placeholder {
  color: #979797;
  font-size: 18px;
}

.working-hours p {
  font-size: 20px;
  text-align: right;
  color: black;
}

.orange-section {
  height: 250px;
  background-color: #ED4915;
}
@media screen and (max-width: 767px) {
  .orange-section {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.orange-section .dis-flex {
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .orange-section .dis-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.orange-section h4 {
  font-size: 23px;
  font-weight: 500;
  font-family: "Rubik";
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .orange-section h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .orange-section h4 {
    font-size: 17px;
  }
}

.slider3 {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .slider3 {
    gap: 0;
  }
}

.new-item {
  width: 100%;
  height: 390px;
}
@media screen and (max-width: 767px) {
  .new-item {
    max-width: 500px;
  }
}
.new-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.big-img {
  width: 100%;
  height: 630px;
  margin-top: 85px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .big-img {
    height: 300px;
  }
}
.big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.check img {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .check img {
    margin-bottom: auto;
    padding-top: 28px;
  }
}

.contact-page {
  height: 100%;
}
.contact-page p, .contact-page a {
  color: white;
}
.contact-page p:first-child {
  width: 70%;
  position: absolute;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .contact-page p:first-child {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 991px) {
  .contact-page .contact-info {
    flex-direction: column;
    position: static;
    margin-top: 25px;
  }
  .contact-page .working-hours {
    position: static;
    width: 100%;
  }
  .contact-page .working-hours p {
    text-align: left;
  }
}

.contact-info {
  bottom: 30px;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.working-hours {
  top: 50px;
  right: 0;
  width: 30%;
}

.info {
  width: 100%;
  border: 1px solid #808080;
  border-radius: 16px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .info {
    max-width: 350px;
  }
}
.info img {
  transform: translateY(10px);
  margin-right: 20px;
}
.info p, .info a {
  font-size: 16px;
  font-weight: 400;
}
.info p span, .info a span {
  color: #ED4915;
}

.light-grey-section {
  background-color: #F9F9F9;
  padding-top: 60px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .light-grey-section .page-width {
    max-width: 100%;
  }
}

.galery-buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .galery-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    justify-items: center;
  }
}
@media screen and (max-width: 575px) {
  .galery-buttons {
    grid-template-columns: 1fr 1fr;
  }
}

.gallery-button {
  color: #252624;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  width: 160px;
  height: 60px;
  background: transparent;
  transition: all 0.5s;
}

.gallery-button:hover, .active-btn {
  color: #ED4915;
  border-color: #ED4915;
}

.column {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .column {
    gap: 5px;
  }
}

.grid-2-items, .grid-3-items {
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .grid-2-items, .grid-3-items {
    gap: 5px;
  }
}
.grid-2-items img, .grid-3-items img {
  max-height: 300px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  opacity: 1;
  transition: all 0.5s;
}
@media only screen and (max-width: 1400px) {
  .grid-2-items img, .grid-3-items img {
    max-height: 250px;
  }
}
.grid-2-items img:hover, .grid-3-items img:hover {
  transform: scale(1.1);
}

.grid-2-items {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .grid-2-items {
    grid-template-columns: 1fr;
  }
}

.grid-3-items {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .grid-3-items {
    grid-template-columns: 1fr;
  }
}

.galery-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
  max-width: 205px;
}

.active-panel {
  display: grid;
}

.head-mobile {
  display: none;
  background-color: white;
  border-bottom: 3px solid #ED4915;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 1199px) {
  .head-mobile {
    display: block;
  }
}
.head-mobile svg {
  margin-top: 10px;
  width: 50px !important;
  height: 50px !important;
}
.head-mobile .page-width {
  display: flex;
  align-items: center;
}

.logo-mobile {
  display: flex;
  width: 100%;
  max-width: 700px;
  height: 70px;
}

#mobile {
  transform: translateX(100%);
  transition: all 1s;
  background-color: #ED4915;
  width: 100%;
}
#mobile ul {
  flex-direction: column;
  align-items: center;
}
#mobile ul li {
  text-align: center;
}
#mobile ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 50px;
  line-height: 40px;
}
@media screen and (max-width: 300px) {
  #mobile ul li a {
    font-size: 15px;
  }
}
@media screen and (max-height: 850px) {
  #mobile ul li a {
    line-height: 20px;
  }
}
@media screen and (min-height: 1023px) {
  #mobile ul li a {
    line-height: 30px;
    padding: 30px 50px;
    font-size: 30px;
  }
}
#mobile hr {
  border-top: 3px solid white;
}
#mobile .mobile-languages, #mobile .mobile-social {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 80px;
}
#mobile .mobile-social {
  background-color: white;
}
#mobile .mobile-languages .lang {
  color: #ED4915;
  font-weight: bold;
  padding: 5px 10px;
  background-color: white;
  border-radius: 15px;
}

.mobile-social-item {
  width: 50px;
  height: 50px;
  background-color: #ED4915;
  border-radius: 20px;
}
.mobile-social-item svg {
  fill: #fff;
  height: 60%;
}

@media only screen and (max-width: 1200px) {
  #mobile {
    height: 100vh;
  }
  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    border-left: 2px solid white;
    position: absolute;
    right: 0;
    z-index: 5;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000;
  }
  .hamburger-box {
    width: 53px;
    height: 64px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 50px;
    height: 5px;
    background-color: grey;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  /*
  * 3DX
  */
  .hamburger--3dx .hamburger-box {
    perspective: 80px;
  }
  .hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg);
  }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
  /*
     * 3DX Reverse
     */
  .hamburger--3dx-r .hamburger-box {
    perspective: 80px;
  }
  .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg);
  }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
}
.no-scroll {
  overflow-y: hidden;
}

.footer-mobile {
  display: none;
  height: 800px;
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .footer-mobile {
    display: block;
  }
}
@media only screen and (max-width: 300px) {
  .footer-mobile {
    height: 850px;
  }
}
.footer-mobile h3 {
  text-align: start;
}
.footer-mobile .logo-footer-mobile {
  top: 0;
  right: 0;
}
@media only screen and (max-width: 350px) {
  .footer-mobile .logo-footer-mobile {
    position: static;
    margin-top: 20px;
  }
}
.footer-mobile h5 {
  margin-top: 100px;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 350px) {
  .footer-mobile h5 {
    margin-top: 20px;
  }
}
.footer-mobile .phone-info {
  margin-top: 40px;
}
.footer-mobile .working-hours {
  width: 100%;
}
.footer-mobile .working-hours p {
  text-align: start;
}
.footer-mobile .footer-social {
  margin-top: 20px;
  max-width: 150px;
}

.foot2-mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .foot2-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .slick-track {
    gap: 0;
  }
}/*# sourceMappingURL=main.css.map */