body, h1, h2, h3, h4, h5, h6, html {
  font-family: "Mulish_regular", sans-serif;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.breadcrumbs {
  margin-bottom: 15px;
  font-family: "Mulish_extra_light";
  color: #fff;
}
.breadcrumbs a {
  position: relative;
  color: #fff;
  font-family: "Mulish_extra_light";
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.breadcrumbs a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.breadcrumbs a:hover {
  color: #fff;
}
.breadcrumbs a:hover:before {
  width: 100%;
}

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

#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 50x;
    height: 50px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 1px transparent;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #cursor.arrow .cursor__circle {
    width: 188px;
    height: 188px;
    background-color: transparent;
    border-color: #fff;
  }
  #cursor.arrow::after {
    z-index: 5;
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url("https://klienci.scepter.agency/gardbiskrk/wp-content/uploads/2021/07/Group-337.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  #cursor.watch .cursor__circle {
    width: 188px;
    height: 188px;
    background-color: transparent;
    border-color: #fff;
  }
  #cursor.watch::after {
    z-index: 5;
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url("https://klienci.scepter.agency/gardbiskrk/wp-content/uploads/2021/07/Group-355.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
a.linked {
  position: relative;
  display: inline-block;
}
a.linked:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a.linked:hover:before {
  width: 100%;
}

a.bordered.white {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 18px 42px;
  text-decoration: none;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: "Mulish_black";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a.bordered.white:before {
  content: "";
  left: 0;
  top: 0;
  width: 0;
  background-color: #fff;
  position: absolute;
  height: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: -1;
}
a.bordered.white:hover {
  color: #000;
}
a.bordered.white:hover:before {
  width: 100%;
}

a.bordered.black {
  display: inline-block;
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  padding: 18px 42px;
  text-decoration: none;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: "Mulish_black";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a.bordered.black:before {
  content: "";
  left: 0;
  top: 0;
  width: 0;
  background-color: #4740ff;
  position: absolute;
  height: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: -1;
}
a.bordered.black:hover {
  border: 2px solid #4740ff;
  color: #fff;
}
a.bordered.black:hover:before {
  width: 100%;
}

input.bordered.black {
  display: inline-block;
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  padding: 18px 42px;
  text-decoration: none;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: "Mulish_black";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
input.bordered.black:hover {
  background-color: #000;
  color: #fff;
}
input.bordered.black:hover:before {
  width: 100%;
}

input.bordered.white {
  width: auto !important;
  margin-right: auto;
  display: inline-block !important;
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  padding: 18px 42px !important;
  text-decoration: none !important;
  border-top-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  font-family: "Mulish_black" !important;
  text-transform: uppercase !important;
  font-size: 0.8rem !important;
  letter-spacing: 1px !important;
  margin-top: 10px !important;
  overflow: hidden !important;
  position: relative !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
input.bordered.white:hover {
  background-color: #fff !important;
  color: #212121 !important;
}
input.bordered.white:hover:before {
  width: 100% !important;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider, .work-slider {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;
}

#main_slider .slick-initialized, .works .slick-initialized {
  visibility: visible;
  -webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;
}

.menu-foot li.menu-item-392 {
  display: none !important;
}

.standarizeNavi {
  position: absolute !important;
  /* top: 0 !important; */
  transform: none !important;
  background-color: transparent !important;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.changePosition {
  position: fixed !important;
}

.scrollUp {
  transform: translateY(-100%) !important;
}

.darkHeader {
  position: fixed !important;
  background-color: #212121;
}

.dark {
  position: fixed !important;
  background-color: #212121;
}

.clearHeader {
  transform: translateY(-100%);
}

#navbar-container.fix-it {
  transform: none !important;
  position: fixed !important;
}

#navbar-container.scrollUp.fix-it {
  transform: none !important;
  position: fixed !important;
}

.main-navi__left svg {
  max-width: 50%;
}
.main-navi #navbar-container {
  position: absolute;
  z-index: 12;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 12vh;
  align-items: center;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.main-navi #menu-menu-glowne {
  margin: 0;
  padding: 0;
}
.main-navi #menu-menu-glowne li.active a {
  color: #fff;
}
.main-navi #menu-menu-glowne li.active a:before {
  width: 100%;
}
.main-navi #menu-menu-glowne li {
  display: inline-block;
  padding: 0 25px;
}
.main-navi #menu-menu-glowne li a {
  color: #dcdcdc;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-navi #menu-menu-glowne li a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-navi #menu-menu-glowne li a:hover {
  color: #fff;
}
.main-navi #menu-menu-glowne li a:hover:before {
  width: 100%;
}
.main-navi__left {
  position: relative;
}
.main-navi__right {
  display: flex;
  align-items: center;
}
.main-navi__right a {
  text-decoration: none;
  font-family: "Mulish_semi_bold";
  font-size: 1.1rem;
}
.main-navi__right .tel_phone a {
  color: #fff;
  text-decoration: none;
  font-family: "Mulish_semi_bold";
  font-size: 1.1rem;
  margin: 0 100px 0 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.main-navi__right .tel_phone a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 20%;
  bottom: 0px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-navi__right .tel_phone a:hover:before {
  width: 80%;
}
.main-navi__right .tel_phone a span {
  margin-right: 10px;
}
.main-navi #nav-icon {
  z-index: 1010;
  width: 50px;
  height: 20px;
  margin: 0 0 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.main-navi #nav-icon:hover span:nth-child(2) {
  width: 100%;
}
.main-navi #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.main-navi #nav-icon span:nth-child(1) {
  top: 0px;
}
.main-navi #nav-icon span:nth-child(2) {
  top: 12px;
  width: 50%;
  right: 0;
}
.main-navi #nav-icon span:nth-child(3) {
  top: 36px;
}
.main-navi #nav-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.main-navi #nav-icon.open span:nth-child(2) {
  opacity: 1;
  right: 0;
  transform: rotate(45deg);
  width: 100%;
  top: 8px;
}
.main-navi #nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-app {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #212121;
  z-index: 10;
  height: 100%;
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3 ease-in-out;
  transition: 0.3s ease-in-out;
}
.navbar-app__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15%;
  width: 60vw;
}
.navbar-app__nav .app_cta_bar {
  margin-top: 120px;
  display: flex;
  align-items: center;
}
.navbar-app__nav .app_cta_bar .tel_phone {
  margin-right: 50px;
}
.navbar-app__nav .app_cta_bar .tel_phone a {
  position: relative;
  color: #dcdcdc;
  text-decoration: none;
  font-family: "Mulish_semi_bold";
  font-size: 1.1rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-app__nav .app_cta_bar .tel_phone a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 20%;
  bottom: 0px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-app__nav .app_cta_bar .tel_phone a:hover {
  color: #fff;
}
.navbar-app__nav .app_cta_bar .tel_phone a:hover:before {
  width: 80%;
}
.navbar-app__nav .app_cta_bar .tel_phone a span {
  margin-right: 10px;
}
.navbar-app__container {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.navbar-app .big-navi ul {
  margin: 0;
  padding: 0;
}
.navbar-app .big-navi ul li.active a {
  color: #fff;
}
.navbar-app .big-navi ul li.active a:before {
  width: 100%;
}
.navbar-app .big-navi ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-app .big-navi ul li a {
  position: relative;
  color: #dcdcdc;
  text-decoration: none;
  font-size: 3rem;
  font-family: "Mulish_extra_light";
  margin: 15px 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-app .big-navi ul li a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-app .big-navi ul li a:hover {
  color: #fff;
}
.navbar-app .big-navi ul li a:hover:before {
  width: 100%;
}
.navbar-app .extra-navi {
  margin-top: 50px;
}
.navbar-app .extra-navi ul {
  margin: 0;
  padding: 0;
}
.navbar-app .extra-navi ul li.active a {
  color: #fff;
}
.navbar-app .extra-navi ul li.active a:before {
  width: 100%;
}
.navbar-app .extra-navi ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.navbar-app .extra-navi ul li a {
  position: relative;
  color: #dcdcdc;
  text-decoration: none;
  font-family: "Mulish_regular";
  font-size: 1.1rem;
  margin-right: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-app .extra-navi ul li a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-app .extra-navi ul li a:hover {
  color: #fff;
}
.navbar-app .extra-navi ul li a:hover:before {
  width: 100%;
}
.navbar-app__photo {
  position: relative;
  width: 40vw;
  height: 100%;
}
.navbar-app__photo .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-app.opened {
  transform: translateX(0);
}

#main_slider {
  color: #8d86c3;
  height: 100vh;
  position: relative;
}
#main_slider .circle-image {
  width: 90vh;
  height: 90vh;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: -2vh;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
  margin: 0 auto;
}
#main_slider .slick-track {
  height: 100vh;
}
#main_slider .slider-box {
  position: relative;
  height: 100%;
}
#main_slider .slider-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#main_slider .slider-box .mask {
  background-color: rgba(29, 29, 29, 0.55);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#main_slider .slider-box__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40vh;
}
#main_slider .slider-box__content h1 {
  color: #fff;
  text-align: center;
  max-width: 70%;
  line-height: 1.1;
  font-family: "Mulish_extra_light";
}
#main_slider .slider-box__content h1 strong {
  font-family: "Mulish_black";
}
#main_slider .arrows_slider {
  position: absolute;
  /* width: 100%; */
  z-index: 4;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: center;
}
#main_slider .arrows_slider .next, #main_slider .arrows_slider .prev {
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 70px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: none;
  margin: 0 5px;
}
#main_slider .arrows_slider .next path, #main_slider .arrows_slider .prev path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#main_slider .arrows_slider .next:hover, #main_slider .arrows_slider .prev:hover {
  background-color: #fff;
}
#main_slider .arrows_slider .next:hover svg path, #main_slider .arrows_slider .prev:hover svg path {
  stroke: #000;
}
#main_slider .bottom_belt {
  height: 12vh;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  z-index: 4;
}
#main_slider .bottom_belt a {
  margin-top: 3px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: none;
}

.nav-tabs .nav-link {
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}

.tab-content > .tab-pane.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all;
}

.tab-content {
  position: relative;
}

.tab-pane:not(:first-child) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slick-slider .slick-slide {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_item {
  display: none;
  height: auto;
}

.tab_item:first-child {
  display: block;
}

section#tabs-content {
  padding: 150px 0 0 0;
  background-color: #F6F7FB;
  display: block;
  overflow: hidden;
}
section#tabs-content .slick-track {
  opacity: 1 !important;
  height: auto !important;
}
section#tabs-content li:first-child a {
  position: relative;
}
section#tabs-content li:first-child a:after {
  content: "";
  height: 50px;
  width: 1px;
  background-color: #dcdcdc;
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 0;
  margin: auto;
}
section#tabs-content li.active a {
  color: #000;
  position: relative;
  height: auto !important;
}
section#tabs-content li.active a:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43MTciIGhlaWdodD0iNy42MjkiIHZpZXdCb3g9IjAgMCAxMi43MTcgNy42MjkiPg0KICA8ZyBpZD0iR3JvdXBfMjk2IiBkYXRhLW5hbWU9Ikdyb3VwIDI5NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyOS44NTEgOTM4LjM4KSByb3RhdGUoLTkwKSI+DQogICAgPHBhdGggaWQ9IlBhdGhfNDI2IiBkYXRhLW5hbWU9IlBhdGggNDI2IiBkPSJNMjQzMC44LDUyMC44NDFsNS4yMTUsNC44NTUtNS4yMTUsNS4wMzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDk4LjYzMyAzMTAuNDIzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  bottom: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  background-size: contain;
}
section#tabs-content .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#tabs-content .nav-tabs a {
  margin: 0 20px;
  margin: 0 30px;
  font-size: 1.6rem;
  font-family: "Mulish_black";
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
  color: #dcdcdc;
}
section#tabs-content .nav-tabs a:hover {
  color: #000;
}
section#tabs-content .tab-content {
  padding-bottom: 200px;
  margin-top: 200px;
}
section#tabs-content .tab-content .content {
  padding-left: 20%;
}
section#tabs-content .tab-content .content__title {
  margin-bottom: 20px;
}
section#tabs-content .tab-content .content__title p, section#tabs-content .tab-content .content__title h1, section#tabs-content .tab-content .content__title h2, section#tabs-content .tab-content .content__title h3, section#tabs-content .tab-content .content__title h4, section#tabs-content .tab-content .content__title h5, section#tabs-content .tab-content .content__title h6 {
  font-size: 2.5rem;
  font-family: "Mulish_extra_light";
  line-height: 1.3;
  margin-bottom: 0;
}
section#tabs-content .tab-content .content__title strong {
  font-family: "Mulish_black";
}
section#tabs-content .tab-content .content__desc p {
  font-size: 1rem;
  line-height: 2;
  font-family: "Mulish_regular";
  max-width: 80%;
}
section#tabs-content .tab-content .content__desc a {
  margin-top: 10px;
  z-index: 0;
}
section#tabs-content .tab-content .image-box {
  position: relative;
  width: 87%;
  height: 59vh;
  border-top-left-radius: 113px;
  border-bottom-right-radius: 113px;
  overflow: hidden;
  z-index: 0;
  margin-left: auto;
}
section#tabs-content .tab-content .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#tabs-content .slider-section {
  margin-top: -250px;
}
#tabs-content .slider-section .products-slider .slide-content__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  padding: 30px;
}
#tabs-content .slider-section .products-slider a {
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}
#tabs-content .slider-section .products-slider a:hover:before {
  z-index: -1;
}
#tabs-content .slider-section .products-slider h2 {
  color: #fff;
  z-index: 3;
  position: relative;
  font-family: "Mulish_extra_light";
  font-size: 1.8rem;
  max-width: 50%;
}
#tabs-content .slider-section .products-slider .image-slider {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
#tabs-content .slider-section .products-slider .image-slider .mask {
  background-color: rgba(29, 29, 29, 0.55);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#tabs-content .slider-section .products-slider .image-slider .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#tabs-content .slider-section .arrows_slider {
  position: absolute;
  right: -180px;
  /* top: 0; */
  bottom: 70px;
  display: flex;
}
#tabs-content .slider-section .arrows_slider .next, #tabs-content .slider-section .arrows_slider .prev {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 70px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: none;
  cursor: pointer;
  margin: 0 5px;
}
#tabs-content .slider-section .arrows_slider .next path, #tabs-content .slider-section .arrows_slider .prev path {
  stroke: #000;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#tabs-content .slider-section .arrows_slider .next:hover, #tabs-content .slider-section .arrows_slider .prev:hover {
  background-color: #212121;
}
#tabs-content .slider-section .arrows_slider .next:hover svg path, #tabs-content .slider-section .arrows_slider .prev:hover svg path {
  stroke: #fff;
}

section.works {
  padding: 200px 0 300px 0;
  background-color: #212121;
}
section.works .content .title {
  margin-bottom: 30px;
}
section.works .content .title p, section.works .content .title span, section.works .content .title strong, section.works .content .title h1, section.works .content .title h2, section.works .content .title h3, section.works .content .title h4, section.works .content .title h5, section.works .content .title h6 {
  color: #dcdcdc;
  font-size: 2.5rem;
  font-family: "Mulish_extra_light";
  line-height: 1.3;
  margin-bottom: 0;
}
section.works .content .title p strong, section.works .content .title span strong, section.works .content .title strong strong, section.works .content .title h1 strong, section.works .content .title h2 strong, section.works .content .title h3 strong, section.works .content .title h4 strong, section.works .content .title h5 strong, section.works .content .title h6 strong {
  font-family: "Mulish_black";
}
section.works .content p {
  font-size: 1rem;
  line-height: 2;
  font-family: "Mulish_regular";
  max-width: 80%;
  color: #dcdcdc;
}
section.works .works__slider {
  margin-top: 100px;
}
section.works .works__slider .single.slick-slide {
  padding: 0;
}
section.works .works__slider .single .image-box {
  position: relative;
  width: 100%;
  height: 37vh;
  overflow: hidden;
  z-index: 0;
  margin-left: auto;
}
section.works .works__slider .single .image-box:hover .mask {
  background-color: transparent;
}
section.works .works__slider .single .image-box .mask {
  background-color: rgba(29, 29, 29, 0.55);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
section.works .works__slider .single .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.boxes {
  margin-top: -140px;
  position: relative;
}
.boxes:after {
  content: "";
  height: 100vh;
  background-color: #F6F7FB;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.boxes .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 3rem;
  padding-bottom: 3rem;
}
.boxes .content h2 {
  color: #fff;
  z-index: 3;
  position: relative;
  font-family: "Mulish_extra_light";
  font-size: 1.8rem;
  max-width: 39%;
}
.boxes .content a {
  z-index: 1;
}
.boxes .mask {
  background-color: rgba(29, 29, 29, 0.55);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.boxes .image-box {
  position: relative;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  z-index: 0;
  margin-left: auto;
}
.boxes .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.boxes .col-xl-6 {
  z-index: 2;
}

.thanku {
  padding: 200px 0 600px 0;
  margin-top: 0;
  background-color: #F6F7FB;
}
.thanku__content {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  text-align: center;
  flex-direction: column;
}
.thanku__content a {
  z-index: 0;
}
.thanku__content h2 p, .thanku__content h2 h1, .thanku__content h2 h2, .thanku__content h2 h3, .thanku__content h2 h4, .thanku__content h2 h5, .thanku__content h2 h6 {
  color: #000;
  font-size: 2.5rem;
  font-family: "Mulish_extra_light";
  line-height: 1.3;
  margin-bottom: 0;
}
.thanku__content h2 p strong, .thanku__content h2 h1 strong, .thanku__content h2 h2 strong, .thanku__content h2 h3 strong, .thanku__content h2 h4 strong, .thanku__content h2 h5 strong, .thanku__content h2 h6 strong {
  font-family: "Mulish_black";
}
.thanku__content p {
  font-size: 1rem;
  line-height: 2;
  font-family: "Mulish_regular";
  max-width: 100%;
  margin-top: 10px;
  color: #6f6f6f;
}
.thanku__info--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.thanku__info--content a {
  text-decoration: none;
  font-family: "Mulish_extra_light";
  color: #000;
  font-size: 2.5rem;
  position: relative;
}
.thanku__info--content a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.thanku__info--content a:hover:before {
  width: 100%;
}
.thanku__info--content span {
  font-size: 1rem;
  line-height: 2;
  font-family: "Mulish_regular";
  max-width: 100%;
  margin-top: 10px;
  color: #6f6f6f;
}

.foot-form {
  margin-top: -360px;
  position: relative;
}
.foot-form:after {
  content: "";
  height: 100vh;
  background-color: #212121;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.foot-form__fill {
  background-color: #fff;
  border-top-left-radius: 113px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-form__fill--base {
  padding: 6rem;
}
.foot-form__content h3 {
  color: #000;
  font-size: 2.5rem;
  font-family: "Mulish_extra_light";
  line-height: 1.3;
  margin-bottom: 0;
}
.foot-form__content span {
  font-size: 1rem;
  line-height: 2;
  font-family: "Mulish_regular";
  max-width: 100%;
  margin-top: 10px;
  color: #6f6f6f;
}
.foot-form__form {
  margin-top: 50px;
}
.foot-form__form .wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em !important;
}
.foot-form__form .wpcf7 .ajax-loader {
  top: -40px;
}
.foot-form__form textarea, .foot-form__form label, .foot-form__form input {
  width: 100%;
}
.foot-form__form .wpcf7 input[type=url], .foot-form__form .wpcf7 input[type=email], .foot-form__form .wpcf7 input[type=tel] {
  direction: ltr;
  color: #000;
}
.foot-form__form input, .foot-form__form textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #dcdcdc;
  outline: none;
  font-family: "Mulish_extra_light";
  padding-bottom: 25px;
}
.foot-form__form textarea {
  height: 10vh;
}
.foot-form__form .wpcf7 form.invalid .wpcf7-response-output, .foot-form__form .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #212121 !important;
  background-color: #212121 !important;
  color: #fff !important;
  border-top-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  padding: 25px !important;
}
.foot-form__form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  background-color: #46b459 !important;
  background-color: #212121 !important;
  color: #fff !important;
  border-top-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  padding: 25px !important;
}
.foot-form .image-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 113px;
  overflow: hidden;
  z-index: 0;
}
.foot-form .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

svg {
  max-width: 100%;
}

footer {
  background-color: #212121;
  padding: 150px 0 40px 0;
}
footer .col-xl-3 {
  display: flex;
  justify-content: center;
}
footer .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .content__title {
  text-transform: uppercase;
  color: #fff;
  font-family: "Mulish_black";
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
footer .content .menu-foot ul {
  margin: 0;
  padding: 0;
}
footer .content .menu-foot ul li.active a {
  color: #fff;
}
footer .content .menu-foot ul li.active a:before {
  width: 100%;
}
footer .content .menu-foot ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .content .menu-foot ul li a {
  color: #6f6f6f;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
footer .content .menu-foot ul li a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0%;
  bottom: 0px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
footer .content .menu-foot ul li a:hover {
  color: #fff;
}
footer .content .menu-foot ul li a:hover:before {
  width: 100%;
}
footer .content__contact a.phone {
  margin: 15px 0;
  display: inline-flex;
  position: relative;
  color: #dcdcdc;
  text-decoration: none;
  font-family: "Mulish_semi_bold";
  font-size: 1.1rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
footer .content__contact a.phone:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 20%;
  bottom: 0px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
footer .content__contact a.phone:hover {
  color: #fff;
}
footer .content__contact a.phone:hover:before {
  width: 80%;
}
footer .content__contact a.phone span {
  margin-right: 10px;
}
footer .content__contact a.bordered {
  z-index: 0;
  display: inline-block;
}
footer .divider {
  margin: 150px 0 40px 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #414141;
}
footer .divider__arrow {
  cursor: pointer;
  border: 1px solid #414141;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -35px auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
footer .divider__arrow svg {
  transform: rotate(90deg);
}
footer .divider__arrow svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
footer .divider__arrow:hover {
  background-color: #fff;
}
footer .divider__arrow:hover svg path {
  stroke: #000;
}
footer .foot__copy {
  color: #6f6f6f;
}
footer .foot__agency {
  color: #6f6f6f;
  text-align: right;
}
footer .foot__agency a {
  color: #fff;
  font-family: "Mulish_semi_bold";
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}
footer .foot__agency a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
footer .foot__agency a:hover {
  color: #fff;
}
footer .foot__agency a:hover:before {
  width: 100%;
}

.banner-single__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 70vh;
  justify-content: center;
}
.banner-single__content h2 {
  color: #fff;
  max-width: 40%;
  line-height: 1.1;
  font-family: "Mulish_black";
  font-size: 2.5rem;
}
.banner-single .image-box {
  position: relative;
  height: 70vh;
  width: 100%;
  overflow: hidden;
  background-color: #212121;
}
.banner-single .image-box .mask {
  background-color: rgba(29, 29, 29, 0.55);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-single .image-box .image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.check-works {
  position: relative;
  margin-top: -120px;
}
.check-works .row {
  align-items: center;
  z-index: 2;
  position: relative;
}
.check-works:after {
  content: "";
  height: 100vh;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.check-works .gallery {
  width: 100%;
  height: 60vh;
  padding-left: 25px;
  padding-top: 10px;
  position: relative;
}
.check-works .gallery__mask {
  background-color: #4740ff;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  height: 35vh;
  width: 64%;
  display: flex;
  align-items: center;
  padding: 0 3rem;
}
.check-works .gallery__mask--content h3 {
  color: #fff;
  font-family: "Mulish_extra_light";
}
.check-works .gallery__mask--content span {
  color: #fff;
  margin-top: 20px;
  display: block;
  font-family: "Mulish_semi_bold";
}
.check-works .gallery .col-xl-6 {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.check-works .gallery .col-xl-6:hover .mask {
  background-color: transparent;
}
.check-works .gallery .col-xl-6 .mask {
  background-color: rgba(29, 29, 29, 0.55);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.check-works .gallery .col-xl-6 .image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.check-works .gallery .col-xl-6:nth-child(1) {
  height: 20vh;
}
.check-works .gallery .col-xl-6:nth-child(2) {
  height: 20vh;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}
.check-works .gallery .col-xl-6:nth-child(3) {
  height: 35vh;
}
.check-works .gallery .col-xl-6:nth-child(4) {
  height: 35vh;
  border-bottom-right-radius: 113px;
}
.check-works .gallery__content-right {
  padding: 0 4rem;
  margin-top: 130px;
}
.check-works .gallery__content-right h3 {
  font-size: 2.5rem;
  font-family: "Mulish_extra_light";
  line-height: 1.3;
  margin-bottom: 0;
}
.check-works .gallery__content-right p {
  font-size: 1rem;
  line-height: 2;
  font-family: "Mulish_regular";
  margin-top: 1rem;
}

.products-single {
  margin-top: 100px;
  background-color: #F6F7FB;
  padding: 150px 0;
}
.products-single .dots_group {
  position: absolute;
  top: 80%;
  left: -70px;
  z-index: 0;
}
.products-single .slick-list {
  z-index: 2;
}
.products-single h3 {
  font-size: 2.5rem;
  font-family: "Mulish_extra_light";
  margin-bottom: 150px;
  text-align: center;
}
.products-single h3 strong {
  font-family: "Mulish_black";
}
.products-single .products-slider__slide-content {
  text-decoration: none;
  background-color: #fff;
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 15px;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.products-single .products-slider__slide-content:hover {
  -webkit-box-shadow: 0px 0px 48px -25px rgb(164, 164, 164);
  -moz-box-shadow: 0px 0px 48px -25px rgb(164, 164, 164);
  box-shadow: 0px 0px 48px -25px rgb(164, 164, 164);
}
.products-single .products-slider__slide-content .image-box {
  position: relative;
  width: 100%;
  height: 20vh;
  overflow: hidden;
}
.products-single .products-slider__slide-content .image-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.products-single .products-slider__slide-content .cta h2 {
  color: #000;
  font-family: "Mulish_extra_light";
  font-size: 1.5rem;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-single .arrows_slider {
  z-index: 4;
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.products-single .arrows_slider .next, .products-single .arrows_slider .prev {
  background-color: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 70px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: none;
  margin: 0 5px;
}
.products-single .arrows_slider .next path, .products-single .arrows_slider .prev path {
  stroke: #000;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.products-single .arrows_slider .next:hover, .products-single .arrows_slider .prev:hover {
  background-color: #000;
}
.products-single .arrows_slider .next:hover svg path, .products-single .arrows_slider .prev:hover svg path {
  stroke: #fff;
}

.faq {
  padding: 150px 0 300px 0;
  background-color: #fff;
}
.faq h3 {
  font-size: 2.5rem;
  font-family: "Mulish_extra_light";
  margin-bottom: 150px;
  text-align: center;
}
.faq h3 strong {
  font-family: "Mulish_black";
}
.faq .accordion_container .row > *:first-child > .accordion_made {
  border-top-left-radius: 50px;
}
.faq .accordion_container .row > *:last-child > .accordion_made {
  border-bottom-right-radius: 50px;
}
.faq .accordion_container {
  width: 100%;
  margin-top: 100px;
}
.faq .accordion_container:first-child {
  border-top-left-radius: 50px;
}
.faq .accordion_container .faq {
  margin-bottom: 100px;
}
.faq .accordion_container .categories {
  padding: 0 0 50px 0;
}
.faq .accordion_container .categories a.btn {
  margin-top: -1px;
  margin-left: 1px;
}
.faq .accordion_container .categories a.btn.active {
  background-color: #000 !important;
  color: #fff;
}
.faq .accordion_container .categories a.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.faq .accordion_container .tab:not(.active) {
  display: none;
}
.faq .accordion_container .accordion_made {
  margin-top: -1px;
  border: 1px solid #dcdcdc;
}
.faq .accordion_container .accordion_made .accordion_head {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  padding: 45px 50px;
  text-decoration: none;
  font-family: "Mulish_extra_light";
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-top: -1px;
}
.faq .accordion_container .accordion_made .accordion_head:hover span.plusminus {
  color: #000;
  transition: 0.2s all;
}
.faq .accordion_container .accordion_made .accordion_head:active span.plusminus {
  color: #000;
  transition: 0.2s all;
}
.faq .accordion_container .accordion_made .accordion_head:focus span.plusminus {
  color: #000;
  transition: 0.2s all;
}
.faq .accordion_container .accordion_made .accordion_head h2 {
  font-size: 1.6rem;
}
.faq .accordion_container .accordion_made .accordion_head span.plusminus {
  color: #000;
  font-size: 2rem;
  font-size: 3.2rem;
}
.faq .accordion_container .accordion_made .accordion_body {
  background: transparent;
  padding: 0px 50px 30px 50px;
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.faq .accordion_container .accordion_made .accordion_body p {
  font-size: 1rem;
  line-height: 2;
  font-family: "Mulish_regular";
  margin-top: 1rem;
}

.directories {
  background-color: #F6F7FB;
}
.directories .row {
  position: relative;
  margin-top: -130px;
  z-index: 1;
}
.directories .row .col-xl-4 {
  margin-top: 30px;
}
.directories__content {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 40vh;
  justify-content: flex-end;
  padding: 3rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-family: "Mulish_extra_light";
  position: relative;
}
.directories__content:before {
  content: "";
  background-color: #4740ff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 0;
}
.directories__content h3 {
  font-size: 1.5rem;
  z-index: 2;
  position: relative;
}
.directories__content span {
  z-index: 2;
  position: relative;
}
.directories__content svg {
  z-index: 1;
}
.directories__content svg g#Group_289 {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transform: translateY(-40px);
}
.directories__content:hover {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 48px -25px rgb(164, 164, 164);
  -moz-box-shadow: 0px 0px 48px -25px rgb(164, 164, 164);
  box-shadow: 0px 0px 48px -25px rgb(164, 164, 164);
}
.directories__content:hover:before {
  height: 100%;
}
.directories__content:hover svg line {
  stroke: #fff;
}
.directories__content:hover svg path {
  stroke: #fff;
}
.directories__content:hover svg g#Group_289 {
  transform: translateY(0);
}
.directories .icon {
  margin-bottom: auto;
}

.contact-bar {
  background-color: #F6F7FB;
}
.contact-bar .thanku__info {
  margin-top: -80px;
  z-index: 2;
  position: relative;
  padding: 3rem;
  background-color: #fff;
}
.contact-bar .thanku__info--content a {
  font-family: "Mulish_black";
  font-size: 1.5rem;
}

.hovered-contact {
  background-color: #F6F7FB;
  padding-bottom: 150px;
}
.hovered-contact .accordion_made {
  background-color: #212121;
}
.hovered-contact .accordion_head {
  align-items: center;
  background-color: #212121;
  cursor: pointer;
  padding: 45px 50px;
  text-decoration: none;
  font-family: "Mulish_extra_light";
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: -1px;
}
.hovered-contact .accordion_head:hover span.plusminus {
  color: #fff;
  transition: 0.2s all;
}
.hovered-contact .accordion_head:active span.plusminus {
  color: #fff;
  transition: 0.2s all;
}
.hovered-contact .accordion_head:focus span.plusminus {
  color: #fff;
  transition: 0.2s all;
}
.hovered-contact .accordion_head h2 {
  font-size: 1.6rem;
}
.hovered-contact .accordion_head span.plusminus {
  color: #fff;
  font-size: 2rem;
  font-size: 3.2rem;
}
.hovered-contact .accordion_body .wpcf7 {
  padding: 0 3rem 3rem;
}
.hovered-contact .accordion_body .wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em !important;
}
.hovered-contact .accordion_body .wpcf7 .ajax-loader {
  top: -40px;
}
.hovered-contact .accordion_body textarea, .hovered-contact .accordion_body label, .hovered-contact .accordion_body input {
  width: 100%;
  color: #fff;
}
.hovered-contact .accordion_body .wpcf7 input[type=url], .hovered-contact .accordion_body .wpcf7 input[type=email], .hovered-contact .accordion_body .wpcf7 input[type=tel] {
  direction: ltr;
  color: #fff;
}
.hovered-contact .accordion_body input, .hovered-contact .accordion_body textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #414141;
  background-color: transparent;
  outline: none;
  font-family: "Mulish_black";
  padding-bottom: 25px;
  color: #fff;
}
.hovered-contact .accordion_body textarea {
  height: 10vh;
}
.hovered-contact .accordion_body .wpcf7 form.invalid .wpcf7-response-output, .hovered-contact .accordion_body .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #212121 !important;
  background-color: #414141 !important;
  color: #fff !important;
  border-top-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  padding: 25px !important;
}
.hovered-contact .accordion_body .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  background-color: #46b459 !important;
  background-color: #212121 !important;
  color: #fff !important;
  border-top-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  padding: 25px !important;
}

.map {
  background-color: #fff;
  padding: 150px 0;
}
.map__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.map__left--content ul {
  margin: 0;
  padding: 0;
}
.map__left--content ul li {
  list-style: none;
  font-size: 1.6rem;
  font-family: "Mulish_extra_light";
  margin: 10px 0;
}
.map__left--content a {
  z-index: 0;
}
.map__right--content {
  position: relative;
  width: 100%;
  height: 30vh;
  border-top-left-radius: 113px;
  border-bottom-right-radius: 113px;
  overflow: hidden;
  z-index: 0;
  margin-left: auto;
}
.map__right--content:hover .image {
  transform: scale(1.2);
}
.map__right--content .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.partner-prop {
  background-color: #4740ff;
}
.partner-prop__content {
  background-color: #4740ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.partner-prop__content span {
  color: #fff;
  color: #fff;
  text-decoration: none;
  font-family: "Mulish_semi_bold";
  font-size: 1.1rem;
}
.partner-prop__content a {
  color: #fff;
  text-decoration: none;
  font-family: "Mulish_semi_bold";
  font-size: 1.1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.partner-prop__content a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 20%;
  bottom: 0px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.partner-prop__content a:hover:before {
  width: 80%;
}
.partner-prop__content a span {
  margin-right: 10px;
}
.partner-prop__content .divider {
  height: 40px;
  width: 1px;
  background-color: #fff;
  margin: 0 30px;
  position: relative;
}

.my-gallery {
  width: 100%;
  float: left;
}

.my-gallery img {
  width: 100%;
  height: auto;
}

.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}

.my-gallery figcaption {
  display: none;
}

.filters {
  margin-top: -70px;
  position: relative;
}
.filters:after {
  content: "";
  height: 100vh;
  background-color: #F6F7FB;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.filters ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
  display: inline-flex;
  width: 100%;
}
.filters ul li.active a {
  background-color: #4740ff;
  color: #fff;
}
.filters ul li {
  display: inline-block;
  width: 100%;
}
.filters ul li a {
  padding: 4rem 5.5rem;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Mulish_regular";
  font-size: 1.5rem;
}
.filters ul li a:before {
  content: "";
  background-color: #4740ff;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.filters ul li a:hover {
  color: #fff;
}
.filters ul li a:hover:before {
  height: 100%;
}

.cases {
  background-color: #F6F7FB;
  padding: 90px 0 0;
}
.cases__content {
  margin-top: 30px;
}
.cases__content .tag {
  color: #000;
  background-color: #fff;
}
.cases__content .image-box {
  position: relative;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  z-index: 0;
}
.cases__content .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.cases__content .image-box .image:hover .mask {
  background-color: rgba(29, 29, 29, 0);
}
.cases__content .image-box .image .mask {
  background-color: rgba(29, 29, 29, 0.55);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cases__content--tags {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.cases__content--tags span {
  background-color: #fff;
  color: #000;
  padding: 5px 14px;
  margin: 0 3px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "Mulish_semi_bold";
  letter-spacing: 0.5px;
}

.our-partners {
  padding: 150px 0;
  background-color: #F6F7FB;
  margin-bottom: -200px;
}
.our-partners h3 {
  font-size: 2.5rem;
  font-family: "Mulish_extra_light";
  margin-bottom: 150px;
  text-align: center;
}
.our-partners h3 strong {
  font-family: "Mulish_black";
}
.our-partners__single {
  background: #fff;
  padding: 60px;
}
.our-partners .image-box {
  position: relative;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  z-index: 0;
}
.our-partners .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.single-product-single {
  margin-top: -150px;
  padding-bottom: 0;
}

.navi-btn {
  cursor: pointer;
}

footer .godziny-otwarcia {
  border-bottom: none;
}
footer .godziny-otwarcia h1, footer .godziny-otwarcia h2, footer .godziny-otwarcia h3, footer .godziny-otwarcia h4, footer .godziny-otwarcia h5, footer .godziny-otwarcia h6 {
  font-size: 1rem;
  margin: 30px 0 10px;
  color: #fff;
}
footer .godziny-otwarcia ul {
  margin: 0;
  padding: 0;
}
footer .godziny-otwarcia ul li {
  list-style: none;
  line-height: 2;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.godziny-otwarcia {
  border-bottom: 1px solid #b9b9b9;
}
.godziny-otwarcia .col-xl-12 {
  color: #212121;
  padding: 50px 0;
  text-align: center;
}
.godziny-otwarcia .col-xl-12 ul {
  margin: 0;
  padding: 0;
}
.godziny-otwarcia .col-xl-12 ul li {
  list-style: none;
  line-height: 2;
}

@media (max-width: 1500px) {
  #main_slider .circle-image {
    width: 53vw;
  }
  section#tabs-content .tab-content .slider-section {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  #menu-menu-glowne {
    display: none;
  }
  #main_slider .circle-image {
    width: 63vw;
  }
}
@media (max-width: 1200px) {
  .single-page-template a {
    margin-right: 0;
  }
  section#tabs-content .tab-content {
    margin-top: 150px;
  }
  .tab-pane .col-xl-5 {
    display: none;
  }
  .tab-content .slider-section {
    margin-top: 40px;
  }
  section#tabs-content .tab-content .slider-section .arrows_slider {
    position: absolute;
    right: -3px;
    /* top: 0; */
    bottom: -110px;
    display: flex;
  }
  .slider-section .col-xl-11 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .tab-content .slider-section .products-slider h2 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .tab-content .slider-section .products-slider .image-slider {
    height: 31vh;
  }
}
.single-page-template {
  background-color: #fff;
  padding: 120px 0 150px 0;
}
.single-page-template a {
  z-index: 1;
  display: inline-block;
  margin-right: 5%;
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  padding: 18px 42px;
  text-decoration: none;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: "Mulish_black";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.single-page-template a:before {
  content: "";
  left: 0;
  top: 0;
  width: 0;
  background-color: #000;
  position: absolute;
  height: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: -1;
}
.single-page-template a:hover {
  color: #fff;
}
.single-page-template a:hover:before {
  width: 100%;
}
.single-page-template .blocks-gallery-grid {
  margin: 30px auto;
}
.single-page-template h1, .single-page-template h2, .single-page-template h3, .single-page-template h4, .single-page-template h5, .single-page-template h6, .single-page-template p, .single-page-template span {
  max-width: 70%;
  margin: 0 auto;
}
.single-page-template h1, .single-page-template h2, .single-page-template h3, .single-page-template h4, .single-page-template h5, .single-page-template h6 {
  font-family: "Mulish_extra_light";
  margin-top: 30px;
}
.single-page-template strong {
  font-family: "Mulish_black";
}
.single-page-template h1 {
  font-size: 3rem;
}
.single-page-template h2 {
  font-size: 2.5rem;
}
.single-page-template h3 {
  font-size: 1.5rem;
}
.single-page-template p {
  font-size: 1rem;
  line-height: 2;
  font-family: "Mulish_regular";
  margin-top: 1rem;
}
.single-page-template h1.has-background, .single-page-template h2.has-background, .single-page-template h3.has-background, .single-page-template h4.has-background, .single-page-template h5.has-background, .single-page-template h6.has-background {
  padding: 0.75em 0.475em;
  font-size: 1.7rem;
  font-family: "Mulish_black";
  border-top-left-radius: 50px;
  border-bottom-right-radius: 41px;
  text-align: center;
}

.blocks-gallery-grid, .wp-block-gallery {
  margin: 70px 0;
}

.wp-block-image {
  margin: 70px 0 !important;
  text-align: center;
}

.wp-block-image img {
  height: auto;
}

@media (max-width: 1124px) {
  .our-partners {
    padding: 100px 0;
  }
  .our-partners h3 {
    font-size: 1.5rem;
  }
  .single-page-template h1, .single-page-template h2, .single-page-template h3, .single-page-template h4, .single-page-template h5, .single-page-template h6, .single-page-template p, .single-page-template span {
    max-width: 80%;
  }
  .our-partners h3 {
    margin-bottom: 80px;
  }
  .single-page-template h2 {
    font-size: 1.5rem;
  }
  .filters ul {
    display: block;
  }
  .filters ul li a {
    padding: 2.2rem 0.5rem;
    font-size: 1rem;
  }
  .partner-prop__content .divider {
    height: 1px;
    width: 100%;
    background-color: #7772ff;
    margin: 20px 0;
    position: relative;
  }
  .partner-prop__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .map {
    background-color: #fff;
    padding: 100px 0;
  }
  .map__left--content {
    margin-bottom: 80px;
  }
  .map__container {
    flex-direction: column;
  }
  .hovered-contact .accordion_head h2 {
    font-size: 1rem;
    max-width: 60%;
  }
  .hovered-contact .accordion_head span.plusminus {
    color: #fff;
    font-size: 2rem;
  }
  .dots_group svg {
    max-width: 60%;
  }
  .faq {
    padding: 100px 0 300px 0;
    background-color: #fff;
  }
  .products-single h3, .faq h3 {
    font-size: 1.5rem;
    margin-bottom: 100px;
  }
  .faq .accordion_container .accordion_made .accordion_head h2 {
    font-size: 1.15rem;
    max-width: 80%;
  }
  .faq .accordion_container .accordion_made .accordion_head span.plusminus {
    font-size: 2rem;
  }
  .products-single {
    padding: 100px 0;
  }
  .banner-single__content h2 {
    font-size: 2rem;
    max-width: 100%;
    font-family: "Mulish_semi_bold";
    line-height: 1.4;
  }
  .check-works .gallery {
    height: 100%;
  }
  .check-works .gallery__content-right {
    padding: 0;
    margin-top: 80px;
    /* display: block; */
    /* position: relative; */
  }
  .check-works .gallery__content-right h3 {
    font-size: 1.5rem;
  }
  .check-works .gallery__content-right p {
    font-size: 1rem;
    line-height: 2;
  }
  .check-works .gallery__mask {
    top: -50px;
    padding: 0 2rem;
  }
  .check-works .gallery__mask h3 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .check-works .gallery .col-xl-6 {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #F6F7FB;
  }
  .check-works .gallery {
    padding-top: 10px;
    padding-left: 0;
  }
  .check-works {
    position: relative;
    margin-top: -7px;
  }
  footer .divider {
    margin: 100px 0 40px 0;
  }
  footer .foot {
    padding-top: 25px;
  }
  footer .foot__agency {
    font-size: 0.8rem;
    text-align: left;
    margin-top: 6px;
  }
  footer .foot__copy {
    font-size: 0.8rem;
  }
  footer .col-xl-3 {
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
  }
  footer {
    background-color: #212121;
    padding: 60px 0 40px 0;
  }
  footer .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  footer .col-xl-2 {
    display: none;
  }
  .foot-form .image-box {
    height: 17rem;
  }
  .foot-form__fill--base {
    padding: 0rem;
    max-width: 80%;
    margin: 0 auto;
  }
  .foot-form__content {
    padding: 5rem 0 0rem 0;
    text-align: center;
  }
  .foot-form__content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .foot-form__content span {
    font-size: 1rem;
  }
  .thanku {
    padding: 100px 0 100px 0;
    margin-top: 0px;
  }
  .thanku__content {
    padding-bottom: 120px;
  }
  .thanku__content h2 p {
    font-size: 1.5rem;
  }
  .thanku__content p {
    font-size: 1rem;
  }
  .thanku__info--content {
    margin-top: 10px;
  }
  .thanku__info--content a {
    font-size: 1.5rem;
  }
  .boxes {
    margin-top: -200px;
    background-color: #212121;
    padding-bottom: 20px;
  }
  .boxes .col-xl-6 {
    margin-top: 20px;
    z-index: 2;
  }
  .boxes .content h2 {
    max-width: 100%;
  }
  section#tabs-content .tab-content .slider-section .products-slider .image-slider {
    height: 73vh;
    margin: 0;
  }
  .navbar-app__photo {
    display: none;
  }
  .navbar-app__nav {
    width: 100%;
    padding-left: 0;
    padding: 10%;
  }
  .navbar-app .big-navi ul li a {
    font-size: 1.5rem;
    margin: 10px 0;
  }
  .navbar-app .extra-navi ul li {
    display: block;
    margin: 15px 0;
  }
  .navbar-app__nav .app_cta_bar {
    margin-top: 80px;
    display: flex;
    align-items: self-end;
  }
  .navbar-app__nav .app_cta_bar .tel_phone {
    margin-right: 50px;
    margin-bottom: 20px;
  }
  .navbar-app__nav .app_cta_bar {
    flex-direction: column;
  }
  #main_slider .circle-image {
    display: none;
  }
}
@media (max-width: 780px) {
  section.works {
    padding: 100px 0 200px 0;
  }
  section.works .content .title {
    margin-bottom: 30px;
  }
  section.works .content .title p, section.works .content .title span, section.works .content .title strong, section.works .content .title h1, section.works .content .title h2, section.works .content .title h3, section.works .content .title h4, section.works .content .title h5, section.works .content .title h6 {
    font-size: 1.5rem;
  }
  section.works .content p {
    max-width: 100%;
  }
  .h1, h1 {
    font-size: 1.5rem;
  }
  #main_slider .circle-image {
    display: none;
  }
  .main-navi__right .tel_phone {
    display: none;
  }
  section#tabs-content .tab_content {
    padding: 150px 0 0 0;
  }
  section#tabs-content .nav-tabs li a {
    margin: 0 15px;
    font-size: 1rem;
  }
  section#tabs-content {
    padding: 100px 0 0 0;
  }
  .content__title p, .content__title h1, .content__title h2, .content__title h3, .content__title h4, .content__title h5, .content__title h6 {
    font-size: 1.5rem !important;
  }
  section#tabs-content .tab-content .content {
    padding-left: 0;
    text-align: center;
  }
  .slider-section .col-xl-4, .slider-section .col-xl-11 {
    padding: 0;
  }
  section#tabs-content .tab-content .content__desc p {
    max-width: 100%;
    text-align: center;
  }
  section#tabs-content li:first-child a:after {
    right: -21px;
  }
}

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