/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVERS FROM MAIN.CSS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .btn-primary:hover {
    color: #898989;
  }
  .btn-primary:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .btn-secondary:hover span {
    left: 10px;
  }
  .btn-secondary:hover .icon-wrapper {
    width: 50px;
  }
  .btn-arrow:hover span {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    color: #D7182D;
  }
  .btn-arrow:hover .icon-arrow {
    width: 15px;
  }
  .btn-icon:hover span {
    padding-right: 12px;
    padding-left: 12px;
    color: #D7182D;
  }
  .btn-hyperlink:hover {
    text-decoration: none;
  }
  .btn-optional:hover {
    color: #898989;
  }
  .btn-optional:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .btn-play:hover:before {
    opacity: 1;
  }
  .btn-play:hover:after {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .btn-close:hover:before {
    color: #D7182D;
  }
  .btn-nav:hover span {
    background: #202020;
  }
  .back-btn:hover {
    color: #D7182D;
  }
  .back-btn:hover .btn-nav span {
    background-color: #202020;
  }
}

@media (min-width: 1200px) {
  .nav-content li:hover > a:after,
  #hamburger-menu ul li a:hover:after {
    width: 100%;
  }
  #header-submenu .title .open-popup:hover,
  #header-submenu .title #header-submenu-toggle:hover {
    color: #D7182D;
  }
  #header-submenu .title #header-submenu-toggle:hover {
    color: #D7182D;
  }
  #header-submenu .title #header-submenu-toggle:hover:after {
    border-color: #D7182D transparent transparent;
  }
  #header-submenu .toggle a:hover {
    color: #D7182D;
  }
  #header-search button:hover,
  #learn-plan-search button:hover {
    background-color: #515151;
  }
  #header-search button:hover path,
  #learn-plan-search button:hover path {
    fill: #fff;
  }
  #header-search .content button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  nav ul li:hover .megamenu {
    -webkit-transition: opacity .25s, left 0s;
    -o-transition: opacity .25s, left 0s;
    transition: opacity .25s, left 0s;
    opacity: 1;
    left: 0;
  }
  #hamburger:hover {
    background-color: #202020;
  }
  .chinese-header a:hover {
    color: #D7182D;
  }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: auto;
}

body {
  height: auto;
  overflow: visible;
}

body ::-moz-selection {
  color: #fff;
  background: #000;
}

body ::selection {
  color: #fff;
  background: #000;
}

body ::-moz-selection {
  color: #fff;
  background: #000;
}

.swiper-slide:not(:first-child) {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.text-shadow-lg {
  text-shadow: 0 1px 30px #000000;
}

.text-shadow-md {
  text-shadow: 0 0 20px #000000;
}

.wrapper-bg.left-top {
  left: 0;
  top: 0;
  margin-top: 50px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  max-width: 50%;
}

.wrapper-bg.left-half-bottom {
  left: 0;
  top: auto;
  bottom: -63px;
  max-width: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wrapper-bg.type2 {
  max-width: 50%;
}

.wrapper-bg.top-bg {
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: calc(100% - 70px);
}

.wrapper-bg.top-bg-2 {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.wrapper-bg.top-bg-3 {
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  max-width: 100%;
}

.wrapper-bg.top-bg-4 {
  right: 0;
  top: auto;
  left: auto;
  bottom: 0;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.wrapper-bg.top-bg-5 {
  left: auto;
  right: 0;
  top: -40px;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (max-width: 991px) {
  .wrapper-bg.top-bg {
    width: calc(100% - 60px);
  }
}

.supporting-title.right-top {
  position: absolute;
  top: 0.6em;
  right: -50px;
}

.supporting-title.right-bottom {
  position: absolute;
  bottom: 100px;
  right: 70px;
  text-align: right;
}

.text-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  cursor: pointer;
  color: #656565;
}

.text-icon .title {
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: none;
}

.text-icon .icon {
  position: relative;
  height: 38px;
  width: 38px;
  margin-left: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.text-icon .icon img {
  max-width: 70%;
  max-height: 70%;
}

.text-icon.color-primary .title {
  color: #D7182D;
}

.text-icon.color-primary .icon {
  border: 1px solid rgba(151, 151, 151, 0.4);
  border-radius: 50%;
}

.catalogue-iframe-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}

.catalogue-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.decor-skew {
  position: absolute;
  height: 82px;
  width: 82px;
  background-color: #D7182D;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.decor-skew.pos1 {
  right: -41px;
  bottom: 55px;
}

.decor-rectangle {
  position: absolute;
  background-color: rgba(194, 194, 194, 0.3);
  width: 190px;
  height: 300px;
}

.decor-rectangle.pos1 {
  right: 0;
  top: 100%;
  margin-top: -35px;
}

.social-subtitle {
  margin-bottom: 15px;
}

.social.dark .social-link {
  border-color: rgba(92, 92, 92, 0.4);
}

.social.dark .social-link img {
  opacity: 1;
}

.social-link {
  display: inline-block;
  height: 36px;
  width: 36px;
  position: relative;
  border: 2px rgba(255, 255, 255, 0.15) solid;
  cursor: pointer;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  margin-right: 10px;
}

.social-link img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) skewX(20deg);
  -ms-transform: translateX(-50%) translateY(-50%) skewX(20deg);
  transform: translateX(-50%) translateY(-50%) skewX(20deg);
  max-width: 50%;
  height: auto;
  opacity: .35;
}

.social {
  font-size: 0;
}

.simple-banner {
  position: relative;
}

/* .simple-banner > img {
  display: block;
  width: 100%;
} */

.simple-banner > .text {
  margin: 10px 0;
  color: #656565;
  font-family: 'Montserrat', Arial, sans-serif;
}

.simple-banner.swiper-style1 {
  padding-top: 42.5%;
}

.simple-banner.swiper-style1 .full-size {
  background: center / cover no-repeat;
}

.simple-banner.swiper-style1 .content {
  position: absolute;
  left: 50px;
  bottom: 0;
}

.simple-banner.swiper-style1 .content .subtitle-text,
.simple-banner.swiper-style1 .content .title {
  position: relative;
}

.simple-banner.swiper-style1 .content .title {
  margin-bottom: 25px;
}

.simple-banner.swiper-style1 .content .btn {
  margin-left: -50px;
}

.post-content-img {
  margin: 35px -8%;
}

.post-content-img img {
  display: block;
  width: 100%;
}

.quick-links span,
.quick-links a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.quick-links span:last-child,
.quick-links a:last-child {
  margin-right: 0;
}

.quick-links span {
  letter-spacing: 2.57px;
}

.quick-links .btn-hyperlink {
  color: #515151;
  font-size: 17px;
  font-weight: 600;
}

.thumbs-wrap > div > div {
  margin-top: 35px;
  margin-bottom: 0;
}

.learn-plan-filter .tags-wrap {
  display: none;
}

.learn-plan-filter .SumoSelect {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}

#learn-plan-filter {
  position: relative;
}

#learn-plan-filter .SumoSelect > .optWrapper {
  display: none;
}

#learn-plan-filter .SumoSelect > .CaptionCont {
  border: none !important;
}

#learn-plan-filter select.selected + .CaptionCont > label > i:before {
  margin-top: 3px !important;
  -webkit-transform: translate(-50%, -50%) rotate(-225deg) !important;
  -ms-transform: translate(-50%, -50%) rotate(-225deg) !important;
  transform: translate(-50%, -50%) rotate(-225deg) !important;
}

#learn-plan-filter select.selected + .CaptionCont > span.placeholder {
  color: #D7182D;
}

#learn-plan-filter .SumoSelect.open > .CaptionCont > label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#learn-plan-search {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
}

#learn-plan-search .content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: -8px;
  bottom: 0;
  opacity: 1;
  height: auto;
  padding: 6px 0 6px 30px;
  background-color: #EFEFEF;
}

#learn-plan-search .content input {
  height: 36px;
  line-height: 32px;
  color: #515151;
}

#learn-plan-search .content .btn {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 0;
}

#learn-plan-search .content .btn:before {
  color: #C6C6C6;
}

.contractor-banner {
  z-index: 2;
}

.contractor-banner .row > div:last-child {
  position: relative;
}

.contractor-banner.construction .graphics-entry {
  height: 140px;
  position: absolute;
  left: 88%;
  bottom: 25%;
  width: 10000px;
  background: #D7182D;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.contractor-banner.construction .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contractor-banner.construction .row > div:first-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contractor-banner.construction .row > div:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contractor-banner.construction .row > div:last-child > div {
  margin-left: -14%;
  margin-right: 14%;
}

.contractor-banner.construction .contractor-img {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-left: -28%;
  margin-right: -7%;
}

.contractor-img img,
.idea-center-img img {
  display: block;
  width: 100%;
}

.payment-img img {
  display: block;
  width: 65%;
  margin: auto;
}

@media (max-width: 991px) and (min-width: 768px) {
  .contractor-img img,
  .payment-img img,
  .idea-center-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contractor-img img,
  .payment-img img,
  .idea-center-img img {
    width: 100%;
  }

}



.contractor-img {
  position: absolute;
  left: -20%;
  right: -6%;
  bottom: 0;
}

.contractor-info {
  position: relative;
  z-index: 1;
}

.contractor-info .container {
  position: relative;
}

.contractor-info .container:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -35px;
  right: -1000px;
  bottom: 0;
  background-color: #DFE3E6;
}

.contractor-info .text-sm {
  color: #515151;
  margin-bottom: 30px;
}

.contractor-info + .container .text-sm {
  display: block;
  margin-left: -40px;
}

.contractor-info.payment-reasons + .container .text-sm {
  margin-left: -45px;
}

.contractor-info.technology .container:before {
  background-color: #A7B1B8;
}

.contractor-info.technology .row > div:nth-of-type(2) {
  position: static;
}

.contractor-info.technology .gradient {
  content: '';
  position: absolute;
  z-index: -1;
  top: 150px;
  left: -35px;
  right: -1000px;
  bottom: 0;
  /*  background: -webkit-gradient(linear, left top, right top, from(#BFC8CF), to(#BFC8CF));
    background: -o-linear-gradient(left, #BFC8CF 0%, #BFC8CF 100%);
    background: linear-gradient(90deg, #BFC8CF 0%, #BFC8CF 100%);*/
  background: #CBD4D9;
}

.contractor-info.technology .percentage span {
  display: block;
}

.contractor-info.technology .percentage span:first-child {
  color: rgba(255, 255, 255, 0.8);
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.contractor-info.technology .percentage span:last-child {
  letter-spacing: 2.56px;
}

.contractor-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.contractor-image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}

@media (max-width: 1599px) {
  .contractor-image {
    max-width: 700px;
  }
}

@media (max-width: 1399px) {
  .contractor-image {
    max-width: 580px;
  }
}

@media (max-width: 1199px) {
  .contractor-image {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .contractor-image {
    max-width: 425px;
  }
}

@media (max-width: 767px) {
  .page-template-page-find_contractor .wrapper-bg.top-bg-3 {
    max-width: 300%;
    left: 15%;
    transform: translateX(-50%);
  }

  .contractor-image-wrap {
    height: auto;
  }

  .contractor-info:not(.payment-reasons) {
    /*padding-top: 220px;*/
    background: #DFE3E6;
  }

  .page-template-page-find_contractor .contractor-info {
    padding-top: 220px;
  }

  .contractor-image {
    max-width: 350px;
    left: -130px;
  }

  .contractor-banner .item10.type-smaller .content {
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .contractor-image {
    max-width: 300px;
    left: -15px;
    right: auto;
  }
}

.technology-img {
  position: absolute;
  top: -325px;
  right: 0;
  width: 44%;
}

.technology-img img {
  display: block;
  width: 100%;
}

.point {
  position: absolute;
  white-space: nowrap;
}

.point > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.point > span:first-child {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0.6);
}

.point > span:first-child:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #D7182D;
}

.point > span:last-child {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2.57px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
}

.contractor-request .graphics-entry {
  position: absolute;
  height: 140px;
  left: 90%;
  bottom: 30px;
  background-color: #D7182D;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.contractor-request-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: -14%;
  margin-right: -40%;
}

.contractor-request-img img {
  width: 100%;
}

.payment-banner .row > div:first-child > div {
  min-height: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.payment-banner .row > div:first-child > div > div {
  width: 100%;
}

.payment-banner.idea-center-banner .row > div:first-child {
  padding-bottom: 100px;
}

.payment-banner.idea-center-banner .row > div:last-child {
  position: relative;
}

.payment-img {
  position: relative;
  /*margin: -164px -11% -310px 0;*/
}

.idea-center-img {
  position: absolute;
  left: -8%;
  right: -9%;
  bottom: 0;
}

.idea-center-contacts .row:nth-child(2) > div {
  padding-right: 5%;
}

.idea-center-contacts .row > div {
  position: relative;
  z-index: 1;
}

.idea-center-contacts .accordeon-toggle {
  padding: 5px 20px 15px;
}

.technology-carousel {
  position: relative;
  padding-top: 100px;
}

.technology-carousel .supporting-title.left-top {
  position: absolute;
  top: 20px;
  left: 4%;
}

.technology-carousel .swiper-container {
  overflow: visible;
}

.technology-carousel .item10 {
  width: 100%;
  margin-top: -95px;
  padding-top: 100%;
}

.technology-carousel .item10 .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: 0;
}

.technology-carousel .tab-toggle {
  margin-top: -65px;
}

.technology-carousel .custom-fraction-wrap,
.technology-carousel .h1 {
  margin-left: 13%;
}

.technology-carousel .custom-fraction-wrap {
  position: relative;
  right: auto;
  bottom: auto;
}

.technology-carousel .tab-toggle {
  margin-left: -15%;
}

.technology-carousel .tab-toggle .tab-menu {
  display: block;
}

.technology-carousel-content {
  margin-right: -15%;
  padding: 30px 0 30px 15%;
}

.construction-carousel {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(41.11%, #D8D8D8), to(#fff));
  background: -o-linear-gradient(top, #fff 0%, #D8D8D8 41.11%, #fff 100%);
  background: linear-gradient(180deg, #fff 0%, #D8D8D8 41.11%, #fff 100%);
}

.construction-carousel .swiper-entry {
  padding: 0 70px;
}

.construction-carousel .construction-custom-controls {
  position: absolute;
  top: 0;
  left: 70px;
  right: 70px;
}

.construction-carousel .construction-custom-controls > div {
  position: relative;
  padding-top: 70%;
}

.construction-carousel .construction-custom-controls .supporting-title {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

.construction-carousel .construction-custom-controls .supporting-title > span {
  position: relative;
  z-index: 1;
}

.construction-carousel .tab-toggle {
  z-index: 2;
  position: absolute;
  top: 94.5%;
  left: 0;
  width: 25.6%;
}

.construction-carousel .tab-toggle .tab-menu {
  display: block;
}

.construction-carousel .tab-toggle .tab-menu:not(.active) {
  border-color: transparent;
}

.construction-carousel .custom-fraction-wrap {
  top: calc(100% + 55px);
  left: 25.6%;
  right: auto;
  bottom: auto;
}

.construction-carousel .swiper-slide div[data-bg] {
  padding-top: 70%;
  background: center / contain no-repeat;
}

.construction-carousel .swiper-slide .h3 {
  margin-bottom: 54px;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.construction-carousel .block-style7 {
  margin-bottom: 30px;
}

.construction-carousel .block-style7 .description {
  padding: 0 15px;
}

.construction-carousel-img {
  position: relative;
}

.construction-carousel-img > span {
  position: absolute;
}

.construction-carousel-img > span.h2 {
  top: 14.8%;
  left: 9%;
  letter-spacing: 0;
}

.construction-carousel-img > span:not(.h2) {
  top: 2.5%;
  left: 2%;
  z-index: -1;
  opacity: .62;
  color: #DFE3E6;
  font-size: 300px;
  font-weight: 700;
  line-height: 300px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.construction-carousel-content {
  min-height: 450px;
}

.contractor-carousel .swiper-entry {
  padding-left: 15%;
  padding-bottom: 0;
}

.contractor-carousel .swiper-pagination {
  top: 65px;
  right: 7.2%;
}

.contractor-carousel .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 46px;
  height: 42px;
  color: #202020;
  font-size: 12px;
  border-radius: 0;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  background-color: transparent;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-right: 5px;
}

.contractor-carousel .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.contractor-carousel .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  border: 2px solid #656565;
}

.contractor-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #D7182D;
}

.contractor-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-color: #D7182D;
}

.contractor-carousel .swiper-slide {
  position: relative;
  padding: 140px 7.5% 160px;
  background-color: #DFE3E6;
}

.contractor-carousel .swiper-slide > span {
  position: absolute;
  top: 8px;
  left: 20px;
  color: #B7B7B7;
  opacity: .28;
  font-size: 120px;
  font-weight: 700;
  line-height: 135px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.contractor-carousel .swiper-slide .h2 {
  letter-spacing: 0;
}

.contractor-carousel .swiper-slide .text-custom ul li {
  padding-left: 30px;
}

.contractor-carousel .swiper-slide .text-custom ul li:before {
  content: '';
  top: 10px;
  width: 12px;
  height: 18px;
  border-radius: 0;
  -webkit-transform: skew(-23deg);
  -ms-transform: skew(-23deg);
  transform: skew(-23deg);
  background-color: #D7182D;
}

.row.m40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.m40 > div[class*="col"] {
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .text-icon:hover .icon {
    opacity: .8;
  }
  .social-link:hover {
    border-color: #D7182D;
    background: #D7182D;
  }
  .social-link:hover img {
    opacity: 1;
  }
  .social.dark .social-link:hover {
    border-color: #D7182D;
  }
  #learn-plan-filter .SumoSelect:hover > .CaptionCont > span.placeholder {
    color: #D7182D;
  }
  .contractor-carousel .swiper-pagination-bullet:hover {
    color: #D7182D;
  }
  .contractor-carousel .swiper-pagination-bullet:hover:before {
    border-color: #D7182D;
  }
}

@media (max-width: 1359px) and (min-width: 1200px) {
  .technology-carousel .tab-toggle {
    margin-left: -50%;
  }
  .technology-carousel .custom-fraction-wrap,
  .technology-carousel .h1 {
    margin-left: 6%;
  }
  .technology-carousel-content {
    padding: 30px 0 30px 6%;
  }
}

@media (max-width: 1599px) {
  .contractor-info .container:before {
    left: -15px;
  }
  .contractor-info + .container .text-sm {
    margin-left: -20px;
  }
  .contractor-info.payment-reasons .container:before {
    left: 0;
  }
  .contractor-info.payment-reasons .container > .title {
    padding-left: 15px;
  }
  .contractor-info.payment-reasons + .container .text-sm {
    margin-left: -10px;
  }
  .contractor-info.technology .gradient {
    left: -15px;
  }
  .technology-img {
    top: -130px;
    width: 48%;
  }
  .contractor-carousel .swiper-entry {
    padding-left: 9%;
  }
}

@media (max-width: 1399px) {
  .contractor-info .container:before {
    left: 2.5%;
  }
  .contractor-info .text-sm {
    margin-bottom: 30px;
  }
  .contractor-info + .container .text-sm {
    margin-left: 20px;
  }
  .contractor-info:not(.payment-reasons) .row > div:first-child {
    padding-left: 5.5%;
  }
  .contractor-info.payment-reasons .container:before {
    left: 15px;
  }
  .contractor-info.payment-reasons .container > .title {
    padding-left: 30px;
  }
  .contractor-info.payment-reasons + .container .text-sm {
    margin-left: 0;
  }
  .contractor-info.technology .container:before {
    left: -15px;
    bottom: 100px;
  }
  .contractor-request:not(.payment-reasons) .container > .row > div:first-child {
    padding-left: 5.5%;
  }
  .idea-center-contacts .row:nth-child(2) > div {
    padding-right: 15px;
  }
  .technology-img {
    top: -80px;
    width: 52%;
  }
  .contractor-carousel .swiper-entry {
    padding-left: 7%;
  }
  .contractor-carousel .swiper-pagination {
    top: 65px;
    right: 7.2%;
  }
  .contractor-carousel .swiper-slide {
    padding: 120px 6% 140px;
  }
  .contractor-carousel .swiper-slide > span {
    top: 2px;
    left: 12px;
  }
}

@media (max-width: 1199px) {
  .supporting-title {
    font-size: 80px;
    line-height: 90px;
  }
  .supporting-title.right-top {
    right: -30px;
  }
  .contractor-img {
    left: -12%;
    right: -28%;
  }
  .contractor-info.payment-reasons .container:before {
    left: -200px;
  }
  .contractor-info.payment-reasons .container > .title {
    padding-left: 0;
  }
  .contractor-info.payment-reasons + .container .text-sm {
    margin-left: 0;
  }
  .technology-img {
    top: 2130x;
    width: 46%;
  }
  /*.payment-img {
    margin: -100px -6% -220px 0;
  }*/
  .idea-center-contacts {
    padding-bottom: 100px;
  }
  .technology-carousel .supporting-title.left-top {
    top: 55px;
  }
  .technology-carousel .tab-toggle {
    margin-left: 0;
  }
  .technology-carousel .custom-fraction-wrap,
  .technology-carousel .h1 {
    margin-left: 10%;
  }
  .technology-carousel-content {
    padding: 30px 0 30px 0;
    margin: 0;
  }
  .construction-carousel .tab-toggle {
    left: 15px;
    width: 38%;
  }
  .construction-carousel .custom-fraction-wrap {
    left: 43.2%;
  }
  .row.m15-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.m15-md > div[class*="col"] {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .thumbs-wrap > div:nth-of-type(1) > div, .thumbs-wrap > div:nth-of-type(2) > div, .thumbs-wrap > div:nth-of-type(3) > div {
    margin-top: 0;
  }
  .contractor-info.technology .row > div:first-child {
    padding-right: 3.5%;
  }
}

@media (max-width: 991px) {
  .wrapper-bg.type2 {
    max-width: 80%;
  }
  .contractor-banner.construction .row > div:last-child > div,
  .contractor-banner.construction .contractor-img {
    margin: 0;
  }
  .contractor-img {
    left: -10%;
    right: -50%;
  }
  .contractor-info.technology .container {
    position: static;
  }
  .contractor-info.technology .row > div:first-child {
    padding-right: 15px;
  }
  .contractor-info.technology .container:before,
  .contractor-info.technology .gradient {
    left: 15px;
    right: 15px;
    bottom: 124px;
  }
  .technology-img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .technology-carousel {
    padding: 0 50px;
  }
  .technology-carousel .swiper-entry .swiper-button-prev,
  .technology-carousel .swiper-entry .swiper-button-next {
    top: 210px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .technology-carousel .swiper-entry .swiper-button-prev {
    left: -50px;
  }
  .technology-carousel .swiper-entry .swiper-button-next {
    right: -50px;
  }
  .technology-carousel .supporting-title.left-top {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .technology-carousel .tab-toggle,
  .technology-carousel .item10 {
    margin: 0;
  }
  .technology-carousel .tab-toggle {
    display: none;
    text-align: center;
  }
  .technology-carousel .tab-toggle .tab-menu {
    display: inline-block;
  }
  .technology-carousel .h1 {
    margin-left: 0;
  }
  .technology-carousel .custom-fraction-wrap {
    margin: 0 auto 40px;
  }
  .technology-carousel-content {
    padding: 30px 0 30px 0;
    margin: 0;
  }
  .construction-carousel-content {
    min-height: 540px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .thumbs-wrap > div:nth-of-type(1) > div, .thumbs-wrap > div:nth-of-type(2) > div {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .contractor-info:not(.payment-reasons) .row > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contractor-request form > div > br {
    display: none;
  }
  .contractor-info.technology .row > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
  }

  .ie .contractor-info.technology .row > div:first-child .h3 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .contractor-request:not(.payment-reasons) .container > .row > div:first-child {
    padding-left: 15px;
  }
  .catalogue-iframe-wrap {
    width: 100%;
    padding-bottom: 100%;
  }
  .simple-banner > .text,
  .simple-banner .social {
    text-align: center;
  }
  .simple-banner.swiper-style1 {
    padding-top: 0;
  }
  .simple-banner.swiper-style1 .full-size {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 42.5%;
  }
  .simple-banner.swiper-style1 .content {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0 15px;
  }
  .simple-banner.swiper-style1 .content .btn {
    margin-left: -15px;
  }
  .simple-banner.swiper-style1 .subtitle-text {
    color: #D7182D;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .simple-banner.swiper-style1 .text-shadow-md {
    color: #202020;
    text-shadow: none;
  }
  .post-content-img {
    margin: 15px 0;
  }
  .post-content-img:first-child {
    margin-top: 0;
  }
  .post-content-img:last-child {
    margin-bottom: 0;
  }
  .thumbs-wrap > div:first-of-type > div {
    margin-top: 0;
  }
  .quick-links {
    margin: 15px 0;
  }
  .quick-links span,
  .quick-links a {
    display: block;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .quick-links span:last-child,
  .quick-links a:last-child {
    margin-bottom: 0;
  }
  .quick-links .btn-hyperlink {
    text-align: left;
  }
  #learn-plan-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #learn-plan-filter .SumoSelect {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #learn-plan-filter #learn-plan-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .learn-plan-filter .SumoSelect {
    width: 100%;
  }
  #learn-plan-search {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    margin-bottom: 15px;
  }
  #learn-plan-search .content {
    display: block;
    right: 0;
    padding: 0;
    background-color: transparent;
  }
  #learn-plan-search .content input {
    height: 52px;
    border-left: none;
    border-bottom: 1px solid #908F8F;
  }
  #learn-plan-search .content .btn {
    display: none;
  }
  #learn-plan-search .toggle {
    position: static;
  }
  #learn-plan-search .toggle button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    height: auto;
  }
  #learn-plan-search .toggle button:not(.btn) {
    line-height: 62px;
  }
  .contractor-img,
  .contractor-info .row > div:first-child .text-sm br,
  .contractor-request-img,
  .idea-center-img {
    display: none;
  }
  .contractor-banner.construction .row > div {
    display: block;
  }
  .contractor-banner.construction .row > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .contractor-banner.construction .row > div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contractor-banner.construction .btn-primary,
  .contractor-banner.construction .contractor-img {
    display: block;
  }
  .contractor-info .container:before {
    left: -200px;
    right: -200px;
  }
  .contractor-info + .container .text-sm {
    margin-left: 0;
  }
  .contractor-info:not(.payment-reasons) .row > div:first-child {
    padding-left: 15px;
    margin-bottom: 40px;
  }
  .contractor-info.technology .container:before {
    bottom: 30px;
  }
  .contractor-info.technology .row > div,
  .contractor-info.technology .row > div:first-child {
    padding: 0 30px;
  }
  .contractor-info.technology .percentage > span:last-child {
    width: 43%;
  }
  .contractor-info.technology .gradient {
    display: none;
  }
  .contractor-info.technology .h3 {
    margin-bottom: 15px;
  }
  .technology-img {
    margin-top: -60px;
  }
  .point > span:first-child {
    margin-right: 8px;
  }
  .point > span:last-child {
    letter-spacing: .8px;
  }
  .contractor-request .h1 {
    margin-bottom: 15px;
  }
  .contractor-request .input-wrapper,
  .contractor-request .SumoSelect {
    margin-bottom: 15px;
  }
  .contractor-request .checkbox-entry.radio {
    margin-bottom: 10px;
  }
  .contractor-request .btn {
    width: 100%;
    display: block;
  }
  .payment-banner.idea-center-banner .row > div:first-child {
    padding-bottom: 60px;
  }
  .payment-img {
    margin: 30px 0 0;
  }
  .idea-center-contacts {
    padding-bottom: 0;
  }
  .technology-carousel {
    padding: 0 35px;
  }
  .technology-carousel .swiper-entry {
    padding-bottom: 0;
  }
  .technology-carousel .swiper-entry .swiper-button-prev,
  .technology-carousel .swiper-entry .swiper-button-next {
    top: 220px;
  }
  .technology-carousel .swiper-entry .swiper-button-prev {
    left: -40px;
  }
  .technology-carousel .swiper-entry .swiper-button-next {
    right: -40px;
  }
  .construction-carousel .swiper-entry {
    padding: 0 40px;
  }
  .construction-carousel .custom-fraction-wrap {
    top: calc(100% + 100px);
    left: calc(50% - 125px);
  }
  .construction-carousel-img > span {
    display: none;
  }
  .construction-carousel-content {
    padding: 0 15px;
  }
  .contractor-carousel {
    margin-bottom: 40px;
  }
  .contractor-carousel .swiper-entry {
    padding-left: 0;
  }
  .contractor-carousel .swiper-pagination {
    top: 135px;
    left: 0;
    right: 0;
  }
  .contractor-carousel .swiper-pagination-bullet {
    width: 34px;
    height: 30px;
    line-height: 32px;
  }
  .contractor-carousel .swiper-slide {
    padding: 200px 15px 90px;
  }
  .contractor-carousel .swiper-slide > span {
    top: 2px;
    left: 12px;
  }
}

@media (max-width: 575px) {
  .wrapper-bg.type2 {
    max-width: 95%;
  }
  .decor-rectangle {
    width: 100px;
    height: 150px;
  }
  .technology-carousel .custom-fraction-wrap,
  .construction-carousel .custom-fraction-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .technology-carousel {
    padding: 0 35px;
  }
  .technology-carousel .swiper-entry .swiper-button-next + div {
    margin-left: -35px;
    width: calc(100% + 70px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 70px);
    flex: 0 0 calc(100% + 70px);
    max-width: calc(100% + 70px);
  }
  .construction-carousel .block-style7 .description {
    padding: 0 0 0 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input,
textarea,
select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select.selected + .CaptionCont {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}

select.selected + .CaptionCont > span {
  color: #D7182D;
}

select.selected + .CaptionCont > label > i:before {
  border-color: transparent transparent #D7182D #D7182D;
}

select::-ms-expand {
  display: none;
}

input[type=file],
input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.input-wrapper {
  position: relative;
  padding-top: 10px;
}

.input-wrapper label {
  position: absolute;
  left: 15px;
  right: 0;
  top: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #898989;
  will-change: transform;
}

.input-wrapper label,
.input {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
}

.safari input.input {
  line-height: normal;
}

.input-wrapper.focus label,
.input-wrapper.dirty label {
  opacity: 0.51;
  color: #515151;
  font-size: 13px;
  line-height: 13px;
  -webkit-transform: translate3d(-15px, -6px, 0);
  transform: translate3d(-15px, -6px, 0);
}

.input {
  color: #434343;
  height: 42px;
  padding: 0 15px;
  border-bottom: 1px #adadad solid;
  position: relative;
  z-index: 2;
  color: #313131;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.input-wrapper.focus,
.input-wrapper.dirty {
  border-color: #202020;
}

.input-wrapper.light .input {
  color: #898989;
}

.input-wrapper.light label {
  color: #898989;
}

textarea.input {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.input-wrapper.focus textarea.input,
.input-wrapper.dirty textarea.input {
  height: 114px;
}

.invalid {
  border-color: #BF0000;
  color: #BF0000;
}

.checkbox-entry {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  min-width: 25px;
  min-height: 25px;
  margin-right: 30px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.checkbox-entry input {
  display: none;
}

.checkbox-entry input:checked + span:after {
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.checkbox-entry.radio input:checked + span:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox-entry span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  padding-left: 40px;
  padding-top: 3px;
  display: block;
  color: #515151;
}

.checkbox-entry span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px #908F8F solid;
}

.checkbox-entry span:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 7px;
  width: 14px;
  height: 7px;
  border-left: 3px solid #D7182D;
  border-bottom: 3px solid #D7182D;
  z-index: 1;
  -webkit-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
}
.checkbox-entry.radio span:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkbox-entry.radio {
  min-height: 20px;
}

.checkbox-entry.radio input:checked + span:before {
  background: #fff;
}

.checkbox-entry.radio span {
  padding-top: 1px;
}

.checkbox-entry.radio span:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.checkbox-entry.radio span:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #D7182D;
  border-radius: 50%;
}

.upload-wrapper {
  position: relative;
  padding: 25px;
  border-radius: 8px;
  border: 1px dashed #898989;
  -webkit-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease;
}

.upload-wrapper .file-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.upload-wrapper .file-name-wrap img {
  max-width: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.upload-wrapper .file-name {
  font-weight: 500;
  margin-left: 10px;
  -ms-flex-item-align: center;
  align-self: center;
}

.upload-wrapper .remove-file {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
}

.upload-wrapper.active .remove-file {
  opacity: 1;
}

.upload-wrapper.over {
  border-color: rgba(137, 137, 137, 0.6);
}

@media (min-width: 1200px) {
  .checkbox-entry:hover span {
    color: rgba(81, 81, 81, 0.75);
  }
  .upload-wrapper:hover {
    border-color: rgba(137, 137, 137, 0.6);
  }
}

@media (max-width: 767px) {
  .upload-wrapper {
    padding: 15px;
  }
}

/* GFORM FRONTEND */
.contractor-request .gform_heading {
  display: none;
}

.ginput_right,
.ginput_left,
.gfield {
  position: relative;
}

.gform_wrapper .gform_body .top_label .has-text-input label,
.gform_wrapper .gform_body .top_label .gfield_error .gfield_label,
.gform_wrapper .gform_body .top_label .gfield_error .ginput_left label,
.gform_wrapper .gform_body .top_label .gfield_error .ginput_right label,
#field_3_44 label,
#field_3_32 label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  text-transform: none;
  letter-spacing: normal;
  position: absolute;
  left: 30px;
  right: 20px;
  top: 8px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #898989;
  will-change: transform;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: block !important;
  margin-bottom: 0 !important;
}

.gform_wrapper .gform_body .top_label .gfield_error .ginput_left label,
.gform_wrapper .gform_body .top_label .gfield_error .ginput_right label,
.gform_wrapper .gform_body .top_label .gfield_error .gfield_label,
#field_3_32 label {
  top: 0;
  margin-top: 0 !important;
}

.gfield_error {
  overflow: visible !important;
}

.gform_wrapper .gform_body .top_label .has-text-input span label,
.gform_wrapper .gform_body .top_label .has-text-input.crm_Note label,
.gform_wrapper .gform_body .top_label .has-text-input.crm_OtherSource label {
  top: 0;
}

.crm_Zip {
  width: 50% !important;
}

.gform_wrapper .gform_body .top_label .has-text-input.crm_Note {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.gform_wrapper .gform_body .top_label .has-text-input.crm_Note.focus textarea, .gform_wrapper .gform_body .top_label .has-text-input.crm_Note.dirty textarea {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.gform_wrapper .gform_body .top_label .has-text-input input {
  line-height: normal !important;
}

.crm_Email.has-text-input label,
.crm_Address.has-text-input label,
.crm_Address2.has-text-input label {
  display: block !important;
}

.gform_wrapper .gform_body .top_label .focus label,
.gform_wrapper .gform_body .top_label .dirty label,
.gform_wrapper .gform_body .top_label .focus .gfield_label,
.gform_wrapper .gform_body .top_label .dirty .gfield_label,
.gform_wrapper .gform_body .top_label .focus.ginput_left label,
.gform_wrapper .gform_body .top_label .dirty.ginput_left label,
.gform_wrapper .gform_body .top_label .focus.ginput_right label,
.gform_wrapper .gform_body .top_label .dirty.ginput_right label,
#field_3_44.focus label,
#field_3_44.dirty label,
#field_3_32.focus label,
#field_3_32.dirty label {
  opacity: 0.51;
  color: #515151;
  font-size: 13px;
  line-height: 15px;
  -webkit-transform: translate3d(-15px, -12px, 0);
  transform: translate3d(-15px, -12px, 0);
}

.gform_body input::-webkit-input-placeholder, .gform_body textarea::-webkit-input-placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.gform_body input::-moz-placeholder, .gform_body textarea::-moz-placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/*.gform_body input:-ms-input-placeholder {*/
/*  display: none;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/
/*.gform_body textarea:-ms-input-placeholder {*/
/*  display: none;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

.gform_body input::placeholder,
.gform_body textarea::placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.has-text-input.crm_Country > label,
.has-text-input.crm_LastName .gfield_label,
.has-text-input.crm_FirstName .gfield_label,
.has-text-input.crm_Email .gfield_label,
.has-text-input.crm_Email_confirm .gfield_label,
.has-text-input.crm_Telephone .gfield_label,
.has-text-input.crm_City .gfield_label,
.has-text-input.crm_Zip .gfield_label,
.has-text-input.crm_State .gfield_label,
.gform_body .gfield_error > label,
.gform_body .gfield_error label,
.gform_body .gfield_error .gfield_label {
  display: block !important;
}

#field_3_3 .gfield_label {
  display: none !important;
}

.gform_wrapper .gform_body .top_label .gfield textarea {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px !important;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
  height: 42px;
  border-width: 0 0 1px 0;
}

.gform_wrapper .gform_body .top_label .gfield.focus textarea,
.gform_wrapper .gform_body .top_label .gfield.dirty textarea {
  height: 114px;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  opacity: 0 !important;
}

#field_1_49 > label,#field_1_14 > label {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.79px;
  line-height: 18px;
  color: #D7182D;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
  padding-top: 15px !important;
  /*margin-bottom: 15px !important;*/
  position: relative !important;
  left: 0;
}

.gform_validation_error #field_1_53 label {
  top: 0;
}

.gform_validation_error #field_1_53 .ginput_container {
  margin-top: 0;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 16px !important;
  }
}

@media (max-width: 767px) {
  #gform_wrapper_3 .gform_body .gfield.gfield_error .ginput_complex .ginput_left {
    width: 100% !important;
  }
}

/* error */
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: unset !important;
}

.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required {
  padding-right: 15px;
}

.gform_wrapper .gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body li.gfield_error textarea {
  border: 1px solid #BF0000;
  border-width: 0 0 1px 0;
}

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background-color: transparent;
  margin-bottom: 0 !important;
}

#gform_wrapper_3 .gform_body .gfield_error .ginput_complex .ginput_left {
  width: 50% !important;
}

#field_3_46 > label {
  display: none !important;
}

/* end of error */
/* end of GFORM FRONTEND */
/*------------------------------*/
/* SHRORTCODES */
/*------------------------------*/
.block-style1 {
  position: relative;
  padding: 0 0 30px 0;
}

.block-style1 .title {
  margin-bottom: 18px;
}

.block-style1 .graphics-entry {
  height: 140px;
  position: absolute;
  left: 100%;
  bottom: 25%;
  width: 10000px;
  background: #D7182D;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.block-style2 {
  padding: 100px 0 50px 0;
}

.block-style3 .title {
  margin-bottom: -78px;
  position: relative;
  top: 120px;
  min-height: 78px;
}

.block-style4 {
  margin-bottom: 30px;
}

.block-style4 .preview {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}

.block-style4 .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  padding: 20px 40px 20px 20px;
  margin-top: -30px;
  margin-right: 45px;
  position: relative;
  z-index: 0;
}

.block-style4 .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 32px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #FFF;
  z-index: -1;
}

.block-style4 .description {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin: 0 20px 20px 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.block-style4 .btn {
  float: right;
  margin-right: 20px;
}

.block-style4.video .preview {
  position: relative;
}

.block-style4.video .btn-play {
  margin: 0;
  -webkit-transform: translate(-50%, calc(-50% - 15px));
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, calc(-50% - 15px));
}

.ie .block-style4.video .btn-play {
  margin-top: -15px;
}

.block-style4.video .resource-links {
  position: absolute;
  right: 15px;
  bottom: -50px;
  z-index: 1;
}

.block-style4.video .resource-links a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #DFE3E6;
}

.block-style4.video .resource-links a:last-child {
  margin-right: 0;
}

.block-style4.video .resource-links a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center / 60% no-repeat;
}

.block-style4.video .title {
  padding: 20px 50px 20px 20px;
}

.block-style4.video .description {
  color: #898989;
  margin: 0 94px 20px 20px;
}

.product-icon {
  text-align: center;
}

.product-icon .image-thumbnail {
  margin-bottom: 15px;
}

.product-icon .description {
  font-size: 15px;
  line-height: 20px;
}

.product-preview {
  width: 50vw;
  height: 860px;
  background: #D0D4D7;
  float: right;
  position: relative;
}

.product-preview .swiper-entry {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-preview .swiper-pagination {
  bottom: 5% !important;
}

.product-preview .swiper-entry,
.product-preview .swiper-container {
  height: 100%;
}

.product-preview .swiper-entry {
  padding-bottom: 0;
}

.award-img {
  position: absolute;
  top: 40px;
  left: 40px;
  /*width: auto !important;*/
  max-width: 160px;
}

.product-description {
  padding: 55px 0 0 35px;
}

.product-description .description-entry {
  margin-bottom: 30px;
}

.product-description .description-entry .title {
  margin-bottom: 15px;
}

.product-description .description-entry .btn {
  margin-top: 10px;
}

.product-shape-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 45px;
}

.product-shape-row > * {
  margin-right: 15px;
}

.product-shape-row .btn {
  margin-left: 15px;
  margin-bottom: 15px;
}

.product-shape-row .product-shape {
  width: calc(25% - 15px);
}

.product-shape-row .btn {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: calc(25% - 30px);
}

.product-shape-divider {
  position: relative;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #979797;
}

.product-shape-divider .h6 {
  letter-spacing: 1px;
}

.product-shape-divider b {
  color: #000;
}

@media (max-width: 1360px) {
  .product-shape-row .product-shape {
    width: calc(33% - 15px);
  }
  .product-shape-row .btn {
    max-width: calc(33% - 30px);
  }
}

@media (max-width: 991px) {
  .product-shape-row .product-shape {
    width: calc(50% - 15px);
  }
  .product-shape-row .btn {
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .product-shape-row .product-shape {
    width: 100%;
    margin-right: 0;
  }
  .product-shape-row .btn {
    max-width: calc(100% - 30px);
  }
}

.product-shape {
  display: block;
}

.product-shape .preview {
  width: 90px;
  height: 90px;
  float: left;
  position: relative;
}

.product-shape .preview img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.product-shape .description {
  margin-left: 100px;
}

.product-shape .description .align {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  width: 10000px;
  padding: 10px 0;
}

.shape-title {
  text-transform: uppercase;
  letter-spacing: 2.57px;
  overflow: hidden;
  padding: 10px 0;
}

.shape-title span {
  display: inline-block;
  position: relative;
}

.shape-title span:after {
  content: '';
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 100%;
  top: 45%;
  width: 10000px;
  margin-left: 10px;
}

img.product-image {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

div.product-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/* colors-entry old output */
/* end of colors-entry old output */

.block-style6 .swiper-container {
  overflow: visible;
}

/*.block-style6 .swiper-slide:before {*/
/*  content: '';*/
/*  display: block;*/
/*  padding-bottom: 55%;*/

/*}*/

.block-style6.type2 .swiper-slide:before {
  content: '';
  display: block;
  padding-bottom: 55%;
}

.block-style6 .swiper-slide .swiper-lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.block-style6 .wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50px;
  width: 10000px;
  background: #EFF1F3;
  z-index: -1;
}

.block-style6.type-no-bg .wrapper:before {
  content: none;
}

.block-style6 .supporting-title {
  margin-left: 45px;
}

.block-style6 .supporting-title.type2 {
  margin-left: 0;
  position: relative;
  right: -20%;
  margin-bottom: -0.7em;
}

.block-style6 .tab-toggle {
  padding-bottom: 40px;
}

.block-style6.type2 .wrapper:before, .block-style6.type3 .wrapper:before {
  background-color: #FFF;
  left: auto;
  right: 100%;
  bottom: 0;
  z-index: 2;
}

.block-style6.type2 .swiper-slide:before {
  padding-bottom: 69%;
}

.block-style6.type3 .swiper-slide:before {
  display: none;
}

.block-style6.type3 .swiper-slide > div {
  position: relative;
  padding-top: 69%;
}

.block-style6.type3 .swiper-slide .text-sm {
  display: block;
  margin-top: 10px;
}

.block-style6.type3 .swiper-slide.half-slide > div {
  padding-top: 138%;
}

.block-style6.reverse .wrapper:before {
  right: auto;
  left: 100%;
}

.block-style6.reverse .swiper-scrollbar:before {
  left: auto;
  right: 0;
}

.swiper-slide.half-slide {
  width: 50%;
}

.block-style7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.block-style7 .image {
  width: 130px;
  height: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
  overflow: hidden;
}

/*.block-style7 .image .bg-full {*/
/*  backface-visibility: hidden;*/
/*  -webkit-backface-visibility: hidden;*/
/*}*/

.block-style7 .description {
  position: relative;
  padding: 0 100px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 130px);
}

.block-style7 .description:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background-color: #FFF;
}

.block-style7 .description > * {
  position: relative;
}

.block-style7 .description .title {
  margin-bottom: 10px;
  display: -webkit-box;
  max-height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.block-style8 {
  margin-top: 80px;
  padding: 75px 0;
}

.block-style8:before {
  content: '';
  position: absolute;
  left: 77%;
  bottom: 0;
  width: 29%;
  height: 100%;
  background-color: #FFF;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}

.block-style8 .block-style7 {
  position: relative;
  z-index: 1;
}

.block-style8 .bg-image {
  position: absolute;
  right: 0;
  top: -80px;
  width: 46%;
  height: 510px;
}

.block-style8 .bg-image .subtitle-text {
  position: absolute;
  left: 35px;
  top: 40px;
  text-shadow: 0 2px 20px #090909;
  text-transform: none;
  padding-right: 15px;
}

.block-style9 {
  position: relative;
}

.block-style9 .supporting-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}

.block-style9 .swiper-container {
  width: 550px;
  margin: 0 60px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*.block-style9 .image {*/
/*  padding-bottom: 100%;*/
/*}*/

.block-style9 .image {

  min-height: calc(100% - 40px);
}

.block-style9 .image .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.34)), to(rgba(255, 255, 255, 0.85)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.85) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.block-style9 .slide-title {
  margin-bottom: 15px;
}

.block-style10 {
  position: relative;
}

.block-style10 .tab-nav {
  margin-left: 710px;
  top: 110px;
}

.block-style10 .swiper-entry {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
}

.block-style10 .swiper-container {
  width: 570px;
  margin: 0;
}

.block-style10 .swiper-container .image {
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.block-style10 .swiper-container .image .image-thumbnail  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-style10 .tab-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-style10 .tab-inner .title {
  margin-bottom: 15px;
}

.block-style10 .tab-inner .content {
  margin-left: 100px;
  margin-top: 100px;
}

.block-style10 .wrapper-bg {
  top: -50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-style10 .item11-wrap {
  margin-right: 40px;
}

.block-style10 .pdf-item-wrap {
  max-width: 630px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 50px;
}

.block-style11:before {
  content: '';
  position: absolute;
  width: 6000px;
  top: -25px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #efefef;
}

.block-style11 > div:nth-child(1) {
  padding-right: 16%;
}

.block-style11 > div:nth-child(2) {
  position: static;
  padding: 26.8% 0 0;
}

.block-style11 > div:nth-child(2) > div,
.block-style11 > div:nth-child(2) > div > div {
  position: absolute;
}

.block-style11 > div:nth-child(2) > div {
  top: 0;
  right: 0;
  bottom: 42px;
  width: 51.5%;
}

.block-style11 > div:nth-child(2) > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -25px;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.block-style11 > div:nth-child(2) > div > div > span {
  font-weight: 700;
  font-size: 120px;
  line-height: 135px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Montserrat', Arial, sans-serif;
}

.block-style11 > div:nth-child(3) .row {
  margin-right: 5%;
}

.block-style11 .item1 {
  height: 100%;
  background-color: #fff;
  margin-bottom: 0;
}

@media (max-width: 1300px) {
  .block-style11:before {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .block-style11:before {
    content: none;
  }
}

.column-3 .checkbox-entry,
.column-2 .checkbox-entry {
  margin-bottom: 10px;
}

.column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.block-style12 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40.85%, #D8D8D8), to(#fff));
  background: -o-linear-gradient(top, #fff 0%, #D8D8D8 40.85%, #fff 100%);
  background: linear-gradient(180deg, #fff 0%, #D8D8D8 40.85%, #fff 100%);
}

.block-style12 .container {
  margin-bottom: 15px;
}

.block-style12 .container:last-of-type {
  margin-bottom: 0;
}

.block-style12 .container > .row > div:first-child {
  z-index: 1;
}

.block-style12 .container:nth-of-type(3n + 1) .item13 {
  margin-left: -10%;
}

.block-style12 .container:nth-of-type(3n + 2) .item13 {
  margin-left: -2%;
}

.block-style12 .container:nth-of-type(3n + 3) .item13 {
  margin-left: 9%;
}

.bg-gradient-to-top {
  position: relative;
}

.bg-gradient-to-top:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 15px;
  right: -3000px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DFE3E6));
  background: -o-linear-gradient(top, #FFFFFF 0%, #DFE3E6 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #DFE3E6 100%);
  z-index: -1;
}

.product-row {
  margin-left: 40px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CECECE;
}

.product-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.product-row .product-row-subtitle {
  margin-bottom: 20px;
}

.product-row .item15 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.product-row .title {
  margin-bottom: 15px;
}

.product-row .title:not(.color-title) {
  color: #656565;
}

.product-row .colors-wrapper-outer {
  margin-bottom: 15px;
}

.product-row .colors-wrapper-outer .title {
  margin-bottom: 5px;
}

.product-row .colors-wrapper-outer .color-entry {
  cursor: pointer;
}

.product-row .product-shape {
  background-color: #fff;
  margin-bottom: 15px;
}

.product-row .product-shape:last-child {
  margin-bottom: 0;
}

.product-row .product-shape .preview {
  width: 140px;
}

.product-row .product-shape .preview img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}

.product-row .product-shape .align {
  padding: 15px 15px 15px 0px;
}

.product-row .product-shape .description {
  margin-left: 140px;
}

.product-row .swiper-entry {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .bg-gradient-to-top:before {
    left: -15px;
  }
  .product-row {
    margin-left: 0;
  }
}

.item15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item15 .supporting-title {
  width: 165px;
  line-height: 80px;
}

.item15 .subtitle-text {
  margin-bottom: 10px;
}

.item15 .description {
  padding-left: 15px;
}

.item15 .description .text {
  margin-bottom: 10px;
}

.item16 {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 40px 35px 10px;
}

.item16 .image {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0 auto;
}

.item16 .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.item16 .tooltip {
  position: absolute;
  left: 10px;
  top: 0;
  max-width: calc(100% - 20px);
}

.tooltip {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  padding: 4px 10px;
  border-radius: 15px;
  background-color: rgba(255, 51, 51, 0.12);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
  text-transform: uppercase;
}

.tooltip img {
  display: inline-block;
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}

.tooltip span {
  vertical-align: middle;
}

.color-finish-swiper {
  max-width: 520px;
  margin-left: auto;
}

.color-finish-swiper .image {
  position: relative;
  overflow: hidden;
  /*padding-bottom: 100%;*/
}

.color-finish-swiper .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.34)), to(rgba(255, 255, 255, 0.85)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.85) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.85) 100%);
}

@media (max-width: 991px) {
  .item15, .item16 {
    margin-bottom: 20px;
  }
  .product-row .product-shape:last-child {
    margin-bottom: 15px;
  }
  .color-finish-swiper {
    margin-left: 150px;
  }
}

@media (max-width: 767px) {
  .color-finish-swiper {
    margin-left: 0;
  }
}

.product-row .color-entry.selected {
  cursor: default;
}

@media (min-width: 1200px) {
  .color-entry-wrap:hover .color-title {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .product-row .color-entry:hover {
    opacity: .7;
  }
  .product-row .color-entry.selected:hover {
    opacity: 1;
  }
  .block-style4.video .resource-links a:hover {
    border-color: #D7182D;
  }
  .block-style7 .image:hover .bg-full {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media (max-width: 1499px) {
  .block-style10 .tab-nav {
    margin-left: 570px;
    top: 40px;
  }
  .block-style10 .swiper-entry {
    margin-left: 130px;
  }
  .block-style10 .swiper-container {
    width: 400px;
  }
  .block-style10 .tab-inner .content {
    margin-left: 40px;
    margin-top: 60px;
  }
  .block-style10 .item11-wrap {
    max-width: 530px;
  }
  .block-style10 .pdf-item-wrap {
    max-width: 550px;
    padding-left: 0;
  }
}

@media (max-width: 1399px) {
  .block-style7 .description {
    padding: 0 70px 0 15px;
  }
  .block-style11 > div:nth-child(3) .row {
    margin-right: 2.6%;
  }
}

@media (max-width: 1199px) {
  .block-style3 .title {
    margin-bottom: 0;
    top: 0;
  }
  .block-style8:before {
    left: 100%;
  }
  .block-style8 .bg-image {
    height: auto;
    padding-bottom: 34%;
  }
  .block-style9 .swiper-container {
    width: 350px;
  }
  .block-style10 .tab-nav {
    top: 0;
    margin-left: 0;
    text-align: center;
  }
  .block-style10 .tab-inner {
    margin-top: 0;
  }
  .block-style10 .tab-inner .content {
    margin-top: 40px;
  }
  .block-style10 .swiper-container {
    width: 300px;
  }
  .block-style11 > div:nth-child(1) {
    padding-right: 5%;
    padding-bottom: 35px;
  }
  .block-style11 > div:nth-child(3) .row {
    margin-right: -15px;
  }
  .column-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 991px) {
  .product-preview {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    height: auto;
  }
  .product-preview:before {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
  .product-description {
    padding: 0;
  }
  .block-style7-row > * [class*="col"]:not(:first-child) {
    margin-top: 30px;
  }
  .block-style2 > .title {
    margin-bottom: 30px;
  }
  .block-style6 .supporting-title.type2 {
    right: 0;
  }
  .block-style7 {
    margin-bottom: 30px;
  }
  .block-style8 {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .block-style8 .bg-image {
    top: auto;
    bottom: -80px;
  }
  .block-style8 .bg-image .subtitle-text {
    left: 15px;
    top: 30px;
  }
  .block-style9 .swiper-container {
    margin-right: 40px;
  }
  .block-style10 .tab-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-style10 .tab-inner .content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 30px 0;
  }
  .block-style10 .tab-inner .swiper-entry {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
  }
  .block-style10 .tab-inner .pdf-item-wrap {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
  }
  .block-style10 .item11-wrap {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
  }
  .block-style10 .wrapper-bg {
    top: -10px;
  }
  .block-style12 .container:nth-of-type(3n + 1) .item13, .block-style12 .container:nth-of-type(3n + 2) .item13, .block-style12 .container:nth-of-type(3n + 3) .item13 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .award-img {
    top: 15px;
    left: 15px;
  }
  .block-style1 .btn-primary {
    display: block;
    width: 100%;
  }
  .block-style2 {
    padding: 30px 0 50px;
  }
  .colors-wrapper.vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .colors-wrapper.vertical .color-entry {
    margin-left: 10px;
    margin-right: 10px;
  }
  .colors-wrapper.vertical .color-title {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 5px;
    -webkit-transform: translateX(-50%) scaleY(0);
    -ms-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    width: 200px;
    text-align: center;
  }
  .colors-wrapper.vertical .color-entry-wrap {
    position: relative;
  }
  .colors-wrapper.vertical .color-entry-wrap.active .color-title {
    -webkit-transform: translateX(-50%) scaleY(1);
    -ms-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
  .block-style4.video .resource-links {
    right: 0;
    bottom: -40px;
  }
  .block-style4.video .resource-links a {
    width: 32px;
    height: 32px;
  }
  .block-style4.video .title {
    padding: 20px 40px 20px 20px;
  }
  .block-style4.video .description {
    margin: 0 74px 20px 20px;
  }
  .block-style6 .swiper-entry {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-style6 .wrapper:before {
    left: -15px;
  }
  .block-style6 .item10 {
    margin-top: 30px;
  }
  .block-style6 .tab-toggle {
    padding-bottom: 0;
  }
  .block-style6.type3 .swiper-slide .text-sm {
    padding-left: 15px;
  }
  .block-style8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 30px;
    margin-bottom: 0;
  }
  .block-style8:before {
    content: none;
  }
  .block-style8 > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .block-style8 > div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .block-style8 > div:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .block-style8 .bg-image {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 30px;
  }
  .block-style8 .btn {
    display: block;
    width: 100%;
  }
  .block-style9 .supporting-title {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .block-style9 .swiper-container {
    width: 100%;
  }
  .block-style9 .right {
    margin-top: 30px;
    text-align: center;
  }
  .block-style11 > div:nth-child(1) {
    padding-right: 15px;
    padding-bottom: 35px;
  }
  .block-style11 > div:nth-child(2) {
    padding: 0 15px;
  }
  .block-style11 > div:nth-child(2) > div,
  .block-style11 > div:nth-child(2) > div > div {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .block-style11 > div:nth-child(2) > div {
    width: 100%;
  }
  .block-style11 > div:nth-child(2) > div > div {
    padding-top: 50%;
    margin: 0 -15px;
  }
  .block-style11 > div:nth-child(2) > div > div > span {
    display: none;
  }
  .block-style11 > div:nth-child(3) .row {
    margin-right: -15px;
  }
  .block-style11 .type2 {
    height: auto;
  }
  .column-3,
  .column-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .block-style12 .container {
    margin-bottom: 60px;
  }
  .block-style12 .btn {
    display: block;
  }
}

@media (max-width: 575px) {
  .block-style6 .wrapper:before {
    bottom: 0;
  }
  .block-style7 .image {
    width: 100px;
    height: 100px;
  }
  .block-style7 .description {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
  .block-style7 .description:before {
    width: 120%;
  }
  .block-style7 .description .title {
    margin-bottom: 8px;
  }
}

@media (max-width: 565px) {
  .block-style10 .swiper-container {
    margin: 0 auto;
  }
}

/* two-columns-text */
.two-columns-text {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 767px) {
  .two-columns-text {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

/* end of two-columns-text */
/* pdf-item */
.pdf-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.pdf-item-wrap .pdf-item {
  width: calc(50% - 20px);
  margin: 0 10px 10px;
}

.pdf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid #DFE3E6;
  background-color: rgba(240, 240, 240, 0.3);
  text-decoration: none;
  min-height: 64px;
}

.pdf-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 10px;
  line-height: 13px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2.14px;
  color: #D7182D;
  margin-left: 10px;
}

.pdf-item .icon img {
  display: block;
  margin-left: 5px;
  max-width: 36px;
  max-height: 36px;
}

@media (min-width: 1200px) {
  .pdf-item:hover {
    text-decoration: underline;
  }
  .pdf-item:hover .icon {
    text-decoration: underline;
  }
}

@media (max-width: 991px) {
  .pdf-item-wrap {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .pdf-item-wrap .pdf-item {
    width: 100%;
  }
  .pdf-item-wrap .pdf-item:last-child {
    margin-bottom: 0;
  }
}

/* end of pdf-item */
/* block-style13 */
.block-style13 {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991px) {
  .block-style13 {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .block-style13 {
    padding: 0;
  }
}

/* end of block-style13 */
/* simple-block */
.simple-block > * {
  margin-bottom: 15px;
}

.simple-block > *:last-child {
  margin-bottom: 0;
}

/* end of simple-block */
/* packaging - table */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.schedule-table.pack-table {
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 100%;
  width: auto;
}

.schedule-table.pack-table thead {
  display: none;
}

.schedule-table.pack-table td {
  padding: 10px 5px;
  border: 1px solid #898989;
}

.schedule-table.pack-table td:first-child {
  width: 150px;
  min-width: 150px;
  font-weight: 700;
  background-color: #DFE3E6;
}

.schedule-table.pack-table tbody tr:first-child {
  font-weight: 700;
  background-color: #DFE3E6;
}

.schedule-table.pack-table tbody tr:first-child td {
  color: #000;
}

.schedule-table.pack-table tbody tr td:not(:first-child) {
  text-align: center;
}

.schedule-table.pack-table tbody tr:not(:first-child) td:nth-child(odd) {
  background-color: #f8f8f8;
}

/*@media (max-width: 991px) {*/
.schedule-table.pack-table thead {
  display: block;
  float: left;
}
.schedule-table.pack-table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}
.schedule-table.pack-table thead tr th {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px !important;
  background-color: #f8f8f8 !important;
  border: 1px solid #898989;
}
.schedule-table.pack-table thead tr th span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.schedule-table.pack-table thead tr th:not(:last-child) {
  border-bottom: 0;
}
.schedule-table.pack-table {
  width: 100%;
}
.schedule-table.pack-table th, .schedule-table.pack-table td {
  font-size: 14px;
  line-height: 20px;
  height: 50px;
  padding: 5px;
}
.schedule-table.pack-table td {
  font-size: 14px;
}
.schedule-table.pack-table td:nth-child(2) {
  border-left: 0;
}
.schedule-table.pack-table tbody {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  width: auto;
}
.schedule-table.pack-table tbody td:first-child {
  display: none;
}
.schedule-table.pack-table tbody tr:last-child td {
  height: 49px;
}
.schedule-table.pack-table tbody tr:not(:first-child) td:nth-child(odd) {
  background-color: #fff;
}
.tab .table-responsive {
  overflow: unset;
  width: 100%;
}
/*}*/

@media (max-width: 991px) {
  .schedule-table.pack-table thead tr th {
    width: 140px!important;}
}

/* end of packaging - table */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry {
  position: relative;
  padding-bottom: 33px;
}

.swiper-entry .swiper-button-prev,
.swiper-entry .swiper-button-next {
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-entry .swiper-button-prev.swiper-button-disabled,
.swiper-entry .swiper-button-next.swiper-button-disabled {
  opacity: .8;
}

.swiper-entry .swiper-button-prev.pos-1,
.swiper-entry .swiper-button-next.pos-1 {
  top: auto;
  left: auto;
  margin-top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.swiper-entry .swiper-button-prev.pos-2,
.swiper-entry .swiper-button-next.pos-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.swiper-entry .swiper-button-prev {
  left: 0;
}

.swiper-entry .swiper-button-prev.pos-2 {
  left: auto;
  right: 130px;
}

.swiper-entry .swiper-button-next {
  right: 0;
}

.swiper-entry .swiper-button-next.pos-1 {
  bottom: 33px;
}

.swiper-entry .swiper-button-next.pos-2 {
  right: 0;
}

.swiper-entry .swiper-pagination-progressbar {
  background-color: #ebebeb;
  height: 2px;
}

.swiper-entry .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #D7182D;
}

.swiper-entry .swiper-slide > img:not(.product-image) {
  display: block;
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize;
}

.swiper-button-lock + .swiper-button-lock + .swiper-container > .swiper-wrapper {
  cursor: default;
}

.swiper-pagination {
  line-height: 0;
  z-index: 2;
}

.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 20px;
  bottom: auto;
}

.swiper-pagination-bullet.custom {
  width: 55px;
  height: 55px;
  opacity: 1;
  border: 1px #FFF solid;
  position: relative;
  margin: 0 9px !important;
}

.swiper-pagination-bullet.custom:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet.video span {
  position: absolute;
  top: 11px;
  left: 11px;
  bottom: 11px;
  right: 11px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.swiper-pagination-bullet.video span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 11px #D7182D solid;
  margin: -7px 0 0 -4px;
}

.swiper-pagination-bullet-active.custom:before {
  opacity: 0;
}

.swiper-scrollbar {
  height: 2px;
  background: none !important;
  position: relative;
  margin: 20px 0;
}

.swiper-scrollbar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10000px;
  height: 100%;
  background: #FFF;
}

.swiper-scrollbar-drag {
  background: #FFF !important;
  height: 22px !important;
  top: -10px !important;
}

.swiper-scrollbar-drag:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  left: -2px;
  right: -2px;
  background: #D7182D;
}

.swiper-scrollbar.type2 {
  margin-top: 40px;
}

.swiper-scrollbar.type2:before {
  background: #EBEBEB !important;
}

.swiper-scrollbar.type2 .swiper-scrollbar-drag {
  background-color: #EBEBEB !important;
}

.swiper-scrollbar.type2.type3 {
  margin-top: 60px;
}

.custom-fraction-wrap {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #898989;
  font-family: 'Montserrat', Arial, sans-serif;
}

.custom-fraction-wrap .swiper-pagination {
  position: relative;
  width: 200px;
  height: 3px;
}

.custom-fraction-wrap .custom-current {
  width: 20px;
  color: #D7182D;
}

.custom-fraction-wrap .custom-total {
  width: 20px;
  text-align: right;
}

.custom-fraction-wrap.relative {
  position: relative;
  bottom: 0;
}

.swiper-style1 {
  margin-bottom: 40px;
}

.swiper-style1 .swiper-slide {
  overflow: hidden;
}

.swiper-style1 .swiper-slide .content {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.swiper-style1 .swiper-slide .content .btn {
  margin-left: -50px;
  pointer-events: auto;
}

.swiper-style1 .swiper-slide .title {
  margin-bottom: 10px;
}

.swiper-style1 .swiper-slide .subtitle-text {
  letter-spacing: 8.5px;
  font-size: 17px;
  margin-bottom: 5px;
}

.signs-wrap-outer {
  position: relative;
  padding-bottom: 54%;
}

.signs-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.signs-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  opacity: .3;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}

.signs-wrap .close-layer {
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.signs-wrap.active .close-layer {
  opacity: .3;
  visibility: visible;
}

.signs-wrap.active .signs-image {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.signs-image {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  min-width: 100%;
}

.plus-item {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.plus-item:before, .plus-item:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: #D7182D;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.plus-item:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sign-item {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sign-item .plus-item {
  z-index: 1;
}

.sign-item .description {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.sign-item .description .title {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 200px;
  -webkit-transform: translate(50px, -50%);
  -ms-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  -webkit-transition: all .3s ease .3s, color .25s ease;
  -o-transition: all .3s ease .3s, color .25s ease;
  transition: all .3s ease .3s, color .25s ease;
  margin-left: 20px;
  font-weight: 700;
  opacity: 0;
}

.sign-item .image {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.sign-item .image:before, .sign-item .image:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

.sign-item .image:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: transparent;
  border-right-color: #D7182D;
}

.sign-item.active {
  opacity: 1;
}

.sign-item.active .plus-item {
  opacity: 0;
  pointer-events: none;
  background-color: #FFF;
}

.sign-item.active .description {
  opacity: 1;
  visibility: visible;
}

.sign-item.active .image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /* &:after {
                animation: rotation 4s linear forwards infinite;
            } */
}

.sign-item.active .title {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.complex-product-wrapper .colors-wrapper {
  margin-bottom: 80px;
}

.complex-product-wrapper .swiper-button-prev {
  left: -15px;
}

.complex-product-wrapper .swiper-button-next {
  right: -15px;
}

.complex-product-wrapper .bottom-row {
  margin-top: 60px;
}

.shape-img {
  position: relative;
  height: 124px;
  width: 124px;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.shape-img img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.shape-img .decor {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.shape-img .decor:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-49deg) scale(0);
  -ms-transform: skewX(-49deg) scale(0);
  transform: skewX(-49deg) scale(0);
  background-color: #D7182D;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.swiper-slide-thumb-active .shape-img .decor:before {
  -webkit-transform: skewX(-49deg) scale(1);
  -ms-transform: skewX(-49deg) scale(1);
  transform: skewX(-49deg) scale(1);
}

.swiper-style2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swiper-style2 .swiper-entry-top {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.swiper-style2 .swiper-entry-top .image {
  padding-bottom: 44%;
}

.swiper-style2 .as-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-style2 .as-tabs-nav > div {
  min-width: 130px;
  line-height: 40px;
  background-color: #FFF;
  padding: 0 10px;
  color: #202020;
  text-align: center;
  cursor: pointer;
}

.swiper-style2 .as-tabs-nav > div.active {
  opacity: .6;
  pointer-events: none;
}

.swiper-style2 .as-tab-entry {
  display: none;
}

.swiper-style2 .as-tab-entry:first-child {
  display: block;
}

.swiper-style2 .swiper-entry-bottom {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 25px 40px 0;
  text-align: center;
  z-index: 2;
}

.swiper-style2 .swiper-entry-bottom .swiper-slide {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.swiper-style2 .swiper-entry-bottom .swiper-slide.swiper-slide-thumb-active {
  opacity: .4;
}

.swiper-style2 .swiper-entry-bottom .image {
  padding-bottom: 69%;
  margin-bottom: 10px;
}

.swiper-thumbs-bottom .swiper-slide {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .plus-item:hover {
    background-color: white;
  }
  .sign-item .description:hover .title {
    color: #D7182D;
  }
  .sign-item.active:hover .plus-item {
    opacity: 1;
  }
  .shape-img:hover .decor:before {
    -webkit-transform: skewX(-49deg) scale(1);
    -ms-transform: skewX(-49deg) scale(1);
    transform: skewX(-49deg) scale(1);
  }
  .swiper-style2 .swiper-entry-bottom .swiper-slide:hover {
    opacity: 0.4;
  }
  .swiper-style2 .as-tabs-nav > div:hover {
    opacity: .8;
  }
}

@media (max-width: 1499px) {
  .complex-product-wrapper .colors-wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .swiper-scrollbar.type2 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .swiper-entry .swiper-button-prev.pos-2,
  .swiper-entry .swiper-button-next.pos-2 {
    bottom: 0;
  }
  .swiper-entry .swiper-button-prev.pos-2 {
    left: calc(50% - 130px);
    right: 130px;
  }
  .swiper-entry .swiper-button-next.pos-2 {
    right: calc(50% - 130px);
  }
  .swiper-scrollbar.type2.type3 {
    margin-top: 30px;
  }
  .signs-wrap-outer {
    padding-bottom: 75%;
  }
  .sign-item .image {
    width: 90px;
    height: 90px;
  }
  .sign-item .description .image, .sign-item .description .title {
    -webkit-transition: 0s 0s;
    -o-transition: 0s 0s;
    transition: 0s 0s;
  }
  .signs-wrap.active .sign-item {
    opacity: 0;
    visibility: hidden;
  }
  .signs-wrap.active .sign-item.active {
    opacity: 1;
    visibility: visible;
    top: 50% !important;
    left: 50% !important;
    margin-left: -85px;
  }
  .signs-wrap.active .sign-item.active .image {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .signs-wrap.active .sign-item.active .title {
    -webkit-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
  }
  .complex-product-wrapper .bottom-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .complex-product-wrapper .custom-fraction-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -200px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
  }
  .complex-product-wrapper .swiper-button-prev,
  .complex-product-wrapper .swiper-button-next {
    top: 100%;
    margin-top: 100px;
  }
  .shape-img {
    margin: 0 auto;
  }
  .swiper-style2 .item12 {
    display: none;
  }
  .swiper-style2 .swiper-entry-bottom {
    margin: 10px 10px 0;
  }
}

@media (max-width: 575px) {
  .swiper-style1 {
    margin: 0 -15px;
  }
  .swiper-style1 .swiper-slide .content {
    position: relative;
    left: 0;
    margin: 30px 0 0 15px;
  }
  .swiper-style1 .swiper-slide .content .subtitle-text {
    color: #D7182D;
  }
  .swiper-style1 .swiper-slide .content .title {
    color: #202020;
    text-shadow: none;
  }
  .swiper-style1 .swiper-slide .content .btn {
    margin-left: -15px;
  }
  .swiper-style1 .swiper-button-prev,
  .swiper-style1 .swiper-button-next {
    top: 284px !important;
    left: 0 !important;
    width: 50% !important;
  }
  .swiper-style1 .swiper-button-next {
    left: 50% !important;
  }
  .signs-wrap-outer {
    padding-bottom: 0;
    height: 300px;
  }
  .custom-fraction-wrap {
    display: none;
  }
  .swiper-style2 .swiper-entry-top .image {
    padding-bottom: 60%;
  }
  .swiper-style2 .swiper-entry-bottom .image {
    padding-bottom: 60%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tab-nav {
  position: relative;
}

.tab-nav.active .tab-title:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -2px;
}

.tab-title {
  display: none;
  cursor: pointer;
  position: relative;
}

.tab-title:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px currentColor solid;
  border-bottom: 2px currentColor solid;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tab-toggle {
  font-size: 0;
  margin: -14px;
  padding-bottom: 48px;
}

.tab-toggle .tab-menu {
  display: inline-block;
  text-decoration: none;
}

.tab-toggle .tab-menu.active {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  border-color: transparent;
  background: #FFF;
}

.tab-toggle .tab-menu,
.tab-title {
  cursor: pointer;
  color: #242424;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.57px;
  line-height: 16px;
  text-transform: uppercase;
  border: 1px #DFE3E6 solid;
  padding: 22px 40px;
  margin: 14px;
}

.tab {
  display: none;
}

.tab:nth-child(2) {
  display: block;
}

.graphics-entry {
  height: 160px;
  float: left;
  width: calc(50% + 95px);
  overflow: hidden;
  position: relative;
}

.graphics-entry .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #000;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  overflow: hidden;
}

.graphics-entry .bg div {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: inherit;
  -ms-transform-origin: inherit;
  transform-origin: inherit;
}

.graphics-entry .bg div:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.graphics-entry .align {
  position: relative;
  width: 10000px;
  padding: 0 30px;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}

.graphics-entry .text-align {
  max-width: 240px;
  display: inline-block;
}

.graphics-entry.right {
  margin-top: 40px;
  margin-left: -190px;
}

.graphics-entry.right .bg {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.graphics-entry.right .bg div:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.graphics-entry.right .btn span {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.graphics-entry.right .align {
  text-align: right;
}

.graphics-entry.style1 {
  height: 545px;
  width: calc(50% + 385px);
}

.graphics-entry.style1 .align {
  vertical-align: bottom;
  padding: 15px 30px 90px;
}

.graphics-entry.style1 .text-align {
  max-width: 370px;
}

.graphics-entry.style1.right {
  margin-top: 240px;
  margin-left: -770px;
}

.graphics-entry .btn,
.graphics-entry .btn-nav {
  position: absolute;
  left: 0;
  bottom: 0;
}

.graphics-entry.right .btn,
.graphics-entry.right .btn-nav {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

@media (min-width: 1200px) {
  .tab-toggle .tab-menu:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 991px) {
  .graphics-entry,
  .graphics-entry.right {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .graphics-entry.right .align {
    text-align: left;
  }
  .graphics-entry.right .btn-nav {
    left: 0;
    right: auto;
  }
  .graphics-entry .bg, .graphics-entry .bg div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .graphics-entry.style1 {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .tab-title {
    display: block;
    margin: 0 0 15px 0;
  }
  .tab-toggle {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #FFF;
    margin: 0;
    padding: 0;
    z-index: 2;
    overflow: auto;
    max-height: 300px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  }
  .tab-toggle .tab-menu {
    display: block;
    margin: 0;
    border: 1px #DFE3E6 solid;
    margin-top: -1px;
  }
  .tab-toggle .tab-menu.active {
    background: #EEE;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tab-nav {
    margin-bottom: 30px;
  }
  .tab-nav.active .tab-toggle {
    display: block;
  }
  .tab-toggle .tab-menu,
  .tab-title {
    padding: 15px 25px;
  }
}

@media (max-width: 575px) {
  .graphics-entry .align {
    padding: 0 15px;
  }
  .graphics-entry.style1 .align {
    vertical-align: bottom;
    padding: 15px 15px 80px;
  }
}

/*------------------------------*/
/* ROUND THUMBS */
/*------------------------------*/
.round-thumbs-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.round-thumbs-list .round-thumb {
  position: absolute;
  top: 19%;
  right: 100%;
  margin-right: -60px;
}

.round-thumbs-list .round-thumb:nth-child(2) {
  top: 41%;
  margin-right: -35px;
}

.round-thumbs-list .round-thumb:nth-child(3) {
  top: 63%;
}

.round-thumbs-list .round-thumb:last-child {
  margin-bottom: 0;
}

.round-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.round-thumb .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-box-shadow .25s ease;
  transition: -webkit-box-shadow .25s ease;
  -o-transition: box-shadow .25s ease;
  transition: box-shadow .25s ease;
  transition: box-shadow .25s ease, -webkit-box-shadow .25s ease;
  border: 2px solid #FFF;
}

.round-thumb .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.round-thumb .color-title {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
  width: 150px;
  text-align: right;
}

.ie .round-thumb {
  display: block;
}

.ie .round-thumb .color-title {
  position: absolute;
  right: 85px;
  top: 25px;
}

.round-thumb.active .image {
  border-width: 4px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
}

.round-thumb.active .color-title {
  color: #D7182D;
}

@media (min-width: 992px) {
  .round-thumb:hover .image {
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
  }
  .round-thumb:hover .color-title {
    color: #D7182D;
  }
}

@media (max-width: 1499px) {
  .round-thumb .image {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 1199px) {
  .round-thumb .image {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 565px) {
  .round-thumbs-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .round-thumbs-list .round-thumb {
    position: relative;
    top: 0;
    margin-right: 0 !important;
    right: 0;
    width: 50%;
    margin-top: 20px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SUBMENU */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.slide-toggle {
  display: none;
}

.submenu-wrap {
  position: relative;
  height: 40px;
  background-color: #DFE3E6;
}

.submenu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 40px;
  text-align: center;
  background-color: #DFE3E6;
  font-size: 13px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}

.submenu.submenu-fixed {
  position: fixed;
  top: 85px;
  z-index: 100;
}

.submenu a {
  color: #515151;
  margin: 0 15px;
  text-decoration: none;
}

.submenu a.active {
  color: #D7182D;
}

.submenu .submenu-title {
  display: none;
}

@media (min-width: 1200px) {
  .submenu a:hover {
    color: #D7182D;
  }
}

@media (max-width: 1199px) {
  .submenu a {
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  .submenu {
    z-index: 100;
  }
  .submenu .submenu-title {
    position: relative;
    display: block;
    padding: 0 15px;
  }
  .submenu .submenu-title:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px currentColor solid;
    border-bottom: 2px currentColor solid;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .submenu.active .submenu-title:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -2px;
  }
  .submenu.active .submenu-toggle {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .submenu.submenu-fixed {
    top: 60px;
  }
  .submenu-toggle {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #DFE3E6;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .submenu-toggle a {
    display: block;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ITEM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.item-shadow {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.item1 {
  text-align: center;
  padding: 30px 30px 50px;
  margin-bottom: 35px;
  background-color: #fff;
}

.item1 .title {
  margin-bottom: 30px;
  font-weight: 700;
}

.item1.type2 {
  height: 100%;
  background-color: #fff;
  padding: 30px 35px 35px;
  text-align: left;
}

.item1.type2 .title {
  margin-bottom: 10px;
}

.item1.type2 .title .text {
  margin-bottom: 10px;
}

.item1.type2 .text-sm {
  display: block;
  margin-bottom: 10px;
}

.item1.type3 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.item2 {
  max-width: 310px;
  margin: 0 auto 30px;
  text-align: center;
}

.item2 .image {
  height: 200px;
  margin-bottom: 10px;
}

.item2 .title {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.item3 {
  height: 100%;
  position: relative;
  padding: 30px 35px 45px;
  overflow: hidden;
}

.item3 .image {
  height: 200px;
  margin-bottom: 5px;
}

.item3 .image img {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item3 .text-xxl {
  position: absolute;
  top: 160px;
  left: -50px;
  opacity: .4;
  z-index: -1;
}

.item4-wrap .item4:not(:last-child) {
  margin-bottom: 10px;
}

.item4 {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  padding: 8px 10px 8px 30px;
  border: 1px solid #F4F4F4;
  background: rgba(255, 255, 255, 0.8);
}

.item4 > .title {
  -ms-flex-item-align: center;
  align-self: center;
}

.item4 .text-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

.item5-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item5-wrap .item5 {
  width: 33.33%;
}

.item5-wrap .item5:nth-child(-n+3) .item5-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 70%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}

.item5 {
  position: relative;
  display: block;
  overflow: hidden;
}

.item5-behind {
  padding-bottom: 83%;
}

.item5 .title {
  padding-left: 25px;
  margin-bottom: 10px;
}

.item5 .description {
  position: absolute;
  left: 0;
  bottom: 15px;
}

.item5-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
}

.item5-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 218, 218, 0.5);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(50.3deg);
  -ms-transform: skewX(50.3deg);
  transform: skewX(50.3deg);
}

.item5-top .description {
  bottom: 30px;
  z-index: 1;
}

.item5-top .image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 90%;
  width: 55%;
  z-index: 1;
}

.item6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.item6 .image {
  width: 100px;
  height: 100px;
  background-color: #D0D4D7;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.item6 .image .img-max {
  max-width: 90%;
  max-height: 90%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.item6 .description {
  max-width: calc(100% - 100px);
  padding-left: 10px;
  -ms-flex-item-align: center;
  align-self: center;
}

.ie .item6 .description {
  width: 100%;
}

.item6 .description .title,
.item6 .description .text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.item6.type2 .image {
  width: 130px;
  height: 130px;
}

.item6.type2 .image .bg-full {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.item6.type2 .description {
  padding-left: 25px;
  max-width: unset;
}

.item6.type2 .description .title {
  margin-bottom: 10px;
}

.item6.type2 .description .title,
.item6.type2 .description .text {
  white-space: normal;
}

.item6.type2 + .item6 {
  margin-top: 25px;
}

.stars {
  font-size: 0;
  line-height: 1;
}

.stars li {
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(../img/star-icon.svg) no-repeat 50% 50%;
  background-size: contain;
}

.stars li:not(:last-child) {
  margin-right: 10px;
}

/* .item7-wrap {
    .item7 {
        &:not(:first-child) {
            border-top: 0;
        }
        &:last-child {
            border-bottom: 0;
        }
    }
} */
.item7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 45px 45px 0;
  border-top: 1px solid #EFEFEF;
}

.item7 .left {
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 56px;
}

.item7 .left .image {
  width: 74px;
  height: 74px;
  overflow: hidden;
  margin-bottom: 10px;
}

.item7 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -56px;
}

.item7 .info .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.item7 .right {
  padding-left: 15px;
}

.item7 .right .title {
  margin-bottom: 15px;
}

.item7 .stars {
  margin-bottom: 20px;
}

.item8 {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.item8 .image-thumbnail {
  margin: 40px;
  max-width: 300px;
}

.item8 .content {
  padding: 40px;
  border-left: 2px solid #f4f4f4;
}

.item8 .content > * {
  margin-bottom: 20px;
}

.item8 .content > *:last-child {
  margin-bottom: 0;
}

.item8 .description {
  font-weight: 600;
}

.item8 .description.w-regular {
  font-weight: 400;
}

.item8.text-center {
  display: block;
}

.item8.text-center .image-thumbnail {
  margin: 0;
}

.item8.text-center .content {
  padding: 15px 0;
  border-left: none;
}

.item8.text-center .content > * :not(:last-child) {
  margin-bottom: 20px;
}

.item8.text-center .h3 {
  letter-spacing: 0;
}

.item8.text-center .text-sm {
  font-weight: 600;
  text-decoration: none;
}

/*.item8 .text-md {*/
/*  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;*/
/*}*/

.item8 .text-custom a {
  color: #000;
}

.item9 {
  padding: 30px 30px 45px;
}

.item9 > * {
  margin-bottom: 15px;
}

.item9 > *:last-child {
  margin-bottom: 0;
}

.item10 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item10 .image {
  width: 360px;
  height: 360px;
  margin-right: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.item10 .image-thumbnail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
  max-width: 50%;
}

.item10 .item10-img {
  display: block;
  width: 100%;
  height: 100%;
}

.item10 .content {
  max-width: 650px;
  margin-top: 30px;
  padding-bottom: 100px;
}

.item10 .content .btn {
  margin-top: 15px;
}

.item10.type-2 .content {
  margin-top: 0;
}

.item10.type-smaller {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item10.type-smaller .image {
  width: 160px;
  margin-right: 30px;
  height: 160px;
  overflow: hidden;
}

.item10.type-smaller .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.38);
}

.item10.type-smaller .image > span {
  position: absolute;
  top: 116px;
  left: 5px;
  right: 5px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: .86px;
  text-transform: uppercase;
}

.item10.type-smaller .btn-play {
  z-index: 1;
}

.item10.type-smaller .content {
  margin-top: 0;
  padding-bottom: 0;
}

.item11-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item11-wrap .item11 {
  margin-right: 15px;
  margin-bottom: 20px;
}

.item11 {
  position: relative;
  width: 156px;
  display: block;
}

.item11 .image {
  padding-bottom: 100%;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}

.item11 .image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 33%;
  width: 100%;
  opacity: .9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#D8D8D8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #D8D8D8 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D8D8D8 100%);
}

.item11-title {
  color: #202020;
  font-weight: 700;
  letter-spacing: 2.57px;
  display: -webkit-box;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.item11-subtitle {
  color: #898989;
  display: -webkit-box;
  max-height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.item11 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 10px;
  color: #D7182D;
  text-transform: uppercase;
  font-weight: 700;
}

.item11 .icon .text-xs {
  font-size: 10px;
}

.item11 .icon img {
  display: block;
  margin-left: 5px;
  max-width: 36px;
  max-height: 36px;
}

.item12 {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  padding: 20px 20px 20px 115px;
  min-height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.item12:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.item12 .title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.item12 > * {
  position: relative;
}

.schedule-table tr,
.schedule-table table tr {
  border: none;
}

.schedule-table tr:nth-child(odd), .schedule-table tr:nth-child(even),
.schedule-table table tr:nth-child(odd),
.schedule-table table tr:nth-child(even) {
  background-color: transparent;
}

.schedule-table td,
.schedule-table table td {
  color: #515151;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  padding: 3px 0;
}

.schedule-table td:first-child,
.schedule-table table td:first-child {
  color: #000;
  padding-left: 10px;
}

.schedule-table td:first-child,
.schedule-table table td:first-child {
  padding-right: 10px;
}

.schedule-table td:last-child,
.schedule-table table td:last-child {
  padding-left: 10px;
}

.helpful-tools-banner .schedule-table td:first-child {
  padding-left: 0;
}

.icon-text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  min-height: 25px;
}

.icon-text img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 25px;
  max-width: 25px;
}

.tags-wrap {
  font-size: 0;
}

.tags-wrap .tag-btn {
  margin-bottom: 5px;
}

.tags-wrap .tag-btn:not(:last-child) {
  margin-right: 5px;
}

.tag-btn {
  cursor: pointer;
  min-width: 160px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  padding: 9px 15px;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.tag-btn.active {
  background-color: #DFDFDF;
  padding-right: 25px;
}

.tag-btn:active {
  color: #D7182D;
}

.lr-item-wrap .lr-item:not(:last-child) {
  margin-bottom: 25px;
}

.lr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lr-item .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 39%;
  padding-bottom: 23%;
}

.lr-item .content {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 30px 100px 30px 70px;
}

.lr-item .content .title {
  margin-bottom: 15px;
}

.lr-item .content .btn {
  margin-top: 30px;
}

/* left right item with brightcore video */
.lr-item.video-type .image {
  width: 44%;
}

iframe.BrightcoveExperience {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .lr-item.video-type .image {
    width: 50%;
    padding-bottom: 26%;
  }
}

@media (max-width: 767px) {
  .lr-item.video-type .image {
    width: 100%;
    padding-bottom: 52%;
  }
  .item3 .image img {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* end of left right item with brightcore video */
.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ie .features-list {
  display: block;
}

.ie .features-list li {
  float: left;
}

.features-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 35px;
}

.features-list .image {
  height: 100px;
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.features-list .content {
  margin-left: 15px;
  padding-right: 15px;
}

.features-list .title {
  margin: 5px 0 10px;
}

.item13 {
  position: relative;
  width: 59%;
  margin-top: -24px;
}

.item13 div[data-bg] {
  padding-top: 100%;
  background: center / contain no-repeat;
}

.item13 div[data-bg] > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .45;
  color: #fff;
  text-align: center;
  font-size: 83px;
  font-weight: 700;
  line-height: 135px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
}

.block-style12 .item13 div[data-bg] > span {
  right: 80px;
}

@media (max-width: 1359px) {
  .block-style12 .item13 div[data-bg] > span {
    right: 60px;
  }
}

@media (max-width: 767px) {
  .block-style12 .item13 div[data-bg] > span {
    right: 30px;
  }
}

.item14-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.item14-wrap .item14 {
  margin: 0 8px 20px;
}

.item14 {
  width: 180px;
  text-align: center;
  cursor: pointer;
}

.item14 .image {
  position: relative;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.item14 .bg-full {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media (min-width: 1200px) {
  .item14:hover .bg-full {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .item14:hover .title {
    color: #D7182D;
  }
  .item4:hover > .title {
    color: #898989;
  }
  .item4:hover .text-icon {
    text-decoration: underline;
  }
  .item4:hover .text-icon .icon {
    opacity: .8;
  }
  .item5:hover .item5-top {
    opacity: 0;
  }
  .tag-btn:hover {
    background-color: #DFDFDF;
  }
  .item8.text-center a.text-sm:hover {
    color: #D7182D;
  }
}

@media (max-width: 1199px) {
  .item10 .image {
    width: 300px;
    height: 300px;
  }
  .lr-item .content {
    padding: 20px 60px 20px 40px;
  }
  .item1.type2 {
    padding: 15px 15px 20px;
  }
  .item8.text-center .h3 br {
    display: none;
  }
  .item13 {
    width: 68%;
    margin-top: -10px;
  }
  .item13 div[data-bg] > span {
    font-size: 64px;
    line-height: 88px;
  }
}

@media (min-width: 992px) {
  .item6-row > *[class*="col-"]:nth-child(n+4) {
    margin-top: 40px;
  }
  .item6 .image:hover .img-max,
  .item6 .image:hover .bg-full {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@media (max-width: 991px) {
  .item5-wrap .item5 {
    width: 50%;
  }
  .item5-wrap .item5:nth-child(3) .item5-top:after {
    content: none;
  }
  .item7 {
    padding-right: 20px;
  }
  .item7 .left {
    width: 220px;
  }
  .item8 .image-thumbnail {
    margin: 30px;
    max-width: 200px;
  }
  .item8 .content {
    padding: 30px;
  }
  .item8 .content > * {
    margin-bottom: 15px;
  }
  .item8 .content > *:last-child {
    margin-bottom: 0;
  }
  .lr-item .content {
    padding: 20px 30px;
  }
  .lr-item .image {
    width: 50%;
    padding-bottom: 30%;
  }
  .features-list li {
    width: 50%;
  }
  .item13 {
    width: 100%;
    margin-top: 0;
  }
  .item13 div[data-bg] > span {
    font-size: 56px;
    line-height: 76px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item6-row > *[class*="col-"]:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (min-width: 767px) {
  .lr-item.reverse .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lr-item.reverse .content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 767px) {
  .lr-item-wrap .lr-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .lr-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lr-item .image {
    width: 100%;
    padding-bottom: 60%;
  }
  .lr-item .content {
    padding: 20px 0 0 0;
  }
  .lr-item .content .title {
    margin-bottom: 10px;
  }
  .lr-item .content .btn {
    margin-top: 20px;
  }
  .item3 {
    height: auto;
    margin-bottom: 30px;
  }
  .item4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 10px;
  }
  .item4 .text-icon {
    margin-left: 0;
  }
  .item4 .title {
    display: block;
    width: 100%;
  }
  .item4 > .title {
    margin-bottom: 15px;
  }
  .text-icon .icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .text-icon.color-primary .icon {
    display: none;
  }
  .item6-row > *[class*="col-"]:nth-child(n+2) {
    margin-top: 20px;
  }
  .item8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .item8 .image-thumbnail {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .item8 .content {
    border-left: 0;
    border-top: 2px solid #f4f4f4;
    padding: 20px 0 0;
  }
  .item8.text-center .content {
    border: none;
  }
  .item10 {
    display: block;
  }
  .item10 .image {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
  .item10 .image-thumbnail {
    max-width: 100%;
  }
  .item10 .content {
    padding-bottom: 60px;
  }
  .item10.type-2 .content {
    margin-top: 30px;
  }
  .item10.type-smaller .image {
    width: 136px;
    height: 136px;
    margin: 0 auto 30px;
  }
  .item10.type-smaller .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.38);
  }
  .item10.type-smaller .image > span {
    top: 102px;
  }
  .item10.type-smaller .btn-play {
    z-index: 1;
  }
  .item10.type-smaller .content {
    margin-top: 0;
    padding-left: 0;
    text-align: center;
    padding-bottom: 60px;
  }
  .item11-wrap .item11 {
    margin-right: 10px;
  }
  .item1.type2 {
    height: auto;
    margin-top: 30px;
  }
  .tag-btn {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tag-btn:last-child {
    margin-bottom: 0;
  }
  .schedule-table td:first-child,
  .schedule-table table td:first-child {
    padding-left: 10px;
  }
  .schedule-table td:last-child,
  .schedule-table table td:last-child {
    text-align: right;
    padding-right: 10px;
  }
  .features-list li {
    display: block;
    text-align: center;
  }
  .features-list .image {
    margin: 0 auto 18px;
  }
  .features-list .content {
    margin-left: 15px;
    padding-right: 15px;
  }
  .features-list .title {
    margin: 5px 0 10px;
  }
  .item14-wrap .item14 {
    width: 50%;
    margin: 0 0 15px;
    padding: 0 8px;
  }
}

@media (max-width: 575px) {
  .item1 {
    padding: 20px 20px 30px;
  }
  .item1 .title {
    margin-bottom: 20px;
  }
  .item1.type2 {
    padding: 15px 15px 20px;
  }
  .item3 {
    padding: 20px 20px 30px;
  }
  .item3 .image {
    height: 150px;
  }
  .item3 .text-xxl {
    top: 100px;
  }
  /* .item4 {
        padding-left: 15px;
        flex-direction: column;
        > .title {
            align-self: flex-start;
        }
        .text-icon {
            margin-left: auto;
            margin-top: 10px;
        }
    } */
  .item5-wrap .item5 {
    width: 100%;
  }
  .item5-wrap .item5:nth-child(2) .item5-top:after {
    content: none;
  }
  .item5 .title {
    padding-left: 25px;
  }
  .item5 .title br {
    display: none;
  }
  .item5-top .description {
    width: 45%;
    bottom: 30px;
  }
  .item5-top .image {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 90%;
    width: 55%;
    z-index: 1;
  }
  .item6.type2 .image {
    width: 100px;
    height: 100px;
  }
  .item6.type2 .description {
    padding-left: 10px;
  }
  .item6.type2 .description .text {
    display: -webkit-box;
    max-height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .item7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
  }
  .item7 .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .item7 .left .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .item7 .info {
    margin-left: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .item7 .right {
    padding-left: 0;
  }
  .item7 .right .title {
    margin-bottom: 10px;
  }
  .item7 .stars {
    margin-bottom: 10px;
  }
  .item9 {
    padding: 20px 20px 30px;
  }
  .item9 > * {
    margin-bottom: 10px;
  }
  .item9 > *:last-child {
    margin-bottom: 0;
  }
  .features-list li {
    width: 100%;
  }
}

@media (max-width: 565px) {
  .item2 .image {
    height: 150px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.accordeon-entry {
  border: 1px solid #F4F4F4;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
}

.accordeon-entry:last-child {
  margin-bottom: 0;
}

.accordeon-entry.active .accordeon-button {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordeon-title {
  position: relative;
  padding: 15px 90px 15px 35px;
  cursor: pointer;
}

.accordeon-button {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(151, 151, 151, 0.4);
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.accordeon-button:before, .accordeon-button:after {
  content: '';
  position: absolute;
  height: 17px;
  width: 2px;
  background-color: #D7182D;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.accordeon-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordeon-toggle {
  display: none;
  padding: 5px 300px 25px 35px;
}

@media (min-width: 1200px) {
  .accordeon-title:hover {
    color: #898989;
  }
  .accordeon-title:hover .accordeon-button {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (max-width: 991px) {
  .accordeon-toggle {
    padding-right: 90px;
  }
}

@media (max-width: 575px) {
  .accordeon-title {
    padding-left: 15px;
    padding-right: 65px;
  }
  .accordeon-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PAGINATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.page-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}

.page-controls.type2 {
  padding-bottom: 0;
  padding-top: 20px;
  border-bottom: 0;
  border-top: 1px solid #EFEFEF;
}

.page-nav {
  font-size: 0;
}

.page-pagin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-pagin a,
.page-pagin span {
  width: 36px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.page-pagin a:not(:last-child),
.page-pagin span:not(:last-child) {
  margin-right: 4px;
}

.page-pagin a.active,
.page-pagin span.active {
  background-color: #E2E0E0;
}

.page-pagin a.disabled,
.page-pagin span.disabled {
  pointer-events: none;
}

@media (min-width: 1200px) {
  .page-pagin a:hover {
    background-color: #E2E0E0;
  }
}

@media (max-width: 767px) {
  .page-controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .page-controls .page-nav {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BREAD CRUMBS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.breadcrumbs {
  font-weight: 500;
}

.breadcrumbs a {
  position: relative;
  text-decoration: none;
}

.breadcrumbs a:not(:last-child):after {
  content: ' >';
  position: relative;
  display: inline;
}

.breadcrumbs a.active {
  color:#D7182D;
  pointer-events: none;
}

.breadcrumbs.color-white a.active {
  color: currentColor;
}

@media (min-width: 1200px) {
  .breadcrumbs a:hover {
    color: #D7182D;
  }
  .breadcrumbs.color-white a:hover {
    color: currentColor;
    opacity: .8;
  }
}

@media (max-width: 767px) {
  /* .breadcrumbs {
        display: none;
    } */
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BEFORE / AFTER BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.before-after-wrap > .text {
  margin: 10px 0;
  color: #656565;
  font-family: 'Montserrat', Arial, sans-serif;
}

.before-after-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.before-after-title span {
  color: #515151;
  text-transform: uppercase;
}

.before-after {
  position: relative;
}

.before img,
.after img {
  display: block;
  width: 100%;
}

.before {
  position: relative;
  width: 100%;
}

.after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.handle {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background-color: #fff;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.handle:before, .handle:after {
  content: '';
  position: absolute;
}

.handle:before {
  top: 50%;
  left: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: -60px;
}

.handle:after {
  top: 0;
  bottom: 0;
  left: -5px;
  right: -5px;
}

.handle .btn-drag {
  top: 50%;
  margin-top: -60px;
}

.handle .btn-drag .icon-arrow {
  left: 50%;
}

.handle .btn-drag .icon-arrow:last-child {
  left: auto;
  right: 50%;
  margin: -1px 10px 0 0;
}

@media (min-width: 1200px) {
  .before-after:hover .btn-drag {
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .handle .btn-drag {
    opacity: .65;
  }
}

@media (min-width: 768px) {
  .before-after-title .h2 {
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .before-after-wrap > .text,
  .before-after-wrap .social {
    text-align: center;
  }
  .before-after-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .before-after-title .h2 {
    color: #242424;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.57px;
    line-height: 16px;
    text-transform: uppercase;
    border: 1px #DFE3E6 solid;
    padding: 22px 40px;
    margin-right: 20px;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none;
  }
  .before-after-title .h2:last-child {
    margin-right: 0;
  }
  .before-after-title .h2.active {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    border-color: transparent;
    background: #FFF;
  }
  .before-after {
    margin-bottom: 30px;
  }
  .before-after:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .after,
  .handler {
    pointer-events: none;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .after {
    width: 0;
  }
  .handle {
    left: 0;
  }
  .handle .btn-drag {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PROJECT GRID */
/*-------------------------------------------------------------------------------------------------------------------------------*/



.project-categories-wrap {
  position: relative;
}

.project-categories-wrap > .row > div {
  padding-right: 6%;
  margin-bottom: 30px;
}

.project-categories-wrap .supporting-title {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
}

.project-categories-grid {
  position: relative;
  margin: -6px;
}

.project-categories-grid .project-category {
  float: left;
}

.project-categories-grid .project-category:nth-child(1) > div {
  padding-top: 64%;
}

.project-categories-grid .project-category:nth-child(2) {
  float: right;
}

.project-categories-grid .project-category:nth-child(2) > div {
  padding-top: 100%;
}

.project-categories-grid .project-category:nth-child(4), .project-categories-grid .project-category:nth-child(5) {
  float: right;
  width: 25%;
}

.project-categories-grid .project-category:nth-child(4) > div, .project-categories-grid .project-category:nth-child(5) > div {
  padding-top: 130%;
}

.project-categories-grid .project-category:nth-child(4):last-child {
  float: left;
}

.project-categories-grid .project-category:nth-child(6) > div {
  padding-top: 100%;
}

.project-categories-grid .project-category:nth-child(8) {
  float: right;
}

.project-categories-grid .supporting-title {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.project-category {
  position: relative;
  width: 50%;
  border: 6px solid #fff;
}

.project-category > div {
  position: relative;
  padding-top: 64%;
  background: center / cover no-repeat;
}

.project-category .color-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.34);
}

.project-category .color-white .h3 {
  margin-bottom: 28px;
}

.project-category .text-xs {
  letter-spacing: 2.84px;
  text-transform: uppercase;
}

.project-grid .signs-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.project-grid .signs-wrap:after {
  display: none;
}

.project-grid-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.project-grid-img:last-child {
  margin-bottom: 0;
}

.project-grid-img > div {
  background: center / cover no-repeat;
}

.project-grid-img.size-1 {
  padding-top: 127%;
}

.project-grid-img.size-2 {
  padding-top: 62%;
}

.project-grid-img.size-3 {
  padding-top: 154.3%;
}

.project-grid-img.size-4 {
  padding-top: 69.3%;
}

.project-grid-img.size-5 {
  padding-top: 89%;
}

.project-grid-img.size-6 {
  padding-top: 90.5%;
}

.project-grid-img.size-7 {
  padding-top: 110%;
}

.project-grid-img.size-8 {
  padding-top: 158.5%;
}

.project-grid-img.size-9 {
  padding-top: 74%;
}

@media (min-width: 1200px) {
  .project-category:hover .color-white {
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .project-category .color-white {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .project-category .color-white .h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .project-categories-grid .project-category {
    width: 100%;
  }
  .project-categories-grid .project-category:nth-child(4), .project-categories-grid .project-category:nth-child(5) {
    width: 50%;
  }
}

@media (max-width: 565px) {
  .project-categories-grid .project-category:nth-child(4), .project-categories-grid .project-category:nth-child(5) {
    width: 100%;
  }
}

@media (max-width: 1399px) and (min-width: 768px) {
  .project-grid.style-1 > div:nth-of-type(2) .project-grid-img:first-child {
    margin-top: -200px !important;
  }
}

@media (max-width: 1359px) and (min-width: 1200px) {
  .project-grid.style-6 > div:nth-of-type(1) .project-grid-img.size-8 {
    margin-top: -90px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .project-grid.style-6 > div:nth-of-type(1) .project-grid-img.size-8 {
    margin-top: -60px !important;
  }
  .project-grid.style-6 > div:nth-of-type(2) .project-grid-img:first-child {
    margin-top: 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .project-grid.style-6 > div:nth-of-type(1) .project-grid-img.size-8 {
    margin-top: -30px !important;
  }
  .project-grid.style-6 > div:nth-of-type(2) .project-grid-img:first-child {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .project-grid.style-1 .project-grid-img.size-3, .project-grid.style-2 .project-grid-img.size-3, .project-grid.style-3 .project-grid-img.size-3, .project-grid.style-4 .project-grid-img.size-3, .project-grid.style-5 .project-grid-img.size-3 {
    padding-top: 0;
    height: 100%;
  }
  .project-grid.style-1 > div:nth-of-type(2) .project-grid-img, .project-grid.style-2 > div:nth-of-type(2) .project-grid-img, .project-grid.style-3 > div:nth-of-type(2) .project-grid-img {
    margin-right: 10.5%;
  }
  .project-grid.style-1 > div:nth-of-type(3) .project-grid-img, .project-grid.style-2 > div:nth-of-type(3) .project-grid-img, .project-grid.style-3 > div:nth-of-type(3) .project-grid-img, .project-grid.style-1 > div:nth-of-type(3) .additional-info, .project-grid.style-2 > div:nth-of-type(3) .additional-info, .project-grid.style-3 > div:nth-of-type(3) .additional-info{
    margin-left: -8%;
  }
  .project-grid.style-1 > div:nth-of-type(3) .project-grid-img.has-description, .project-grid.style-2 > div:nth-of-type(3) .project-grid-img.has-description, .project-grid.style-3 > div:nth-of-type(3) .project-grid-img.has-description, .project-grid.style-4 > div:nth-of-type(3) .project-grid-img.has-description{
    margin-top: -60px!important;
  }
  .project-grid .project-grid-img.has-description{
    margin-bottom: 0px!important;
  }
  .project-grid.style-2 > div:nth-of-type(2) .project-grid-img:first-child, .project-grid.style-3 > div:nth-of-type(2) .project-grid-img:first-child {
    margin-top: -114px;
  }
  .project-grid.style-1 .title {
    margin-bottom: 15px;
  }
  .project-grid.style-1 > div:nth-of-type(2) .project-grid-img:first-child {
    margin-top: -225px;
  }
  .project-grid.style-2 > div:nth-of-type(4) .project-grid-img {
    margin-top: 30px;
  }
  .project-grid.style-3 > div:nth-of-type(2) .project-grid-img:first-child {
    margin-top: -114px;
  }
  .project-grid.style-3 > div:nth-of-type(4) .project-grid-img, .project-grid.style-3 > div:nth-of-type(5) .project-grid-img {
    margin-top: 30px;
  }
  .project-grid.style-3 > div:nth-of-type(4) .project-grid-img {
    margin-right: -8.5%;
  }
  .project-grid.style-3 > div:nth-of-type(4) .project-grid-img.size-3 {
    height: calc(100% - 30px);
  }
  .project-grid.style-3 > div:nth-of-type(5) .project-grid-img, .project-grid.style-3 > div:nth-of-type(5) .additional-info{
    margin-left: 12%;
  }
  .project-grid.style-4 > div:nth-of-type(2) .project-grid-img, .project-grid.style-4 > div:nth-of-type(3) .project-grid-img {
    margin-bottom: 30px;
  }
  .project-grid.style-4 > div:nth-of-type(2) .project-grid-img {
    margin-top: -208px;
    margin-right: -7.5%;
  }
  .project-grid.style-4 > div:nth-of-type(3) .project-grid-img, .project-grid.style-4 > div:nth-of-type(3) .additional-info{
    margin-left: 11%;
  }
  .project-grid.style-4 > div:nth-of-type(3) .project-grid-img.size-3 {
    height: calc(100% - 30px);
  }
  .project-grid.style-4 > div:nth-of-type(4) .project-grid-img {
    margin-right: 10.5%;
  }
  .project-grid.style-4 > div:nth-of-type(5) .project-grid-img, .project-grid.style-4 > div:nth-of-type(5) .additional-info{
    margin-left: -7.5%;
  }
  .project-grid.style-5 > div:nth-of-type(2) .project-grid-img {
    margin-top: -50px;
    margin-right: -3.4%;
    height: calc(100% + 50px);
  }
  .project-grid.style-5 > div:nth-of-type(2) .project-grid-img.has-description {
    margin-top: -100px;
  }

  .project-grid.style-5 > div:nth-of-type(3) .project-grid-img, .project-grid.style-5 > div:nth-of-type(3) .additional-info{
    margin-left: 3.4%;
  }
  .project-grid.style-5 > div:nth-of-type(4), .project-grid.style-5 > div:nth-of-type(5) {
    margin-top: 30px;
  }
  .project-grid.style-5 > div:nth-of-type(4) .project-grid-img {
    margin-right: -10%;
  }
  .project-grid.style-5 > div:nth-of-type(5) .project-grid-img, .project-grid.style-5 > div:nth-of-type(5) .additional-info {
    margin-left: 3%;
  }
  .project-grid.style-6 > div .project-grid-img {
    margin-bottom: 20px;
  }
  .project-grid.style-6 > div .project-grid-img:last-child {
    margin-bottom: 0;
  }
  .project-grid.style-6 > div:nth-of-type(1) .project-grid-img {
    margin-right: -8.2%;
  }
  .project-grid.style-6 > div:nth-of-type(1) .project-grid-img.size-8 {
    margin-top: -140px;
  }
  .project-grid.style-6 > div:nth-of-type(2) .project-grid-img {
    margin-left: 5%;
    margin-right: -15%;
  }
}

@media (max-width: 767px) {
  .project-grid > div {
    margin-bottom: 15px;
  }
  .project-grid > div:first-of-type, .project-grid > div:last-of-type {
    margin-bottom: 0;
  }
  .project-grid.style-6 > div:first-child {
    margin-bottom: 15px;
  }
  .project-grid-img {
    margin: 0 0 15px;
  }
  .project-grid-img:last-child {
    margin-bottom: 0;
  }
  .project-grid-img.size-1, .project-grid-img.size-2, .project-grid-img.size-3, .project-grid-img.size-4, .project-grid-img.size-5, .project-grid-img.size-6, .project-grid-img.size-7, .project-grid-img.size-8, .project-grid-img.size-9 {
    padding-top: 70.18%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.map-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 71%;
  height: 580px;
  padding-top: 0;
}

.map-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 68.5%;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: skew(-47deg);
  -ms-transform: skew(-47deg);
  transform: skew(-47deg);
}

.map-block {
  width: 100%;
  height: 100%;
}

.schedule-tabs-wrap {
  position: relative;
  min-height: 392px;
  z-index: 1;
  background-color: #fff;
}

.schedule-tab {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.schedule-tab:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -2;
}

.schedule-tab .tab-toggle {
  padding-bottom: 0;
}

.schedule-tab .tab-menu {
  padding: 15px;
  margin: 10px;
}

.schedule-tab.active {
  display: block;
  opacity: 1;
  z-index: 1;
}

.contact-us .wrapper-bg {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-us .graphics-entry {
  height: 140px;
  position: absolute;
  left: 85%;
  bottom: 25px;
  width: 10000px;
  background: #D7182D;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.contact-us .container > .row > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us .item8 {
  width: 100%;
}

.contacts .banner-angle > div {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fade-out {
  opacity: 0;
}

.contacts-map {
  margin-top: -15px;
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.contacts-map .map-wrap {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  padding-top: 28.6%;
}

.contacts-map .map-wrap:after {
  display: none;
}

.contacts-map.active {
  opacity: 1;
  height: auto;
}

@media (max-width: 1399px) {
  .map-wrap {
    top: auto;
    width: 79%;
    height: auto;
    padding-top: 40%;
  }
  .map-wrap:after {
    right: 64%;
  }
}

@media (max-width: 1199px) {
  .map-wrap {
    width: 80%;
  }
  .map-wrap:after {
    right: 64%;
  }
}

@media (max-width: 991px) {
  .map-wrap {
    width: 75%;
    padding-top: 38%;
  }
  .map-wrap:after {
    right: 68%;
  }
  .schedule-tabs-wrap .item9 {
    padding: 30px 15px;
  }
  .contact-us .item8 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .map-wrap {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 40px -15px 0;
    padding-top: 80%;
  }
  .map-wrap:after {
    display: none;
  }
  .schedule-tabs-wrap .tab-nav,
  .schedule-tabs-wrap .tab-title {
    margin: 0;
  }
  .schedule-tabs-wrap .tab-menu {
    margin: -1px 0 0;
  }
  .schedule-tabs-wrap .item9 {
    padding: 15px;
  }
  .contacts-map {
    margin: 30px -15px 0;
  }
  .contacts-map .map-wrap {
    margin: 0;
    padding-top: 80%;
  }
  .contact-us .btn {
    display: block;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TESTIMONIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.testimonials-banner {
  position: relative;
}

.testimonials-banner .swiper-container {
  overflow: visible;
}

.testimonials-banner .swiper-slide .row > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 9% 115px 15px;
}

.testimonials-banner .swiper-slide .row > div:first-child > div {
  width: 100%;
}

.testimonials-banner .swiper-slide .row > div:last-child {
  position: static;
  height: 575px;
}

.testimonials-banner .custom-fraction-wrap {
  position: relative;
  right: auto;
  bottom: auto;
}

.testimonials-banner .h3,
.testimonials-banner .text,
.testimonials-banner .icon-text span {
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.testimonials-banner .h3 {
  -webkit-line-clamp: 1;
}

.testimonials-banner .text {
  -webkit-line-clamp: 4;
}

.testimonials-banner .icon-text {
  padding-left: 42px;
}

.testimonials-banner .icon-text img {
  top: 2px;
  max-width: 32px;
  max-height: 32px;
}

.testimonials-banner .icon-text span {
  -webkit-line-clamp: 2;
}

.testimonials-banner .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -56px;
  margin-left: -40px;
}

.testimonials-banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials-banner-caption .row > div {
  padding: 0 9% 0 15px;
}

.testimonials-banner-caption .h1 {
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.testimonial-slide-img {
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  width: 66%;
  overflow: hidden;
  background: center / cover no-repeat;
}

.testimonial-slide-img:after {
  content: '';
  position: absolute;
  left: -166px;
  bottom: -2px;
  width: 300px;
  height: 250px;
  background-color: #fff;
  -webkit-transform: skew(47deg);
  -ms-transform: skew(47deg);
  transform: skew(47deg);
}

.stars {
  margin-bottom: 10px;
}

.stars span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: center / contain no-repeat;
}

.stars span:last-child {
  margin-right: 0;
}

.filter {
  width: 100%;
}

.filter > span {
  display: none;
}

.filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.filter li {
  cursor: pointer;
  margin-right: 30px;
}

.filter li img,
.filter li span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.filter li img {
  max-width: 34px;
  max-height: 34px;
  margin-right: 5px;
}

.filter li:last-child {
  margin-right: 0;
}

.filter li.active span {
  color: #D7182D;
}

.filter-items-wrap {
  width: 100%;
}

@media (min-width: 1200px) {
  .filter li span:hover {
    color: #D7182D;
  }
}

@media (max-width: 1599px) {
  .testimonials-banner .swiper-slide .row > div:first-child {
    padding: 0 5% 115px;
  }
  .testimonials-banner-caption {
    height: 140px;
  }
  .testimonials-banner-caption .row > div {
    padding: 0 5%;
  }
}

@media (max-width: 1399px) {
  .testimonials-banner .swiper-slide .row > div:first-child {
    padding: 0 3% 115px;
  }
  .testimonials-banner-caption .row > div {
    padding: 0 3%;
  }
}

@media (max-width: 1199px) {
  .testimonials-banner .swiper-slide .row > div:first-child {
    padding: 0 15px 60px;
  }
  .testimonials-banner .swiper-slide .row > div:last-child {
    height: 500px;
  }
  .testimonials-banner-caption .row > div {
    padding: 0 15px;
  }
  .testimonial-slide-img {
    width: 63%;
  }
  .testimonial-slide-img:after {
    left: -230px;
    width: 300px;
    height: 250px;
  }
}

@media (max-width: 991px) {
  .testimonials-banner .swiper-slide .row > div:first-child {
    padding: 0 15px 40px;
  }
  .testimonials-banner .swiper-slide .row > div:last-child {
    height: 460px;
  }
  .testimonials-banner-caption {
    height: 100px;
  }
  .testimonial-slide-img {
    width: 55%;
  }
  .testimonial-slide-img:after {
    left: -272px;
    width: 300px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .testimonials-banner {
    margin-bottom: 60px;
  }
  .testimonials-banner .custom-fraction-wrap {
    margin: 0 auto 15px;
  }
  .testimonials-banner .swiper-slide .row > div:first-child {
    text-align: center;
    padding: 0 15px;
  }
  .testimonials-banner .swiper-slide .row > div:last-child {
    position: relative;
    height: 200px;
  }
  .testimonials-banner .icon-text {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .testimonials-banner .icon-text img {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 10px;
  }
  .testimonials-banner .icon-text br {
    display: none;
  }
  .testimonials-banner .btn-play {
    margin-top: -40px;
  }
  .testimonials-banner-caption {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
  }
  .testimonial-slide-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
  }
  .testimonial-slide-img:after {
    display: none;
  }
  .filter {
    position: relative;
  }
  .filter > span {
    position: relative;
    display: block;
    color: #242424;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.57px;
    line-height: 16px;
    text-transform: uppercase;
    border: 1px #DFE3E6 solid;
    padding: 15px 25px;
    margin: 0 0 15px 0;
  }
  .filter > span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px currentColor solid;
    border-bottom: 2px currentColor solid;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .filter ul {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    overflow: auto;
    max-height: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  }
  .filter li {
    display: block;
    margin: 0;
    border: 1px #DFE3E6 solid;
    margin-top: -1px;
    margin-right: 0;
    padding: 15px 25px;
  }
  .filter li.active {
    background: #EEE;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .filter li img {
    display: none;
  }
  .filter li.active span {
    color: #000;
  }
  .filter.active > span:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -2px;
  }
  .filter.active ul {
    display: block;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ABOUT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.about-banner {
  margin-top: -100px;
}

.about-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  margin-left: -11%;
  margin-right: 9%;
}

.about-banner-content.style-2 {
  margin: 0;
  padding-top: 70px;
}

.about-banner-content.style-2 > div {
  position: relative;
}

.about-banner-content.style-2 .supporting-title {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: -1;
}

.about-banner-img {
  display: block;
}

.about-banner-img img {
  display: block;
  width: 100%;
}

.about-info .container:before {
  left: 15px;
}

.about-info .row > div:first-child > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}

.about-info .row > div:first-child > div img {
  display: block;
  width: 100%;
}

.about-info .row > div:last-child {
  padding: 30px 15px 30px 4.5%;
}

.quality-form {
  position: relative;
}

.quality-form .graphics-entry {
  position: absolute;
  right: -43%;
  bottom: 300px;
  height: 130px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background-color: #D7182D;
}

.quality-form .container > .row > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.quality-form.request-catalog .graphics-entry {
  top: -70px;
  right: -43%;
  bottom: auto;
}

@media (max-width: 1399px) {
  .about-info .row > div:last-child {
    padding: 0 15px 0 4.5%;
  }
}

@media (max-width: 1359px) {
  .about-banner-content.style-2 .supporting-title {
    top: 5px;
  }
}

@media (max-width: 1199px) {
  .about-banner {
    margin-top: -60px;
  }
  .about-banner-content.style-2 {
    padding-top: 45px;
  }
}

@media (max-width: 991px) {
  .about-banner {
    margin-top: 0;
  }
  .about-banner-content {
    margin: 0;
  }
  .about-banner-content.style-2 {
    padding: 0 0 0 8%;
  }
  .quality-form .graphics-entry {
    right: -80%;
  }
  .quality-form.request-catalog .graphics-entry {
    top: -70px;
    right: -90%;
  }
}

@media (max-width: 767px) {
  .about-banner .row > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-banner .row > div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-banner-img {
    margin-bottom: 30px;
  }
  .about-banner-content {
    min-height: auto;
  }
  .about-banner-content.style-2 {
    padding: 0;
    margin-top: 60px;
  }
  .about-info .container:before {
    left: -15px;
  }
  .about-info .row > div:first-child {
    margin-bottom: 30px !important;
  }
  .about-info .row > div:first-child > div {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -60px;
  }
  .quality-form:not(.request-catalog) .container > .row > div:last-child {
    display: block;
    margin-top: 60px;
  }
  .quality-form .btn {
    display: block;
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRODUCTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  *[data-main-image]:not(.selected):hover {
    opacity: .7;
  }

  #filter-btn-open:hover span {
    background-color: #D7182D;
  }
  .item:hover .full-size {
    z-index: 1;
    opacity: 1;
  }
  .item:hover .btn:hover {
    color: #fff;
  }
  #filter .nav-left:hover span {
    background-color: #202020;
  }
  .filter-item-title:hover {
    color: #D7182D;
  }
  .filter-item-title:hover:after {
    border-color: #D7182D;
  }
  /* .filter-item-content .checkbox-entry:hover span,*/
  /*  .filter-item-content .checkbox-entry:hover input:checked + span {
      color: #D7182D;
    }*/
  .filter-item-content .checkbox-entry:hover span:before, .filter-item-content .checkbox-entry:hover span:after {
    background-color: #D7182D;
  }
  .where-buy-header .input-wrapper.search button:hover path {
    fill: #D7182D;
  }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.footer-links li:first-child a {
  font-weight: 600;
  font-size: 90%;
  pointer-events: none;
}
footer {
  position: relative;
  background: url(../img/footer.png) right 5% center no-repeat;
  background-color: #202020;
  margin-left: 35px;
  padding: 70px 45px 45px 45px;
}

footer .subscribe {
  margin-top: -70px;
  margin-bottom: 50px;
  padding: 20px 80px 20px 45px;
  margin-left: -45px;
  background-color: rgba(19, 19, 19, 0.74);
  width: 63%;
}

footer .container {
  position: relative;
}

footer .container:before {
  content: '';
  position: absolute;
  left: -30px;
  right: -10000px;
  height: 100%;
  z-index: -1;
}

footer .btn-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.subscribe-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.subscribe-submit .input-wrapper {
  width: 100%;
}

.subscribe-submit .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

.subscribe-text {
  color: #CACACA;
}

#footer-logo {
  display: block;
  margin-bottom: 70px;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links li {
  padding: 8px 0;
  line-height: 0;
}

.footer-links a {
  color: #FFFFFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
}

.footer-content {
  max-width: 1600px;
}

.footer-bottom {
  color: #CACACA;
  /*font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;*/
  font-size: 13px;
  line-height: 27px;
  padding-top: 50px;
  margin-right: 80px;
}

@media (min-width: 1200px) {
  .footer-links a:hover {
    color: #D7182D;
  }
}

@media (max-width: 1499px) {
  footer .subscribe {
    width: 90%;
  }
}

@media (max-width: 1199px) {
  footer .subscribe {
    width: 100%;
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .subscribe-inner, .subscribe-submit {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  footer {
    margin-left: 0;
    background-image: none;
    padding: 35px 15px 15px 15px;
  }
  footer .subscribe {
    margin-top: -35px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    width: calc(100% + 30px);
    margin-bottom: 30px;
  }
  .subscribe-submit .btn {
    margin-left: 5px;
  }
  .footer-bottom {
    padding-top: 50px;
  }
  #footer-logo {
    margin-bottom: 35px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.request_popup.thank-you-popup {
    border: 1px solid #FF3333;
}
.popup-wrapper {
  position: fixed;
  z-index: 102;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}

.popup-wrapper.active {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.popup-wrapper.active .bg-layer {
  opacity: 1;
}

.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
}

.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.popup-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 84px;
  background-color: #D7182D;
}

.popup-content .btn-close:before, .popup-content .btn-close:after {
  content: '';
  position: absolute;
  top: 41px;
  left: 12px;
  width: 44px;
  height: 2px;
  background-color: #fff;
}

.popup-content .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-content .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-content.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  position: relative;
}

.popup-content.popup-video-content {
  padding: 0;
}

.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff;
}

.popup-container.size-1 {
  max-width: 700px;
}

.popup-container.size-1 .btn-close {
  width: 46px;
  height: 60px;
}

.popup-container.size-1 .btn-close:before, .popup-container.size-1 .btn-close:after {
  top: 29px;
  left: 8px;
  width: 30px;
}

.popup-container.size-2 {
  max-width: 685px;
}

.popup-container.size-3 {
  max-width: 930px;
}

.popup-container.size-3 .popup-align {
  padding: 130px 150px 95px;
}

.popup-container.size-4 {
  max-width: 560px;
}

.popup-container.size-5 {
  max-width: 1135px;
}

.popup-container.popup-video-container {
  vertical-align: top;
}

.btn-close-text {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 10px;
  font-size: 18px;
  color: #000000;
  text-transform: none;
  /*font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;*/
}

.popup-align {
  position: relative;
  padding: 75px 50px 55px;
  overflow: hidden;
}

.popup-align .wrapper-bg {
  z-index: 0;
}

.popup-align .text-center {
  position: relative;
}

.rel {
  position: relative;
}

.popup-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.thank-you-popup .text-center {
  position: relative;
}

.thank-you-popup .btn-wrap {
  margin: 20px -3px 0;
}

.thank-you-popup .btn-wrap .btn {
  margin: 0 3px;
}

.popup-contractor {
  position: relative;
}

.popup-contractor .image {
  text-align: center;
  padding: 10px 25px 25px;
  border-bottom: 1px solid rgba(173, 173, 173, 0.5);
  margin-bottom: 15px;
}

.popup-contractor .image img {
  display: inline-block;
}

.popup-contractor .title {
  margin-bottom: 15px;
}

.popup-contractor .icon-text {
  margin-bottom: 10px;
}

.popup-contractor .icon-text:last-child {
  margin-bottom: 0;
}

#location-popup .popup-align {
  overflow: visible;
}

.choose-buttons-wrap {
  margin-left: -4px;
  margin-right: -4px;
}

.choose-buttons-wrap .btn {
  margin: 12px 4px 0;
}

#welcome-popup .wrapper-bg {
  left: auto;
  right: 20%;
  max-height: 90%;
  width: auto;
}

@media (max-width: 565px) {
  .choose-buttons-wrap .btn {
    display: block;
  }
  #welcome-popup br {
    display: none;
  }
}

@media (min-width: 1200px) {
  .popup-content .btn-close:hover {
    background-color: #202020;
  }
  .popup-content .btn-close:hover .btn-close-text {
    color: #D7182D;
  }
}

@media (min-width: 992px) {
  .popup-container.size-2 .popup-align {
    padding-bottom: 110px;
  }
}

@media (max-width: 991px) {
  .popup-content .btn-close {
    width: 54px;
    height: 70px;
  }
  .popup-content .btn-close:before, .popup-content .btn-close:after {
    top: 34px;
    left: 12px;
    width: 30px;
  }
  .popup-container.size-1 .btn-close {
    width: 40px;
    height: 40px;
  }
  .popup-container.size-1 .btn-close:before, .popup-container.size-1 .btn-close:after {
    top: 19px;
    left: 9px;
    width: 22px;
  }
  .popup-container.size-3 .popup-align {
    padding: 90px 50px 50px;
  }
  .popup-container.size-5 .popup-align {
    padding-top: 90px;
  }
  .popup-align {
    padding: 40px 15px 35px;
  }
  .popup-contractor {
    margin-bottom: 30px;
  }
}

@media (max-width: 565px) {
  .thank-you-popup .btn-wrap .btn {
    display: block;
    margin-bottom: 10px;
  }
  .popup-container.size-3 .popup-align {
    padding: 90px 15px 35px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TRANSITIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
a,
.btn,
.btn span,
.btn-primary:before,
.btn-optional:before,
.btn-secondary .icon-wrapper,
.btn-arrow .icon-arrow,
.btn-play:before,
.btn-play:after,
.btn-close:before,
.btn-nav,
.btn-nav span,
#header-search .content,
#header-search button,
#header-search button path,
#learn-plan-search .content,
#learn-plan-search button,
#learn-plan-search button path,
#hamburger,
#hamburger span,
#header-submenu,
#header-submenu .title .open-popup,
#header-submenu-toggle,
#header-submenu-toggle:after,
nav,
.megamenu-icon:before,
.text-icon .icon,
.input-wrapper label,
.input,
.checkbox-entry span,
.checkbox-entry span:after,
.color-entry-wrap .color-title,
.block-style7 .image .bg-full,
.swiper-pagination-bullet.custom:before,
.signs-wrap .close-layer,
.plus-item,
.swiper-style2 .as-tabs-nav,
.tab-toggle .tab-menu,
.tab-title,
.tab-title:after,
.round-thumb .color-title,
.submenu .submenu-title:after,
.item4 > .title,
.item4 .text-icon .title,
.item5-top,
.item6 .image .img-max,
.item6.type2 .image .bg-full,
.tag-btn,
.accordeon-title,
.accordeon-button,
.social-link img,
.SumoSelect > .CaptionCont,
.SumoSelect > .CaptionCont > label > i:before,
.SumoSelect > .optWrapper > .options li.opt,
.project-category .color-white,
.filter > span:after,
.filter li span,
.swiper-pagination-bullet,
.swiper-pagination-bullet:before,
.item .full-size,
#filter,
.filter-item-title:after,
.filter-item-content .checkbox-entry,
.filter-item-content .checkbox-entry span:before,
.where-buy-header .input-wrapper path,
.contacts-map,
.chinese-nav-title:after,
.item14 .title,
.color-entry {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SUMO SELECT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.SumoSelect {
  display: block;
  width: 100%;
  cursor: pointer;
  z-index: 1;
  font-family: 'Montserrat', Arial, sans-serif;
}

.SumoSelect > .CaptionCont {
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #908F8F;
}

.SumoSelect > .CaptionCont > span {
  padding-right: 0;
  cursor: pointer;
  line-height: 24px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #434343;
}

.SumoSelect > .CaptionCont > span.placeholder {
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  color: #898989;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.SumoSelect > .CaptionCont > label {
  cursor: pointer;
  width: 46px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  opacity: 1;
  width: 32px;
  height: 32px;
}

.SumoSelect > .CaptionCont > label > i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.SumoSelect > .optWrapper {
  background-color: #FFF;
  border-radius: 0;
  padding: 0;
  overflow: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 100%;
  z-index: 2;
  display: block;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #908F8F;
  border-top-width: 0;
}

.SumoSelect > .optWrapper > .options {
  max-height: 232px;
  border-radius: 0;
  padding: 10px 0;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  border-bottom: 0;
}

.SumoSelect > .optWrapper > .options li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt.selected label {
  color: #D7182D;
}

.SumoSelect > .optWrapper > .options li label {
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: #434343;
}

.SumoSelect > .optWrapper > .options > .opt.disabled:first-child {
  display: none;
}

.SumoSelect > .optWrapper.multiple > .options {
  padding-top: 0;
}

.SumoSelect > .optWrapper.multiple > .options li.opt label {
  padding-left: 25px;
}

.SumoSelect > .optWrapper.multiple li.opt {
  padding-left: 20px;
}

.SumoSelect.open {
  z-index: 4 !important;
}

.SumoSelect.open > .CaptionCont > span.placeholder {
  opacity: 1;
}

.SumoSelect.open > .CaptionCont > label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
  -ms-transform: translate(-50%, -50%) rotate(-225deg);
  transform: translate(-50%, -50%) rotate(-225deg);
  margin-top: 3px;
}

.SumoSelect.open > .optWrapper {
  top: 100%;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #908F8F;
}

.SelectBox {
  font-size: 14px;
  line-height: 1;
  color: #898989;
  padding: 14px 40px 13px 15px;
}

.dream-select-wrap .optWrapper {
  width: 120%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.21);
  border: none;
}

.dream-select-wrap .SumoSelect .select-all {
  height: auto;
  display: inline-block;
  border: 1px solid #DFDFDF;
  margin: 10px 10px 5px;
  padding: 7px 20px;
  float: right;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  font-weight: bold;
  font-size: 12px;
  color: #515151;
}

.dream-select-wrap .SumoSelect .select-all.selected {
  background-color: #DFDFDF;
}

.dream-select-wrap .SumoSelect > .CaptionCont > span {
  color: #D7182D !important;
}

.dream-select-wrap .options {
  clear: both;
}

.dream-select-wrap .SumoSelect .select-all > span {
  display: none;
}

.dream-select-wrap .SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 0;
}

.dream-select-wrap .SumoSelect > .optWrapper.multiple > .options li.opt span {
  display: none;
}

.dream-select-wrap .SumoSelect > .optWrapper > .options li label {
  font-size: 14px;
  padding: 12px 15px;
}

.dream-select-wrap .SumoSelect > .optWrapper > .options {
  max-height: unset;
}

.sumo_distance.SumoSelect > .CaptionCont > span {
  margin-top: 5px;
}

.wpcf7-form .SumoSelect {
  padding-top: 10px;
}

@media (min-width: 1200px) {
  .dream-select-wrap .SumoSelect .select-all:hover {
    background-color: #DFDFDF;
  }
  .dream-select-wrap .SumoSelect .select-all.selected:hover {
    opacity: .75;
  }
  .SumoSelect:hover {
    z-index: 3;
  }
  .SumoSelect > .CaptionCont:hover {
    border-bottom: 1px solid #908F8F;
  }
  .SumoSelect > .CaptionCont:hover > span.placeholder {
    opacity: 1;
  }
  .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: transparent;
  }
  .SumoSelect > .optWrapper > .options li.opt:hover label {
    color: #D7182D;
  }
}

.chinese-nav-wrap {
  position: relative;
  z-index: 2;
}

.chinese-nav {
  font-size: 0;
  margin: -14px;
  padding-bottom: 48px;
  text-align: center;
}

.chinese-nav li {
  display: inline-block;
}

.chinese-nav li a {
  display: block;
  cursor: pointer;
  color: #242424;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.57px;
  line-height: 16px;
  text-transform: uppercase;
  border: 1px #DFE3E6 solid;
  padding: 22px 40px;
  margin: 14px;
  text-decoration: none;
}

.chinese-nav li a.active {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  border-color: transparent;
  background: #FFF;
}

.chinese-nav-title {
  position: relative;
  cursor: pointer;
  color: #242424;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.57px;
  line-height: 16px;
  text-transform: uppercase;
  border: 1px #DFE3E6 solid;
  padding: 15px 25px;
  text-decoration: none;
}

.chinese-nav-title:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px currentColor solid;
  border-bottom: 2px currentColor solid;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.chinese-nav-wrap.active .chinese-nav-title:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -2px;
}

.chinese-nav-title {
  position: relative;
  display: none;
}

@media (min-width: 1200px) {
  .chinese-nav li a:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767px) {
  .chinese-nav-title {
    display: block;
  }
  .chinese-nav-wrap.active .chinese-nav {
    display: block;
  }
  .chinese-nav {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    margin-top: 1px;
  }
  .chinese-nav li {
    display: block;
  }
  .chinese-nav li a {
    display: block;
    margin: 0;
    border: 1px #DFE3E6 solid;
    margin-top: -1px;
    padding: 15px 25px;
    background-color: #fff;
  }
  .chinese-nav li a.active {
    background: #EEE;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

/* product height toggle */
.set_height_product .product-height-label {
  margin-right: 15px;
  margin-bottom: 10px;
}

.product-height-label {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  color: #202020;
  border: 1px solid #DFDFDF;
  cursor: pointer;
}

.product-height-label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.set_height_product-row {
  display: none;
}

.product-height-label input+span {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 700;
}

.product-height-label input:checked+span {
  background-color: #DFDFDF;
}

.product-height-label span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-height-label:only-child {
  display: none!important;
}

@media (min-width: 1200px) {
  .product-height-label:hover span {
    background-color: #DFDFDF;
  }
}

@media (max-width: 767px) {
  .set_height_product .product-height-label {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
/* end of product height toggle */

.swiper-scrollbar-drag {
  cursor: grab;
}

.swiper-scrollbar-drag:active {
  cursor: grabbing;
}

.swiper-scrollbar:before {
  width: 100%;
}

.block-style6 .swiper-entry {
  margin-left: 0;
  margin-right: 0;
}

.block-style6.type3 .swiper-slide > div {
  margin-right: 6px;
}

.design-advice-swiper {
  padding-bottom: 0;
  margin-bottom: 40px;
}
body.single-design_advice .content a {
  color: #f33;
}


@media (max-width: 575px) {
  .block-style6 .design-advice-swiper {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
  }

  .design-advice-swiper .swiper-button-prev,
  .design-advice-swiper .swiper-button-next {
    left: 0!important;
    bottom: -16px!important;
    width: 50%!important;
  }

  .design-advice-swiper .swiper-button-next {
    left: 50%!important;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TESTIMONIALS NEW */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.subtitle-additional {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #656565;
  letter-spacing: 2.79px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.filter-testimonials {
  margin-top: 20px;
}

.filter-testimonials ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*.filter-testimonials ul li {
  padding: 11px 30px 11px 15px;
  border: 1px solid #DFE3E6;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
*/
.filter-testimonials ul li .text-sm {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

@media (min-width: 1200px) {
  .testimonial_label:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    color: #D7182D;
  }
}

@media (min-width: 768px) {
  /* .testimonial_label li.active {
     border-color: transparent;
     -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
     box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
   }*/
}

@media (max-width: 767px) {
  .filter-testimonials {
    z-index: 2;
  }
}

/* testimonial-item */
.testimonial-items-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.testimonial-item {
  position: relative;
}

.testimonial-item-image {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.testimonial-item-image:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 65px;
  width: 100px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.testimonial-item .cell-view {
  height: 480px;
  padding: 40px 0;
}

.testimonial-item .icon-text {
  padding-left: 35px;
}

.testimonial-item .icon-text img {
  top: 5px;
}

.testimonial-item.reverse .testimonial-item-image {
  left: 0;
}

.testimonial-item.reverse .testimonial-item-image:before {
  left: auto;
  right: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1440px) {
  .testimonial-item .cell-view {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .testimonial-item .cell-view {
    padding-right: 15px;
  }
  .testimonial-item.reverse .cell-view {
    padding-right: 0;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .testimonial-items-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .testimonial-item-image {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 60%;
    left: 0;
  }
  .testimonial-item .cell-view {
    padding: 20px 0 30px;
    height: auto;
  }
  .testimonial-item.reverse .cell-view {
    padding-left: 0;
  }
}

/* additionals after bg to img change */
.signs-wrap:after {
  pointer-events: none;
}

.project-category {
  background-color: #DFE3E6;
}

.project-category .color-white {
  pointer-events: none;
  z-index: 1;
}

.project-category .image-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.project-category a {
  display: block;
}

.similar-projects-slider-link {
  display: block;
}

.project-grid-img {
  background-color: #DFE3E6;
}

.project-grid-img .image-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .project-grid.style-3 > div:nth-of-type(3) .project-grid-img .image-thumbnail {
    height: auto;
  }
}

@media (max-width: 767px) {
  .project-grid-img .image-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
}


/*Virtual Seminar 2021 Page*/
.sect-title{font-weight: bold;font-size: 26px;font-family: 'Montserrat', Arial, sans-serif;line-height: 135.2%;text-align: center;letter-spacing: 0.12em;color: #EC483F;margin-bottom: 55px;}

.sect-style-1 h3{font-size:21px;text-transform:none;letter-spacing:0.12em;margin-bottom:40px;}
.sect-style-1 h3 strong{color:#D7182D;}
.sect-style-1 h3 b{display:block;font-size:24px;}
.sect-style-1 .text ul li{font-size:19px;letter-spacing:0.05em;line-height:135.2%;padding-left:30px;position: relative;}
.sect-style-1 .text ul li:not(:last-child){margin-bottom:25px;}
.sect-style-1 .text ul li:before{position:absolute;left:0;top:50%;margin-top: -6.5px;margin-right: 0;width: 8px;height: 13px;background: #7C7C7C;border-radius: 0;}
.sect-style-1 .block_style_about1_bg{height: 100%;min-height: 505px;}
.sect-style-1 .block_style_about1 > div:nth-child(1){padding: 0;}
.sect-style-1 .block_style_about1 .inner{padding: 12% 8% 12% 12%;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;height: 100%;}
.sect-style-1 .block_style_about1 .text-sm.style_2:first-child{padding-bottom: 35px;}
.sect-style-1 .block_style_about1 .text-sm.style_2:first-child{padding-top: 0;}
@media(min-width:992px){
  .sect-style-1 .spacer-m{height: 95px;}
}
@media(max-width:1366px){
  .sect-style-1 .text ul li{font-size: 16px;}
  .sect-style-1 .block_style_about1 .text-sm.style_2:first-child{padding-bottom: 20px;}
}

.sect-style-2 img{max-width:578px;position: absolute;left:50%;top:-120px;margin-left: -50%;}
.sect-style-2 .block-style14{background-color: #F7F7F7;}
.sect-style-2 .block-style14 > div:nth-child(1){padding-right: 0;}
.sect-style-2 .block-style14:before{display: none;}
.sect-style-2 .block-style14 > div:nth-child(2){padding-top: 0;}
.sect-style-2 .block-style14 > div:nth-child(2) > div{position: static;width: 100%;}
.sect-style-2 .block-style14 .h3{font-size: 20px;font-weight: 400;letter-spacing: 0.11em;text-transform: uppercase;line-height: 24.84px;}
.sect-style-2 .h3 b{font-size: 34px;display: block;letter-spacing: 0.16em;line-height: 42.23px;margin-top: 5px;}
.sect-style-2 .block-style14 .register_block > div{min-height: 274px;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}
@media(max-width:991px){
  .sect-style-2 img{position: static;max-width:100%;margin-left: 0;}
}
@media(max-width:767px){
  .sect-style-2 .block-style14 .register_block > div{padding:0 15px 50px;text-align: center;min-height: 0;justify-content: center;align-items: center;}
}

.sect-style-3 .simple-banner_full{height: auto;}

.topic{max-width:20%;flex:1 1 20%;text-align: center;}
.topic:nth-child(n+6){margin-top: 55px;}
.topic-icon{height: 96px;position: relative;margin-bottom: 30px;}
.topic-icon img{position: absolute;left:0;top:0;bottom:0;right:0;max-width: 100%;max-height: 100%;margin: auto;}
.topic-title,.topic-subtitle{text-transform: uppercase;font-family: 'Montserrat', Arial, sans-serif;}
.topic-title{color:#686868;font-size: 21px;line-height: 135.2%;letter-spacing: 0.12em;font-weight: 700;margin-bottom: 25px;}
.topic-subtitle{font-size: 15px;font-weight: 600;color:#000;line-height: 115.2%;letter-spacing: 0.12em;}
@media(max-width:991px){
  .topic{max-width:25%;flex:1 1 25%;}
  .topic:nth-child(n+5){margin-top: 55px;}
}
@media(max-width:767px){
  .topic{max-width:33.33%;flex:1 1 33.33%;}
  .topic:nth-child(n+4){margin-top: 55px;}
  .sect-style-2 .block-style14 > div:nth-child(2) > div{padding: 0 30px 30px;text-align: center;}
}
@media(max-width:575px){
  .topic{max-width:50%;flex:1 1 50%;}
  .topic:nth-child(n+3){margin-top: 55px;}
}

/* 21.06 */

.enerbak-logo{
  max-width: 100%;
}

/* 17.09 */

@media(max-width: 876px){
  footer .copyright{
    display: block;
  }
}
@media(min-width: 876px){
  footer .copyright{
    position: absolute;
    right: 0;
  }
}


/* 30.09 */

.homepage-link{
  background-color: #202020;
  margin-left: 35px;
  position: relative;
  text-align: right;
  color: #CACACA;
  font-size: 13px;
  line-height: 27px;
  padding: 10px 70px 0px;
  margin-bottom: -25px;
  z-index: 99;
}
@media(max-width: 991px){
  .homepage-link{
    margin-left: 0px;
    margin-bottom: -25px;
    z-index: 99;
    padding: 10px 45px 0px;
  }
}
@media(max-width: 575px){
  .homepage-link{
    padding: 10px 15px 0px;
  }
}
.homepage-link a:hover{
  text-decoration: underline;
}

/*--------------------*/
/*- Autocomplite      */
/*--------------------*/
.pac-container {background: #fff;border-radius: 0;border: none;padding: 10px 0;-webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15);box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15);}
.pac-container .pac-item {position: relative;cursor: pointer;margin: 0;border: none;padding: 0 15px;font-size: 14px;color: var(--clr-black);letter-spacing: var(--lts-4);line-height: 40px;font-weight: 400;display: block;-webkit-transition: all 0.25s linear;transition: all 0.25s linear;}
.pac-icon-marker {display: none !important;}
.pac-item-query {font-size: 16px;-webkit-transition: all 0.25s linear;transition: all 0.25s linear;}
.pac-container.pac-logo:after {content: none;}

/* CTA (18/04/23) */
.cta-grid{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px;}
.cta-item{display: grid;gap: 20px;justify-items: flex-start;grid-auto-rows: min-content min-content auto min-content;}
.cta-item__image{position: relative;padding-bottom: 116.69%;-webkit-mask-image: url("../img/image-mask.png");mask-image: url("../img/image-mask.png"); -webkit-mask-size: 100% 100%;mask-size: 100% 100%;width: 100%;}
.cta-item__image img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
@media (max-width:991px) {
  .cta-grid{grid-template-columns: 1fr 1fr;}
}
@media (max-width:767px) {
  .cta-item{gap: 10px;}
  .cta-grid{grid-template-columns: 1fr;gap: 30px;}
}
/* END CTA */
/* 19.04.23 */
@media (max-width:767px) {
  .complex-product-wrapper .swiper-entry{padding-bottom: 0;}
  .complex-product-wrapper .custom-fraction-wrap{display: none;}
}

.supporting-title.top-left.top-left-first.d-none.d-lg-block {
  overflow: hidden;
  width: 100%;
}