/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(100,1): run-time error CSS1019: Unexpected token, found '@import'
(100,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800;900&display=swap&subset=latin,latin-ext")'
(1358,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1359,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1377,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1378,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2332,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2333,8): run-time error CSS1035: Expected colon, found '{'
(2341,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2342,8): run-time error CSS1035: Expected colon, found '{'
(2350,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2351,8): run-time error CSS1035: Expected colon, found '{'
(2363,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2364,8): run-time error CSS1035: Expected colon, found '{'
(2376,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2377,8): run-time error CSS1035: Expected colon, found '{'
(2388,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2389,8): run-time error CSS1035: Expected colon, found '{'
(2400,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2401,8): run-time error CSS1035: Expected colon, found '{'
(2413,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2414,8): run-time error CSS1035: Expected colon, found '{'
(2426,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2427,8): run-time error CSS1035: Expected colon, found '{'
(2439,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2440,8): run-time error CSS1035: Expected colon, found '{'
(2452,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2453,8): run-time error CSS1035: Expected colon, found '{'
(2465,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2466,8): run-time error CSS1035: Expected colon, found '{'
(2478,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2479,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2497,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2498,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* icons */
@font-face {
  font-family: "altinbolme-icons";
  src: url("/App_Themes/AltinBolme/fonts/altinbolme-icons.woff2") format("woff2"), url("/App_Themes/AltinBolme/fonts/altinbolme-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon icon-"],
[class*="icon icon-"] {
  font-family: "altinbolme-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
  color: #707070;
}

.icon-arrow-line-right:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-long-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e904";
  color: #a3a3a3;
}

.icon-facebook:before {
  content: "\e905";
  color: #969696;
}

.icon-instagram:before {
  content: "\e906";
  color: #969696;
}

.icon-location:before {
  content: "\e907";
  color: #fff;
}

.icon-phone:before {
  content: "\e908";
  color: #fff;
}

.icon-pinterest:before {
  content: "\e909";
  color: #969696;
}

.icon-search:before {
  content: "\e90a";
}

.icon-send:before {
  content: "\e90b";
  color: #fff;
}

.icon-twitter:before {
  content: "\e90c";
  color: #969696;
}

.icon-vimeo:before {
  content: "\e90d";
  color: #969696;
}

.icon-youtube:before {
  content: "\e90e";
  color: #969696;
}


@charset "UTF-8";

/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800;900&display=swap&subset=latin,latin-ext");
/**
 * Altın Bölme
 * 29.02.2021
 * Author : Arma Digital
 */
/**
* layout
*/
/* body */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Raleway", Verdana, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #585757;
}

html,
body {
  position: relative;
  min-height: 100%;
}

/* header */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 75px;
  max-height: 105px;
  z-index: 1000;
  padding: 0 7.29167vw;
  background-color: #24252a;
  /* canvas menu */
}

header .canvas-menu ul > li {
  padding: 0 5px;
  /* mega menu */
}

header .canvas-menu ul > li .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #797575;
  padding: 40px 10px;
  position: relative;
  display: block;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

header .canvas-menu ul > li .nav-link::before {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background-color: #e9851d;
  opacity: 0;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease;
}

/*header .canvas-menu ul > li.active a.nav-link, header .canvas-menu ul > li:hover a.nav-link {
  background-color: #eaeaea;
}*/

header .canvas-menu ul > li:hover a.nav-link::before, header .canvas-menu ul > li.active a.nav-link::before {
  opacity: 1;
  height: 6px;
}

header .canvas-menu ul > li .mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
  margin-top: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-1%);
          transform: translateY(-1%);
  pointer-events: none;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
  background-color: #fff;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

header .canvas-menu ul > li .mega-menu-head {
  padding: 20px 0;
  background-color: #e0e0e0;
}

header .canvas-menu ul > li .mega-menu-head .links a {
  font-size: 15px;
  font-weight: 500;
  color: #797575;
  background-color: #fff;
  padding: 12px;
}

header .canvas-menu ul > li .mega-menu-head .links a:hover {
  background-color: #efefef;
}

header .canvas-menu ul > li .mega-menu-head .mm-search input {
  font-size: 15px;
  font-weight: 500;
  padding: 11px;
}

header .canvas-menu ul > li .mega-menu-head .mm-search input::-webkit-input-placeholder {
  color: #c9c7c7;
  opacity: 1;
}

header .canvas-menu ul > li .mega-menu-head .mm-search input:-ms-input-placeholder {
  color: #c9c7c7;
  opacity: 1;
}

header .canvas-menu ul > li .mega-menu-head .mm-search input::-ms-input-placeholder {
  color: #c9c7c7;
  opacity: 1;
}

header .canvas-menu ul > li .mega-menu-head .mm-search input::placeholder {
  color: #c9c7c7;
  opacity: 1;
}

header .canvas-menu ul > li .mega-menu-head .mm-search input:-ms-input-placeholder {
  color: #c9c7c7;
}

header .canvas-menu ul > li .mega-menu-head .mm-search input::-ms-input-placeholder {
  color: #c9c7c7;
}

header .canvas-menu ul > li .mega-menu-body {
  padding: 1.5625vw 0;
  overflow-x: auto;
}

header .canvas-menu ul > li .mega-menu-body .item {
  min-width: 200px;
  padding: 2.08333vw 10px;
}

header .canvas-menu ul > li .mega-menu-body .item:not(:last-child) {
  border-right: 1px solid #b3b3b3;
}

header .canvas-menu ul > li .mega-menu-body .item a {
  max-width: 200px;
  font-size: 20px;
  font-weight: 500;
  display: block;
  padding: 15px 0.52083vw;
}

header .canvas-menu ul > li .mega-menu-body .item a:hover {
  background-color: #efefef;
}

header .canvas-menu ul > li .mega-menu::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 100%;
  background-color: rgba(56, 56, 56, 0.9);
  pointer-events: none;
}

header .canvas-menu ul > li .mega-menu .mm-container {
  position: relative;
  z-index: 10;
  min-height: 50px;
}

header .canvas-menu ul > li .mega-menu .mm-container .mm-row {
  margin-right: -10px;
  margin-left: -10px;
  overflow-x: auto;
}

header .canvas-menu ul > li .mega-menu .mm-container .mm-row .col {
  padding-right: 10px;
  padding-left: 10px;
  min-width: 230px;
}

header .canvas-menu ul > li.is-mega-menu .nav-link {
  padding-right: 25px;
}

header .canvas-menu ul > li.is-mega-menu .nav-link::after {
  font-family: "altinbolme-icons", Verdana, Tahoma, sans-serif;
  font-size: 10px;
  content: "\e900";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .canvas-menu ul > li.is-mega-menu:hover .mega-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

header.fixed-header {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  background-color: rgba(36, 37, 42, 0.95);
}

header.fixed-header .canvas-menu ul > li .nav-link {
  padding: 20px 10px;
}

header.fixed-header .canvas-menu ul > li .nav-link::before {
  top: 100%;
}

header.fixed-header .canvas-menu ul > li.is-mega-menu .nav-link {
  padding-right: 25px;
}

main {
  margin-top: 105px;
  /* office partition*/
  /* home working places */
  /* home projects  */
  /* altınbölme */
  /* home blog */
  /* quick contact */
}

main .home-title {
  font-size: calc(25px + 1.30208vw);
  line-height: 100%;
  font-weight: 500;
  color: #000;
  position: relative;
}

main .home-title.ht-line {
  background-color: #fff;
}

main .home-title.ht-line span {
  background-color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 50px;
}

main .home-title.ht-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 00px;
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
  z-index: 0;
}

main .office-partition {
  font-size: 18px;
  color: #191919;
  padding-bottom: 90px;
}

main .office-partition .ghost-bg {
  position: relative;
}

main .office-partition .ghost-bg::after {
  z-index: -1;
  content: "";
  position: absolute;
  right: -180px;
  bottom: -140px;
  background-color: #f7f7f7;
  width: 100%;
  height: calc(100% - 40px);
  max-width: 360px;
}

main .office-partition .title {
  font-size: 43px;
  font-weight: 500;
  line-height: 100%;
}

main .office-partition .small-text {
  color: #191919;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
}

main .office-partition .small-text i {
  font-size: 18px;
}

main .office-partition .small-text:hover {
  color: #e9851d;
}

main .office-partition .custom-swiper-pagination {
  position: absolute;
  bottom: -85px;
}

main .home-working-places {
  position: relative;
}

main .home-working-places::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  min-height: 29.16667vw;
  z-index: -1;
}

main .home-working-places .head {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 4.16667vw 0;
}

main .home-working-places .head span {
  display: block;
}

main .home-projects {
  font-size: 18px;
  color: #000;
}

main .home-projects .project-boxes .box {
  overflow: hidden;
  position: relative;
  height: 235px;
}

main .home-projects .project-boxes .box figure img {
  min-height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}

main .home-projects .project-boxes .box.big {
  background-color: #e9851d;
  padding: 30px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

main .home-projects .project-boxes .box.big .sub-title {
  font-size: 20px;
}

main .home-projects .project-boxes .box.big .h-title {
  font-size: 30px;
}

main .home-projects .project-boxes .box.big .mw {
  max-width: 350px;
}

main .home-projects .project-boxes .box.big .icon {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 14px;
}

main .home-projects .project-boxes .box.big:hover {
  background-color: #d47411;
}

main .altinbolme .box {
  min-height: 28.75vw;
  overflow: hidden;
}

main .altinbolme .box.bg {
  background-size: cover;
}

main .altinbolme .box.pad {
  padding: 20px 5.20833vw;
  background-color: #4c4c4c;
  color: #fff;
  font-size: 18px;
}

main .altinbolme .box.pad .box-body {
  max-width: 400px;
}

main .altinbolme .box.pad .box-body .more {
  padding: 5px 0;
  line-height: 100%;
}

main .altinbolme .box.pad .box-body .more .icon {
  font-size: 40px;
}

main .altinbolme .box.pad .box-body .more:hover {
  padding: 5px 15px;
  background-color: #3f3f3f;
}

main .altinbolme .box.pad .head {
  font-weight: 500;
  line-height: 100%;
}

main .altinbolme .box.pad .head .title {
  font-size: 44px;
}

main .altinbolme .box.pad .head .title span {
  color: #e9851d;
}

main .home-blog .box {
  font-size: 18px;
  color: #000;
}

main .home-blog .box .title {
  font-size: 30px;
  font-weight: 500;
}

main .quick-contact {
  min-height: 300px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-size: cover;
  padding: 30px 20px;
}

main .quick-contact .container {
  z-index: 10;
  position: relative;
}

main .quick-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e9851dcc;
}

main .quick-contact .title {
  font-size: calc(23px + 1.04167vw);
  font-weight: 500;
  line-height: 100%;
}

main .quick-contact .br-white {
  padding: 4.6875vw 20px;
  border-right: 1px solid #fff;
}

main .quick-contact .form-control {
  border-radius: 25px;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}

main .quick-contact .form-control::-webkit-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

main .quick-contact .form-control:-ms-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

main .quick-contact .form-control::-ms-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

main .quick-contact .form-control::placeholder {
  color: #cbcbcb;
  opacity: 1;
}

main .quick-contact .form-control:-ms-input-placeholder {
  color: #cbcbcb;
}

main .quick-contact .form-control::-ms-input-placeholder {
  color: #cbcbcb;
}

main .quick-contact.qc-small {
  padding: 30px;
  min-height: 14.32292vw;
  font-size: 16px;
  font-weight: 500;
}

main .quick-contact.qc-small .title {
  font-size: 23px;
}

main .quick-contact.qc-black::before {
  background-color: rgba(0, 0, 0, 0.8);
}

/* page layout */
.page-layout {
  padding-top: 2.60417vw;
}

.page-layout .page-nav {
  /* pages menu */
}

.page-layout .page-nav .pages-menu {
  position: relative;
}

.page-layout .page-nav .pages-menu .after-text {
  position: relative;
}

.page-layout .page-nav .pages-menu .after-text::after {
  content: attr(data-title);
  top: 50px;
  left: -68px;
  color: #797575;
  -webkit-text-stroke: 1px #b7b7b7;
  font-family: sans-serif;
  color: transparent;
  font-size: 160px;
  font-weight: 900;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  white-space: nowrap;
  display: inline-block;
  overflow: visible;
}

.page-layout .page-nav .pages-menu .pm-title {
  color: #cbcbcb;
  font-weight: 800;
  font-size: 29px;
  cursor: default;
}

.page-layout .page-nav .pages-menu .pm-title span {
  padding-left: 30px;
}

.page-layout .page-nav .pages-menu .responsive-menu {
  position: relative;
}

.page-layout .page-nav .pages-menu .responsive-menu .product-title {
  -webkit-text-stroke: 1px #b7b7b7;
  font-family: sans-serif;
  color: transparent;
  font-size: 160px;
  font-weight: 900;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li {
  position: relative;
  border-radius: 15px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li a {
  line-height: 100%;
  color: #000;
  font-size: 16px;
  display: block;
  position: relative;
  padding: 15px 30px;
  position: relative;
  display: block;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li a::before {
  content: "";
  min-width: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e9851d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li a.active, .page-layout .page-nav .pages-menu .responsive-menu ul li a:hover {
  background-color: #efefef;
  border-color: #e9851d;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li a.active::before, .page-layout .page-nav .pages-menu .responsive-menu ul li a:hover::before {
  min-width: 6px;
  opacity: 1;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li a::after {
  content: "";
  left: 30px;
  bottom: 0;
  position: absolute;
  width: 65px;
  height: 1px;
  background-color: #ebebeb;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li.active {
  background-color: #f39200;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li.active a {
  color: #fff;
}

.page-layout .page-nav .pages-menu .responsive-menu ul li:last-child a {
  border-bottom: 0;
}

.page-layout .pages-inside-menu a {
  border-radius: 40px;
  color: #101010;
  padding: 1.04167vw 2.08333vw;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border: 1px solid transparent;
  margin: 0 10px;
  margin-bottom: 10px;
}

.page-layout .pages-inside-menu a:first-child {
  margin-left: 0;
}

.page-layout .pages-inside-menu a:first-last {
  margin-right: 0;
}

.page-layout .pages-inside-menu a:hover {
  border-color: #efefef;
}

.page-layout .pages-inside-menu a.active {
  background-color: #efefef;
}

.page-layout .pages-inside-menu.white-link a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.page-layout .pages-inside-menu.white-link a.active {
  color: #000;
}

/* footer */
footer {
  background-color: #fff;
  border-top: 1px solid #DCDCDC;
}

footer .footer-menu li {
  border-bottom: 1px solid #d3d3d3;
}

footer .footer-menu li a {
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
  color: #191919;
}

footer .footer-menu li a:hover {
  padding-left: 5px;
}

footer .footer-menu li:first-child a {
  padding-top: 0;
}

footer .footer-menu li:last-child {
  border: none;
}

footer .footer-end {
  border-top: 1px solid #dcdcdc;
  padding: 20px 0;
}

footer .footer-end .socials a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #969696;
  display: inline-block;
  line-height: 28px;
  text-align: center;
}

footer .footer-end .socials a .icon::before {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

footer .footer-end .socials a:hover {
  border-color: #e9851d;
}

footer .footer-end .socials a:hover .icon::before {
  color: #e9851d;
}

/**
* pages
*/
/* products */
.page-layout.products .box {
  position: relative;
  display: block;
  min-height: 375px;
  background-color: #8b939a;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.page-layout.products .box figure img {
  max-width: 270px;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-layout.products .box-title {
  max-width: 300px;
  line-height: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 210px;
  width: 100%;
}

.page-layout.products .box .desc {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #414141;
  font-size: 15px;
  line-height: 100%;
  color: #707070;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.page-layout.products .box .desc ul {
  margin: 0 50px;
  border-top: 2px solid #343434;
  padding: 20px;
}

.page-layout.products .box .desc ul li {
  margin-top: 10px;
  position: relative;
}

.page-layout.products .box .desc ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.page-layout.products .box .desc ul li a:hover {
  color: #e9851d;
}

.page-layout.products .box:hover {
  background-color: #414141;
}

.page-layout.products .box:hover figure img {
  opacity: 0.4;
}

.page-layout.products .box:hover .desc {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  pointer-events: all;
}

/* working places */
.page-layout.working-places {
  padding-top: 0;
}

.page-layout.working-places .wp-title {
  font-size: calc(24px + 1.04167vw);
  font-weight: 500;
  color: #000;
}

.page-layout.working-places .wp-head {
  background-size: cover;
  background-position: 100% 50%;
  position: relative;
}

.page-layout.working-places .wp-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
}

.page-layout.working-places .wp-body {
  position: relative;
  z-index: 10;
  min-height: calc(100vh - 105px);
}

.page-layout.working-places .wp-body .btn-red {
  margin-bottom: 100px;
}

.page-layout.working-places .wp-desc {
  color: #fff;
  font-size: calc(20px + 0.57292vw);
  font-weight: 300;
}

.page-layout.working-places .wp-desc-title {
  font-size: calc(40px + 1.71875vw);
  font-weight: 500;
}

.page-layout.working-places .wp-boxes {
  position: relative;
  z-index: 15;
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}

.page-layout.working-places .wp-boxes.show-boxes {
  margin-top: -75px;
}

.page-layout.working-places .wp-boxes .box {
  min-height: 350px;
  position: relative;
  background-size: cover;
}

.page-layout.working-places .wp-boxes .box .title {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.page-layout.working-places .wp-boxes .box .title span {
  font-size: 19px;
}

.page-layout.working-places .wp-boxes .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: rgba(4, 74, 100, 0.85);
}

.page-layout.working-places .wp-boxes .box .more {
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(20%);
          transform: translateX(-50%) translateY(20%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.page-layout.working-places .wp-boxes .box:hover .more {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.page-layout.working-places .wp-boxes .box:hover::before {
  background-color: rgba(228, 13, 26, 0.85);
}

.page-layout.working-places .wp-info {
  color: #191919;
  font-size: 18px;
}

.page-layout.working-places .wp-product-groups {
  color: #000;
}

.page-layout.working-places .wp-product-groups figure {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}

.page-layout.working-places .wp-product-groups figure:hover {
  opacity: 1;
}

.page-layout.working-places .wp-product-groups .photos .big-photo figure img {
  height: 567px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-layout.working-places .wp-product-groups .photos .small-phot figure img {
  height: 185px;
}

.page-layout.working-places .wp-product-groups .nav .nav-item {
  margin-bottom: 15px;
}

.page-layout.working-places .wp-product-groups .nav .nav-item .nav-link {
  color: #191919;
  font-size: 20px;
  font-weight: 500;
}

.page-layout.working-places .wp-product-groups .nav .nav-item .nav-link:hover {
  color: #707070;
}

.page-layout.working-places .wp-product-groups .nav .nav-item .nav-link.active {
  color: #e9851d;
}

.page-layout.working-places .wp-product-groups .tab-content {
  height: 567px;
}

/**
* components
*/
/* custom form */
.custom-form .form-control {
  padding: 24px 25px;
  height: auto;
  position: relative;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  font-size: 15px;
  resize: none;
  border-radius: 10px;
  font-weight: normal;
}

.custom-form .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.custom-form .form-control::-webkit-input-placeholder {
  color: #585757;
  opacity: 1;
}

.custom-form .form-control:-ms-input-placeholder {
  color: #585757;
  opacity: 1;
}

.custom-form .form-control::-ms-input-placeholder {
  color: #585757;
  opacity: 1;
}

.custom-form .form-control::placeholder {
  color: #585757;
  opacity: 1;
}

.custom-form .form-control:-ms-input-placeholder {
  color: #585757;
}

.custom-form .form-control::-ms-input-placeholder {
  color: #585757;
}

.custom-form textarea {
  resize: none;
}

.custom-form button {
  background-color: #f39200;
  font-size: 18px;
}

.custom-form .birthday {
  position: relative;
}

.custom-form .birthday .form-control {
  padding-left: 130px;
}

.custom-form .birthday .abs {
  pointer-events: none;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.custom-form .custom-file .custom-file-label {
  top: 8px;
  border: none;
  text-decoration: underline !important;
}

.custom-form .custom-file .custom-file-label::after {
  display: none;
}

.custom-form .icon-upload {
  margin-left: 25px;
  font-size: 28px;
}

.custom-form.cf-contact .form-control {
  border-radius: 0;
  padding: 17px 35px;
}

.slide-wrapper {
  position: relative;
}

.slide-wrapper .mouse-pagination {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 99;
  width: 100%;
}

.slide-wrapper .swiper-slide {
  min-height: calc(100vh - 105px);
  position: relative;
}

.slide-wrapper .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}

.slide-wrapper .swiper-slide .slide-img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  max-width: 1155px;
}

.slide-wrapper .swiper-slide .slide-body-wrap .slide-body {
  background-color: rgba(255, 255, 255, 0.89);
  padding: 3.64583vw;
  padding-right: 0;
  max-width: 585px;
  color: #000;
  font-size: 20px;
  margin-left: auto;
}

.slide-wrapper .swiper-slide .slide-body-wrap .slide-body .title {
  font-size: calc(20px + 1.5625vw);
  color: #000;
  line-height: 100%;
  font-weight: 500;
  position: relative;
}

.slide-wrapper .swiper-slide .slide-body-wrap .slide-body .title::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -30px;
  height: 1px;
  width: 160px;
  background-color: #707070;
}

.slide-wrapper .swiper-slide.swiper-slide-active.hide {
  /* .slide-img {
        animation: 1s 0.1s fadeInLeft both;
        animation-delay: 0.1s;
      }
      .slide-body {
        animation: 1s 0.3s fadeInRight both;
        animation-delay: 0.3s;
      } */
}

/* fancybox container */
.fancybox-container .fancybox-thumbs__list a:before {
  border: 2px solid #000;
}

/* loading wrapper */
.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 1060;
  overflow: hidden;
}

.loading-wrapper.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.loading-wrapper.hide .loading-logo {
  opacity: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loader-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.loading-wrapper .loading-logo {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.loading-wrapper .loading-logo .spinner {
  position: absolute;
  max-width: 100px;
  overflow: hidden;
  height: 10px;
  z-index: 9;
  display: block;
  top: 0;
  right: 30px;
  width: 100%;
}

.loading-wrapper .loading-logo .spinner::before {
  content: "";
  bottom: 0;
  border-radius: 50px;
  left: 0;
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #f39200;
  -webkit-animation-name: loader-animation;
          animation-name: loader-animation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  max-width: 100px;
}

/* menu toggle */
.menu-toggle {
  width: 30px;
  height: 26px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #4c4c4c;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2) {
  top: 10px;
  left: 10px;
}

.menu-toggle span:nth-child(3) {
  top: 21px;
}

.menu-toggle.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-toggle.active span {
  top: 10px;
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* swiperjs nav */
.custom-swiper-pagination.pagination-abs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.custom-swiper-pagination .swiper-pagination-bullet {
  background-color: #707070;
  width: 11px;
  height: 11px;
  margin-right: 45px;
  opacity: 1;
  position: relative;
}

.custom-swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #707070;
  left: -20px;
  top: -20px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.custom-swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #e9851d;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e9851d;
}

.custom-swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-swiper-pagination.cwp-small .swiper-pagination-bullet {
  margin: 0 15px;
}

.custom-swiper-pagination.cwp-small .swiper-pagination-bullet::before {
  width: 40px;
  height: 40px;
  left: -15px;
  top: -15px;
}

.swiper-custom-navigation button .icon::before {
  font-size: 14px;
  color: #707070;
}

.swiper-custom-navigation button.swiper-button-disabled {
  opacity: 0.5;
}

.btn-radius {
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding: 18px 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-weight: 500;
}

.btn-radius:focus {
  outline: none;
}

.btn-radius.btn-text {
  color: #000;
  background-color: transparent;
  padding: 15px 20px;
}

.btn-radius:hover {
  background-color: #e9851d;
  color: #fff;
}

.btn-radius.btn-bordered {
  border-radius: 23px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
  color: #000 !important;
  border: 1px solid #000;
  padding: 8px 16px;
}

.btn-radius.btn-bordered:hover {
  background: transparent;
  color: transparent;
}

.btn-radius.btn-bordered.btn-circle {
  border-radius: 50%;
  padding: 8px 8.8px;
}

.btn-radius.btn-red {
  background-color: #e9851d;
}

.btn-radius.btn-red:hover {
  background-color: #c20b16;
}

.btn-radius.btn-gray {
  background-color: #efefef;
  color: #000;
  font-size: 15px;
}

.btn-radius.btn-gray:hover {
  background-color: #cbcbcb;
}

.btn-abs {
  z-index: 100;
  position: fixed;
  height: 6.77083vw;
  min-height: 75px;
  width: 11.97917vw;
  min-width: 180px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e9851d;
  font-size: 500;
  font-size: 20px;
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 13px rgba(0, 0, 0, 0.22);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.btn-abs:hover {
  color: #fff;
  background-color: #d47411;
}

.btn-abs span {
  display: block;
}

.btn-abs i {
  font-size: 20px;
  -webkit-transform: rotate(90deg) translate(55%, -50%);
          transform: rotate(90deg) translate(55%, -50%);
  display: block;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.btn-abs.btn-gray {
  position: absolute;
  background-color: #4c4c4c;
  z-index: 101;
}

.dropdown-toggle {
  background-color: transparent;
}

.dropdown-toggle::after {
  font-family: "altinbolme-icons", Verdana, Tahoma, sans-serif;
  content: "\e900";
  vertical-align: 0;
  border: 0;
  font-size: 8px;
}

.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0px, 30px, 0px) !important;
          transform: translate3d(0px, 30px, 0px) !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  min-width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  overflow: hidden;
}

.dropdown-menu a {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0px, 45px, 0px) !important;
          transform: translate3d(0px, 45px, 0px) !important;
}

.shared-carousel .item {
  display: block;
}

.shared-carousel .item figure {
  overflow: hidden;
}

.shared-carousel .item figure img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.shared-carousel .item:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.shared-carousel .item .title {
  font-size: 15px;
  color: #000;
}

.shared-accordion .card-header {
  border-radius: 20px !important;
  background-color: #e5e5e5;
}

.shared-accordion .card-header button {
  cursor: pointer;
  font-size: 17px;
  color: #595959;
  font-weight: 500;
}

.shared-accordion .card-header button::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.shared-accordion .card-header button::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.shared-accordion .card-header button[aria-expanded="true"]::after {
  -webkit-transform: rotate(90deg) translateX(-1px);
          transform: rotate(90deg) translateX(-1px);
}

.shared-accordion .card-header button[aria-expanded="true"]::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* search wrapper */
.search-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.search-wrapper .search-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 40px;
  z-index: 10;
  cursor: pointer;
  line-height: 100%;
}

.search-wrapper .search-area {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  min-height: 150px;
  padding: 3%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: default;
}

.search-wrapper .search-area .search-input .form-control {
  border: 0;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  padding: 0;
  color: #707070;
  font-size: 2rem;
  font-weight: 500;
}

.search-wrapper .search-area .search-input .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-wrapper .search-area .icon-search {
  font-size: 40px;
  cursor: pointer;
}

.search-wrapper .search-area .search-button {
  border: 0;
  background-color: transparent;
  outline: none;
}

.search-wrapper.show {
  opacity: 1;
  visibility: visible;
}

.search-wrapper.show .search-area {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.quick-side {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e9851d;
  -webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 13px rgba(0, 0, 0, 0.22);
  width: 6.77083vw;
  min-width: 75px;
  height: 11.97917vw;
  min-height: 180px;
}

.quick-side a {
  padding: 15px 0;
}

.quick-side a .icon::before {
  font-size: 29px;
  color: #fff;
}

.quick-side a:hover {
  background-color: #d47411;
}

/* shared boxes  */
.shared-boxes .title {
  font-weight: 300;
  font-size: calc(25px + 1.30208vw);
  color: #000;
  line-height: 100%;
  position: relative;
}

.shared-boxes .title::before {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #000;
  top: -0.625vw;
  margin-right: 15px;
  position: relative;
}

.shared-boxes .box {
  display: block;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}

.shared-boxes .box:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-color: #f39200 !important;
}

.shared-boxes.type-1 .box figure img {
  min-height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
}

.shared-boxes.hover-mask .box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.shared-boxes.hover-mask .box .mask .b-title {
  font-size: 18px;
}

.shared-boxes.hover-mask .box .mask .head {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.shared-boxes.hover-mask .box .mask a {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
}

.shared-boxes.hover-mask .box:hover .mask {
  opacity: 1;
}

.shared-boxes.hover-mask .box:hover .mask .head,
.shared-boxes.hover-mask .box:hover .mask a {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.shared-boxes.full-mask .box .mask {
  opacity: 1;
  background-color: #4c4c4c;
}

.shared-boxes.full-mask .box .mask .head {
  max-width: 230px;
  font-size: 18px;
  opacity: 1;
  line-height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.shared-boxes.full-mask .box .mask .head .b-title {
  line-height: 100%;
  font-size: 25px;
}

.shared-boxes.full-mask .box .mask a {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.shared-boxes.full-mask .box:hover .mask {
  background-color: rgba(0, 0, 0, 0.6);
}

.shared-boxes.full-mask .box:hover .mask a {
  -webkit-transform: translate(-50%, 80%);
          transform: translate(-50%, 80%);
}

/* home tabs */
.home-tabs .nav-list {
  position: relative;
}

.home-tabs .nav-list::before, .home-tabs .nav-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5.20833vw;
  height: 2px;
  background-color: #dcdcdc;
}

.home-tabs .nav-list::after {
  right: 0;
  left: auto;
}

.home-tabs .nav .nav-link {
  width: calc(90px + 2.08333vw);
  height: calc(90px + 2.08333vw);
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-size: calc(40px + 2.08333vw);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
}

.home-tabs .nav .nav-link.active {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.home-tabs .nav .nav-link.active.br-green {
  border-color: #4fb97e;
}

.home-tabs .nav .nav-link.active.br-purple {
  border-color: #951b81;
}

.home-tabs .nav .nav-link.active.br-orange {
  border-color: #f39200;
}

.home-tabs .nav .nav-link.active.br-gray {
  border-color: #575756;
}

.home-tabs .tab-content {
  position: relative;
}

.home-tabs .tab-content::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #dcdcdc;
}

.home-tabs .tab-content .tc-title {
  font-size: 40px;
  font-weight: 500;
  color: #000;
}

/* shared ghost title */
.shared-ghost-title {
  position: relative;
  padding-top: 9.89583vw;
}

.shared-ghost-title.small-padding {
  padding-top: 5.72917vw;
}

.shared-ghost-title::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  color: #f9f9f9;
  font-size: 9.89583vw;
  font-weight: 900;
  z-index: -1;
  line-height: 100%;
}

/* shared tabs */
.shared-tabs .nav button {
  border-radius: 40px;
  color: #101010;
  padding: 20px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border: 1px solid transparent;
}

.shared-tabs .nav button:hover {
  border-color: #efefef;
}

.shared-tabs .nav button.active {
  background-color: #efefef;
}

/* shared cards */
.shared-cards figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 17.1875vw;
  min-height: 250px;
}

.shared-cards.big-cards figure img {
  height: 21.5625vw;
}

.shared-cards .btn-review {
  background-color: #efefef;
  color: #000;
}

.shared-cards .btn-review:hover {
  background-color: #e9851d;
  color: #fff;
}

/**
* utils
*/
input,
select,
textarea,
button {
  font-family: "Raleway", Verdana, Tahoma, sans-serif;
  font-size: 15px;
}

.list-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #585757;
  outline: none;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, padding 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, padding 0.3s;
  text-decoration: none !important;
}

a:hover {
  color: #707070;
}

.transition,
.transition-child *,
.transition::before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[hidden] {
  display: none;
  visibility: hidden;
}

.usn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.backface {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.backface * {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.btn-reset {
  background-color: transparent;
  border: none;
  outline: 0;
  line-height: 100%;
}

.btn-reset:focus {
  outline: none;
}

.card {
  background-color: transparent;
}

.min-h-100 {
  min-height: 100%;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.embed-responsive {
  min-height: 320px;
}

.embed-responsive::before {
  padding-top: 25%;
}

.cur-close {
  cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 18 18' fill='%23fff'%3e%3cpath d='M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z'/%3e%3c/svg%3e "), pointer;
}

figure {
  margin: 0;
}
/*
.p-row {
  --bs-gutter-x: 0;
}
*/
.br-top {
  color: #000;
  border-top: 2px solid #dcdcdc;
}

.custom-scrollbar {
  scrollbar-width: thin;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

.btn-load-other {
  font-size: 19px;
  font-weight: 500;
  color: #efefef;
}

.btn-load-other span {
  vertical-align: sub;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.btn-load-other span::before, .btn-load-other span::after {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #efefef;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  left: 0;
  top: 0;
}

.btn-load-other span::after {
  left: 10px;
}

.btn-load-other:hover {
  color: #cbcbcb;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes mouse-wheel {
  0% {
    -webkit-transform: scaleY(0.4) translateY(0);
            transform: scaleY(0.4) translateY(0);
  }
  20% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  60% {
    -webkit-transform: scaleY(0.4) translateY(12px);
            transform: scaleY(0.4) translateY(12px);
  }
  100% {
    -webkit-transform: scaleY(0.4) translateY(0);
            transform: scaleY(0.4) translateY(0);
  }
}

@keyframes mouse-wheel {
  0% {
    -webkit-transform: scaleY(0.4) translateY(0);
            transform: scaleY(0.4) translateY(0);
  }
  20% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  60% {
    -webkit-transform: scaleY(0.4) translateY(12px);
            transform: scaleY(0.4) translateY(12px);
  }
  100% {
    -webkit-transform: scaleY(0.4) translateY(0);
            transform: scaleY(0.4) translateY(0);
  }
}
.card img {
    transition: 0.3s;
    width: 100%; 
}

.card { 
    margin-bottom: 6%; 
    transition: 0.3s;
}


@media screen and (max-width: 985px) {
    .card-columns {
        column-count: 2;
    }
}

@media screen and (max-width: 420px) {
    .card-columns {
        column-count: 1;
    }
}/*
.homeurun {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(-bs-gutter-x)/ 2);
    padding-left: calc(var(-bs-gutter-x)/ 2);
    margin-top: var(-bs-gutter-y);
}*/

/**
* responsive queries
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .canvas-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 99;
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(255, 255, 255, 0.99);
    pointer-events: none;
  }
  header .canvas-menu ul.nav {
    width: 100%;
    margin-top: 80px;
  }
  header .canvas-menu ul.nav li {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 0;
  }
  header .canvas-menu ul.nav li a.nav-link {
    font-size: 30px;
    display: inline-block;
    padding: 15px 0 !important;
    display: block;
    text-align: center;
  }
  header .canvas-menu ul.nav li .mega-menu {
    position: relative;
    top: 0;
    display: none;
  }
  header .canvas-menu ul.nav li .mega-menu::after {
    display: none;
  }
  header .canvas-menu ul.nav li.is-mega-menu .nav-link::after {
    position: relative;
    top: -3px;
    right: -10px;
  }
  header .canvas-menu.show {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header .canvas-menu.show ul.nav li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .canvas-menu.show ul.nav li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  header .canvas-menu.show ul.nav li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  header .canvas-menu.show ul.nav li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  header .canvas-menu.show ul.nav li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  header .canvas-menu.show ul.nav li:nth-child(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  header .canvas-menu.show ul.nav li:nth-child(7) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  header .canvas-menu.show ul.nav li:nth-child(8) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  header .canvas-menu.show ul.nav li:nth-child(9) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  header .canvas-menu.show ul.nav li:nth-child(10) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  header .canvas-menu.show ul.nav li:nth-child(11) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  header .canvas-menu.show ul.nav li:nth-child(12) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  header .canvas-menu.show ul.nav li:nth-child(13) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  header .canvas-menu.show ul.nav li:nth-child(14) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  header .canvas-menu.show ul.nav li:nth-child(15) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  header .canvas-menu.show ul.nav li:nth-child(16) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  header .canvas-menu.show ul.nav li.is-mega-menu:hover .mega-menu {
    display: block;
  }
  header .canvas-menu .menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 34px;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: none;
  }
  header .canvas-menu .menu-close::before, header .canvas-menu .menu-close::after {
    content: "";
    left: 0;
    top: 15px;
    width: 100%;
    border-top: 3px solid #585757;
    position: absolute;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  header .canvas-menu .menu-close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .canvas-menu .menu-close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .canvas-menu .menu-close:hover::before {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  header .canvas-menu .menu-close:hover::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  main {
    margin-top: 75px;
  }
  main .page-layout.working-places .wp-body {
    min-height: calc(100vh - 75px);
  }
  main .page-layout.working-places .wp-product-groups .tab-content,
  main .page-layout.working-places .wp-product-groups .photos .big-photo figure img {
    height: 451px;
  }
  .btn-abs {
    right: -12px;
  }
  .slide-wrapper .swiper-slide {
    min-height: calc(100vh - 75px);
  }
  .slide-wrapper .swiper-slide .slide-body-wrap .slide-body {
    padding-left: 3.64583vw;
  }
}

@media (max-width: 992px) {
  main .office-partition {
    padding-bottom: 0;
  }
  main .office-partition .ghost-bg::after {
    display: none;
  }
  main .office-partition .custom-swiper-pagination {
    position: relative;
    bottom: 0;
    padding: 30px 0;
  }
  main .altinbolme .box.pad .box-body {
    max-width: 100%;
  }
  main .quick-contact .br-white {
    border: none;
  }
  main .page-layout.working-places .wp-product-groups .tab-content,
  main .page-layout.working-places .wp-product-groups .photos .big-photo figure img {
    height: auto;
  }
  main .page-layout.working-places .wp-product-groups .nav .nav-item {
    width: 50%;
  }
  .btn-abs {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* page layout */
  .page-layout .page-nav .pages-menu {
    max-width: 100%;
    margin-left: 0;
  }
  .page-layout .page-nav .pages-menu .pm-title {
    background-color: #cbcbcb;
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 100%;
    cursor: pointer;
  }
  .page-layout .page-nav .pages-menu .pm-title .menu-toggle > span {
    background-color: #4c4c4c;
  }
  .page-layout .page-nav .pages-menu .responsive-menu {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    width: 100%;
    min-height: 0;
    z-index: 100;
  }
  .page-layout .page-nav .pages-menu .responsive-menu.show {
    opacity: 1;
    visibility: visible;
    max-height: inherit;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    pointer-events: all;
    min-height: 100%;
  }
  .page-layout .page-nav .pages-menu .after-text::after {
    display: none;
  }
  .page-layout.working-places .wp-head::before {
    opacity: 1;
  }
  .slide-wrapper .swiper-slide .slide-img img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .quick-side {
    width: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    min-height: auto;
    height: auto;
  }
  .quick-side a {
    height: 40px;
    width: 40px;
  }
  .quick-side a .icon::before {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  header .logo img {
    max-width: 120px;
  }
  header .canvas-menu ul > li .mega-menu-body {
    max-width: calc(100vw - 40px);
  }
  main .home-working-places::before {
    min-height: 200px;
  }
}

@media (max-width: 1366px) {
  .slide-wrapper .swiper-slide .slide-body-wrap .slide-body .title::after {
    left: 0;
  }
}

