@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

::selection {
  background: #1691CE;
  color: #fff;
}

::-moz-selection {
  background: #1691CE;
  color: #fff;
}

/*General Elements */
body, input, textarea, select, option {
  font-family: "Outfit", sans-serif;
  color: #4A4F55;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

:before {
  font-family: IcoFont;
  font-style: normal;
}

.notFoundPage {
  background: url(../images/img/404/bg.jpg) no-repeat center;
  background-size: cover;
}
.notFoundPage header {
  background: transparent;
}
.notFoundPage footer {
  background-color: #fff;
}
.notFoundPage .notFoundArea {
  height: 100vh;
  position: relative;
}
.notFoundPage .notFoundArea .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.notFoundPage .notFoundArea .caption span {
  font-size: 150px;
  display: block;
}
.notFoundPage .notFoundArea .caption small {
  font-size: 50px;
  display: block;
  margin-bottom: 50px;
}
.notFoundPage .notFoundArea .caption a {
  color: #4A4F55;
  font-size: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.notFoundPage .notFoundArea .caption a i {
  width: 30px;
  height: 1px;
  background-color: #4A4F55;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-left: 10px;
}
.notFoundPage .notFoundArea .caption a:hover i {
  width: 50px;
}

section {
  position: relative;
  width: 100%;
  /*overflow:hidden;*/
}
section.h100 {
  height: 100%;
  height: 100vh;
}
section.pt {
  padding-top: 12.5%;
}
section.subPage {
  padding-top: 160px;
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 90%;
  margin: auto;
  padding: 0;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.content.padded {
  padding: 11% 7% 0 0;
}
.content.pt15 {
  padding-top: 15%;
}
.content.w100 {
  width: 100%;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt0 {
  padding-top: 0 !important;
}

i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-style: normal;
  position: relative;
}
i.icon.formIco {
  background-image: url(../images/icons/form.svg);
}
i.icon.globeIco {
  background-image: url(../images/icons/globe.svg);
}
i.icon.pinIco {
  background-image: url(../images/icons/pin.svg);
}
i.icon.homeIco {
  background-image: url(../images/icons/home.svg);
}
i.icon.arrowIco {
  background-image: url(../images/icons/longArrow.svg);
  display: block;
  width: 16px;
  height: 11px;
}

/*
.arrowBtn{width: 50px;height: 6px;position: relative;@include rounded(30px);border:1px solid #fff;display: block;
    &:before{content:'';width: 40%;height: 100%; @include rounded(30px); background-color:#fff; right: 0;top: 0;position:absolute;@include easing(0.3s);}
}

.btn{position: relative;width: 240px;height: 60px;padding-left: 25px;font-size: 20px;font-weight: 500;color: #fff; background-color: $textColor;border:none;text-align: left;margin-top: 60px;cursor: pointer; @include easing(0.3s);

    &:before{content:'';position: absolute;top:50%; transform:translateY(-50%);left: 0;border-top-color: transparent;border-right-color: transparent;border-bottom-color: transparent; @include easing(0.3s)}

    &:hover{background-
        &:before{display: none;}
    }
}
*/
.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.row .col {
  flex: 0 0 auto;
  width: 33.3333%;
}
.row .col.col-1 {
  width: 16.6666666667%;
}
.row .col.col-2 {
  width: 33.3%;
}
.row .col.col-3 {
  width: 50%;
}
.row .col.col-4 {
  width: 66.6666666667%;
}
.row .col.col-5 {
  width: 83.3%;
}
.row .col.col-6 {
  width: 100%;
}
.row .col.col49 {
  width: 49%;
}
.row.j-space {
  justify-content: space-between;
}
.row.j-center {
  justify-content: center;
}
.row.center {
  align-items: center;
}

h2 {
  font-size: 57px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 80px;
  text-align: center;
}
h2 small {
  display: block;
  font-weight: 500;
  font-size: 23px;
  color: rgba(74, 79, 85, 0.6);
}

h1 {
  font-size: 68px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 0;
  position: relative;
}
h1 i {
  background: #D6001C url(../images/icons/star.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 5px 10px 5px 25px;
  margin-left: 30px;
  position: absolute;
  line-height: 30px;
  top: 25px;
}
h1 span {
  font-size: 50px;
  display: block;
  font-weight: 200;
}

a.scroll {
  display: block;
  width: 20px;
  height: 30px;
  position: fixed;
  z-index: 5;
  right: 7%;
  top: 90vh;
}
a.scroll span {
  display: block;
  width: 20px;
  height: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
a.scroll span:after {
  width: 2px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 45%;
  -webkit-animation: mainArrowAnim 1s infinite;
  /* Safari 4+ */
  -moz-animation: mainArrowAnim 1s infinite;
  /* Fx 5+ */
  -o-animation: mainArrowAnim 1s infinite;
  /* Opera 12+ */
  animation: mainArrowAnim 1s infinite;
}

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
.checkbox-box {
  display: block;
  color: #707070;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding-top: 10px;
}

.checkbox-box input {
  position: absolute;
  opacity: 0;
}

.checkbox-box label {
  margin-right: 0;
  position: relative;
  padding-left: 60px;
  min-width: auto;
  line-height: 1.5;
  display: block;
  padding-top: 5px;
  font-size: 10px;
}

.checkbox-box label:before {
  width: 30px;
  height: 30px;
  background-color: #D2D7D7;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-box input:checked + label:before {
  background-image: url(../images/icons/check.svg);
}

.breadCrumb {
  border-bottom: 1px solid rgba(74, 79, 85, 0.37);
  color: rgba(74, 79, 85, 0.6);
  margin-bottom: 65px;
  padding-bottom: 20px;
}
.breadCrumb a {
  font-size: 19px;
  font-weight: 400;
  color: rgba(74, 79, 85, 0.6);
}
.breadCrumb a:last-child {
  color: #4a4f55;
}

p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #4A4F55;
}

img.w100 {
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.subPage p {
  font-size: 19px;
}
.subPage p .s24 {
  display: block;
  margin-bottom: 10px;
}

.accordionContent {
  width: 100%;
  margin-top: 50px;
}
.accordionContent .item {
  width: 100%;
  transition: 0.3s;
  border-bottom: 1px solid #4A4F55;
  margin-bottom: 20px;
}
.accordionContent .item .title {
  display: block;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  color: #4A4F55;
  cursor: pointer;
  padding: 30px 0px;
}
.accordionContent .item .title:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background: url(../images/icons/rightArrowGrey.svg) no-repeat center;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #4A4F55;
}
.accordionContent .item .desc {
  display: none;
  padding: 0px 0px 50px 0px;
  color: #000;
}
.accordionContent .item .desc p {
  font-size: 23px;
  font-weight: 500;
  color: rgba(74, 79, 85, 0.6);
}
.accordionContent .item .desc p a {
  color: rgba(74, 79, 85, 0.6);
}
.accordionContent .item.active .title:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  background: url(../images/icons/downArrowWhite.svg) no-repeat center, linear-gradient(#4a4f55 0%, #868686 100%);
  border: 1px solid transparent;
}

.imgHover .item a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.imgHover .item a img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  height: 100%;
  object-fit: cover;
}
.imgHover .item a span {
  position: absolute;
  top: 20px;
  font-size: 40px;
  font-weight: 200;
  left: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-shadow: 1px 1px 15px #ffffff33;
}
.imgHover .item a span b {
  font-weight: 600;
  display: block;
}
.imgHover .item a span.grey {
  color: #4A4F55;
}
.imgHover .item a small {
  position: absolute;
  top: 120px;
  left: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.imgHover .item a small i {
  width: 35px;
  height: 1px;
  background-color: #fff;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.imgHover .item a small.grey {
  color: #4A4F55;
}
.imgHover .item a small.grey i {
  background-color: #4A4F55;
}
.imgHover .item a:hover small i {
  width: 80px;
}
.imgHover .item a:hover img {
  transform: scale(1.1);
}
.imgHover .item a .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgHover.homeCorporate .item a span {
  left: 100px;
  top: 110px;
}
.imgHover.homeCorporate .item a small {
  left: 100px;
  top: 250px;
}
.imgHover.homeCorporate .item a .video {
  height: 675px;
}
.imgHover.homeCorporate .item:nth-child(2) small {
  top: 50px;
}
.imgHover.homeCorporate .item:nth-child(2) small i {
  display: none;
}
.imgHover.homeCorporate .item:nth-child(3) span {
  top: 50%;
  left: auto;
  right: 180px;
}
.imgHover.homeCorporate .item:nth-child(3) small {
  top: 70%;
  left: auto;
  right: 320px;
}
.imgHover.homeCorporate .item:nth-child(3):hover span {
  left: auto;
}
.imgHover.homeCorporate .item:nth-child(3):hover small {
  left: auto;
}
.imgHover.homeCorporate .item:nth-child(3):hover small i {
  width: 35px;
}
.imgHover.home {
  height: 100%;
}
.imgHover.home .item:nth-child(1) span {
  top: 50px;
  left: 60px;
}
.imgHover.home .item:nth-child(1) small {
  top: 170px;
  left: 60px;
}
.imgHover.home .item a {
  height: 100%;
}
.imgHover.home .item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0) 27.59%, rgba(26, 26, 26, 0.15) 48.55%, rgba(26, 26, 26, 0.77) 80.79%, #1a1a1a 100%);
  opacity: 0.6;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  z-index: 1;
  transform: rotate(180deg);
}
.imgHover.home .item a span {
  font-size: 30px;
  z-index: 2;
  top: 30px;
  left: 30px;
}
.imgHover.home .item a span i {
  background: #D6001C url(../images/icons/star.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 5px 10px 5px 25px;
  margin-left: 10px;
}
.imgHover.home .item a small {
  display: flex;
  align-items: center;
  z-index: 2;
  top: 130px;
  left: 30px;
}
.imgHover.home .item a small b {
  font-size: 19px;
  font-weight: 400;
  bottom: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.imgHover.home .item a small i {
  font-style: normal;
  width: 35px;
  height: 1px;
  background-color: #4A4F55;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
}
.imgHover.home .item a:hover small b {
  opacity: 1;
}
.imgHover.home .item a:hover small i {
  left: 60px;
  width: 60px;
}

.gridWrapper {
  width: 90%;
  display: grid;
  gap: 15px;
  margin: 0 auto;
}
.gridWrapper .item {
  border-radius: 1em;
  color: white;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.gridWrapper.home {
  grid-template-areas: "one one one  ove two four " "one one one  ove three five ";
}
.gridWrapper.home .item:nth-child(1) {
  grid-area: one;
}
.gridWrapper.home .item:nth-child(2) {
  grid-area: two;
}
.gridWrapper.home .item:nth-child(3) {
  grid-area: three;
}
.gridWrapper.home .item:nth-child(4) {
  grid-area: four;
}
.gridWrapper.home .item:nth-child(5) {
  grid-area: five;
}
.gridWrapper.homeCorporate {
  grid-template-areas: "one one one one one one " "two two two three three three";
}
.gridWrapper.homeCorporate .item:nth-child(1) {
  grid-area: one;
}
.gridWrapper.homeCorporate .item:nth-child(2) {
  grid-area: two;
}
.gridWrapper.homeCorporate .item:nth-child(3) {
  grid-area: three;
}
.gridWrapper.digiBone {
  grid-template-areas: "one one one one one one " "two two two three three three" "four four four four four four ";
}
.gridWrapper.digiBone .item:nth-child(1) {
  grid-area: one;
}
.gridWrapper.digiBone .item:nth-child(2) {
  grid-area: two;
}
.gridWrapper.digiBone .item:nth-child(3) {
  grid-area: three;
}
.gridWrapper.digiBone .item:nth-child(4) {
  grid-area: four;
}
.gridWrapper.digiBone2 {
  grid-template-areas: "one one one one one one " "two two two two two two" "three three three four four four ";
}
.gridWrapper.digiBone2 .item:nth-child(1) {
  grid-area: one;
}
.gridWrapper.digiBone2 .item:nth-child(2) {
  grid-area: two;
}
.gridWrapper.digiBone2 .item:nth-child(3) {
  grid-area: three;
}
.gridWrapper.digiBone2 .item:nth-child(4) {
  grid-area: four;
}
.gridWrapper.digiBone3 {
  grid-template-areas: "one one one one one one " "two two two three three three";
}
.gridWrapper.digiBone3 .item:nth-child(1) {
  grid-area: one;
}
.gridWrapper.digiBone3 .item:nth-child(2) {
  grid-area: two;
}
.gridWrapper.digiBone3 .item:nth-child(3) {
  grid-area: three;
}
.gridWrapper.horeca1 {
  grid-template-areas: "one one one one one one" "two two two three three three";
}
.gridWrapper.horeca1 .item:nth-child(1) {
  grid-area: one;
}
.gridWrapper.horeca1 .item:nth-child(2) {
  grid-area: two;
}
.gridWrapper.horeca1 .item:nth-child(3) {
  grid-area: three;
}
.gridWrapper.horeca2 {
  grid-template-areas: "one one one one one one" "two two two two two two";
}
.gridWrapper.horeca2 .item:nth-child(1) {
  grid-area: one;
}
.gridWrapper.horeca2 .item:nth-child(2) {
  grid-area: two;
}
.gridWrapper.digiBone4 {
  grid-template-areas: "one one one one one one" "two two two two two two" "three three three three three three";
}
.gridWrapper.digiBone4 .item:nth-child(1) {
  grid-area: one;
}
.gridWrapper.digiBone4 .item:nth-child(2) {
  grid-area: two;
}
.gridWrapper.digiBone4 .item:nth-child(3) {
  grid-area: three;
}

.tabsBtn {
  margin-bottom: 40px;
}
.tabsBtn a {
  width: auto;
  display: inline-block;
  color: #4A4F55;
  position: relative;
}
.tabsBtn a i {
  background: #D6001C url(../images/icons/star.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 5px 10px 5px 25px;
  margin-left: 10px;
  position: absolute;
  top: 7px;
}
.tabs-content .tabs {
  display: none;
}

.itemList {
  width: calc(100% + 20px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.itemList .item {
  overflow: hidden;
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}
.itemList .item a {
  width: 100%;
  height: 100%;
  color: #4A4F55;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.itemList .item a .img {
  border-radius: 1rem;
  margin-bottom: 40px;
  overflow: hidden;
}
.itemList .item a .img img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: 100%;
}
.itemList .item a span {
  font-size: 25px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  margin-bottom: 10px;
}
.itemList .item a small {
  font-size: 22px;
  font-weight: 350;
  display: block;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.itemList .item a b {
  display: flex;
  align-items: center;
}
.itemList .item a b i {
  font-style: normal;
}
.itemList .item a b i:nth-child(1) {
  font-size: 19px;
  font-weight: 400;
  bottom: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.itemList .item a b i:nth-child(2) {
  width: 35px;
  height: 2px;
  background-color: #4A4F55;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
}
.itemList .item a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.itemList .item a:hover b i:nth-child(1) {
  opacity: 1;
}
.itemList .item a:hover b i:nth-child(2) {
  left: 80px;
}
.itemList .item a:hover img {
  transform: scale(1.1);
}
.itemList.socialResponsibilityList .item {
  width: calc(33.3% - 20px);
  margin-bottom: 40px;
}
.itemList.socialResponsibilityList .item a .img {
  margin-bottom: 35px;
}
.itemList.socialResponsibilityList .item a span {
  margin-bottom: 20px;
}
.itemList.socialResponsibilityList .item a small {
  font-size: 23px;
  font-weight: 500;
  color: rgba(74, 79, 85, 0.6);
  margin-bottom: 20px;
}
.itemList.socialResponsibilityList .item a:hover small {
  color: #4A4F55;
}
.itemList.movieList .item {
  width: calc(50% - 20px);
}

.contentSliderArea {
  padding-left: 5%;
}
.contentSliderArea .contentSlider {
  position: relative;
}
.contentSliderArea .contentSlider .owl-stage {
  padding-left: 0 !important;
}
.contentSliderArea .contentSlider .owl-nav {
  position: absolute;
  top: -90px;
  right: 5%;
}
.contentSliderArea .contentSlider .owl-nav button {
  width: 27px;
  height: 17px;
  position: relative;
  margin-right: 20px;
}
.contentSliderArea .contentSlider .owl-nav button:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #4A4F55;
  position: absolute;
  transform: rotate(35deg);
  top: 5px;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contentSliderArea .contentSlider .owl-nav button:after {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #4A4F55;
  position: absolute;
  transform: rotate(-35deg);
  bottom: 4px;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contentSliderArea .contentSlider .owl-nav button span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4A4F55;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contentSliderArea .contentSlider .owl-nav button.owl-prev:before {
  transform: rotate(-35deg);
  right: auto;
  left: 0px;
}
.contentSliderArea .contentSlider .owl-nav button.owl-prev:after {
  transform: rotate(35deg);
  right: auto;
  left: 0;
}
.contentSliderArea .contentSlider .owl-nav button:hover:before {
  right: -5px;
}
.contentSliderArea .contentSlider .owl-nav button:hover:after {
  right: -5px;
}
.contentSliderArea .contentSlider .owl-nav button:hover span {
  width: 120%;
}
.contentSliderArea .contentSlider.longHeight .item {
  overflow: hidden;
}
.contentSliderArea .contentSlider.longHeight .item a {
  height: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  color: #fff;
  overflow: hidden;
  border-radius: 1rem;
}
.contentSliderArea .contentSlider.longHeight .item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0) 27.59%, rgba(26, 26, 26, 0.15) 48.55%, rgba(26, 26, 26, 0.77) 80.79%, #1a1a1a 100%);
  opacity: 0.5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  z-index: 1;
}
.contentSliderArea .contentSlider.longHeight .item a span, .contentSliderArea .contentSlider.longHeight .item a small {
  position: absolute;
  opacity: 1;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.contentSliderArea .contentSlider.longHeight .item a span {
  bottom: 90px;
  font-size: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 200;
  text-shadow: 1px 1px 15px #0000002e;
}
.contentSliderArea .contentSlider.longHeight .item a span b {
  font-weight: 600;
  display: block;
}
.contentSliderArea .contentSlider.longHeight .item a small {
  width: 30px;
  height: 1px;
  background-color: #fff;
  bottom: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
}
.contentSliderArea .contentSlider.longHeight .item a small i {
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  opacity: 0;
}
.contentSliderArea .contentSlider.longHeight .item a:hover small {
  left: 45%;
}
.contentSliderArea .contentSlider.longHeight .item a:hover small i {
  opacity: 1;
  margin-left: 40px;
}
.contentSliderArea .contentSlider.longHeight .item a:hover img {
  transform: scale(1.1);
}
.contentSliderArea .contentSlider.longHeight .item a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.contentSliderArea .contentSlider.smallHeight .item {
  overflow: hidden;
}
.contentSliderArea .contentSlider.smallHeight .item a {
  height: 100%;
  position: relative;
  display: inline-block;
  color: #4A4F55;
}
.contentSliderArea .contentSlider.smallHeight .item a .img {
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 40px;
}
.contentSliderArea .contentSlider.smallHeight .item a span {
  font-size: 27px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  margin-bottom: 20px;
}
.contentSliderArea .contentSlider.smallHeight .item a p {
  padding-right: 40px;
  font-size: 23px;
  color: rgba(74, 79, 85, 0.6);
  line-height: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.contentSliderArea .contentSlider.smallHeight .item a small {
  display: flex;
  align-items: center;
}
.contentSliderArea .contentSlider.smallHeight .item a small i {
  font-style: normal;
}
.contentSliderArea .contentSlider.smallHeight .item a small i:nth-child(1) {
  font-size: 19px;
  font-weight: 400;
  bottom: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.contentSliderArea .contentSlider.smallHeight .item a small i:nth-child(2) {
  width: 35px;
  height: 1px;
  background-color: #4A4F55;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
}
.contentSliderArea .contentSlider.smallHeight .item a:hover small i:nth-child(1) {
  opacity: 1;
}
.contentSliderArea .contentSlider.smallHeight .item a:hover small i:nth-child(2) {
  left: 80px;
  width: 60px;
}
.contentSliderArea .contentSlider.smallHeight .item a:hover img {
  transform: scale(1.1);
}
.contentSliderArea .contentSlider.smallHeight .item a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.mainSlider {
  height: 100%;
  position: relative;
}
.mainSlider .item {
  position: relative;
}
.mainSlider .item video {
  width: 100%;
  height: 100%;
}
.mainSlider .item .caption {
  position: absolute;
  bottom: 300px;
  right: 50px;
  background-color: #fff;
  z-index: 9999;
}
.mainSlider .item .caption a {
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  background-color: #D6001C;
  display: inline;
}
.mainSlider .item .caption a:before {
  display: none;
}
.mainSlider .item .title {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 60px;
}
.mainSlider .item .title span {
  font-size: 30px;
}
.mainSlider .item .title span b {
  display: block;
}
.mainSlider .item .title span i {
  background: #D6001C url(../images/icons/star.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 5px 10px 5px 25px;
  margin-left: 10px;
}
.mainSlider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.mainSlider .owl-dots .owl-dot {
  width: 1px;
  height: 22px;
  background: #fff !important;
  margin: 0px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainSlider .owl-dots .owl-dot.active {
  height: 40px;
}

.formContent .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  display: block;
}
.formContent .formRow {
  display: flex;
  margin-bottom: 60px;
}
.formContent .formRow .formCol {
  width: 100%;
  margin-right: 180px;
}
.formContent .formRow .formCol.col36 {
  width: 36.1%;
}
.formContent .formRow .formCol.col41 {
  width: 41%;
}
.formContent .formRow .formCol.col51 {
  width: 51%;
}
.formContent .formRow.formImg {
  justify-content: space-between;
  align-items: center;
}
.formContent .formRow.formImg .formCol {
  margin-right: 0;
}
.formContent input, .formContent select, .formContent textarea {
  font-weight: 300;
  font-size: 25px;
  background: none;
  border: none;
  border-bottom: 1px solid #4A4F55;
  padding-bottom: 5px;
  height: 50px;
  resize: none;
  width: 100%;
}
.formContent button {
  float: right;
  height: 60px;
  line-height: 60px;
  background: #4A4F55 url(../images/icons/send.svg) no-repeat center right 45px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-right: 90px;
  padding-left: 45px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formContent button:hover {
  background-color: #D6001C;
}
.formContent .uploadFile {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.formContent .uploadFile label {
  width: 100%;
  height: 100%;
  background: rgba(24, 26, 27, 0.1);
  display: block;
  padding: 0 25px;
  color: #151D20;
  line-height: 50px;
}
.formContent .uploadFile label em {
  float: right;
  background: url(../images/icons/upload.svg) no-repeat left center;
  padding-left: 25px;
}
.formContent .uploadFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.formContent .captcha {
  position: relative;
}
.formContent .captcha img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 150px;
}
.formContent .captcha input {
  padding-left: 170px;
}
.formContent .chkBox:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.formContent .chkBox input[type=checkbox] {
  display: none;
  appearance: none;
}
.formContent .chkBox input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #151D20;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  cursor: default;
}
.formContent .chkBox input[type=checkbox] + label a {
  color: #151D20;
  font-weight: bold;
}
.formContent .chkBox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #D5D8DC;
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.formContent .chkBox input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #151D20;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.formContent .chkBox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.head {
  margin-bottom: 100px;
}
.head img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.fixedArea {
  width: 90%;
  height: 60vh;
  display: block;
  margin: 0 auto 100px auto;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  position: relative;
}
.fixedArea.humanResourcesBanner {
  background: url(../images/img/humanResourcesBanner.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.fixedArea.attachment {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.fixedArea .title {
  position: absolute;
  transition-delay: 0.7s;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 400;
  font-size: 50px;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 70%;
  text-shadow: 1px 0px 6px #00000078;
}

.productListHeader {
  padding-top: 5px;
  margin-bottom: 10px;
}
.productListHeader .content {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.productListHeader .content img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
}
.productListHeader .content span.title {
  position: absolute;
  bottom: 80px;
  left: 80px;
  font-size: 40px;
  text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.4705882353);
  font-weight: 600;
  color: #fff;
}

/* .productList{ 
     .fixedArea{height: 60vh;
         .title{bottom: auto;@include centerIt(); top:60%;} 
     }
 }*/
.pageContent {
  display: flex;
  margin-bottom: 100px;
  position: relative;
}
.pageContent .sidebar {
  width: 23%;
  padding-right: 70px;
  position: sticky;
  top: 160px;
  height: 500px;
}
.pageContent .sidebar .title {
  font-size: 40px;
  display: block;
  padding-bottom: 20px;
  font-weight: 500;
  border-bottom: 2px solid rgba(74, 79, 85, 0.37);
  margin-bottom: 40px;
}
.pageContent .sidebar ul li a {
  font-size: 19px;
  font-weight: 400;
  color: rgba(74, 79, 85, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
  display: block;
}
.pageContent .sidebar ul li a:hover {
  color: #4A4F55;
  padding-left: 15px;
}
.pageContent .sidebar ul li a.active {
  font-weight: 600;
  color: #4A4F55;
}
.pageContent .sidebar ul li.active a {
  font-weight: 600;
  color: #4A4F55;
}
.pageContent .sidebar .sidebarMenuLink {
  display: none;
}
.pageContent .pageContentInner {
  width: 77%;
}
.pageContent .pageContentInner.w100 {
  width: 100%;
}
.pageContent .pageContentInner.w100 .pageFlex .left {
  width: 68%;
}
.pageContent .pageContentInner.w100 .pageFlex .right {
  width: 30%;
}
.pageContent .pageContentInner .pageHead {
  margin-bottom: 25px;
}
.pageContent .pageContentInner .pageFlex {
  display: flex;
  justify-content: space-between;
}
.pageContent .pageContentInner .pageFlex .left {
  width: 61%;
  padding-right: 50px;
}
.pageContent .pageContentInner .pageFlex .right {
  width: 38%;
}
.pageContent .pageContentInner h2 {
  text-align: left;
  margin-bottom: 55px;
  margin-top: 50px;
}
.pageContent .pageContentInner .list li {
  position: relative;
  padding-left: 20px;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.pageContent .pageContentInner .list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #4A4F55;
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

/*General Elements */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99991;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  padding: 50px 5% 50px 5%;
  background-color: #fff;
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  align-items: center;
  z-index: 2;
}
header a.logo {
  display: block;
  background: url(../images/logo.svg) no-repeat center;
  background-size: 100% auto;
  width: 320px;
  height: 35px;
}
header a.logo.opened {
  display: none;
}
header .left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header .left a.menuLink {
  color: #4A4F55;
  display: block;
  margin-right: 50px;
}
header .left a.menuLink span {
  display: block;
  width: 28px;
  height: 100%;
  position: relative;
  top: 20px;
}
header .left a.menuLink span i {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #4A4F55;
}
header .left a.menuLink span i:nth-child(1) {
  width: 20px;
}
header .left a.menuLink span i:nth-child(2) {
  width: 35px;
  top: 8px;
}
header .left a.menuLink:hover span i:nth-child(1) {
  width: 18px;
}
header .left a.menuLink:hover span i:nth-child(2) {
  width: 28px;
}
header .left a.menuLink.opened span i {
  width: 10px !important;
  background-color: #4A4F55;
}
header .left a.menuLink.opened span i:nth-child(1) {
  width: 29px !important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  left: 0;
  top: 10px;
}
header .left a.menuLink.opened span i:nth-child(2) {
  width: 29px !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  left: 0;
  top: 10px;
}
header .left .menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header .left .menu li {
  margin-right: 15px;
}
header .left .menu li a {
  font-size: 17px;
  font-weight: 600;
  color: #4A4F55;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 0px 20px 0px;
  display: block;
}
header .left .menu li a:hover {
  color: #D6001C;
}
header .left .menu.opened {
  display: none;
}
header .left .menu .subMenu {
  position: absolute;
  top: 150%;
  left: 6%;
  background: #fff;
  height: 50vh;
  width: 50%;
  box-shadow: 0px 35px 60px #00000014;
  -webkit-box-shadow: 0px 35px 60px #00000014;
  -moz-box-shadow: 0px 35px 60px #00000014;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
header .left .menu .subMenu .title {
  margin: 80px 0 40px 65px;
  font-size: 18px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}
header .left .menu .subMenu .title:before {
  content: "";
  width: 5%;
  height: 1px;
  background-color: #4A4F55;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .left .menu .subMenu ul {
  width: 50%;
  padding: 0px 50px 80px 65px;
  flex-wrap: wrap;
}
header .left .menu .subMenu ul li {
  display: block;
  width: 100%;
}
header .left .menu .subMenu ul li a {
  display: block;
  color: #4A4F55;
  padding: 5px 0;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
}
header .left .menu .subMenu ul li a i {
  background: #D6001C url(../images/icons/star.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 5px 10px 5px 25px;
  margin-left: 10px;
}
header .left .menu .subMenu ul li a:hover {
  padding-left: 15px;
  color: #D6001C;
}
header .left .menu .subMenu:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/subMenuCorporate.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .left .menu .subMenu.collection:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/subMenuCollection.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .left .menu .subMenu.contact:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/subMenuContact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .left .menu .subMenu .catalogsBtn {
  display: inline-block;
  width: 50%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(74, 79, 85, 0.2);
  padding: 30px 65px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  color: #4A4F55;
}
header .left .menu .subMenu .catalogsBtn i {
  width: 30px;
  height: 1px;
  background-color: #4A4F55;
  display: inline-block;
  margin-left: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .left .menu .subMenu .catalogsBtn:hover {
  background-color: #D6001C;
  color: #fff;
}
header .left .menu .subMenu .catalogsBtn:hover i {
  width: 50px;
  background-color: #fff;
}
header .left .menu .hasSub:hover > a {
  color: #D6001C;
}
header .left .menu .hasSub:hover .subMenu {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}
header .right {
  position: relative;
}
header .right > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .right > ul > li > a {
  font-weight: 600;
  display: block;
  font-size: 17px;
  color: #4A4F55;
  margin-left: 20px;
  line-height: 45px;
}
header .right > ul > li > a.businessPartners {
  background: url(../images/icons/partners.svg) no-repeat left center;
  padding-left: 40px;
}
header .right > ul > li > a.onlineStore {
  background: url(../images/icons/shoppingRed.svg) no-repeat left 20px center;
  padding-left: 60px;
  padding-right: 20px;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  border: 1px solid #D6001C;
  color: #D6001C;
  overflow: hidden;
}
header .right > ul > li > a.onlineStore:before {
  content: "";
  position: absolute;
  background-color: #D6001C;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
header .right > ul > li > a.onlineStore:hover {
  background: url(../images/icons/shopping.svg) no-repeat left 20px center;
  color: #fff;
}
header .right > ul > li > a.onlineStore:hover:before {
  height: 100%;
}
header .right > ul > li > a.virtualTour {
  background: url(../images/icons/360.svg) no-repeat left 0px center;
  padding-left: 50px;
}
header .right > ul > li > a.virtualTour:hover {
  color: #D6001C;
}
header .right > ul > li .lang {
  background: url(../images/icons/lang.svg) no-repeat center left;
  display: block;
  padding: 10px 0px 10px 40px;
  margin-left: 15px;
}
header .right > ul > li .lang a {
  font-weight: 600;
  display: block;
  font-size: 17px;
  color: #4A4F55;
}
header .right > ul > li .lang a:hover {
  color: #D6001C;
}
header .right > ul > li .lang a.active {
  display: none;
}
header .right > ul .subMenu {
  position: absolute;
  top: 150%;
  left: -20%;
  background: #fff;
  height: 50vh;
  width: 120%;
  box-shadow: 0px 35px 60px #00000014;
  -webkit-box-shadow: 0px 35px 60px #00000014;
  -moz-box-shadow: 0px 35px 60px #00000014;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
header .right > ul .subMenu .title {
  margin: 40px 0 40px 35px;
  font-size: 18px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}
header .right > ul .subMenu .title:before {
  content: "";
  width: 5%;
  height: 1px;
  background-color: #4A4F55;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .right > ul .subMenu ul {
  width: 50%;
  padding: 0px 50px 80px 35px;
  flex-wrap: wrap;
}
header .right > ul .subMenu ul li {
  display: block;
  width: 100%;
}
header .right > ul .subMenu ul li a {
  display: block;
  color: #4A4F55;
  padding: 5px 0;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
}
header .right > ul .subMenu ul li a:hover {
  padding-left: 15px;
  color: #D6001C;
}
header .right > ul .subMenu:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/businessPartnersMenu.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .right > ul .subMenu .promotionFilm {
  display: inline-block;
  width: 50%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(74, 79, 85, 0.2);
  padding: 30px 45px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  color: #4A4F55;
}
header .right > ul .subMenu .promotionFilm i {
  width: 30px;
  height: 1px;
  background-color: #4A4F55;
  display: inline-block;
  margin-left: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .right > ul .subMenu .promotionFilm:hover {
  background-color: #D6001C;
  color: #fff;
}
header .right > ul .subMenu .promotionFilm:hover i {
  width: 50px;
  background-color: #fff;
}
header .right > ul .hasSub:hover > a {
  color: #D6001C;
}
header .right > ul .hasSub:hover .subMenu {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}
header .right.opened {
  display: none;
}
header.sticky {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 1;
  padding: 0 0 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  display: flex;
}
header .nav .navLeft {
  width: 60%;
  padding-left: 200px;
  padding-top: 90px;
  position: relative;
}
header .nav .navLeft .homeBack {
  font-size: 50px;
  font-weight: 400;
  display: inline-block;
  color: #4A4F55;
  margin-bottom: 40px;
  margin-left: 35px;
}
header .nav .navLeft .navInner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header .nav .navLeft .navInner .leftInner {
  width: 50%;
  border-right: 1px solid rgba(74, 79, 85, 0.18);
}
header .nav .navLeft .navInner .leftInner .accordionContent {
  margin-top: 0;
}
header .nav .navLeft .navInner .leftInner .accordionContent .item {
  border-bottom: 0;
}
header .nav .navLeft .navInner .leftInner .accordionContent .item .desc {
  padding-left: 40px;
  padding-top: 20px;
}
header .nav .navLeft .navInner .leftInner .accordionContent .item .desc ul li {
  margin-bottom: 10px;
}
header .nav .navLeft .navInner .leftInner .accordionContent .item .desc ul li a {
  font-size: 19px;
  color: #4A4F55;
  font-weight: 300px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav .navLeft .navInner .leftInner .accordionContent .item .desc ul li a:hover {
  margin-left: 20px;
  color: #D6001C;
}
header .nav .navLeft .navInner .leftInner .accordionContent .item.active .title {
  color: #4a4f55;
}
header .nav .navLeft .navInner .rightInner {
  width: 50%;
}
header .nav .navLeft .navInner .rightInner ul li {
  padding-left: 100px;
}
header .nav .navLeft .navInner .rightInner ul li a {
  padding-left: 0;
}
header .nav .navLeft .navInner ul li {
  margin-bottom: 35px;
}
header .nav .navLeft .navInner ul li a {
  font-size: 40px;
  font-weight: 300;
  padding: 0 0 0 40px;
  color: rgba(74, 79, 85, 0.6);
  display: block;
}
header .nav .navLeft .navInner ul li.inner .innerBaslik {
  position: relative;
}
header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 55%;
  transform: translateY(-50%);
  left: 0px;
  background: url(../images/icons/plus.svg) no-repeat;
  transition: 0.3s;
}
header .nav .navLeft .navInner ul li.inner .innerBaslik.active {
  color: #4a4f55;
  position: relative;
}
header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  background: url(../images/icons/minus.svg) no-repeat;
}
header .nav .navLeft .navInner ul li.inner .innerUl {
  display: none;
  padding: 10px 0 0;
}
header .nav .navLeft .navInner ul li.inner .innerUl li {
  margin-bottom: 5px;
  padding-top: 5px;
}
header .nav .navLeft .navInner ul li.inner .innerUl li a {
  color: #4A4F55;
  font-size: 19px;
  font-weight: 300;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav .navLeft .navInner ul li.inner .innerUl li a i {
  background: #D6001C url(../images/icons/star.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 10px 3px 25px;
  margin-left: 10px;
}
header .nav .navLeft .navInner ul li.inner .innerUl li a:hover {
  font-weight: 500;
  padding-left: 55px;
}
header .nav .navLeft .navInner .notMenu {
  font-size: 40px;
  font-weight: 300;
  padding-left: 40px;
  color: rgba(74, 79, 85, 0.6);
  display: block;
  margin-bottom: 20px;
}
header .nav .navLeft .social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  bottom: 90px;
  right: 120px;
}
header .nav .navLeft .social a {
  color: #4A4F55;
  margin: 0 20px;
}
header .nav .navLeft .social a i {
  font-size: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav .navLeft .social a:hover i {
  color: #D6001C;
}
header .nav .navRight {
  width: 40%;
}
header .nav .navRight img {
  height: 100%;
  object-fit: cover;
}
header .nav.opened {
  top: 0;
  opacity: 1;
}
header.sticky {
  background-color: #fff;
  box-shadow: 1px 1px 15px #00000033;
}

.mobileMenuLink {
  height: 100%;
  width: 60px;
  float: left;
  display: block;
  margin-top: 5px;
}

.mobileMenuLinkContent {
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto;
}

.line1 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.line2 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.line3 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mobileMenuLink.closer .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 10px;
}

.mobileMenuLink.closer .line2 {
  display: none;
}

.mobileMenuLink.closer .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 10px;
}

main {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 4;
  margin-top: 0;
}

footer {
  position: relative;
  z-index: 6;
  padding-bottom: 90px;
  border-top: 1px solid rgba(74, 79, 85, 0.18);
  padding-top: 60px;
}
footer .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
footer .left {
  width: 25%;
}
footer .left a {
  display: block;
  width: 266px;
  height: 27px;
  display: block;
  margin-bottom: 35px;
}
footer .left a img {
  display: block;
  width: 100%;
}
footer .left span {
  font-size: 15px;
  display: block;
  font-weight: 500;
}
footer .right {
  width: 75%;
}
footer .right .top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .right .top ul {
  width: 16%;
}
footer .right .top ul li {
  font-size: 15px;
}
footer .right .top ul li b {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
footer .right .top ul li a {
  font-weight: 500;
  color: #4A4F55;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .right .top ul li a i {
  background: #D6001C url(../images/icons/star.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 10px 3px 25px;
  margin-left: 5px;
}
footer .right .top ul li a:hover {
  color: #D6001C;
  padding-left: 5px;
}
footer .right .bottom {
  padding-right: 80px;
  margin-top: 60px;
}
footer .right .bottom .social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .right .bottom .social a {
  color: #4A4F55;
  margin: 0 20px;
}
footer .right .bottom .social a i {
  font-size: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .right .bottom .social a:hover i {
  color: #D6001C;
}

.horecaCollection .tabsArea .tabsBtn {
  font-weight: 200;
  font-size: 27px;
  text-align: center;
  margin-bottom: 60px;
}
.horecaCollection .tabsArea .tabsBtn a {
  margin: 0px 15px;
  position: relative;
  padding-bottom: 10px;
}
.horecaCollection .tabsArea .tabsBtn a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: #4A4F55;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.horecaCollection .tabsArea .tabsBtn a.active-tab {
  font-weight: 600;
}
.horecaCollection .tabsArea .tabsBtn a.active-tab:before {
  opacity: 1;
  width: 50%;
}

.collection .gridWrapper .item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0) 27.59%, rgba(26, 26, 26, 0.15) 48.55%, rgba(26, 26, 26, 0.77) 80.79%, #1a1a1a 100%);
  opacity: 0.6;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  z-index: 1;
}
.collection .gridWrapper .item a span {
  top: 80px;
  left: 80px;
  font-weight: 600;
  z-index: 2;
  text-shadow: 1px 0px 6px #00000078;
}
.collection .gridWrapper .item a span i {
  font-weight: 200;
  display: block;
  font-style: normal;
}
.collection .gridWrapper .item a span.bottom {
  top: auto;
  bottom: 150px;
}
.collection .gridWrapper .item a small {
  top: 210px;
  left: 80px;
}
.collection .gridWrapper .item a small.bottom {
  top: auto;
  bottom: 100px;
}

.about .imgHover .item {
  overflow: hidden;
  border-radius: 1em;
  margin-bottom: 25px;
}
.about .imgHover .item a {
  cursor: default;
}
.about .imgHover .item a span {
  top: 80px;
  left: 70px;
  display: block;
  opacity: 0;
}
.about .imgHover .item a span b {
  font-weight: 600;
  display: block;
}
.about .imgHover .item a span i {
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  margin-top: 45px;
}
.about .imgHover .item a span.bottom {
  top: auto;
  bottom: 80px;
}
.about .imgHover .item a span.center {
  top: auto;
  bottom: 300px;
}
.about .imgHover .item a:hover span {
  opacity: 1;
}
.about .imgHover .item.video {
  height: 920px;
}
.about .imgHover .item.video a {
  display: block;
}
.about .textContent {
  margin-top: 50px;
  padding-left: 37px;
}
.about .textContent h2 {
  text-align: left;
  margin-bottom: 58px;
}
.about .textContent.mb160 {
  margin-bottom: 160px;
}

.contact .contactRow {
  display: flex;
  justify-content: space-between;
}
.contact .contactRow img {
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.contact .contactRow .left {
  width: 40%;
}
.contact .contactRow .right {
  width: 58%;
}
.contact .contactRow .contactText {
  margin-top: 45px;
}
.contact .contactRow .contactText .title {
  display: block;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact .contactRow .contactText .title small {
  display: block;
  font-weight: 300;
}
.contact .contactRow .contactText p {
  font-weight: 500;
  font-size: 23px;
  color: rgba(74, 79, 85, 0.6);
  margin-bottom: 30px;
}
.contact .contactRow .contactText p.pFlex {
  display: flex;
}
.contact .contactRow .contactText p.pFlex span {
  margin-right: 50px;
}
.contact .contactRow .contactText p a {
  color: rgba(74, 79, 85, 0.6);
}
.contact .map iframe {
  width: 100%;
}

.productList .productListArea .breadCrumb {
  display: flex;
  justify-content: space-between;
}
.productList .productListArea .tabsArea .tabsBtn {
  display: flex;
  align-items: center;
}
.productList .productListArea .tabsArea .tabsBtn div:nth-child(1) {
  margin-right: 80px;
}
.productList .productListArea .tabsArea .tabsBtn div span {
  font-size: 40px;
  font-weight: 600;
}
.productList .productListArea .tabsArea .tabsBtn div span small {
  font-weight: 200;
}
.productList .productListArea .tabsArea .tabsBtn a {
  font-weight: 400;
  font-size: 19px;
  color: rgba(74, 79, 85, 0.6);
  padding: 10px 25px;
}
.productList .productListArea .tabsArea .tabsBtn a.active-tab {
  border: 1px solid #4A4F55;
  font-weight: 600;
  color: #4A4F55;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.masonryList {
  position: relative;
  overflow: hidden;
}
.masonryList .gutter-sizer {
  width: 30px;
}
.masonryList .item {
  width: calc(33.33% - 20px);
  float: left;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin-top: 20px;
}
.masonryList .item a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.masonryList .item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0) 27.59%, rgba(26, 26, 26, 0.15) 48.55%, rgba(26, 26, 26, 0.77) 80.79%, #1a1a1a 100%);
  opacity: 0.6;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  z-index: 1;
}
.masonryList .item a img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.masonryList .item a span {
  position: absolute;
  bottom: 30px;
  left: 60px;
  color: #fff;
  display: block;
  font-size: 27px;
  font-weight: 600;
  z-index: 2;
  width: 65%;
}
.masonryList .item a span small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 23px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}
.masonryList .item a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.catalogs .tabsArea .tabsBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.catalogs .tabsArea .tabsBtn a {
  font-weight: 600;
  font-size: 19px;
  color: rgba(74, 79, 85, 0.5);
  margin: 1%;
}
.catalogs .tabsArea .tabsBtn a.active-tab {
  border-bottom: 1px solid #4A4F55;
  font-weight: 600;
  color: #4A4F55;
}
.catalogs .catalogList {
  width: calc(100% + 20px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.catalogs .catalogList .item {
  overflow: hidden;
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.catalogs .catalogList .item:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0) 27.59%, rgba(26, 26, 26, 0.15) 48.55%, rgba(26, 26, 26, 0.77) 80.79%, #1a1a1a 100%);
  opacity: 0.6;
}
.catalogs .catalogList .item img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalogs .catalogList .item span {
  position: absolute;
  top: 70px;
  left: 90px;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalogs .catalogList .item span b {
  background: #D6001C url(../images/icons/star.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 5px 10px 5px 25px;
  margin-left: 10px;
  position: absolute;
  top: 20px;
}
.catalogs .catalogList .item span small {
  font-weight: 200;
  display: block;
}
.catalogs .catalogList .item span i {
  display: block;
  width: 35px;
  height: 1px;
  background-color: #fff;
  margin-top: 45px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalogs .catalogList .item p {
  position: absolute;
  width: 50%;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalogs .catalogList .item p a {
  display: block;
  font-size: 29px;
  font-weight: 300;
  color: #fff;
  padding-right: 60px;
}
.catalogs .catalogList .item p a.prev {
  background: url(../images/icons/preview.svg) no-repeat center right;
  margin-right: 120px;
}
.catalogs .catalogList .item p a.download {
  background: url(../images/icons/download.svg) no-repeat center right;
}
.catalogs .catalogList .item:hover img {
  transform: scale(1.1);
}
.catalogs .catalogList .item:hover span {
  opacity: 0;
}
.catalogs .catalogList .item:hover p {
  opacity: 1;
}

.blogDetail h1 {
  margin-bottom: 20px;
}
.blogDetail .breadCrumb {
  display: flex;
  justify-content: space-between;
}
.blogDetail .breadCrumb span {
  display: block;
  color: rgba(74, 79, 85, 0.6);
  font-size: 19px;
}
.blogDetail .breadCrumb span b {
  font-weight: 400;
  color: #4A4F55;
}
.blogDetail .center {
  margin: 0 auto 50px auto;
  text-align: center;
  width: 250px;
}
.blogDetail .center .comeBack {
  display: block;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4A4F55;
}
.blogDetail .center .comeBack i {
  position: relative;
  width: 35px;
  height: 2px;
  background-color: #4A4F55;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blogDetail .center .comeBack i:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #4A4F55;
  transform: rotate(-40deg);
  left: 0;
  bottom: 5px;
}
.blogDetail .center .comeBack i:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #4A4F55;
  transform: rotate(40deg);
  left: 0;
  top: 5px;
}
.blogDetail .center .comeBack:hover i {
  width: 55px;
}

.newsSliderArea {
  width: 1300px;
  max-width: 100%;
  margin: 40px auto;
}
.newsSliderArea .title {
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}
.newsSliderArea .newsSlider {
  background-color: #000;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  overflow: hidden;
}
.newsSliderArea .newsSlider .item a {
  display: block;
  position: relative;
}
.newsSliderArea .newsSlider .item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0) 27.59%, rgba(26, 26, 26, 0.15) 48.55%, rgba(26, 26, 26, 0.77) 80.79%, #1a1a1a 100%);
  opacity: 1;
  z-index: 0;
}
.newsSliderArea .newsSlider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.newsSliderArea .newsSlider .owl-dots .owl-dot {
  width: 2px;
  height: 22px;
  background: #fff !important;
  margin: 0px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newsSliderArea .newsSlider .owl-dots .owl-dot.active {
  height: 40px;
}

.ourStores {
  padding-top: 250px !important;
}

.regionalOffices .pageContentInner .pageFlex .left .accordionContent .item .desc img {
  display: none;
}
.regionalOffices .pageContentInner .pageFlex .right {
  position: relative;
}
.regionalOffices .pageContentInner .pageFlex .right img {
  position: absolute;
}

.groupCompany {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 120px;
}
.groupCompany .left {
  width: 35%;
  padding-left: 10%;
}
.groupCompany .left ul li {
  margin-bottom: 40px;
}
.groupCompany .left ul li a {
  font-weight: 300;
  font-size: 40px;
  color: rgba(74, 79, 85, 0.6);
  position: relative;
  padding-bottom: 10px;
}
.groupCompany .left ul li a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background-color: #4A4F55;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.groupCompany .left ul li a.active {
  font-weight: 400;
  color: #4A4F55;
}
.groupCompany .left ul li a.active:after {
  width: 115px;
}
.groupCompany .left ul li a:hover:after {
  width: 115px;
}
.groupCompany .right {
  width: 65%;
}
.groupCompany .right .groupCompanySlider {
  position: relative;
  overflow: hidden;
  margin-left: 10%;
}
.groupCompany .right .groupCompanySlider .owl-stage {
  padding-left: 0 !important;
  overflow: hidden;
}
.groupCompany .right .groupCompanySlider .item a {
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 1rem;
}
.groupCompany .right .groupCompanySlider .item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0) 27.59%, rgba(26, 26, 26, 0.15) 48.55%, rgba(26, 26, 26, 0.77) 80.79%, #1a1a1a 100%);
  opacity: 0.6;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  z-index: 1;
}
.groupCompany .right .groupCompanySlider .item a span {
  font-size: 32px;
  font-weight: 200;
  position: absolute;
  bottom: 120px;
  color: #fff;
  left: 60px;
  z-index: 2;
}
.groupCompany .right .groupCompanySlider .item a span b {
  font-weight: 600;
  display: block;
}
.groupCompany .right .groupCompanySlider .item a small {
  width: 23px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 80px;
  left: 60px;
  z-index: 2;
}
.groupCompany .right .groupCompanySlider .item a:hover img {
  transform: scale(1.1);
}
.groupCompany .right .groupCompanySlider .item a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.productDetail .productDetailWrapper {
  display: flex;
  flex-wrap: wrap;
}
.productDetail .productDetailWrapper .left {
  width: 50%;
  padding-right: 20px;
}
.productDetail .productDetailWrapper .left .productFlex {
  display: flex;
}
.productDetail .productDetailWrapper .left .productFlex .thumb {
  flex-direction: column;
  display: flex;
  margin-right: 25px;
}
.productDetail .productDetailWrapper .right {
  width: 50%;
  padding-left: 20px;
}
.productDetail .productDetailWrapper .right .breadCrumb {
  display: flex;
  justify-content: space-between;
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.productDetail .productDetailWrapper .right .breadCrumb a:last-child {
  font-weight: bold;
}
.productDetail .productDetailWrapper .right .breadCrumb .comeBackArea .comeBack {
  display: block;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4A4F55;
}
.productDetail .productDetailWrapper .right .breadCrumb .comeBackArea .comeBack i {
  position: relative;
  width: 35px;
  height: 2px;
  background-color: #4A4F55;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.productDetail .productDetailWrapper .right .breadCrumb .comeBackArea .comeBack i:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #4A4F55;
  transform: rotate(-40deg);
  left: 0;
  bottom: 5px;
}
.productDetail .productDetailWrapper .right .breadCrumb .comeBackArea .comeBack i:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #4A4F55;
  transform: rotate(40deg);
  left: 0;
  top: 5px;
}
.productDetail .productDetailWrapper .right .breadCrumb .comeBackArea .comeBack:hover i {
  width: 55px;
}
.productDetail .productDetailWrapper .right .titleArea {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(74, 79, 85, 0.18);
  margin-bottom: 50px;
}
.productDetail .productDetailWrapper .right .titleArea .title {
  font-weight: 600;
  font-size: 40px;
  display: block;
  margin-bottom: 30px;
  padding-left: 80px;
  position: relative;
}
.productDetail .productDetailWrapper .right .titleArea .title i {
  background: #D6001C url(../images/icons/star.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 5px 10px 5px 25px;
  position: absolute;
  left: 0;
  top: 11px;
}
.productDetail .productDetailWrapper .right .titleArea .title small {
  font-size: 30px;
  font-weight: 200;
}
.productDetail .productDetailWrapper .right .titleArea p {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 20px;
}
.productDetail .productDetailWrapper .right .titleArea p span {
  display: inline-block;
  width: 20%;
  font-weight: 500;
}
.productDetail .productDetailWrapper .right .titleArea p i {
  font-style: normal;
  display: inline-block;
  margin-right: 60px;
  font-weight: 500;
}
.productDetail .productDetailWrapper .right .productDesc > p {
  font-weight: 500;
  font-size: 19px;
  color: rgba(74, 79, 85, 0.6);
}
.productDetail .productDetailWrapper .right .productDesc .productTable {
  margin-top: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.productDetail .productDetailWrapper .right .productDesc .productTable p {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 20px;
  width: 50%;
}
.productDetail .productDetailWrapper .right .productDesc .productTable p span {
  display: inline-block;
  width: 60%;
  font-weight: 500;
  background-size: 100% auto;
  padding-left: 40px;
}
.productDetail .productDetailWrapper .right .productDesc .productTable p span.product {
  background: url(../images/icons/product.svg) no-repeat center left;
}
.productDetail .productDetailWrapper .right .productDesc .productTable p span.color {
  background: url(../images/icons/color.svg) no-repeat center left;
}
.productDetail .productDetailWrapper .right .productDesc .productTable p span.piece {
  background: url(../images/icons/piece.svg) no-repeat center left;
}
.productDetail .productDetailWrapper .right .productDesc .productTable p span.package {
  background: url(../images/icons/package.svg) no-repeat center left;
}
.productDetail .productDetailWrapper .right .productDesc .productTable p span.pin {
  background: url(../images/icons/pin.svg) no-repeat center left 5px;
}
.productDetail .productDetailWrapper .right .productDesc .productTable p i {
  font-style: normal;
  display: inline-block;
  margin-right: 60px;
  font-weight: 500;
}
.productDetail .productDetailWrapper .right .productDesc .productTable p select {
  background: none;
  border: none;
  border-bottom: 1px solid #4A4F55;
  font-size: 25px;
  font-weight: 300;
}
.productDetail .productDetailWrapper .right .productDesc .linkArea {
  display: flex;
  margin-top: 50px;
  position: relative;
}
.productDetail .productDetailWrapper .right .productDesc .linkArea a {
  width: 40%;
  margin-right: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #4A4F55;
  display: block;
  text-align: center;
  border: 1px solid rgba(74, 79, 85, 0.38);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 20px 0px;
}
.productDetail .productDetailWrapper .right .productDesc .linkArea a:nth-child(1) {
  background: #4A4F55 url(../images/icons/basket.svg) no-repeat left 55px center;
  color: #fff;
}
.productDetail .productDetailWrapper .right .productDesc .linkArea a.opened {
  position: fixed;
  z-index: 3;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 0;
  background: url(../images/icons/close.svg) no-repeat center;
  background-size: 50% auto;
}
.productDetail .productDetailWrapper .right .productDesc ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.productDetail .productDetailWrapper .right .productDesc ul li {
  width: 50%;
  font-size: 15px;
  padding: 5px;
}
.productDetail .productDetailWrapper .right .productDesc ul li:nth-child(2), .productDetail .productDetailWrapper .right .productDesc ul li:nth-child(3), .productDetail .productDetailWrapper .right .productDesc ul li:nth-child(6), .productDetail .productDetailWrapper .right .productDesc ul li:nth-child(7), .productDetail .productDetailWrapper .right .productDesc ul li:nth-child(10), .productDetail .productDetailWrapper .right .productDesc ul li:nth-child(11), .productDetail .productDetailWrapper .right .productDesc ul li:nth-child(14), .productDetail .productDetailWrapper .right .productDesc ul li:nth-child(15), .productDetail .productDetailWrapper .right .productDesc ul li:nth-child(18), .productDetail .productDetailWrapper .right .productDesc ul li:nth-child(19) {
  background: #eee;
}
.productDetail .discover .item a span {
  font-weight: 300 !important;
}
.productDetail .discover .item a span b {
  font-weight: 600;
  display: block;
}

.offer {
  width: 100%;
  height: 100vh;
  background: rgba(74, 79, 85, 0.9);
  position: fixed;
  top: 0px;
  right: -500px;
  z-index: 2;
  padding: 160px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.offer .title {
  color: #4A4F55;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  display: block;
}
.offer.opened {
  top: 0;
  opacity: 1;
  right: 0;
  pointer-events: all;
}
.offer .formArea {
  width: 50%;
  height: 100%;
  float: right;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.offer .formArea .select {
  padding: 0 0 60px;
}
.offer .formArea .select select {
  width: 100%;
  height: 60px;
  padding-left: 10px;
  font-size: 25px;
  color: #4A4F55;
  border: none;
  background: none;
  border-bottom: 1px solid #4A4F55;
}
.offer .formArea .formContent {
  width: 100%;
  padding: 0px;
}
.offer .formArea .formContent .formRow {
  justify-content: space-between;
  margin-bottom: 25px;
}
.offer .formArea .formContent .formRow .formCol {
  margin-right: 0;
}
.offer .formArea .formContent .formRow .formCol.col41 {
  width: 48%;
}
.offer .formArea .formContent button {
  background: #D6001C url(../images/icons/send.svg) no-repeat center right 45px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offer .formArea .formContent button:hover {
  background: #4A4F55 url(../images/icons/send.svg) no-repeat center right 35px;
  color: #fff;
}
.offer .formArea .offerSteps {
  width: 200%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0%;
}
.offer .formArea .offerSteps .offerStep {
  width: 50%;
  padding: 30px;
}
.offer .formArea a.closeBasket {
  display: block;
  position: absolute;
  border: 1px solid rgba(74, 79, 85, 0.38);
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 0;
  background: url(../images/icons/close.svg) no-repeat center;
  background-size: 50% auto;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  right: 30px;
  top: 30px;
  z-index: 2;
}
.offer .formArea .requestList .rItem {
  padding: 35px 0;
  border-bottom: 1px solid #e9eaed;
}
.offer .formArea .requestList .rItem:after {
  display: block;
  content: "";
  height: 0;
  width: 100%;
  clear: both;
}
.offer .formArea .requestList .rItem a.removeRItem {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  float: left;
  background: #f2eff1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  color: #c80008;
  font-weight: bold;
  font-size: 28px;
  margin: 40px 2.5% 0 0;
}
.offer .formArea .requestList .rItem a.removeRItem:hover {
  color: #fff;
  background: #c80008;
}
.offer .formArea .requestList .rItem .rImg {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  position: relative;
  float: left;
}
.offer .formArea .requestList .rItem .rImg img {
  width: 70%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.offer .formArea .requestList .rItem .rTxt {
  float: left;
  color: #a4a5a7;
  font-size: 14px;
  padding: 15px 0 0 25px;
}
.offer .formArea .requestList .rItem .rTxt strong {
  display: block;
  color: #1a1a1a;
  font-size: 36px;
  letter-spacing: -2px;
}
.offer .formArea .requestList .rItem .rCount {
  float: right;
  padding-top: 40px;
}
.offer .formArea .requestList .rItem .rCount a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  float: left;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
  -moz-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
  cursor: pointer;
}
.offer .formArea .requestList .rItem .rCount a:hover {
  color: #fff;
  background: #c80008;
}
.offer .formArea .requestList .rItem .rCount a.plus {
  line-height: 28px;
}
.offer .formArea .requestList .rItem .rCount input {
  width: 50px;
  height: 25px;
  background: #fff;
  font-size: 14px;
  color: #000;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin: 0 3px;
  border: none;
  float: left;
  box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
  -moz-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
}
.offer .formArea .requestList .rNext {
  background: #D6001C;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
  line-height: 60px;
  padding: 0 95px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin-top: 20px;
}
.offer .formArea .requestList .rNext:hover {
  background: #4A4F55;
}

#historySlider .item img {
  max-width: 300px;
  margin: auto;
}

.catalog-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-list .item {
  position: relative;
  width: calc(50% - 15px);
  border: 1px solid rgba(74, 79, 85, 0.37);
}
.catalog-list .item a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  padding: 40px;
}
.catalog-list .item .imgContainer {
  position: relative;
  width: 46.877%;
  overflow: hidden;
}
.catalog-list .item .imgContainer img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog-list .item .textContainer {
  position: relative;
  width: 53.123%;
  padding-left: 50px;
}
.catalog-list .item .textContainer::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 21px;
  background: transparent url("../images/icons/arrow_right_black_long.svg") no-repeat right 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog-list .item .textContainer h3 {
  font-size: 2.1875em;
  line-height: 1.25em;
  font-weight: 400;
  color: #D6001C;
  padding: 35px 0 25px;
}
.catalog-list .item .textContainer p {
  font-size: 1.5625em;
  line-height: 1.25em;
  font-weight: 400;
  color: #242528;
}
.catalog-list .item:hover .textContainer::before {
  width: 34px;
}

@media screen and (max-width: 1800px) {
  .notFoundPage {
    background-position: center;
  }
}
@media screen and (max-width: 1680px) {
  header .nav .navLeft {
    padding-left: 100px;
  }
  header .nav .navLeft .homeBack {
    font-size: 40px;
  }
  header .nav .navLeft .navInner ul li a {
    font-size: 30px;
  }
  header .right > ul li a {
    font-size: 13px;
  }
  header .right > ul .subMenu .title {
    margin: 30px 0 20px 30px;
    padding-bottom: 10px;
  }
  header .right > ul .subMenu ul {
    padding-left: 30px;
  }
  header .right > ul .subMenu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1540px) {
  .notFoundPage .notFoundArea .caption span {
    font-size: 100px;
  }
  .notFoundPage .notFoundArea .caption small {
    font-size: 30px;
  }

  .pt100 {
    padding-top: 50px;
  }

  .pt160 {
    padding-top: 50px;
  }

  .pb150 {
    padding-bottom: 50px;
  }

  section.subPage {
    padding-top: 70px;
  }
  section.subPage p {
    font-size: 20px;
  }

  .content {
    max-width: 94%;
  }

  .breadCrumb a {
    font-size: 16px;
  }

  h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  h2 small {
    font-size: 25px;
    line-height: 30px;
    margin-top: 15px;
  }

  h1 {
    font-size: 37px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  h1 span {
    font-size: 32px;
    line-height: 35px;
  }

  .mainSlider .item .caption {
    bottom: 400px;
  }
  .mainSlider .item .title {
    top: 50px;
  }

  .contentSliderArea {
    padding-left: 40px;
  }
  .contentSliderArea .contentSlider .owl-nav {
    top: -50px;
  }
  .contentSliderArea .contentSlider.longHeight .item a {
    max-height: 500px;
  }
  .contentSliderArea .contentSlider.longHeight .item a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .contentSliderArea .contentSlider.longHeight .item a span {
    font-size: 30px;
  }
  .contentSliderArea .contentSlider.smallHeight .item a .img {
    margin-bottom: 20px;
  }
  .contentSliderArea .contentSlider.smallHeight .item a span {
    font-size: 22px;
  }
  .contentSliderArea .contentSlider.smallHeight .item a p {
    font-size: 18px;
    line-height: 20px;
  }

  .itemList .item a span {
    font-size: 20px;
  }
  .itemList.socialResponsibilityList .item a .img {
    margin-bottom: 15px;
  }
  .itemList.socialResponsibilityList .item a span {
    margin-bottom: 10px;
  }
  .itemList.socialResponsibilityList .item a small {
    font-size: 16px;
  }

  .imgHover .item a span {
    font-size: 25px;
  }
  .imgHover.home .item:nth-child(1) span {
    top: 50px;
  }
  .imgHover.home .item:nth-child(1) small {
    top: 120px;
  }
  .imgHover.homeCorporate .item a span {
    top: 50px;
  }
  .imgHover.homeCorporate .item a small {
    top: 130px;
  }
  .imgHover.homeCorporate .item a .video {
    height: 400px;
  }
  .imgHover.homeCorporate .item:nth-child(3) span {
    right: auto;
    left: 300px;
  }
  .imgHover.homeCorporate .item:nth-child(3) small {
    right: auto;
    left: 300px;
  }
  .imgHover.homeCorporate .item:nth-child(3):hover span, .imgHover.homeCorporate .item:nth-child(3):hover small {
    left: 300px;
  }

  .gridWrapper {
    width: 94%;
  }
  .gridWrapper.home {
    padding-top: 50px;
  }

  .fixedArea {
    width: 94%;
  }

  header {
    padding: 20px 3%;
  }
  header.sticky {
    padding: 20px 3%;
  }
  header .left a.menuLink {
    margin-right: 40px;
  }
  header .left .menu li a {
    font-size: 15px;
  }
  header .left .menu .subMenu {
    left: 4%;
  }
  header .left .menu .subMenu .title {
    margin: 30px 0 20px 30px;
    padding-bottom: 10px;
  }
  header .left .menu .subMenu ul {
    padding-left: 30px;
  }
  header .left .menu .subMenu ul li a {
    font-size: 16px;
  }
  header .nav .navLeft {
    padding-left: 60px;
    padding-top: 60px;
  }
  header .nav .navLeft .homeBack {
    font-size: 35px;
    margin-bottom: 20px;
  }
  header .nav .navLeft .navInner ul li {
    margin-bottom: 20px;
  }
  header .nav .navLeft .navInner ul li a {
    font-size: 25px;
  }
  header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
    width: 20px;
    height: 20px;
    background-size: 100% auto;
  }
  header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
    width: 20px;
    background-size: 100% auto;
  }
  header .nav .navLeft .navInner ul li.inner .innerUl li a {
    font-size: 16px;
  }
  header .nav .navLeft .social {
    right: 50px;
  }

  .horecaCollection .tabsArea .tabsBtn {
    font-size: 23px;
  }

  .pageContent .sidebar {
    top: 120px;
  }
  .pageContent .sidebar .title {
    font-size: 30px;
  }

  .groupCompany {
    padding-top: 50px;
  }
  .groupCompany .left {
    padding-left: 3%;
  }
  .groupCompany .left ul li {
    margin-bottom: 30px;
  }
  .groupCompany .left ul li a {
    font-size: 30px;
  }
  .groupCompany .right .groupCompanySlider .item a span {
    font-size: 25px;
    left: 40px;
    bottom: 60px;
  }
  .groupCompany .right .groupCompanySlider .item a small {
    left: 40px;
    bottom: 30px;
  }

  .masonryList .item a span {
    font-size: 23px;
    left: 30px;
  }

  .blogDetail .pageContent .pageContentInner p img {
    width: 100% !important;
    border-radius: 1rem;
    object-fit: cover;
  }

  .catalogs .catalogList .item span {
    left: 50px;
    top: 50px;
    font-size: 35px;
  }
  .catalogs .catalogList .item span i {
    margin-top: 15px;
  }
  .catalogs .catalogList .item p {
    width: 60%;
    bottom: 100px;
  }
  .catalogs .catalogList .item p a {
    padding-right: 50px;
  }
  .catalogs .catalogList .item p a.prev {
    margin-right: 0px;
  }

  .ourStores {
    padding-top: 150px !important;
  }

  .productDetail {
    padding-top: 100px;
  }
  .productDetail .productDetailWrapper .right .titleArea {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .productDetail .productDetailWrapper .right .titleArea .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .productDetail .productDetailWrapper .right .titleArea .title i {
    top: 6px;
  }
  .productDetail .productDetailWrapper .right .titleArea .title small {
    font-size: 20px;
  }
  .productDetail .productDetailWrapper .right .titleArea p {
    font-size: 20px;
  }
  .productDetail .productDetailWrapper .right .productDesc .productTable {
    margin-top: 20px;
  }
  .productDetail .productDetailWrapper .right .productDesc .productTable p {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .productDetail .productDetailWrapper .right .productDesc .productTable p select {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .mainSlider .item .caption {
    bottom: 130px;
  }
}
@media screen and (max-width: 850px) {
  .catalog-list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .catalog-list .item a {
    padding: 20px;
  }
  .catalog-list .item a .textContainer {
    padding-left: 20px;
  }

  .productListHeader .content span.title {
    bottom: 30px;
    left: 30px;
    font-size: 24px;
  }

  .pt100 {
    padding-top: 50px;
  }

  .pt160 {
    padding-top: 50px;
  }

  .pb150 {
    padding-bottom: 50px;
  }

  section.subPage {
    padding-top: 70px;
  }
  section.subPage p {
    font-size: 15px;
  }

  .content {
    max-width: 100%;
    padding: 0 20px;
  }

  .breadCrumb {
    margin-bottom: 30px;
  }
  .breadCrumb a {
    font-size: 14px;
  }

  h2 {
    font-size: 28px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  h2 small {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  h1 span {
    font-size: 25px;
    line-height: 30px;
  }

  .mainSlider .item .caption {
    right: 20px;
    bottom: 100px;
  }
  .mainSlider .item .caption a {
    font-size: 12px;
    padding: 10px 20px;
  }
  .mainSlider .item .title {
    top: 20px;
    left: 20px;
  }
  .mainSlider .item .title span {
    font-size: 18px;
  }
  .mainSlider .item .title span b i {
    font-size: 9px;
  }
  .mainSlider .owl-dots {
    left: 20px;
    bottom: 20px;
  }

  .contentSliderArea {
    padding-left: 20px;
    padding-top: 40px;
  }
  .contentSliderArea .contentSlider .owl-nav {
    top: -40px;
    right: auto;
    left: 50%;
    margin-left: -45px;
  }
  .contentSliderArea .contentSlider.longHeight .item a {
    max-height: 470px;
  }
  .contentSliderArea .contentSlider.longHeight .item a span {
    font-size: 25px;
  }
  .contentSliderArea .contentSlider.smallHeight .item a .img {
    margin-bottom: 20px;
  }
  .contentSliderArea .contentSlider.smallHeight .item a span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contentSliderArea .contentSlider.smallHeight .item a p {
    font-size: 16px;
    line-height: 20px;
  }

  .gridWrapper.home {
    grid-template-areas: "one one one  one one one" "one one one  one one one" "two two two three three three" "four four four five five five";
  }

  .imgHover .item a span {
    font-size: 20px;
  }
  .imgHover.home .item:nth-child(1) span {
    left: 20px;
    top: 20px;
  }
  .imgHover.home .item:nth-child(1) small {
    left: 20px;
    top: 70px;
    font-size: 15px;
  }
  .imgHover.home .item:nth-child(1) small i {
    width: 30px;
  }
  .imgHover.home .item a span {
    font-size: 18px;
    top: 20px;
    left: 20px;
  }
  .imgHover.home .item a span i {
    font-size: 9px;
  }
  .imgHover.home .item small {
    top: 80px;
    left: 20px;
  }
  .imgHover.homeCorporate .item {
    height: 250px;
  }
  .imgHover.homeCorporate .item a .video {
    height: 250px;
  }
  .imgHover.homeCorporate .item a span {
    left: 20px;
    top: 20px;
  }
  .imgHover.homeCorporate .item a small {
    left: 20px;
    font-size: 15px;
    top: 80px;
  }
  .imgHover.homeCorporate .item:nth-child(3) span {
    right: auto;
    left: 20px;
  }
  .imgHover.homeCorporate .item:nth-child(3) small {
    right: auto;
    left: 20px;
  }

  .head {
    margin-bottom: 30px;
    height: 150px;
  }
  .head img {
    border-radius: 1rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .itemList {
    width: 100%;
    margin-left: 0;
  }
  .itemList .item {
    width: 100%;
    margin-left: 0;
  }
  .itemList .item a .img {
    height: 220px;
  }
  .itemList .item a .img img {
    object-fit: contain;
  }
  .itemList .item a span {
    font-size: 20px;
  }
  .itemList .item a small {
    font-size: 16px;
  }
  .itemList.socialResponsibilityList .item {
    width: 100%;
    margin-left: 0;
  }
  .itemList.socialResponsibilityList .item a .img {
    margin-bottom: 15px;
  }
  .itemList.socialResponsibilityList .item a span {
    margin-bottom: 10px;
  }
  .itemList.socialResponsibilityList .item a small {
    font-size: 16px;
  }

  .fixedArea {
    padding-bottom: 20px;
  }
  .fixedArea .title {
    font-size: 30px;
  }

  .accordionContent .item .title {
    font-size: 20px;
    padding: 15px 0px;
  }
  .accordionContent .item .title:after {
    width: 30px;
    height: 30px;
    right: 10px;
  }
  .accordionContent .item .title.active:after {
    width: 30px;
    height: 30px;
  }
  .accordionContent .item .desc {
    padding-bottom: 30px;
  }
  .accordionContent .item .desc p {
    font-size: 17px;
  }

  .formContent .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .formContent .formRow {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .formContent .formRow .formCol {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .formContent input, .formContent select, .formContent textarea {
    font-size: 17px;
    height: 35px;
  }

  header {
    padding: 15px 20px;
  }
  header.sticky {
    padding: 15px 20px;
  }
  header .left .menu {
    display: none;
  }
  header .left a.menuLink span {
    top: -5px;
  }
  header a.logo {
    width: 60%;
  }
  header a.logo.opened {
    display: block;
  }
  header .right {
    position: absolute;
    top: 0px;
    left: 45px;
  }
  header .right.opened {
    display: block;
  }
  header .right ul li {
    display: none;
  }
  header .right ul li.show {
    display: block;
  }
  header .right ul li .lang {
    background-size: 45% auto;
    padding-left: 25px;
  }
  header .right ul li .lang a {
    font-size: 14px;
  }
  header .nav .navLeft {
    width: 100%;
    padding-left: 20px;
    padding-top: 70px;
  }
  header .nav .navLeft .homeBack {
    display: none;
  }
  header .nav .navLeft .navInner {
    flex-wrap: wrap;
  }
  header .nav .navLeft .navInner .leftInner {
    width: 100%;
  }
  header .nav .navLeft .navInner .rightInner {
    width: 100%;
  }
  header .nav .navLeft .navInner .rightInner ul li {
    padding-left: 40px;
  }
  header .nav .navLeft .navInner ul li {
    margin-bottom: 15px;
  }
  header .nav .navLeft .navInner ul li a {
    font-size: 20px;
  }
  header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
    width: 15px;
    height: 15px;
    background-size: 100% auto;
  }
  header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
    width: 15px;
  }
  header .nav .navLeft .navInner ul li.inner .innerUl li a {
    font-size: 15px;
  }
  header .nav .navLeft .social {
    bottom: 15px;
    right: auto;
  }
  header .nav .navRight {
    display: none;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .left {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .left a {
    margin-bottom: 10px;
  }
  footer .left a img {
    width: 70%;
  }
  footer .left span {
    font-size: 12px;
  }
  footer .right {
    width: 100%;
  }
  footer .right .top ul {
    width: 48%;
    margin-bottom: 20px;
  }
  footer .right .top ul li {
    font-size: 14px;
  }
  footer .right .top ul li b {
    margin-bottom: 10px;
  }
  footer .right .bottom {
    margin-top: 30px;
    padding-right: 0;
    width: 100%;
  }
  footer .right .bottom .social {
    justify-content: center;
  }

  /*HOME*/
  .horecaCollection .tabsArea .tabsBtn {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .horecaCollection .tabsArea .tabsBtn a {
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
  .horecaCollection .tabsArea .tabsBtn a i {
    top: 0;
    font-size: 8px;
  }

  .homeBlog h2 {
    margin-bottom: 50px;
  }

  /*HOME*/
  .about .textContent {
    margin-top: 30px;
    padding-left: 10px;
  }
  .about .textContent.mb160 {
    margin-bottom: 30px;
  }
  .about .textContent h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .about .imgHover .item {
    margin-bottom: 10px;
  }
  .about .imgHover .item.video {
    height: auto;
    aspect-ratio: 16/18;
  }
  .about .row .col {
    width: 100%;
  }
  .about .row .col:first-child {
    margin-bottom: 30px;
  }

  .pageContent {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .pageContent .sidebar {
    width: 100%;
    top: 65px;
    padding-right: 0;
    height: auto;
    background-color: #4A4F55;
    margin-bottom: 20px;
    z-index: 1;
    padding-right: 65px;
  }
  .pageContent .sidebar .title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
  }
  .pageContent .sidebar ul {
    opacity: 0;
    pointer-events: none;
    height: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 20px;
  }
  .pageContent .sidebar ul li a {
    font-size: 15px;
    color: #fff;
  }
  .pageContent .sidebar ul li a.active {
    color: #D6001C;
  }
  .pageContent .sidebar ul.opened {
    opacity: 1;
    pointer-events: all;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 30px;
  }
  .pageContent .sidebar a.sidebarMenuLink {
    color: #4A4F55;
    display: block;
    margin-right: 0px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 3;
  }
  .pageContent .sidebar a.sidebarMenuLink span {
    display: block;
    width: 28px;
    height: 100%;
    position: relative;
    top: 20px;
  }
  .pageContent .sidebar a.sidebarMenuLink span i {
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 2px;
    left: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #fff;
  }
  .pageContent .sidebar a.sidebarMenuLink span i:nth-child(1) {
    width: 20px;
  }
  .pageContent .sidebar a.sidebarMenuLink span i:nth-child(2) {
    width: 35px;
    top: 8px;
  }
  .pageContent .sidebar a.sidebarMenuLink:hover span i:nth-child(1) {
    width: 18px;
  }
  .pageContent .sidebar a.sidebarMenuLink:hover span i:nth-child(2) {
    width: 28px;
  }
  .pageContent .sidebar a.sidebarMenuLink.opened span i {
    width: 10px !important;
    background-color: #fff;
  }
  .pageContent .sidebar a.sidebarMenuLink.opened span i:nth-child(1) {
    width: 29px !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    left: 0;
    top: 10px;
  }
  .pageContent .sidebar a.sidebarMenuLink.opened span i:nth-child(2) {
    width: 29px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left: 0;
    top: 10px;
  }
  .pageContent .pageContentInner {
    width: 100%;
  }
  .pageContent .pageContentInner .pageHead {
    display: none;
  }
  .pageContent .pageContentInner .pageFlex .left {
    width: 100%;
    padding-right: 0;
  }
  .pageContent .pageContentInner .pageFlex .right {
    display: none;
  }
  .pageContent .pageContentInner h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .pageContent .pageContentInner .list li {
    font-size: 15px;
  }

  .groupCompany {
    padding-top: 0px;
  }
  .groupCompany .left {
    padding-left: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .groupCompany .left ul li {
    margin-bottom: 10px;
  }
  .groupCompany .left ul li a {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .groupCompany .right {
    width: 100%;
  }
  .groupCompany .right .groupCompanySlider {
    margin-left: 20px;
  }
  .groupCompany .right .groupCompanySlider .item a span {
    left: 20px;
    font-size: 18px;
    bottom: 40px;
  }
  .groupCompany .right .groupCompanySlider .item a small {
    left: 20px;
    bottom: 20px;
  }

  .collection .imgHover .item {
    height: 150px;
  }
  .collection .gridWrapper .item a span {
    font-size: 18px;
    left: 20px;
    top: 20px;
  }
  .collection .gridWrapper .item a span.bottom {
    bottom: 50px;
  }
  .collection .gridWrapper .item a small {
    left: 20px;
    font-size: 15px;
    top: 70px;
  }
  .collection .gridWrapper .item a small.bottom {
    bottom: 20px;
  }
  .collection .gridWrapper .item a small i {
    margin-left: 0;
  }

  .contact .contactRow {
    flex-wrap: wrap;
  }
  .contact .contactRow .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact .contactRow .left img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 1rem;
  }
  .contact .contactRow .right {
    width: 100%;
  }
  .contact .contactRow .right img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 1rem;
  }
  .contact .contactRow .contactText {
    margin-top: 30px;
  }
  .contact .contactRow .contactText .title {
    font-size: 20px;
  }
  .contact .contactRow .contactText p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .contact .contactRow .contactText p.pFlex {
    flex-wrap: wrap;
    margin-right: 0;
  }
  .contact .contactRow .contactText p.pFlex span {
    margin-bottom: 10px;
  }
  .contact .contactRow .contactText p.pFlex span:last-child {
    margin-bottom: 0;
  }

  .masonryList .item {
    width: 100%;
  }
  .masonryList .item a span {
    left: 20px;
    font-size: 20px;
  }
  .masonryList .item a span small {
    font-size: 16px;
  }

  .blogDetail .breadCrumb {
    flex-wrap: wrap;
  }
  .blogDetail .breadCrumb div {
    margin-bottom: 15px;
  }
  .blogDetail .breadCrumb span {
    font-size: 14px;
  }
  .blogDetail .pageContent .pageContentInner p img {
    width: 100% !important;
    height: 150px !important;
    border-radius: 1rem;
    object-fit: cover;
  }

  .catalogs .tabsArea .tabsBtn {
    flex-wrap: wrap;
  }
  .catalogs .tabsArea .tabsBtn a {
    font-size: 17px;
  }
  .catalogs .catalogList .item {
    width: 100%;
  }
  .catalogs .catalogList .item span {
    left: 20px;
    top: 20px;
    font-size: 20px;
  }
  .catalogs .catalogList .item span i {
    margin-top: 15px;
  }
  .catalogs .catalogList .item p {
    width: 70%;
    bottom: 30px;
  }
  .catalogs .catalogList .item p a {
    padding-right: 25px;
    font-size: 18px;
  }
  .catalogs .catalogList .item p a.prev {
    margin-right: 0px;
    background-size: 20% auto;
  }
  .catalogs .catalogList .item p a.download {
    background-size: 30% auto;
  }

  .productList .productListArea .breadCrumb {
    flex-wrap: wrap;
  }
  .productList .productListArea .breadCrumb div {
    margin-bottom: 15px;
  }
  .productList .productListArea .tabsArea .tabsBtn {
    flex-wrap: wrap;
  }
  .productList .productListArea .tabsArea .tabsBtn div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .productList .productListArea .tabsArea .tabsBtn div:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .productList .productListArea .tabsArea .tabsBtn div span {
    font-size: 20px;
  }
  .productList .productListArea .tabsArea .tabsBtn a {
    font-size: 16px;
    padding: 5px 10px;
  }

  .productDetail {
    padding-top: 50px;
  }
  .productDetail .productDetailWrapper .left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .productDetail .productDetailWrapper .right {
    width: 100%;
    padding-left: 0;
  }
  .productDetail .productDetailWrapper .right .breadCrumb .comeBackArea .comeBack {
    font-size: 14px;
  }
  .productDetail .productDetailWrapper .right .breadCrumb .comeBackArea .comeBack i {
    width: 15px;
  }
  .productDetail .productDetailWrapper .right .breadCrumb .comeBackArea .comeBack i:after {
    width: 7px;
    top: 3px;
  }
  .productDetail .productDetailWrapper .right .breadCrumb .comeBackArea .comeBack i:before {
    width: 7px;
    bottom: 3px;
  }
  .productDetail .productDetailWrapper .right .titleArea .title {
    font-size: 20px;
  }
  .productDetail .productDetailWrapper .right .titleArea .title small {
    font-size: 18px;
  }
  .productDetail .productDetailWrapper .right .titleArea .title i {
    padding-top: 3px;
    padding-bottom: 3px;
    top: 2px;
  }
  .productDetail .productDetailWrapper .right .titleArea p {
    font-size: 16px;
  }
  .productDetail .productDetailWrapper .right .productDesc .productTable p {
    font-size: 15px;
    width: 100%;
  }
  .productDetail .productDetailWrapper .right .productDesc .productTable p span {
    padding: 10px 0px 10px 50px;
    width: 50%;
  }
  .productDetail .productDetailWrapper .right .productDesc .productTable p select {
    font-size: 16px;
  }
  .productDetail .productDetailWrapper .right .productDesc .linkArea {
    justify-content: space-between;
  }
  .productDetail .productDetailWrapper .right .productDesc .linkArea a {
    width: 48%;
    margin-right: 0;
  }
  .productDetail .productDetailWrapper .right .productDesc .linkArea a:nth-child(1) {
    background: none;
    background-color: #4A4F55;
  }
  .productDetail .productDetailWrapper .right .productDesc .linkArea a.opened {
    position: relative;
    left: 0;
  }

  .offer {
    padding-top: 65px;
    height: 100vh;
    position: fixed;
    left: 0;
  }
  .offer .formArea {
    width: 100%;
  }
  .offer .formArea .formContent .formRow {
    margin-bottom: 0;
  }
  .offer .formArea .offerSteps .offerStep {
    height: 100%;
    overflow-y: scroll;
  }

  .regionalOffices .pageContentInner .pageFlex .left .accordionContent .item .desc img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  a.arrowBtn {
    width: 100%;
  }
}