/**
BREAKEPOITS
*/
/*
COLORS
*/
#head {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  #head .logo {
    margin: 0 !important;
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 365px) {
  #head .logo {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media only screen and (max-width: 767px) {
  #head .desktop {
    display: none;
  }
}
#head .logo-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #head .logo-mobile {
    display: block;
  }
}
#head .mega-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #F3F3F3;
  background: #ededed;
  width: 100%;
  height: 80%;
  min-height: 670px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 20px 20px rgba(95, 95, 95, 0.3);
  -moz-box-shadow: 0 20px 20px rgba(95, 95, 95, 0.3);
  box-shadow: 0 20px 20px rgba(95, 95, 95, 0.3);
}
@media only screen and (max-width: 1024px) {
  #head .mega-menu {
    min-height: auto;
  }
}
#head .mega-menu .fixed-menu {
  padding-bottom: 15px;
}
#head .mega-menu .subheading {
  margin-bottom: 32px;
  color: #ED1846;
  font-weight: 600;
}
#head .mega-menu .main-title {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 38px;
  line-height: 55px;
}
@media only screen and (max-width: 1024px) {
  #head .mega-menu .main-title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 28px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  #head .mega-menu .main-menu {
    align-items: start;
    padding-top: 5vh;
  }
}
@media only screen and (max-width: 767px) {
  #head .mega-menu .main-menu {
    padding-top: 5vh;
  }
}
#head .mega-menu .c-text {
  margin-bottom: 50px;
  max-width: 75%;
  font-size: 18px;
}
#head .mega-menu .image1 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #head .mega-menu .image1 img {
    max-width: 130%;
  }
}
#head .mega-menu .download span {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
#head .mega-menu .download a {
  font-size: 16px;
  font-weight: 400;
  color: #ED1846;
}
@media only screen and (max-width: 767px) {
  #head .mega-menu {
    height: 100%;
  }
}
#head .mega-menu .mega-menu-after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: -2;
}
#head .left-menu {
  padding-top: 10vh;
  display: flex;
  transition: 0.4s;
  left: 0;
  position: relative;
}
@media only screen and (max-width: 1230px) and (min-width: 1024px) {
  #head .left-menu {
    padding-top: 8vh;
  }
}
#head .left-menu::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 33%;
  height: 80%;
  min-height: 670px;
  z-index: -1;
  -webkit-box-shadow: inset -69px 0px 60px -68px #adadad;
  -moz-box-shadow: inset -69px 0px 60px -68px #adadad;
  box-shadow: inset -69px 0px 60px -68px #adadad;
  background: #fff;
  box-shadow: none;
}
@media only screen and (max-width: 1230px) and (min-width: 1024px) {
  #head .left-menu::before {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  #head .left-menu::before {
    width: 48%;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #head .left-menu::before {
    display: none;
  }
}
#head .left-menu .main-navigation {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  #head .left-menu {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 70%;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #head .left-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #head .menu-main {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
  }
}
#head .menu-main .background-image {
  width: 67%;
  height: 80%;
  min-height: 670px;
  position: fixed;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: 0.4s;
}
@media only screen and (max-width: 1230px) and (min-width: 1024px) {
  #head .menu-main .background-image {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  #head .menu-main .background-image {
    width: 52%;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #head .menu-main .background-image {
    bottom: -100%;
    top: auto;
  }
}
@media only screen and (max-width: 1230px) {
  #head .menu-main .rd {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #head .menu-main .section-right-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#head .menu-main .section-right-menu .mobile-arrow {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  max-width: 25px;
  transform: rotate(180deg);
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  #head .menu-main .section-right-menu .mobile-arrow {
    display: block;
  }
}
#head .show-mobile-story .mobile-arrow {
  transform: rotate(0) !important;
}
#head .main-navigation .menu-menu-glowne-container,
#head .main-navigation .menu-main-menu-container {
  position: absolute;
  left: 0;
  transition: 0.4s;
  padding-left: 40px;
}
@media only screen and (max-width: 1230px) and (min-width: 1024px) {
  #head .main-navigation .menu-menu-glowne-container,
  #head .main-navigation .menu-main-menu-container {
    padding-left: 0;
  }
}
#head .main-navigation .menu-okna-container,
#head .main-navigation .menu-okna-tarasowe-container,
#head .main-navigation .menu-drzwi-zewnetrzne-container,
#head .main-navigation .menu-renovation-frames-container,
#head .main-navigation .menu-windows-container,
#head .main-navigation .menu-balcony-doors-container,
#head .main-navigation .menu-doors-container {
  position: absolute;
  left: -150%;
  transition: 0.4s;
  padding-left: 40px;
}
#head .main-navigation .menu-okna-tarasowe-container li,
#head .main-navigation .menu-balcony-doors-container li {
  padding-bottom: 20px;
}
#head .main-navigation .move-left {
  left: -150%;
}
#head .main-navigation .move-right {
  left: 0.1%;
}
#head .right-content-main {
  position: absolute;
  transition: 0.6s;
}
@media only screen and (max-width: 767px) {
  #head .right-content-main {
    display: none;
  }
}
#head .right-content-windows,
#head .right-content-terrace-windows,
#head .right-content-doors,
#head .right-content-frames-windows {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
#head .right-content-terrace-windows video {
  display: none;
  width: 100% !important;
  height: 65vh !important;
}
@media only screen and (max-width: 1024px) {
  #head .rd {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
    right: -30%;
  }
}
#head .content-hide {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #head .content-hide {
    transition: 0.4s;
    position: fixed;
    left: 0;
    background: white;
    margin: auto;
    max-width: 100%;
    display: inline-block;
    height: 100%;
    bottom: -90%;
    border-top: 1px solid #e2e2e2;
    padding-top: 5%;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  }
}
#head .content-show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #head .content-show {
    transition: 0.4s;
    position: fixed;
    left: 0;
    background: white;
    margin: auto;
    max-width: 100%;
    display: inline-block;
    height: 100%;
    bottom: -90%;
    border-top: 1px solid #e2e2e2;
    padding-top: 5%;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 767px) {
  #head .show-mobile-story {
    bottom: -15%;
  }
}
#head .back-main {
  padding-left: 80px;
  position: relative;
}
#head .back-main:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background-image: url('../../img/arrow_left_red.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #head .back-main:before {
    left: -25px;
    top: 10px;
  }
}
#head .button-menu {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-align: right;
  display: flex;
}
#head .button-menu .text {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #head .button-menu .text {
    display: none;
  }
}
#head .button-menu .m-button {
  position: relative;
  top: 6px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #head .button-menu .m-button {
    top: 3px;
  }
}
#head .button-menu .m-button span {
  width: 30px;
  height: 3px;
  background: #000;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #head .button-menu .m-button {
    margin-left: 5px;
  }
}
#head .close-button-menu {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-align: right;
  display: flex;
}
#head .close-button-menu .text {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #head .close-button-menu .text {
    display: none;
  }
}
#head .close-button-menu .close-button {
  position: relative;
  top: 6px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #head .close-button-menu .close-button {
    margin-left: 5px;
  }
}
#head .close-button-menu .close-button span {
  width: 30px;
  height: 3px;
  background: #000;
  display: block;
  margin-bottom: 5px;
}
#head .close-button-menu .close-button span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 4px;
}
#head .close-button-menu .close-button span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -4px;
}
#head .mega-menu[style*=block] .close-button-menu .text {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #head .mega-menu[style*=block] .close-button-menu .text {
    color: #101C2D;
  }
}
#head .mega-menu[style*=block] .close-button-menu .close-button span {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #head .mega-menu[style*=block] .close-button-menu .close-button span {
    background: #101C2D;
  }
}
#head .mega-menu[style*=block] .languages .lang ul li.first {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #head .mega-menu[style*=block] .languages .lang ul li.first {
    color: #101C2D;
  }
}
#head .main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  background: transparent;
}
#head .main-navigation ul li {
  display: list-item;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  #head .main-navigation ul li {
    padding-left: 1rem;
  }
}
#head .main-navigation ul li a {
  font-weight: 400;
  position: relative;
  font-size: 25px;
  color: #101C2D;
  transition: all 0.2s ease-in-out;
}
#head .main-navigation ul li a:hover {
  color: #ED1846;
}
@media only screen and (max-width: 767px) {
  #head .main-navigation ul li a {
    font-size: 20px;
  }
}
#head .main-navigation ul .heading a {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 1620px) {
  #head .main-navigation ul .heading a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #head .main-navigation ul .heading a {
    font-size: 26px;
  }
}
#head .main-navigation ul .space {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  #head .main-navigation ul .space {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #head .main-navigation ul .space {
    margin-bottom: 40px;
  }
}
#head .main-navigation ul[id*=doors] li:not(.heading) a,
#head .main-navigation ul[id*=windows] li:not(.heading) a,
#head .main-navigation ul[id*=trigherrace] li:not(.heading) a {
  color: #9a9a9a;
  font-weight: 600;
}
#head .main-navigation ul[id*=doors] li:not(.heading) a:hover,
#head .main-navigation ul[id*=windows] li:not(.heading) a:hover,
#head .main-navigation ul[id*=trigherrace] li:not(.heading) a:hover {
  color: #ED1846;
}
@media screen and (max-width: 1500px) {
  #head .about {
    flex: 0 0 auto;
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #head .about {
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 1;
    background: white;
    padding: 20px 0;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
    overflow: auto;
  }
}
#head #about-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  background: transparent;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #head #about-menu {
    text-align: left;
    min-width: 760px;
    white-space: nowrap;
  }
}
#head #about-menu li {
  display: inline-block;
  margin-right: 60px;
}
@media only screen and (max-width: 1620px) {
  #head #about-menu li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  #head #about-menu li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #head #about-menu li {
    margin-right: 50px;
    padding-left: 1rem;
  }
}
#head #about-menu li a {
  font-weight: 400;
  position: relative;
  color: #101C2D;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  #head #about-menu li a {
    font-size: 15px;
  }
}
#head #about-menu .current-menu-item a {
  color: #ED1846;
}
#head .languages {
  max-width: 175px;
}
@media screen and (max-width: 1440px) {
  #head .languages {
    max-width: 145px;
  }
}
@media only screen and (max-width: 767px) {
  #head .languages {
    max-width: 130px;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
#head .languages .lang {
  text-align: right;
  display: block;
  height: 35px;
  position: relative;
  box-shadow: none;
  padding: 8px 0;
  transition: all 0.2s ease-in-out;
  float: right;
  width: 165px;
}
@media screen and (max-width: 1440px) {
  #head .languages .lang {
    width: 145px;
  }
}
@media only screen and (max-width: 767px) {
  #head .languages .lang {
    width: 130px;
  }
}
#head .languages .lang.active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
#head .languages .lang.active ul li:not(:first-child) {
  opacity: 1;
  visibility: visible;
}
#head .languages .lang ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  z-index: 99;
  top: 11px;
  width: 100%;
}
#head .languages .lang ul li {
  position: relative;
  text-align: left;
  cursor: pointer;
  display: none;
  font-size: 16px;
  display: inline-block !important;
  float: right;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #head .languages .lang ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #head .languages .lang ul li {
    font-size: 14px;
  }
}
#head .languages .lang ul li a {
  color: #101C2D;
  font-size: 16px;
  padding-right: 12px;
}
@media screen and (max-width: 1440px) {
  #head .languages .lang ul li a {
    font-size: 15px;
    padding-right: 9px;
  }
}
@media only screen and (max-width: 767px) {
  #head .languages .lang ul li a {
    font-size: 14px;
    padding-right: 8px;
  }
}
#head .languages .lang ul li a:hover {
  color: #101C2D !important;
}
#head .languages .lang ul li:not(:first-child) {
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
#head .languages .lang ul li:not(:first-child) a {
  color: rgba(16, 28, 45, 0.5);
}
#head .languages .lang ul li:first-child {
  display: block;
  padding-right: 15px;
}
#head .languages .lang ul li:first-child::after {
  content: '';
  position: absolute;
  background-image: url("../../img/lang_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 7px;
  height: 24px;
  right: 0;
  content: none;
}
#head #scroll_down {
  position: fixed;
  right: 80px;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  max-width: 30px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #head #scroll_down {
    display: none !important;
  }
}
#head #scroll_top {
  position: fixed;
  right: 80px;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  max-width: 30px;
  z-index: 1;
  display: none;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  #head #scroll_top {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  #head .menu-mobile {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media only screen and (max-width: 767px) {
  #head .menu-mobile {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
  }
}
#head .back {
  position: relative;
  top: 30px;
}
#head .back a {
  color: #101C2D;
}
@media only screen and (max-width: 1620px) {
  #head .products-menu {
    max-width: 35%;
  }
}
@media only screen and (max-width: 1240px) {
  #head .products-menu {
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 2;
    background: white;
    padding: 20px 0 30px 0;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
    overflow: auto;
  }
}
#head .products-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1620px) {
  #head .products-menu ul {
    text-align: left;
    white-space: inherit;
  }
}
@media only screen and (max-width: 767px) {
  #head .products-menu ul {
    text-align: left;
    min-width: 760px;
    white-space: nowrap;
  }
}
#head .products-menu ul li {
  display: inline-block;
  margin-right: 50px;
}
@media only screen and (max-width: 1620px) {
  #head .products-menu ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  #head .products-menu ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1240px) {
  #head .products-menu ul li {
    margin-right: 50px;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #head .products-menu ul li {
    margin-right: 50px;
    padding-left: 1rem;
  }
}
#head .products-menu ul li a {
  font-weight: 400;
  position: relative;
  color: #101C2D;
  font-size: 14px;
  text-transform: uppercase;
}
#head .products-menu ul .active a {
  color: #ED1846;
}
.navigation {
  position: fixed;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .navigation {
    display: none;
  }
}
.navigation .heading {
  display: none;
}
.navigation ul {
  list-style-type: none;
  padding-left: 20px;
}
.navigation ul li {
  margin-bottom: 20px;
}
.navigation ul li a {
  color: #101C2D;
  transition: all 0.2s ease-in-out;
}
.navigation ul li a:hover {
  font-weight: 600;
  color: #ED1846;
}
.navigation ul .current-menu-item {
  font-weight: 600;
}
.show-nav {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px), only screen and (max-width: 1024px) {
  .show-nav {
    display: none;
  }
}
.orders-link {
  width: auto;
  flex: 0 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .orders-link {
    height: 30px;
    text-align: center;
    padding: 0;
  }
}
.single-oferty-pracy .orders-link {
  display: none !important;
}
.orders-link a {
  display: inline-block;
  padding-left: 20px;
  padding-top: 3px;
  font-size: 15px;
  color: #101C2D;
}
@media only screen and (max-width: 767px) {
  .orders-link a {
    text-align: center;
    position: relative;
    height: 30px;
  }
}
.page-template-about .orders-link a span {
  display: none !important;
}
.page-template-dlamediow .orders-link a span {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .orders-link a span {
    display: none;
  }
}
.orders-link a:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 13px;
  top: 8px;
  left: 0;
  background: url(../../img/orders_control.svg) no-repeat center;
  background-size: 11px 13px;
}
#colophon {
  padding: 70px 0 50px 0;
  background: #F6F7F8;
}
@media only screen and (max-width: 767px) {
  #colophon {
    padding: 20px 0;
  }
}
#colophon .cols-row a {
  color: #101C2D;
}
#colophon .cols-row .footer-col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.site-id-7 #colophon .cols-row .footer-col {
  -ms-flex: 0 0 16%;
  flex: 0 0 16% !important;
  max-width: 16% !important;
}
#colophon .cols-row .footer-col:first-child {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
@media only screen and (max-width: 1024px) {
  #colophon .cols-row .footer-col:first-child {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #colophon .cols-row .footer-col:first-child::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 0;
    color: #ED1846;
    width: 10px;
    height: 10px;
  }
}
#colophon .cols-row .footer-col:last-child {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
.site-id-6 #colophon .cols-row .footer-col:last-child {
  -ms-flex: 0 0 18%;
  flex: 0 0 18% !important;
  max-width: 18% !important;
}
@media only screen and (max-width: 1024px) {
  #colophon .cols-row .footer-col:last-child {
    -ms-flex: 0 0 30.5%;
    flex: 0 0 30.5%;
    max-width: 30.5%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  #colophon .cols-row .footer-col:last-child p:last-child {
    border: none !important;
  }
}
#colophon .cols-row .footer-col:nth-child(2) {
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #colophon .cols-row .footer-col:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #colophon .cols-row .footer-col:nth-child(2)::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 0;
    color: #ED1846;
    width: 10px;
    height: 10px;
  }
}
#colophon .cols-row .footer-col:nth-child(3) {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  margin-bottom: 10px;
}
.site-id-6 #colophon .cols-row .footer-col:nth-child(3) {
  -ms-flex: 0 0 20%;
  flex: 0 0 20% !important;
  max-width: 20% !important;
}
@media only screen and (max-width: 1024px) {
  #colophon .cols-row .footer-col:nth-child(3) {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  #colophon .cols-row .footer-col:nth-child(3)::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 0;
    color: #ED1846;
    width: 10px;
    height: 10px;
  }
}
#colophon .cols-row .footer-col:nth-child(4) {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
@media only screen and (max-width: 1024px) {
  #colophon .cols-row .footer-col:nth-child(4) {
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
    margin-left: auto;
  }
}
#colophon .cols-row .footer-col:last-child p {
  opacity: 0.5;
  font-size: 14px;
}
#colophon .cols-row .footer-col:last-child p:first-child {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #colophon .cols-row .footer-col:last-child p:first-child {
    border: none;
    margin-bottom: 0;
  }
}
#colophon .cols-row .footer-col ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  column-count: 2;
  column-count: 1;
}
@media only screen and (max-width: 767px) {
  #colophon .cols-row .footer-col ul {
    column-count: 1;
    display: none;
    margin-bottom: 10px;
  }
}
#colophon .cols-row .footer-col ul li {
  color: #101C2D;
  opacity: 0.5;
  font-size: 14px;
  break-inside: avoid;
}
#colophon .cols-row .footer-col ul li a {
  color: #101C2D;
}
#colophon .cols-row .footer-col strong {
  color: #ED1846;
  font-weight: 400;
  font-size: 16px;
}
#colophon .cols-row .footer-col p {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  #colophon .cols-row .footer-col p {
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(54, 54, 54, 0.25);
  }
}
@media only screen and (max-width: 767px) {
  #colophon .cols-row .footer-col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }
  .site-id-7 #colophon .cols-row .footer-col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #colophon .cols-row .active::after {
    content: "-" !important;
  }
}
#colophon .info-row {
  color: #101C2D;
  opacity: 0.5;
  font-size: 14px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #colophon .info-row {
    margin-top: 0;
  }
}
#colophon .info-row p {
  font-size: 14px;
  margin-bottom: 0;
}
#colophon .info-row a {
  color: #101C2D;
}
#colophon .info-row .right {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #colophon .info-row .right {
    display: block;
  }
}
#colophon .info-row .right p {
  text-align: center;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #colophon .info-row .right p {
    text-align: left;
    margin-left: 0;
    margin-top: 20px;
  }
}
html body {
  font-family: 'Poppins', sans-serif;
  color: #101C2D;
  font-size: 18px;
}
@media only screen and (max-width: 1620px) {
  html body {
    font-size: 16px;
  }
}
html body p {
  font-size: 18px;
}
@media only screen and (max-width: 1620px) {
  html body p {
    font-size: 16px;
  }
}
html body a:hover {
  text-decoration: none;
}
html body a:focus {
  outline: none;
}
@media only screen and (max-width: 1620px) {
  html body {
    font-size: 16px;
  }
}
html .blog,
html .category,
html body.single {
  background: rgba(54, 54, 54, 0.13);
}
html .single-produkty,
html .single-oferty-pracy,
html .single-products {
  background: #fff !important;
}
html .single-produkty .featherlight-content,
html .single-oferty-pracy .featherlight-content,
html .single-products .featherlight-content {
  background: #fff;
}
html .single-produkty #animation-movie,
html .single-oferty-pracy #animation-movie,
html .single-products #animation-movie {
  max-width: 100%;
  cursor: pointer;
}
html .movie-popup {
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
  padding: 5%;
}
html .movie-popup .main-video {
  top: 50%;
  transform: translate(0, -50%);
  position: relative;
  max-width: 90%;
}
html .movie-popup .main-video video:focus {
  outline: none !important;
}
html .movie-popup .close-popup {
  position: absolute;
  right: 6%;
  top: 8%;
  cursor: pointer;
}
html .movie-popup .close-popup span {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  margin-bottom: 5px;
}
html .movie-popup .close-popup span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 4px;
}
html .movie-popup .close-popup span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -4px;
}
html .movie-popup .movie-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
html .movie-play {
  background: transparent;
  top: 10px;
  right: 10px;
  position: absolute;
  box-shadow: none;
  min-width: 45px;
  box-shadow: none !important;
  cursor: pointer;
}
.pos-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#main section {
  width: 100%;
}
.container-fluid {
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1024px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.wow {
  visibility: hidden;
}
.overlay {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none !important;
}
.button {
  position: relative;
  z-index: 1;
}
.button:focus {
  outline: none;
  text-decoration: none;
}
.button::before {
  position: absolute;
  content: '';
  background: #ED1846;
  transition: 0.5s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0%;
  z-index: -1;
  border-radius: 3px;
}
.button:hover::before {
  width: 100%;
}
body {
  background: #fff;
}
#front-page-search {
  font-size: 18px;
  position: relative;
  display: inline-flex;
  width: 50%;
  min-width: 330px;
  margin-right: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #find-shop #front-page-search {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 767px) {
  #find-shop #front-page-search {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #front-page-search {
    min-width: 275px;
  }
}
#front-page-search input {
  border: 1px solid rgba(54, 54, 54, 0.2);
  background: transparent;
  padding: 19px 95px 19px 33px;
  margin-right: 30px;
  border-radius: 3px;
  line-height: 1;
  color: rgba(54, 54, 54, 0.2);
  margin-bottom: 0;
  max-height: 55px;
}
#front-page-search input:focus {
  outline: none;
}
#front-page-search ~ a {
  color: #ED1846;
  margin-left: 30px;
}
.tooltip_templates {
  display: none;
}
.loader img {
  background: transparent !important;
}
.loader .hide1 {
  width: 103px;
  height: 30px;
  right: 61px;
  bottom: 56px;
  position: absolute;
  background: white !important;
  transform: rotate(43deg) skew(43deg);
  -webkit-animation: scale-1 1s infinite;
  /* Safari 4.0 - 8.0 */
  animation: scale-1 1s infinite;
}
.loader .hide2 {
  width: 107px;
  height: 30px;
  right: -17px;
  bottom: 56px;
  position: absolute;
  background: white !important;
  transform: rotate(-43deg) skew(-43deg);
  -webkit-animation: scale-2 1s infinite;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 1s;
  /* Safari 4.0 - 8.0 */
  animation: scale-2 1s infinite;
  animation-delay: 1s;
}
@-webkit-keyframes scale-1 {
  0% {
    width: 103px;
    height: 30px;
    right: 61px;
  }
  100% {
    width: 0px;
    bottom: 27px;
    right: 74px;
    animation-delay: 4s;
  }
}
@-webkit-keyframes scale-2 {
  0% {
    width: 107px;
    height: 30px;
    right: -17px;
  }
  100% {
    bottom: 90px;
    width: 0;
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*change these sizes to fit into your project*/
  width: 100px;
  height: 100px;
}
.loader hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}
.rotate-center {
  -webkit-animation: rotate-center 1.5s ease-in-out infinite both;
  animation: rotate-center 1.5s ease-in-out infinite both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tooltip2 {
  display: inline-block;
  top: -10px;
  margin-left: 10px;
  position: relative;
  cursor: help;
}
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(156, 156, 156, 0.6);
}
.tooltipster-sidetip .tooltipster-content {
  color: #101C2D;
  padding: 20px;
  font-weight: 400;
  max-width: 400px;
  overflow: hidden;
  font-size: 12px;
}
.tooltipster-sidetip .tooltipster-content p {
  font-size: 12px !important;
  line-height: 1.35 !important;
}
.tooltipster-sidetip .tooltipster-content p:last-child {
  margin-bottom: 0;
}
.tooltipster-sidetip .tooltipster-arrow {
  display: none;
}
.tooltipster-ruler {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  #searchMapInput {
    width: 100% !important;
  }
}
.map-search-btn {
  position: absolute;
  margin-left: 0px;
  background: #03BEAC;
  color: #fff;
  padding: 14px 18px !important;
  border-radius: 0px !important;
  top: 0;
  border: 0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .map-search-btn {
    margin-left: 0;
    right: 1px;
  }
}
.map-search-btn.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  right: -120px;
}
.map-search-btn:focus {
  outline: 0;
  box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  #front-page-search {
    display: flex;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #front-page-search {
    text-align: center;
  }
}
#front-page-map .text {
  max-width: 100% !important;
}
.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .mobile-only {
    display: block !important;
  }
}
.cols-half {
  display: flex;
  flex-wrap: wrap;
}
.cols-half > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .cols-half > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .page-id-878 .cols-half > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-id-878 .cols-half > div:first-child .text-image-row .content {
    padding-right: 15px;
    padding-left: 120px;
  }
  .page-id-878 .cols-half > div:first-child .left-image {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .page-id-878 .cols-half > div:first-child .content {
    flex: 0 0 35% !important;
    max-width: 35% !important;
  }
  .page-id-878 .cols-half > div:last-child {
    flex: 0 0 30%;
    max-width: 30%;
    margin: auto;
  }
  .page-id-878 .cols-half > div:last-child .category.last_posts .container-fluid {
    padding: 0 15px;
  }
  .page-id-878 .cols-half > div:last-child .category.last_posts .post-item,
  .page-id-878 .cols-half > div:last-child .category.last_posts .cat-link {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-id-878 .cols-half > div:last-child .category.last_posts .post-item .post-container,
  .page-id-878 .cols-half > div:last-child .category.last_posts .cat-link .post-container {
    padding: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .page-id-878 .cols-half > div:first-child {
    flex: 0 0 57.5%;
    max-width: 57.5%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.not-found {
  min-height: 50vh;
  text-align: center;
  padding: 7rem 0;
}
.not-found h1 {
  font-size: 48px;
  font-weight: 600;
}
.not-found p {
  font-size: 24px;
  margin-top: 2rem;
}
.privacy-policy .section-content {
  padding-top: 20px !important;
}
.privacy-policy .section-content a {
  color: #ED1846;
}
#cookie-law-info-bar a {
  color: #ED1846;
}
.grecaptcha-badge {
  transform: scale(0) !important;
}
#sortby {
  margin-bottom: 50px;
  font-size: 16px;
  cursor: pointer;
}
#sortby img {
  max-width: 16px;
  margin-left: 8px;
  position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
.hookit {
  padding-bottom: 20%;
}
@media only screen and (max-width: 1380px) and (min-width: 992px) {
  .site-id-4 #head .mega-menu .c-text {
    max-width: 100%;
  }
  .site-id-4 #head #head .mega-menu .main-title {
    font-size: 46px;
    margin-bottom: 20px;
    line-height: 50px;
  }
  .site-id-4 .navigation ul {
    padding-left: 10px;
  }
  .site-id-4 .navigation ul li {
    margin-bottom: 10px;
  }
  .site-id-4 .navigation ul li a {
    font-size: 12px;
  }
  .site-id-4 .hookit {
    padding-bottom: 30%;
  }
}
.site-id-4 .products .product-content h2 {
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .text_image {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    margin-top: 0 !important;
  }
}
.text_image > .container-fluid {
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .text_image > .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .text_image > .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .text_image .row > div[class*=-image].is-image {
    order: 1 !important;
    margin-bottom: 60px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image .image-desktop {
    display: none;
  }
}
.text_image .image-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .text_image .image-mobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image .row > div[class*=-image].is-image {
    height: 50vh;
    flex: 0 0 100%;
    max-width: 100%;
    right: 0;
    padding: 0 !important;
  }
  body:not(.home) .text_image .row > div[class*=-image].is-image {
    order: 1;
  }
  .home .text_image .row > div[class*=-image].is-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .text_image .row > div[class*=-image] .image-bg {
    background-position: center !important;
  }
  .text_image .content {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home .text_image .content {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .text_image .content .text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=form_photo-module] .row > div[class*=-image] {
    display: none !important;
  }
}
.text_image .right-image {
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
  .text_image .right-image {
    right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .text_image .right-image.is-image {
    margin-bottom: 80px;
  }
}
.text_image .right-image img {
  box-shadow: -5px 5px 18px rgba(0, 0, 0, 0.2);
}
.text_image .left-image {
  left: -65px;
  left: 0;
  padding-left: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .text_image .left-image {
    left: -15px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .text_image .left-image {
    left: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 80px;
  }
}
.text_image .left-image img {
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.2);
}
.text_image .subheading {
  margin-bottom: 32px;
  color: #ED1846;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .text_image .subheading {
    margin-bottom: 18px;
  }
}
.text_image .main-title h1 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .text_image .main-title h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.text_image .main-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1024px) {
  .text_image .main-title h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text_image .main-title h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.text_image .text {
  margin-bottom: 50px;
  margin-bottom: 0px;
  max-width: 85%;
}
.text_image .button {
  padding: 15px 20px;
  border-radius: 3px;
  display: inline-block;
}
.text_image .image-description {
  position: absolute;
  left: -30%;
  bottom: 0;
  max-width: 30%;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 1024px) {
  .text_image .content {
    padding: 0 120px !important;
  }
  .home .text_image .content {
    padding: 0 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image .content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    order: 1 !important;
  }
}
.text_image.left-content .content {
  padding-left: 35px;
  padding-right: 0 !important;
  margin-right: 0!important;
}
@media only screen and (max-width: 1024px) {
  .text_image.left-content .content {
    padding: 0 120px !important;
    margin-top: 46px;
  }
  .home .text_image.left-content .content {
    padding: 0 30px !important;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .text_image.left-content .content {
    padding: 0 20px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home .text_image.left-content .right-image {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .text_image.right-content {
    padding: 0 20px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image.w-50 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image.w-50 {
    width: 100% !important;
  }
}
.text_image.w-50 .content {
  flex: 0 0 83%;
  max-width: 83%;
}
@media only screen and (max-width: 1024px) {
  .text_image.w-50 .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 280px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image.w-50 .content {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image .text-image-row {
    flex-direction: column-reverse;
  }
}
.text_image .text-image-row .image {
  max-width: 150px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .text_image .text-image-row .image {
    margin-bottom: 25px;
  }
}
.text_image a {
  color: #03BEAC;
}
.text_image .image-bg {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: left center !important;
  box-shadow: -5px 5px 18px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .text_image .image-bg {
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image .image-bg {
    height: 50vh;
  }
}
@media only screen and (max-width: 1620px) {
  .text_image .text {
    max-width: 97.5%;
  }
}
.text_image[id=front-page-map] {
  margin-top: 30px;
}
.text_image[id=front-page-map] .left-image {
  flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 1024px) {
  .text_image[id=find-shop] {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=find-shop] {
    margin-top: 53px !important;
    margin-bottom: 56px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id=find-shop] .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=find-shop] .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text_image[id=find-shop] .container-fluid .content {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .text_image[id=find-shop] .container-fluid .content {
    flex: 0 0 65%;
    max-width: 65%;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=find-shop] .container-fluid .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px !important;
  }
}
.text_image[id=find-shop] .text {
  margin-bottom: 0;
}
.text_image[id=find-shop] .text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .text_image[id=certificate-text] {
    margin-top: 0px !important;
    margin-bottom: 58px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=certificate-text] {
    margin-top: 53px !important;
    margin-bottom: 56px !important;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
  .text_image[id=certificate-text] .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text_image[id=certificate-text] .container-fluid .content {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .text_image[id=certificate-text] .container-fluid .content {
    padding: 0 15px !important;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=certificate-text] .container-fluid .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px !important;
  }
}
.text_image[id=certificate-text] .text {
  margin-bottom: 0;
}
.text_image[id=certificate-text] .text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .text_image[id*=assembly_text_module] {
    margin-bottom: 33px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id*=assembly_text_module] .content {
    padding: 0 280px!important;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id*=assembly_text_module] .content {
    padding: 0 15px !important;
    margin-top: 33px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id*=assembly_text_module] + .text_image .row > div[class*=-image] {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id*=assembly_text_module] + .text_image .row > div[class*=-image] {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id*=assembly_text_module] + .text_image .content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id*=assembly_text_module] + .text_image .content {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id=current-promo] {
    margin-bottom: 0 !important;
  }
}
.text_image[id=current-promo] a {
  color: #363636;
}
.text_image[id=current-promo] a.active {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .text_image[id=current-promo] a.active {
    color: #ED1846;
  }
}
.text_image[id=current-promo] ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.text_image[id=current-promo] ul li {
  margin-bottom: 19px;
}
@media only screen and (max-width: 1024px) {
  .text_image[id=current-promo] ul li {
    margin-bottom: 0;
  }
}
.text_image[id=current-promo] .content {
  margin-bottom: auto;
  margin-top: 90px;
}
.text_image[id=current-promo] .content .main-title h1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .text_image[id=current-promo] .content .main-title h1 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id=current-promo] .content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 !important;
    margin: 39px auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=current-promo] .content {
    padding: 0 20px!important;
  }
}
.text_image[id=current-promo] .text {
  position: fixed;
  display: block !important;
  top: 37.5vh;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .text_image[id=current-promo] .text:not(.pinned) {
    visibility: hidden;
    opacity: 0;
    transition: bottom 0.2s ease-in-out;
    opacity: 1;
    visibility: visible;
    bottom: -150px;
    top: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id=current-promo] .text {
    width: 100%;
    left: 0;
    bottom: 0;
    display: inline-flex !important;
    background: #fff;
    z-index: 2;
    text-transform: uppercase;
    justify-content: center;
    padding: 29px 0;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
    transition: bottom 0.2s ease-in-out;
    top: auto;
  }
  .text_image[id=current-promo] .text ul {
    width: auto;
    display: inline-flex;
  }
  .text_image[id=current-promo] .text.pinned {
    bottom: 0;
  }
  .text_image[id=current-promo] .text p {
    margin: 0;
  }
  .text_image[id=current-promo] .text a {
    display: inline-block;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=current-promo] .text {
    text-transform: none;
    font-size: 16px;
    padding: 29px 20px;
  }
  .text_image[id=current-promo] .text ul {
    width: auto;
    overflow: auto;
    display: inline-flex;
  }
  .text_image[id=current-promo] .text a {
    padding: 0 20px 0 0;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id=academy-text] .content {
    margin-top: 46px !important;
    padding: 0 280px!important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=academy-text] .content {
    margin-top: 33px !important;
    padding: 0 20px!important;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id=academy-text] .content .subheading {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id=academy-text] .content .main-title {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id=academy-text] {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_image[id=career] .content {
    padding: 0 280px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=career] .content {
    padding: 0 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_image[id=career] {
    margin-bottom: 0 !important;
  }
}
.text_image .front-search {
  display: inline-block;
  margin-top: 20px;
}
.text_image .front-search a {
  margin-left: 40px;
  color: #ED1846;
}
@media only screen and (max-width: 767px) {
  .text_image .front-search {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #front-page-map .text-image-row {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 1024px) {
  #searchMapInput {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #front-page-map {
    margin-bottom: 60px !important;
  }
  #front-page-map .text {
    max-width: 100%;
  }
}
.wpcf7-form {
  font-size: 16px;
  padding: 50px 50px;
  border: 3px solid #ED1846;
  box-shadow: -15px 15px 0 #FBDAD4;
}
@media only screen and (max-width: 1620px) {
  .wpcf7-form {
    padding: 60px 100px;
  }
}
.wpcf7-form p:empty {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form {
    padding: 20px 20px;
  }
}
.wpcf7-form h2 {
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  color: #ED1846;
}
input,
textarea,
select {
  border: none;
  background-color: transparent;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #101C2D;
  color: #101C2D !important;
  padding: 10px 0;
  font-size: 16px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  margin-bottom: 15px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
textarea {
  height: 45px;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
}
.wpcf7-list-item input[type="checkbox"] {
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  max-width: 15px;
  height: 15px;
  margin: 0;
  -webkit-appearance: none;
  background: transparent !important;
  border: 1px solid #101C2D !important;
  border-radius: 0 !important;
  position: relative;
  top: 2px;
  left: -15px;
  padding: 8px;
}
.wpcf7-list-item input[type="checkbox"]:checked {
  background: #101C2D !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #101C2D;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #101C2D;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #101C2D;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #101C2D;
}
.form-info {
  margin-top: 40px;
}
.form-submit {
  text-align: center;
}
.form-submit .wpcf7-submit {
  background: #ED1846;
  border: none;
  margin-top: 30px;
  margin-top: 15px;
  display: inline-block;
  width: auto;
  padding: 11px 62px;
  font-size: 20px;
  margin-bottom: 0;
  transition: 0.4s;
  color: #fff !important;
  border-radius: 3px;
  line-height: 1.5;
}
.form-submit .wpcf7-submit:hover {
  background: #ED1846;
  color: #fff !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-list-item-label {
  font-size: 11px;
}
.wpcf7-not-valid {
  border-bottom: 1px solid #ED1846 !important;
}
.acceptance-162 .wpcf7-not-valid,
.acceptance-163 .wpcf7-not-valid {
  border: none !important;
}
.wpcf7-response-output {
  border: none !important;
  color: #ED1846;
}
.wpcf7-form-control-wrap .wpcf7-not-valid input {
  border: 1px solid red !important;
}
.postid-498 .text_image {
  background-color: transparent !important;
}
.ico-hover {
  display: inline-block;
}
.ico-hover .content-ico {
  width: 65px;
  height: 45px;
  left: -40px;
  position: relative;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 767px) {
  .ico-hover .content-ico {
    left: 0 !important;
  }
}
.cols-half {
  max-width: 1920px;
  margin: auto;
}
.cols-half .text-image-row > div {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.cols-half .text-image-row .content {
  padding: 0 150px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .cols-half .text-image-row .content {
    margin-bottom: 0;
  }
}
.home .image-desktop {
  display: block !important;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .image-desktop {
    display: none !important;
  }
}
.home .image-mobile {
  display: none !important;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .image-mobile {
    display: block !important;
  }
}
.boxes {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(24%, #f4f4f4), color-stop(28%, #f2f2f2), color-stop(64%, #f2f2f2), color-stop(72%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
@media only screen and (max-width: 1024px), only screen and (max-width: 767px) {
  .boxes {
    margin-top: 0 !important;
  }
}
.boxes .main-title {
  margin-bottom: 75px;
  padding-left: 130px;
}
@media only screen and (max-width: 1024px) {
  .boxes .main-title {
    padding-left: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .boxes .main-title {
    padding-left: 15px;
    margin-bottom: 55px;
  }
}
.boxes .main-title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .boxes .main-title h2 {
    font-size: 25px;
    line-height: 38px;
  }
}
.boxes .box {
  transform: translate(0, 0);
  transition: transform 0.3s ease-in-out;
}
.boxes .box:hover {
  transform: translate(0, -8px);
}
.boxes .box .box-container {
  padding: 40px 50px;
  background-color: #fff;
  height: 100%;
}
.boxes .box .box-container .ico {
  margin-bottom: 40px;
}
.boxes .box .box-container .ico img {
  max-height: 130px;
}
.boxes .box .box-container .title {
  font-weight: 600;
  margin-bottom: 18px;
}
.boxes .owl-carousel .owl-stage {
  padding-left: 0 !important;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .boxes .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
}
.boxes .owl-carousel .caousel-item {
  padding-right: 60px;
  height: 100%;
  padding-right: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .boxes .owl-carousel .caousel-item {
    padding-right: 20px;
    height: 100%;
  }
}
.boxes .owl-carousel .caousel-item img {
  cursor: grab;
  max-width: 120px;
}
@media only screen and (max-width: 1300px) {
  .boxes .owl-carousel .caousel-item img {
    cursor: grab;
    width: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .boxes .owl-carousel .caousel-item .title {
    font-weight: 800;
    margin-bottom: 15px;
  }
}
.boxes .owl-carousel .caousel-item .box-container {
  padding: 20px 30px;
  background: white;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .boxes .owl-carousel .caousel-item .box-container {
    height: 100%;
  }
}
.boxes .owl-carousel .owl-nav {
  text-align: center;
  margin-top: 50px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .boxes .owl-carousel .owl-nav {
    display: none;
  }
}
.boxes .owl-carousel .owl-nav .owl-prev {
  width: 16px;
  height: 16px;
  background-image: url('../../img/arrow_left.svg');
  background-position: center;
  background-size: contain;
}
.boxes .owl-carousel .owl-nav .owl-next {
  width: 16px;
  height: 16px;
  background-image: url('../../img/arrow_right.svg');
  background-position: center;
  background-size: contain;
  margin-left: 20px;
}
.boxes .owl-carousel .owl-nav button:focus {
  outline: none;
}
.boxes[id=assembly-ways] {
  margin-bottom: 75px !important;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .boxes[id=assembly-ways] {
    width: 100% !important;
  }
}
.boxes[id=assembly-ways] .main-title {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
  .boxes[id=assembly-ways] .main-title {
    padding-left: 15px;
  }
}
.boxes[id=assembly-ways] .title {
  margin: 30px 0 20px 0;
  font-weight: 800;
}
@media only screen and (min-width: 1920px) {
  .boxes[id=assembly-ways] .container-fluid {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .boxes[id=assembly-ways] .container-fluid {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .boxes[id=assembly-ways] .container-fluid {
    padding: 0 15px;
  }
}
.boxes[id=assembly-ways] .owl-item {
  width: 380px !important;
  min-width: 380px!important;
}
@media only screen and (min-width: 1920px) {
  .boxes[id=assembly-ways] .owl-item {
    width: 420px !important;
    min-width: 420px!important;
  }
}
@media only screen and (max-width: 767px) {
  .boxes[id=assembly-ways] .owl-item {
    width: 300px !important;
    min-width: 300px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .boxes .desktop {
    display: none;
  }
}
.boxes .mobile {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .boxes .mobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .boxes-container {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_slider > .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .text_slider > .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .text_slider {
    margin-bottom: 0 !important;
  }
}
.text_slider .right-slider {
  right: -65px;
  padding-right: 0;
  position: relative;
  flex: 0 0 55%;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .text_slider .right-slider {
    height: 50vh;
    flex: 0 0 100%;
    max-width: 100%;
    right: 0;
    padding: 0 !important;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .text_slider .right-slider {
    right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    order: 1;
  }
}
.text_slider .right-slider .slider-item {
  box-shadow: -5px 5px 18px rgba(0, 0, 0, 0.2);
  min-height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .text_slider .right-slider .slider-item {
    min-height: 50vh;
  }
}
@media only screen and (min-width: 1921px) {
  .text_slider .right-slider .slider-item {
    min-height: 58vh;
    max-height: 750px!important;
  }
}
.text_slider .left-slider {
  left: -65px;
  padding-left: 0;
  position: relative;
}
.text_slider .left-slider .slider-item {
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.2);
}
.text_slider .subheading {
  color: #ED1846;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .text_slider .subheading {
    margin-bottom: 20px;
  }
}
.text_slider .main-title {
  margin-top: 32px;
}
.text_slider .main-title h1 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .text_slider .main-title h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.text_slider .main-title h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 38px;
}
.text_slider .text {
  margin-bottom: 50px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .text_slider .text {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 992px) {
  .text_slider .text {
    max-width: 75%;
  }
}
.text_slider .button {
  padding: 15px 20px;
  border-radius: 3px;
  display: inline-block;
}
.text_slider .slider-description {
  position: absolute;
  left: -30%;
  bottom: 0;
  max-width: 30%;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
  padding-right: 35px;
}
@media only screen and (max-width: 1024px) {
  .text_slider .slider-description {
    display: none;
  }
}
.text_slider .bx-viewport {
  overflow: inherit !important;
}
.text_slider .bx-wrapper {
  border: none;
  box-shadow: none;
  min-height: 75vh;
}
@media only screen and (min-width: 1921px) {
  .text_slider .bx-wrapper {
    min-height: 58vh;
    max-height: 750px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text_slider .bx-wrapper {
    min-height: 50vh;
  }
}
.text_slider .bx-wrapper .bx-controls {
  display: none;
}
.text_slider #bx-pager {
  margin-top: 50px;
}
.text_slider #bx-pager ul {
  display: flex;
  list-style-type: none;
}
.text_slider #bx-pager ul li {
  margin-right: 20px;
}
.text_slider #bx-pager ul li a {
  font-size: 18px;
  color: #101C2D;
  font-weight: 600;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d5d5d5;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.text_slider #bx-pager ul li .active {
  color: #ED1846;
  background: #ED1846;
}
@media only screen and (max-width: 1024px) {
  .text_slider #bx-pager {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .text_slider .slider-row {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1921px) {
  .text_slider .content {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .text_slider .content {
    margin-top: 50px;
  }
}
.text_slider .content img {
  left: -35px;
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .text_slider .content img {
    left: 0;
    margin-bottom: 10px;
    order: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .text_slider .content {
    order: 2;
    flex: 0 0 60%;
    max-width: 465px;
  }
  .text_slider .content .text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .text_slider .content {
    order: 1 !important;
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text_slider .ico-hover {
  display: inline-block;
}
.text_slider .ico-hover .content-ico {
  width: 65px;
  height: 45px;
  left: -40px;
  position: relative;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .text_slider .ico-hover .content-ico {
    left: 0;
  }
}
.carousel .main-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .carousel .main-title {
    maegin-bottom: 40px;
  }
}
.carousel .main-title h2 {
  font-weight: 600;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .carousel .main-title h2 {
    font-size: 25px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .carousel .main-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .carousel .caros {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .caros {
    padding-left: 0;
  }
}
.carousel .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.carousel .owl-carousel .caousel-item {
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .carousel .owl-carousel .caousel-item {
    padding-right: 20px;
  }
}
.carousel .owl-carousel .caousel-item img {
  cursor: grab;
}
.carousel .owl-carousel .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.carousel .owl-carousel .owl-nav .owl-prev {
  width: 16px;
  height: 16px;
  background-image: url('../../img/arrow_left.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.carousel .owl-carousel .owl-nav .owl-next {
  width: 16px;
  height: 16px;
  background-image: url('../../img/arrow_right.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.carousel .owl-carousel .owl-nav button:focus {
  outline: none;
}
@media only screen and (max-width: 1024px) {
  #main-carousel {
    margin-bottom: 60px !important;
  }
}
.row-products {
  margin-top: 185px;
}
.page-template-about .row-products {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .row-products {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .products .first-row {
    flex-direction: column-reverse;
  }
}
.products .subheading {
  margin-bottom: 20px;
  color: #101C2D;
  font-weight: 600;
}
.products .subheading2 {
  margin-bottom: 20px;
  color: #ED1846;
}
@media only screen and (max-width: 1024px) {
  .products .subheading2 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .products .subheading2 {
    margin-top: 0;
  }
}
.products .subheading2 {
  margin-bottom: 20px;
}
.products .main-title h1 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 55px;
}
@media only screen and (max-width: 767px) {
  .products .main-title h1 {
    font-size: 25px;
    line-height: 1;
  }
}
.products .text {
  margin-bottom: 50px;
  max-width: 75%;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .products .text {
    max-width: 100%;
  }
}
.products .image1 {
  margin-bottom: 80px;
}
.products .download span {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.products .download a {
  font-size: 16px;
  font-weight: 400;
  color: #ED1846;
  margin-bottom: 20px;
  display: block;
  transition: 0.4s;
}
.products .download a:hover {
  color: #03BEAC;
}
.products .image {
  right: -65px;
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .products .image {
    min-height: 65vh;
  }
}
@media only screen and (max-width: 1024px) {
  .products .image {
    right: -15px;
    min-height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .products .image {
    right: 0;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.products .image img {
  box-shadow: -5px 5px 18px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1024px) {
  .products .desktop-image {
    display: none;
  }
}
.products .mobile-image {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .products .mobile-image {
    display: block;
  }
}
@media only screen and (max-width: 1620px) and (orientation: landscape) {
  .products .product-description {
    flex: 0 0 75%;
    max-width: 75% ;
  }
}
@media only screen and (max-width: 1200px) and (orientation: portrait) {
  .products .product-description .list > div[class*=col] {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .products .product-description .list > div[class*=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products .subpages,
.products .subpages-pages,
.products .subpages-fix {
  margin-bottom: 25px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 1080px) and (min-width: 768px) {
  .products .subpages,
  .products .subpages-pages,
  .products .subpages-fix {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .products .subpages,
  .products .subpages-pages,
  .products .subpages-fix {
    overflow: auto;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .products .subpages,
  .products .subpages-pages,
  .products .subpages-fix {
    margin-top: 0px;
  }
}
.products .subpages ul,
.products .subpages-pages ul,
.products .subpages-fix ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 1024px) {
  .products .subpages ul,
  .products .subpages-pages ul,
  .products .subpages-fix ul {
    min-width: 880px;
  }
}
@media only screen and (max-width: 767px) {
  .products .subpages ul,
  .products .subpages-pages ul,
  .products .subpages-fix ul {
    width: 100%;
    display: block;
    white-space: nowrap;
  }
}
.products .subpages ul li,
.products .subpages-pages ul li,
.products .subpages-fix ul li {
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
  font-size: 16px;
  color: rgba(16, 28, 45, 0.5);
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .products .subpages ul li,
  .products .subpages-pages ul li,
  .products .subpages-fix ul li {
    margin-right: 20px;
    font-size: 14px;
  }
}
.products .subpages .ask,
.products .subpages-pages .ask,
.products .subpages-fix .ask {
  position: absolute;
  right: 0;
  top: 22px;
  margin-right: 15px;
}
.products .subpages .ask .ask-button,
.products .subpages-pages .ask .ask-button,
.products .subpages-fix .ask .ask-button {
  background: #ED1846;
  padding: 8px 18px;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 1024px) {
  .products .subpages .ask .ask-button,
  .products .subpages-pages .ask .ask-button,
  .products .subpages-fix .ask .ask-button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .products .subpages .ask .ask-button,
  .products .subpages-pages .ask .ask-button,
  .products .subpages-fix .ask .ask-button {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 15px 10px;
    display: none;
  }
}
.products .subpages.hidden,
.products .subpages-pages.hidden,
.products .subpages-fix.hidden {
  opacity: 0;
  visibility: hidden;
}
.products .subpages-fix {
  top: -50px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 11111111111111;
  margin: 0;
  padding-left: 140px;
  padding-right: 140px;
  margin-top: 0 !important;
  max-width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.125);
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 1620px) {
  .products .subpages-fix {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .products .subpages-fix {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .products .subpages-fix {
    padding: 0 15px;
  }
}
.products .subpages-fix ul {
  position: relative;
  border-bottom: 0 !important;
  max-width: 1600px;
  margin: auto;
}
.products .subpages-fix ul .ask {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .products .subpages-fix ul .ask .ask-button {
    display: block;
  }
}
.products .subpages-fix.pinned {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.products .product-content {
  min-height: 200px;
}
@media only screen and (max-width: 1080px) and (min-width: 768px) {
  .products .product-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .products .product-content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .products .product-content .p-image {
    margin-bottom: 20px;
  }
}
.products .product-content .a-item {
  margin-bottom: 30px;
}
.products .product-content .fbx-link img {
  margin-bottom: 20px;
}
.products .product-content h2 {
  font-size: 30px;
  color: #ED1846;
}
@media only screen and (max-width: 767px) {
  .products .product-content h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
.products .product-content hr {
  border-top-color: rgba(112, 112, 112, 0.3);
  margin-top: 100px;
  padding-bottom: 100px;
}
.products .product-content hr.opening-hr-start {
  padding-bottom: 50px;
}
.products .product-content hr.opening-hr-end {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .products .product-content hr {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
.products .product-content .ajax-loader {
  background-image: url('../../img/ajax-loader.gif');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.products .product-content .pages-image {
  margin-top: 80px;
}
.products .cart {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.products .cart:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #101C2D;
  box-shadow: 2px 2px 4px #8a8a8a;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.products .cart:hover {
  color: #101c2d;
}
.products .cart:hover:after {
  opacity: 1;
  visibility: visible;
}
.products .cart.active {
  color: #101c2d;
}
.products .cart.active::after {
  visibility: visible;
  opacity: 1;
}
.products .list-extensions ul {
  max-height: 33vh;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.products .list-extensions ul li {
  width: 48%;
}
@media (max-width: 1200px) and (orientation: portrait) {
  .products .list-extensions ul {
    max-height: 100%;
  }
  .products .list-extensions ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .products .list-extensions ul {
    max-height: 100%;
  }
  .products .list-extensions ul li {
    width: 100%;
  }
}
.products .list strong {
  margin-bottom: 20px;
  display: block;
}
.products .list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.products .list ul li {
  margin-bottom: 12px;
  line-height: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .products .list .standard-list {
    margin-bottom: 40px;
  }
}
.products .list .standard-list li {
  padding-left: 45px;
  min-height: 30px;
  margin-bottom: 15px;
  padding-top: 2px;
}
.products .list .standard-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url('../../img/list_ico.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.products .count-2 .more-list {
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .products .count-2 .more-list {
    column-count: 1;
  }
}
.products .accordion {
  margin-top: -20px;
}
.products .accordion dt,
.products .accordion dd {
  padding: 20px 0;
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
}
.products .accordion dt a,
.products .accordion dd a {
  display: block;
  color: black;
  font-weight: 400;
}
.products .accordion dd {
  border-top: 0;
}
.products .accordion dd:last-of-type {
  position: relative;
  top: -1px;
}
.products .accordion dt {
  position: relative;
}
.products .accordion dt ::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
}
.products .accordion dt.active {
  border-bottom: none;
}
.products .accordion dt.active ::after {
  content: "-";
}
.products .sp_accordion dt::after,
.products .sp_accordion dd::after,
.products .sp_accordion a::after,
.products .sp_accordion div::after {
  display: none !important;
}
.products .sp_accordion a {
  color: #ED1846 !important;
  font-size: 30px;
  padding: 60px 0;
  font-weight: 400;
}
.products .sp_accordion span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 15%;
  color: #101C2D !important;
}
.products .sp_accordion span::after {
  display: none !important;
}
.products .sp_accordion .less {
  display: none;
  color: #03BEAC !important;
}
.products .sp_accordion .active .less {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.products .sp_accordion .active .less.hidden {
  visibility: hidden;
  opacity: 0;
}
.products .sp_accordion .active .less.pinned {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 160px;
  right: 10%;
}
.products .sp_accordion .active .less.pinned.active {
  opacity: 1;
  visibility: visible;
}
.products .sp_accordion .active .more {
  display: none;
}
.products .item {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1300px) {
  .products .item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 1060px) {
  .products .item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .products .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.products .item .description {
  font-size: 18px;
}
@media only screen and (max-width: 1620px) {
  .products .item .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
  .products .item .description {
    font-size: 14px;
  }
}
.products .item img {
  margin-bottom: 20px;
}
.products .download-all {
  margin-top: -50px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .products .download-all {
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: right;
  }
}
.products .download-all a {
  color: #ED1846;
}
.products .download-row {
  margin: 0;
}
.products .download-row .download-item {
  padding: 50px 60px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 4px 5px #dddddd;
}
@media only screen and (max-width: 767px) {
  .products .download-row .download-item {
    padding: 20px 20px;
  }
}
.products .download-row .download-item .type {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .products .download-row .download-item .type {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .products .download-row .download-item .filesize {
    display: none;
  }
}
.products .download-row .download-item a {
  color: #ED1846;
}
.products .open-image {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .products .open-image {
    margin-bottom: 0;
  }
}
.products .accesories .a-item .a-image {
  margin-bottom: 25px;
}
.products .accesories .a-item .a-title {
  margin-bottom: 20px;
  font-weight: 800;
}
.products .models .a-item .a-image {
  margin-bottom: 25px;
}
.products .models .a-item .a-title {
  margin-bottom: 20px;
  font-weight: 600;
}
.products .models .a-item .value {
  opacity: 0.6;
}
.products .models .a-item > div:not(.a-image) {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .products .models .a-item > div:not(.a-image) {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .products .models .a-item > div:not(.a-image) {
    width: 100%;
  }
}
.products .spec > .accordion {
  width: 100%;
}
.products .spec .box-title {
  font-weight: 800;
  margin-bottom: 20px;
}
.products .spec .circles {
  margin-right: 0;
  margin-left: 0;
}
.products .spec .circles .circle-empty {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(80, 80, 80, 0.2);
  border-radius: 100%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
}
.products .spec .circles-red {
  margin-right: 0;
  margin-left: 0;
  margin-top: -40px;
}
.products .spec .circles-red .circle-red {
  width: 40px;
  height: 40px;
  border: 2px solid #ED1846;
  border-radius: 100%;
  color: #ED1846;
  text-align: center;
  font-size: 24px;
  margin-right: 10px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
}
.products .spec .circles-red .circle-red:hover {
  background: #ED1846;
  color: white;
}
.products .spec .circles-red .active {
  background: #ED1846;
}
.products .spec .circles-red .active:hover {
  background: #ED1846;
  color: #ED1846;
}
.products .spec .extends-info .extend-info {
  display: none;
}
.products .spec .extends-info .extend-info p {
  font-size: 14px;
  color: #505050;
}
.products .spec .extends-info .active {
  display: block;
}
.products .sp_content {
  padding-bottom: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
}
.products .s-title {
  margin-bottom: 60px;
}
.products .s-content {
  background: white;
  box-shadow: 0px 3px 6px rgba(105, 175, 175, 0.2);
  padding: 45px;
  white-space: nowrap;
}
.products .m-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .products .m-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.products .m-item img {
  margin-bottom: 20px;
}
.products .ask-tooltip {
  background-image: url("../../img/ask.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 10px;
  position: relative;
}
.products .ask-tooltip:hover {
  background-image: url("../../img/ask2.svg");
}
.products .color-content {
  margin-bottom: 80px;
}
.products .about-list li {
  margin-bottom: 40px !important;
}
.products .about-list li .title {
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1620px) and (orientation: landscape) {
  .products .ip-content {
    flex: 0 0 75%;
    max-width: 75% ;
  }
}
.products .ip-content .p-image {
  margin-top: 40px;
}
.products .ip-content > .row {
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .products .ip-content > .row > div[class*=col] {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 1024px) {
  .products .row > div[class*=-image].is-image {
    height: 50vh;
    flex: 0 0 calc(100% + 30px);
    max-width: none;
    left: -15px;
    padding: 0 !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body:not(.home) .products .row > div[class*=-image].is-image {
    order: 1;
  }
  .home .products .row > div[class*=-image].is-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products .row > div[class*=-image] .image-bg {
    background-position: center !important;
  }
  .products .content {
    order: 2;
    flex: 0 0 47%;
    max-width: 47%;
  }
  .home .products .content {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products .content .text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) and only screen and (max-width: 1100px) and (min-width: 768px) {
  .products .content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .products .content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .products .row > div[class*=-image].is-image {
    height: 40vh;
    flex: none;
    left: 0;
  }
  body:not(.home) .products .row > div[class*=-image].is-image {
    order: 1;
  }
  .home .products .row > div[class*=-image].is-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products .row > div[class*=-image] .image-bg {
    background-position: center !important;
  }
  .products .content {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products .so-image {
  position: relative;
  cursor: pointer;
}
.products .so-video {
  display: none;
  cursor: pointer;
}
.products .img-gallery {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.product-background {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(24%, #f4f4f4), color-stop(28%, #f2f2f2), color-stop(64%, #f2f2f2), color-stop(72%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  padding: 50px 0;
  width: 100%;
  min-height: 100vh;
}
.subpages-section .product-content {
  margin-bottom: 0;
}
.subpages-section .product-background {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 1024px), only screen and (max-width: 767px) {
  .subpages-section .product-background {
    padding: 0;
  }
}
.salony .main-title {
  margin-top: 60px;
}
.salony > .col-md-5:last-child {
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .salony > .col-md-5:last-child {
    margin: auto;
    padding: 20px;
  }
}
.salony > .col-md-5:last-child .wpcf7-form-control-wrap.content {
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .desktop-offer-single {
    display: none !important;
  }
}
.mobile-offer-single {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .mobile-offer-single {
    display: block !important;
  }
}
.map-box-row {
  margin-right: 80px;
  margin-right: 0;
}
.salony-offer {
  margin-top: 120px;
  margin-bottom: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
}
body.single-salony {
  background: #fff !important;
}
body.single-salony .showroom-title {
  font-size: 18px;
  line-height: 24px;
  color: #363636;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body.single-salony .logo + img {
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  body.single-salony .logo + img {
    max-width: 100px;
    margin: 20px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  body.single-salony .logo + img {
    width: auto;
    max-height: 100px;
  }
}
body.single-salony .text_image {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  body.single-salony .text_image {
    margin-bottom: 0 !important;
  }
}
body.single-salony .text_image .row > div[class*=-image].is-image {
  margin-left: auto;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  body.single-salony .text_image .row > div[class*=-image].is-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  body.single-salony .text_image .content {
    padding: 0 45px !important;
  }
}
body.single-salony .map_box-module {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  body.single-salony .map_box-module .map-box-row {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  body.single-salony .map_box-module .map-box-row {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.single-salony .map_box-module .map-box-row #map {
    margin-top: 0;
    margin-bottom: 60px;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  body.single-salony .map_box-module .map-box-row #map {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  body.single-salony .map_box-module .map-box-row #map {
    height: 50vh;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  body.single-salony .map_box-module .map-box-row > .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  body.single-salony .google-opinions {
    margin-top: 35px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  body.single-salony .main-title h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
body.single-salony .caros .owl-carousel {
  position: relative;
}
body.single-salony .caros .owl-carousel .owl-stage {
  margin: auto;
}
body.single-salony .caros .owl-carousel .owl-stage .owl-item {
  padding-top: 20px;
}
body.single-salony .caros .owl-carousel .owl-stage .owl-item:hover img {
  transform: translate(0, -8px);
}
body.single-salony .caros .owl-carousel img {
  transform: translate(0, 0);
  transition: transform 0.3s ease-in-out;
}
body.single-salony .caros .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  height: 100%;
  min-height: 185px;
  width: 100%;
  z-index: -1;
}
body.single-salony .caros .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
}
body.single-salony .caros .owl-carousel .owl-nav button:focus {
  outline: none !important;
  box-shadow: none !important;
}
body.single-salony .caros .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}
body.single-salony .caros .owl-carousel .owl-nav button.owl-next {
  right: -50px;
}
.salony-opinions {
  margin-bottom: 100px;
}
.subpage_list {
  margin-top: 35px;
}
.offer {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(24%, #f4f4f4), color-stop(28%, #f2f2f2), color-stop(64%, #f2f2f2), color-stop(72%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 24%, #f2f2f2 28%, #f2f2f2 64%, #f2f2f2 72%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
@media only screen and (max-width: 767px) {
  .offer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.offer .main-title h2 {
  font-size: 30px;
  margin-bottom: 70px;
  text-align: center;
}
.offer .description {
  margin-top: 30px;
}
.gallery .gallery-title {
  font-size: 30px;
  margin-bottom: 70px;
  text-align: center;
}
.gallery .images .image {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  section.text {
    margin-bottom: 40px !important;
  }
}
section[id*=files-text].text .container-fluid {
  padding-left: 192px;
  padding-right: 192px;
}
@media only screen and (max-width: 1620px) {
  section[id*=files-text].text .container-fluid {
    padding-left: 90px;
    padding-right: 90px;
  }
}
section[id*=promo-text].text {
  opacity: 0;
  visibility: hidden;
  display: none;
  margin-bottom: 145px;
}
@media only screen and (max-width: 1024px) {
  section[id*=promo-text].text {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  section[id*=promo-text].text .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  section[id*=promo-text].text .container-fluid {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1024px) {
  section[id*=promo-text].text .container-fluid div[class*=col-md] {
    padding: 0;
  }
}
section[id*=promo-text].text.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
section[id*=promo-text].text h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 67px;
}
@media only screen and (max-width: 1024px) {
  section[id*=promo-text].text h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  section[id*=promo-text].text h2 {
    font-size: 25px;
    line-height: 38px;
  }
}
section[id*=promo-text].text img {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  section[id*=promo-text].text img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section[id*=promo-text].text img {
    margin-top: 33px;
    margin-bottom: 33px;
  }
}
.title-text {
  width: 100%;
  padding-top: 46px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 1200px) {
  .page-template-map .title-text {
    position: absolute;
    top: 42px;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 0;
    padding-bottom: 0px;
    width: 300px;
    display: inline-block;
  }
  .page-template-map .title-text .container-fluid {
    padding: 0;
  }
  .page-template-map .title-text .container-fluid .section-title {
    padding: 0 !important;
    font-size: 20px;
    border-bottom: 0;
    margin: auto;
  }
  .page-template-map .title-text .container-fluid .section-content {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .title-text .container-fluid > div > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.title-text .container-fluid > div > div > * {
  padding: 0 90px;
}
@media only screen and (max-width: 1620px) {
  .title-text .container-fluid > div > div > * {
    padding: 0;
  }
}
.title-text .section-title {
  color: #E2033A;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 50px;
  padding-bottom: 30px !important;
  border-bottom: 1px solid rgba(218, 218, 219, 0.5);
}
@media only screen and (max-width: 1620px) {
  .title-text .section-title {
    font-size: 35px;
    padding-bottom: 25px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .title-text .section-title {
    font-size: 25px;
  }
}
.title-text .section-content p:first-child {
  margin: 26px 0;
}
@media only screen and (max-width: 767px) {
  .page-template-map .title-text {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-map .map-tune .title-text {
    padding-top: 0 !important;
    display: block;
  }
  .page-template-map .map-tune .title-text .section-title {
    border: 0;
    padding-bottom: 15px !important;
  }
}
.button-section {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button-section {
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px !important;
    margin-top: 0 !important;
  }
}
.button-section .button {
  padding: 15px 20px;
  border-radius: 3px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .google-opinions {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.google-opinions .opinion-title {
  font-size: 30px;
  margin-bottom: 70px;
  text-align: center;
}
.google-opinions #map-plug {
  display: none;
}
.google-opinions #google-reviews {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;
    grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}
.google-opinions span.review-profile-image {
  float: left;
  padding: 0px 15px 0px 0px;
}
.google-opinions span.review-profile-image img {
  width: 40px;
}
.google-opinions .modal-backdrop.in {
  display: none;
}
.google-opinions .review-item {
  display: block;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
  margin-left: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  padding: 30px 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .google-opinions .review-item {
    flex: 0 0 90% !important;
    max-width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.google-opinions .review-item:first-child {
  margin-left: 0;
}
@media (max-width: 1200px) {
  .google-opinions .review-item {
    flex: 1 1 40%;
  }
}
.google-opinions .review-meta,
.google-opinions .review-stars {
  text-align: left;
  font-size: 115%;
}
.google-opinions .review-author {
  font-weight: 600;
  font-size: 18px;
  color: #4171DE;
}
.google-opinions .review-date {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
.google-opinions .review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 72em;
  margin: auto;
  font-size: 14px;
  padding-left: 55px;
}
.google-opinions .review-stars {
  padding-left: 52px;
}
.google-opinions .review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.google-opinions .review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}
.google-opinions .review-stars ul li i {
  color: #E7711B;
  font-size: 1.4em;
  font-style: normal;
}
.google-opinions .review-stars ul li i.inactive {
  color: #c6c6c6;
}
.google-opinions .star:after {
  content: "\2605";
}
#map-plug {
  display: none;
}
#google-reviews {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;
  grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}
span.review-profile-image {
  float: left;
  padding: 0px 15px 0px 0px;
}
span.review-profile-image img {
  width: 40px;
}
.modal-backdrop.in {
  display: none;
}
.review-item {
  border-bottom: solid 1px rgba(190, 190, 190, 0.35);
  margin: 5px auto;
  display: block;
  width: 100%;
  padding: 15px 0px;
}
@media (max-width: 1200px) {
  .review-item {
    flex: 1 1 40%;
  }
}
@media (max-width: 450px) {
  .review-item {
    flex: 1 1 90%;
  }
}
.review-meta,
.review-stars {
  text-align: left;
  font-size: 115%;
}
.review-author {
  text-transform: capitalize;
  font-weight: bold;
}
.review-date {
  opacity: 0.6;
  display: block;
}
.review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 72em;
  margin: auto;
}
.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}
.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style: normal;
}
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}
.map-results--container {
  box-shadow: 0 10px 30px rgba(82, 82, 82, 0.1);
}
@media only screen and (max-width: 767px) {
  .map-results--container {
    height: auto !important;
    box-shadow: none !important;
  }
}
.map-results--container .geo-btn {
  width: 100%;
  font-size: 16px;
  position: relative;
  background: #03BEAC;
  color: #fff;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .map-results--container .geo-btn {
    height: 50px;
    width: 50px;
    margin-left: auto;
  }
}
.map-results--container .geo-btn:before {
  content: '';
  background: url(../../img/geo.svg) no-repeat center;
  background-size: 14px 14px;
  position: absolute;
  left: 35px;
  top: 23px;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1920px) {
  .map-results--container .geo-btn:before {
    left: 55px;
  }
}
@media only screen and (max-width: 1620px) {
  .map-results--container .geo-btn:before {
    left: 7.5%;
    top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .map-results--container .geo-btn:before {
    left: 10%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .map-results--container .geo-btn:before {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .map-results--container .geo-btn:before {
    left: 15px;
    top: 19px!important;
  }
}
@media only screen and (max-width: 767px) {
  .map-results--container .geo-btn span {
    display: none !important;
  }
}
.map-results--container .geo-btn:focus {
  outline: none;
  box-shadow: none;
}
.map-results--container .geo-btn:hover:before {
  transform: rotate(45deg) translateY(-7px) scale(1.35);
}
@media only screen and (max-width: 767px) {
  .map-results--container .geo-btn:hover:before {
    transform: rotate(45deg) translateY(0px) scale(1.35);
  }
}
@media only screen and (max-width: 767px) {
  .map-results--container .geo-btn {
    width: 50px;
    border: 1px solid rgba(69, 73, 78, 0.2);
  }
}
.map-results--container .search-input {
  position: relative;
}
.map-results--container .search-input input {
  border-radius: 3px;
  border: 1px solid rgba(69, 73, 78, 0.2);
  padding: 15px 15px 15px 65px;
  background: url(../../img/magnify.svg) no-repeat;
  background-size: 24px 24px;
  background-position: 15px 15px;
  color: #DADADB !important;
}
@media only screen and (max-width: 1620px) {
  .map-results--container .search-input input {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .map-results--container .search-input input {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .map-results--container .search-input input {
    padding-right: 60px;
    margin-bottom: 0px;
    font-size: 12px;
    background-size: 13px 13px;
    background-position: 15px 18px;
    padding-left: 45px;
  }
}
.map-results--container .search-input input:focus,
.map-results--container .search-input input:active {
  color: #363636 !important;
}
@media only screen and (max-width: 767px) {
  .map-results--container .filters {
    order: 2;
    width: 50px;
    margin-left: auto;
  }
}
.map-results--container .search {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .map-results--container .search {
    order: 1;
    width: 82%;
  }
}
.map-results--container #checkboxes {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .map-results--container #checkboxes {
    display: none !important;
  }
}
.map-results--container #checkboxes.active {
  display: block !important;
}
.map-results--container #checkboxes > div {
  margin-bottom: 25px;
}
.map-results--container #checkboxes > div img {
  margin-right: 25px;
  width: 24px;
  height: 35px;
}
.map-results--container #checkboxes > div input[type="checkbox"] {
  visibility: hidden;
  margin-bottom: 0;
}
.map-results--container #checkboxes > div .showroom-check {
  margin: 0;
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.map-results--container #checkboxes > div input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.map-results--container #checkboxes > div .showroom-check label {
  background: transparent;
  border: 1px solid rgba(69, 73, 78, 0.2);
  border-radius: 2px;
  cursor: pointer;
  height: 19px;
  left: 0;
  position: absolute;
  top: 0;
  width: 19px;
  margin-bottom: 0;
}
.map-results--container #checkboxes > div input[type="checkbox"]:checked + label {
  background: #E2033A;
}
.map-results--container #checkboxes > div .showroom-check label:after {
  content: "";
  height: 7px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
  color: #fff;
  border-style: none none solid solid;
}
.map-results--container #checkboxes > div .form-check-label {
  width: 100%;
  font-size: 18px;
  color: #363636;
}
@media only screen and (max-width: 1620px) {
  .map-results--container #checkboxes > div .form-check-label {
    font-size: 16px;
  }
}
.map-results--container #checkboxes > div .form-check-inline {
  margin-right: 0;
}
.map-results--container #mobile-checkboxes {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  display: none !important;
}
.map-results--container #mobile-checkboxes.active {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .map-results--container #mobile-checkboxes {
    padding: 40px 28px 40px 40px ;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  }
}
.map-results--container #mobile-checkboxes > div {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .map-results--container #mobile-checkboxes > div {
    margin-bottom: 0;
  }
}
.map-results--container #mobile-checkboxes > div img {
  margin-right: 25px;
  width: 24px;
  height: 35px;
}
.map-results--container #mobile-checkboxes > div input[type="checkbox"] {
  visibility: hidden;
  margin-bottom: 0;
}
.map-results--container #mobile-checkboxes > div .showroom-check {
  margin: 0;
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.map-results--container #mobile-checkboxes > div input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.map-results--container #mobile-checkboxes > div .showroom-check label {
  background: transparent;
  border: 1px solid rgba(69, 73, 78, 0.2);
  border-radius: 2px;
  cursor: pointer;
  height: 19px;
  left: 0;
  position: absolute;
  top: 0;
  width: 19px;
  margin-bottom: 0;
}
.map-results--container #mobile-checkboxes > div input[type="checkbox"]:checked + label {
  background: #E2033A;
}
.map-results--container #mobile-checkboxes > div .showroom-check label:after {
  content: "";
  height: 7px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
  color: #fff;
  border-style: none none solid solid;
}
.map-results--container #mobile-checkboxes > div .form-check-label {
  width: 100%;
  font-size: 18px;
  color: #363636;
}
@media only screen and (max-width: 1620px) {
  .map-results--container #mobile-checkboxes > div .form-check-label {
    font-size: 16px;
  }
}
.map-results--container #mobile-checkboxes > div .form-check-inline {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .map-results--container #mobile-checkboxes > div:last-child {
    text-align: right;
  }
}
.map-results--container .filters-results {
  padding: 40px;
  box-shadow: 0 10px 30px rgba(82, 82, 82, 0.1);
  z-index: 1;
}
@media only screen and (max-width: 1620px) {
  .map-results--container .filters-results {
    width: 33%;
  }
}
@media only screen and (max-width: 1024px) {
  .map-results--container .filters-results {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .map-results--container .filters-results {
    width: 100%;
    padding: 0;
    box-shadow: none;
    height: auto;
    position: relative;
    z-index: 2;
  }
}
.map-results--container .filters-results > div {
  padding: 0;
  padding-bottom: 25px;
}
.map-results--container .filters-results .filters-search .filters {
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .map-results--container .filters-results .filters-search .filters {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .map-results--container .filters-results .filters-search {
    width: 100%;
    order: 2;
    padding: 16px 8px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    flex-direction: row !important;
    flex-wrap: wrap;
    display: flex;
    left: 0;
  }
}
.map-results--container .results {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .map-results--container .results[id=results-mobile] {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .map-results--container .results:not(.mobile-only ) {
    display: none !important;
  }
}
.map-results--container .results > div:first-child {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .map-results--container .results > div:first-child {
    display: none !important;
  }
}
.map-results--container .results .results-group > span {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding-bottom: 24px;
  padding-top: 24px;
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.map-results--container .results .results-group.hidden {
  display: none;
}
.map-results--container .results .results-group.hidden + .results-group {
  border-top: 0 !important;
}
.map-results--container .results .results-group + .results-group {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.map-results--container .results .list-item {
  margin-top: 30px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .map-results--container .results .list-item {
    margin-top: 15px;
  }
}
.map-results--container .results .list-item:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.map-results--container .results .main-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding-bottom: 25px;
}
.map-results--container .results .result-link,
.map-results--container .results .result-rating {
  margin-bottom: 10px;
}
.map-results--container .results .result-link {
  font-size: 18px;
}
.map-results--container .results .result-link a,
.map-results--container .results .result-link span {
  color: #363636 !important;
}
@media only screen and (max-width: 1620px) {
  .map-results--container .results .result-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .map-results--container .results .result-link {
    font-size: 16px;
  }
}
.map-results--container .results .result-address {
  margin-bottom: 25px;
}
.map-results--container .results .result-directions {
  position: relative;
  margin-top: 25px;
}
.map-results--container .results .result-directions a {
  color: #03BEAC;
  position: relative;
  display: inline-block;
  padding: 3px 0 3px 32px;
  font-family: 'Poppins', sans-serif;
}
.map-results--container .results .result-directions a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../../img/route.svg) no-repeat center;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}
.map-results--container .results .certificates > div {
  width: 75px;
  height: 68px;
  -webkit-background-size: auto !important;
  background-size: contain !important;
  margin: 0 auto;
  background-position: top center !important;
}
.map-results--container .results .certificates > div + div {
  margin-top: 2rem;
}
.map-results--container .results .certificates .result-certificate-assembly {
  background: url(../../img/certyfikatmontazu.png) no-repeat center;
}
.map-results--container .results .certificates .result-certificate-trade {
  background: url(../../img/certyfikathandlowy.png) no-repeat center;
}
.map-results--container .results .certificates .result-lumup {
  background: url(../../img/ico_finestra.svg) no-repeat center;
}
.map-results--container .results .certificates .result-doors {
  background: url(../../img/ico_porta.svg) no-repeat center;
}
@media only screen and (max-width: 1620px) {
  .map-results--container .vetrex-map--container {
    width: 67%;
  }
}
@media only screen and (max-width: 1024px) {
  .map-results--container .vetrex-map--container {
    width: 54%;
  }
}
@media only screen and (max-width: 767px) {
  .map-results--container .vetrex-map--container {
    width: 100%;
    height: 75vh;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .map-results--container .vetrex-map--container > div {
    height: 75vh;
    box-shadow: 0 10px 30px rgba(82, 82, 82, 0.42);
  }
}
.toggle-options {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .toggle-options {
    display: block !important;
    width: 50px;
    height: 56px;
    top: 0;
    right: 0;
    background: #ddd;
    position: absolute;
    background: url(../../img/filters.svg) no-repeat center;
    z-index: 2;
    cursor: pointer;
  }
}
#apply-btn {
  color: #03BEAC;
}
#apply-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.map-tune #app-container .map-results--container .search-input,
.map-tune #app-container .map-results--container .custom-search-input {
  position: relative;
}
.map-tune #app-container .map-results--container .search-input input,
.map-tune #app-container .map-results--container .custom-search-input input {
  border-radius: 3px;
  border: 1px solid rgba(69, 73, 78, 0.2);
  padding: 15px 65px 15px 65px ;
  background: url(../../img/magnify.svg) no-repeat;
  background-size: 24px 24px;
  background-position: 97% 16px;
  background-color: #fff;
  color: #363636 !important;
  margin-bottom: 0;
  box-shadow: none !important;
}
.map-tune #app-container .map-results--container .search-input input::-webkit-input-placeholder,
.map-tune #app-container .map-results--container .custom-search-input input::-webkit-input-placeholder {
  opacity: 0.5;
}
.map-tune #app-container .map-results--container .search-input input:-moz-placeholder,
.map-tune #app-container .map-results--container .custom-search-input input:-moz-placeholder {
  opacity: 0.5;
}
.map-tune #app-container .map-results--container .search-input input::-moz-placeholder,
.map-tune #app-container .map-results--container .custom-search-input input::-moz-placeholder {
  opacity: 0.5;
}
.map-tune #app-container .map-results--container .search-input input:-ms-input-placeholder,
.map-tune #app-container .map-results--container .custom-search-input input:-ms-input-placeholder {
  opacity: 0.5;
}
@media only screen and (max-width: 1620px) {
  .map-tune #app-container .map-results--container .search-input input,
  .map-tune #app-container .map-results--container .custom-search-input input {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .map-tune #app-container .map-results--container .search-input input,
  .map-tune #app-container .map-results--container .custom-search-input input {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .search-input input,
  .map-tune #app-container .map-results--container .custom-search-input input {
    padding-right: 60px;
    margin-bottom: 0px;
    font-size: 12px;
    background-size: 13px 13px;
    background-position: 15px 18px;
    padding-left: 45px;
  }
}
.map-tune #app-container .map-results--container .search-input input:focus,
.map-tune #app-container .map-results--container .custom-search-input input:focus,
.map-tune #app-container .map-results--container .search-input input:active,
.map-tune #app-container .map-results--container .custom-search-input input:active {
  color: #363636 !important;
}
.map-tune #app-container .map-results--container .custom-search-input {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .custom-search-input {
    margin-bottom: 0;
  }
}
.map-tune #app-container .map-results--container .custom-search-input[id=province-input] {
  font-size: 15px;
  color: #ED1846;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .custom-search-input[id=province-input] {
    font-size: 11px;
    margin-top: 10px;
  }
}
.map-tune #app-container .map-results--container .custom-search-input[id=province-input] > div {
  margin-top: 10px;
}
.map-tune #app-container .map-results--container #checkboxes {
  margin-bottom: 23px;
}
.map-tune #app-container .map-results--container #checkboxes > div {
  margin-bottom: 15px;
}
.map-tune #app-container .map-results--container #checkboxes > div .showroom-check label {
  background: #fff;
}
.map-tune #app-container .map-results--container #checkboxes > div .showroom-check label:after {
  color: #3b3b3b;
}
.map-tune #app-container .map-results--container #checkboxes > div .form-check-label {
  font-size: 16px;
}
.map-tune #app-container .map-results--container #checkboxes.hidden {
  display: none !important;
}
.map-tune #app-container .map-results--container .filters-results {
  padding: 15px 0px 10px 0;
  background: #F6F6F6;
}
.map-tune #app-container .map-results--container .filters-results .filters-search {
  padding: 0 30px;
}
.map-tune #app-container .map-results--container .filters-results .filters-search .vue-simple-suggest.designed .suggestions {
  border: 1px solid rgba(69, 73, 78, 0.2);
}
.map-tune #app-container .map-results--container .filters-results .filters-search .vue-simple-suggest.designed .suggestions li.suggest-item {
  padding: 8px 10px;
  font-size: 14px;
  color: #101C2D !important;
  text-align: left;
}
.map-tune #app-container .map-results--container .filters-results .filters-search .vue-simple-suggest.designed .suggestions li.suggest-item:not(:last-child) {
  border-bottom: 1px solid rgba(69, 73, 78, 0.5);
}
.map-tune #app-container .map-results--container .filters-results .filters-search .vue-simple-suggest.designed .suggestions li.suggest-item.selected,
.map-tune #app-container .map-results--container .filters-results .filters-search .vue-simple-suggest.designed .suggestions li.suggest-item.hover {
  background: #03BEAC !important;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .filters-results .filters-search {
    padding: 0 8px;
  }
}
.map-tune #app-container .map-results--container .results {
  margin-top: 0;
  text-align: justify;
  text-align: center;
}
.map-tune #app-container .map-results--container .results > div:not(:first-child) {
  text-align: left;
}
.map-tune #app-container .map-results--container .results .search-results-text,
.map-tune #app-container .map-results--container .results .answer-text {
  font-size: 12px;
  color: #8F8F8F;
  margin-bottom: 16px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .results .search-results-text,
  .map-tune #app-container .map-results--container .results .answer-text {
    padding: 0;
    margin-bottom: 8px;
  }
}
.map-tune #app-container .map-results--container .results .search-results-text:empty,
.map-tune #app-container .map-results--container .results .answer-text:empty {
  display: none;
}
.map-tune #app-container .map-results--container .results .search-results-text.mtop,
.map-tune #app-container .map-results--container .results .answer-text.mtop {
  margin-top: 23px;
}
.map-tune #app-container .map-results--container .results .answer-text {
  background: #03BEAC;
  color: #fff;
  padding: 10px;
  margin: 0 auto;
  display: inline-block;
  width: auto;
  font-size: 14px;
}
.map-tune #app-container .map-results--container .results-group.hidden {
  display: none !important;
}
.map-tune #app-container .map-results--container .results-group > div {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .results-group > div {
    padding: 0 10px;
  }
}
.map-tune #app-container .map-results--container .results-group > div > span {
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 18px;
  color: #363636;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .results-group > div > span {
    font-size: 14px;
  }
}
.map-tune #app-container .map-results--container .results-group > div > span[id*=count] {
  border-radius: 18px;
  background: #DFDFDF;
  color: #363636;
  margin-left: 10px;
  font-size: 14px;
  padding: 4px 10px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  min-height: 25px;
  min-width: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .results-group > div > span[id*=count] {
    font-size: 11px;
    min-width: 20px;
    min-height: 15px;
  }
}
.map-tune #app-container .map-results--container .results-group + .results-group {
  margin-top: 0px;
  border: 0;
}
.map-tune #app-container .map-results--container .results-group > ul {
  padding: 10px 20px 30px 20px;
}
.map-tune #app-container .map-results--container .results-group .group-title > span:empty {
  display: none !important;
}
.map-tune #app-container .map-results--container .list-item {
  margin-top: 15px;
  background: #fff;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.02);
  border: 1px solid #E9E9E9;
  padding: 15px 20px;
  position: relative;
  transform: translate(0, 0);
  transition: all 0.2s ease-in-out;
  flex-wrap: wrap;
}
.map-tune #app-container .map-results--container .list-item:hover {
  transform: translate(1px, 1px);
  box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.2);
}
.map-tune #app-container .map-results--container .list-item:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.map-tune #app-container .map-results--container .list-item .col-right {
  margin-top: 35px;
}
.map-tune #app-container .map-results--container .main-info {
  padding-bottom: 0;
  color: #A2A2A2;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .main-info {
    font-size: 14px;
  }
}
.map-tune #app-container .map-results--container .result-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.map-tune #app-container .map-results--container .result-name {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #363636;
}
.map-tune #app-container .map-results--container .result-name h3 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .result-name h3 {
    font-size: 18px;
  }
}
.map-tune #app-container .map-results--container .result-phone,
.map-tune #app-container .map-results--container .result-mail {
  color: #A2A2A2 !important;
  position: relative;
  z-index: 1;
}
.map-tune #app-container .map-results--container .result-phone a,
.map-tune #app-container .map-results--container .result-mail a {
  color: #A2A2A2 !important;
}
.map-tune #app-container .map-results--container .result-address {
  margin-bottom: 10px;
}
.map-tune #app-container .map-results--container .result-directions {
  font-family: 'Poppins', sans-serif;
}
.map-tune #app-container .map-results--container .certificates {
  margin: 0  0 0 auto;
  position: relative;
  right: 0;
}
.map-tune #app-container .map-results--container .certificates > div {
  width: 55px;
}
@media only screen and (max-width: 767px) {
  .map-tune #app-container .map-results--container .certificates > div {
    width: 50px;
    height: 46px;
    margin-right: 0;
  }
}
.map-tune #app-container .map-results--container .certificates + div {
  margin-top: 1rem;
}
.map-tune #app-container .map-results--container #results-count.hidden,
.map-tune #app-container .map-results--container #authorized-count.hidden,
.map-tune #app-container .map-results--container #unauthorized-count.hidden,
.map-tune #app-container .map-results--container #mobile-results-count.hidden,
.map-tune #app-container .map-results--container #mobile-authorized-count.hidden,
.map-tune #app-container .map-results--container #mobile-unauthorized-count.hidden,
.map-tune #app-container .map-results--container .toggle-options.hidden {
  display: none !important;
}
.map-tune #app-container .map-results--container #results-count:empty,
.map-tune #app-container .map-results--container #authorized-count:empty,
.map-tune #app-container .map-results--container #unauthorized-count:empty,
.map-tune #app-container .map-results--container #mobile-results-count:empty,
.map-tune #app-container .map-results--container #mobile-authorized-count:empty,
.map-tune #app-container .map-results--container #mobile-unauthorized-count:empty,
.map-tune #app-container .map-results--container .toggle-options:empty {
  display: none !important;
}
.map-tune #app-container .map-results--container #search-showroom {
  color: #000000 !important;
}
.map-tune #app-container .tooltip-content {
  display: none;
}
.map-tune #app-container .text-rating {
  display: inline-block;
  color: #e2033a;
  font-size: 14px;
}
.map-tune #app-container .user-ratings-total {
  font-size: 14px;
  color: #8F8F8F;
}
.map-tune .separator {
  text-align: center;
  margin: 10px auto;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #8F8F8F;
}
@media only screen and (max-width: 767px) {
  .map-tune .results[id=results-mobile] {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .map-tune .results[id=results-mobile] > .answer-text {
    margin: 15px auto;
  }
}
@media only screen and (max-width: 767px) {
  .map-tune .results[id=results-mobile] > div {
    margin: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .map-tune .results[id=results-mobile] .results-group {
    padding: 0 8px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .map-tune .results[id=results-mobile] .results-group > ul {
    padding: 10px 0 30px 0 !important;
  }
}
.map-tune #showroom-results-count.hidden {
  display: none !important;
}
.page-template-map #scroll_top,
.page-template-map #scroll_down {
  display: none !important;
}
.page-template-map .site-header {
  height: 100px;
}
.page-template-map .container-vue-map {
  overflow: hidden;
}
.tooltip {
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background: white;
  color: #101C2D;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
  box-shadow: 0px 3px 6px rgba(143, 143, 143, 0.3);
  font-family: 'Poppins', sans-serif;
  text-align: left;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: white;
  z-index: 1;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip.popover .popover-inner {
  background: black;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
.blog .container-fluid.single-post,
.category .container-fluid.single-post,
.single-post .container-fluid.single-post {
  margin-bottom: 75px;
}
.blog .left-widget,
.category .left-widget,
.single-post .left-widget {
  min-height: 800px;
}
@media only screen and (max-width: 767px) {
  .blog .left-widget,
  .category .left-widget,
  .single-post .left-widget {
    min-height: inherit;
  }
}
.blog .categories,
.category .categories,
.single-post .categories {
  position: absolute;
  bottom: 50px;
}
@media screen and (min-width: 1150px) and (max-width: 1600px) {
  .blog .categories,
  .category .categories,
  .single-post .categories {
    bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .blog .categories,
  .category .categories,
  .single-post .categories {
    width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 1;
    background: white;
    padding: 20px 15px 10px 15px;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  }
}
.blog .categories ul,
.category .categories ul,
.single-post .categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog .categories ul li,
.category .categories ul li,
.single-post .categories ul li {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .blog .categories ul li,
  .category .categories ul li,
  .single-post .categories ul li {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.blog .categories ul li a,
.category .categories ul li a,
.single-post .categories ul li a {
  color: #101C2D;
  font-size: 20px;
  transition: 0.4s;
}
@media screen and (min-width: 1150px) and (max-width: 1600px) {
  .blog .categories ul li a,
  .category .categories ul li a,
  .single-post .categories ul li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .blog .categories ul li a,
  .category .categories ul li a,
  .single-post .categories ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .blog .categories ul li a,
  .category .categories ul li a,
  .single-post .categories ul li a {
    font-size: 14px;
    margin-right: 25px;
  }
}
.blog .categories ul li a:hover,
.category .categories ul li a:hover,
.single-post .categories ul li a:hover {
  color: #03BEAC;
}
.blog .categories ul li:last-child,
.category .categories ul li:last-child,
.single-post .categories ul li:last-child {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .blog .categories ul li:last-child,
  .category .categories ul li:last-child,
  .single-post .categories ul li:last-child {
    margin-top: 0;
  }
}
.blog .categories ul li:last-child a,
.category .categories ul li:last-child a,
.single-post .categories ul li:last-child a {
  padding: 10px 20px;
  background: #03BEAC;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  z-index: 0;
  transition: 0.4s;
}
.blog .categories ul li:last-child a::before,
.category .categories ul li:last-child a::before,
.single-post .categories ul li:last-child a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: white;
  z-index: -1;
  border-radius: 5px;
  transition: 0.4s;
}
.blog .categories ul li:last-child a:hover,
.category .categories ul li:last-child a:hover,
.single-post .categories ul li:last-child a:hover {
  color: #03BEAC;
}
.blog .categories ul li:last-child a:hover::before,
.category .categories ul li:last-child a:hover::before,
.single-post .categories ul li:last-child a:hover::before {
  width: 100%;
}
.blog .categories .social-facebook,
.category .categories .social-facebook,
.single-post .categories .social-facebook {
  margin-top: 60px;
  color: #adafad;
}
@media screen and (min-width: 1150px) and (max-width: 1600px) {
  .blog .categories .social-facebook,
  .category .categories .social-facebook,
  .single-post .categories .social-facebook {
    margin-top: 20px;
  }
}
.blog .categories .social-facebook a svg,
.category .categories .social-facebook a svg,
.single-post .categories .social-facebook a svg {
  margin-top: 20px;
  max-width: 27px;
  transition: 0.4s;
  fill: #363636;
  display: block;
  opacity: 1;
}
.blog .categories .social-facebook a svg:hover > path,
.category .categories .social-facebook a svg:hover > path,
.single-post .categories .social-facebook a svg:hover > path {
  fill: #03BEAC;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .blog .categories .social-facebook,
  .category .categories .social-facebook,
  .single-post .categories .social-facebook {
    display: none;
  }
}
.blog .categories.pinned,
.category .categories.pinned,
.single-post .categories.pinned {
  position: fixed;
}
.blog .post-item,
.category .post-item,
.single-post .post-item {
  margin-bottom: 125px;
}
@media only screen and (max-width: 767px) {
  .blog .post-item,
  .category .post-item,
  .single-post .post-item {
    padding: 0;
    margin-bottom: 40px;
  }
}
.blog .post-item .post-container,
.category .post-item .post-container,
.single-post .post-item .post-container {
  padding: 25px 28px;
  background: white;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .blog .post-item .post-container,
  .category .post-item .post-container,
  .single-post .post-item .post-container {
    padding: 20px;
  }
}
.blog .post-item .post-container .post-categories,
.category .post-item .post-container .post-categories,
.single-post .post-item .post-container .post-categories {
  margin: 10px 0;
}
.blog .post-item .post-container .post-categories .cat,
.category .post-item .post-container .post-categories .cat,
.single-post .post-item .post-container .post-categories .cat {
  display: inline-block;
  color: rgba(54, 54, 54, 0.5);
  margin-right: 15px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .blog .post-item .post-container .post-categories .cat,
  .category .post-item .post-container .post-categories .cat,
  .single-post .post-item .post-container .post-categories .cat {
    font-size: 11px;
  }
}
.blog .post-item .post-container .date,
.category .post-item .post-container .date,
.single-post .post-item .post-container .date {
  margin-top: 10px;
  color: rgba(54, 54, 54, 0.5);
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .blog .post-item .post-container .date,
  .category .post-item .post-container .date,
  .single-post .post-item .post-container .date {
    font-size: 11px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  .blog .post-item,
  .category .post-item,
  .single-post .post-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.blog .next,
.category .next,
.single-post .next {
  margin-bottom: 125px;
}
@media only screen and (max-width: 767px) {
  .blog .next,
  .category .next,
  .single-post .next {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  .blog .next .next-container,
  .category .next .next-container,
  .single-post .next .next-container {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: auto;
  }
}
.blog .next .next-post,
.category .next .next-post,
.single-post .next .next-post {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog .next .title,
.category .next .title,
.single-post .next .title {
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .blog .next .title,
  .category .next .title,
  .single-post .next .title {
    line-height: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px), only screen and (max-width: 767px) {
  .blog .next .title,
  .category .next .title,
  .single-post .next .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .blog .next .nt-container,
  .category .next .nt-container,
  .single-post .next .nt-container {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog .next .nt-container .next-thumbnail,
.category .next .nt-container .next-thumbnail,
.single-post .next .nt-container .next-thumbnail {
  padding: 20px;
  background: white;
}
.blog .next .post-categories,
.category .next .post-categories,
.single-post .next .post-categories {
  margin: 10px 0;
}
.blog .next .post-categories .cat,
.category .next .post-categories .cat,
.single-post .next .post-categories .cat {
  display: inline-block;
  color: rgba(54, 54, 54, 0.5);
  margin-right: 15px;
  font-size: 14px;
}
.blog .next .date,
.category .next .date,
.single-post .next .date {
  margin-top: 10px;
  color: rgba(54, 54, 54, 0.5);
  font-size: 14px;
}
.blog a,
.category a,
.single-post a {
  color: #101C2D;
}
.blog .left-image,
.category .left-image,
.single-post .left-image {
  left: -65px;
  padding-left: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .blog .left-image,
  .category .left-image,
  .single-post .left-image {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog .left-image,
  .category .left-image,
  .single-post .left-image {
    left: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.blog .left-image img,
.category .left-image img,
.single-post .left-image img {
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.2);
}
.blog .subheading,
.category .subheading,
.single-post .subheading {
  margin-bottom: 32px;
  color: #ED1846;
  font-weight: 600;
}
.blog .main-title h1,
.category .main-title h1,
.single-post .main-title h1 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 32px;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .blog .main-title h1,
  .category .main-title h1,
  .single-post .main-title h1 {
    margin-top: 10px;
    font-size: 32px;
  }
  .blog .main-title h1 br,
  .category .main-title h1 br,
  .single-post .main-title h1 br {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .blog .main-title h1,
  .category .main-title h1,
  .single-post .main-title h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.blog .main-title h2,
.category .main-title h2,
.single-post .main-title h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .blog .main-title h2,
  .category .main-title h2,
  .single-post .main-title h2 {
    font-size: 25px;
    font-weight: 600;
  }
}
.blog .date,
.category .date,
.single-post .date {
  margin-bottom: 30px;
  color: rgba(54, 54, 54, 0.5);
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .blog .date,
  .category .date,
  .single-post .date {
    margin-bottom: 0;
  }
}
.blog .content,
.category .content,
.single-post .content {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  .blog .content,
  .category .content,
  .single-post .content {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .blog .content,
  .category .content,
  .single-post .content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  .blog .content .content-container,
  .category .content .content-container,
  .single-post .content .content-container {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  .blog .hr-container,
  .category .hr-container,
  .single-post .hr-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog .hr-container hr.post-hr,
.category .hr-container hr.post-hr,
.single-post .hr-container hr.post-hr {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .blog .hr-container hr.post-hr,
  .category .hr-container hr.post-hr,
  .single-post .hr-container hr.post-hr {
    margin-bottom: 40px;
  }
}
.blog .custom .post-container,
.category .custom .post-container,
.single-post .custom .post-container {
  border: 3px solid #ED1846;
  padding: 20px;
  background: transparent;
}
.blog .custom .post-container .post-categories,
.category .custom .post-container .post-categories,
.single-post .custom .post-container .post-categories,
.blog .custom .post-container .title,
.category .custom .post-container .title,
.single-post .custom .post-container .title,
.blog .custom .post-container .date,
.category .custom .post-container .date,
.single-post .custom .post-container .date {
  display: none;
}
.blog .custom .post-container .image-background,
.category .custom .post-container .image-background,
.single-post .custom .post-container .image-background {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .blog .custom .post-container .image-background,
  .category .custom .post-container .image-background,
  .single-post .custom .post-container .image-background {
    min-height: 350px;
  }
}
.blog .social,
.category .social,
.single-post .social {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .blog .social,
  .category .social,
  .single-post .social {
    margin-top: 40px;
  }
}
.blog .social .title,
.category .social .title,
.single-post .social .title {
  opacity: 0.5;
  margin-bottom: 20px;
}
.blog .social .heateorSssFacebookBackground,
.category .social .heateorSssFacebookBackground,
.single-post .social .heateorSssFacebookBackground {
  background: transparent;
  margin-left: 0;
  margin-right: 10px;
}
.blog .social .heateorSssFacebookBackground .heateorSssFacebookSvg,
.category .social .heateorSssFacebookBackground .heateorSssFacebookSvg,
.single-post .social .heateorSssFacebookBackground .heateorSssFacebookSvg {
  background-image: url("../../img/facebook.svg");
}
.blog .social .heateorSssTwitterBackground,
.category .social .heateorSssTwitterBackground,
.single-post .social .heateorSssTwitterBackground {
  background: transparent;
  margin-right: 10px;
}
.blog .social .heateorSssTwitterBackground .heateorSssTwitterSvg,
.category .social .heateorSssTwitterBackground .heateorSssTwitterSvg,
.single-post .social .heateorSssTwitterBackground .heateorSssTwitterSvg {
  background-image: url("../../img/twitter.svg");
}
.blog .social .heateorSssMoreBackground,
.category .social .heateorSssMoreBackground,
.single-post .social .heateorSssMoreBackground {
  background: transparent;
}
.blog .social .heateorSssMoreBackground .heateorSssMoreSvg,
.category .social .heateorSssMoreBackground .heateorSssMoreSvg,
.single-post .social .heateorSssMoreBackground .heateorSssMoreSvg {
  background-image: url("../../img/share.svg");
}
.blog .wp-block-image,
.category .wp-block-image,
.single-post .wp-block-image {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .blog .wp-block-image,
  .category .wp-block-image,
  .single-post .wp-block-image {
    margin: 40px 0;
  }
}
.blog.last_posts,
.category.last_posts,
.single-post.last_posts {
  height: 82.5vh;
  position: relative;
  overflow: hidden;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .blog.last_posts,
  .category.last_posts,
  .single-post.last_posts {
    height: 100%;
    overflow: auto;
    margin-bottom: 35px;
  }
}
.blog.last_posts .container-fluid,
.category.last_posts .container-fluid,
.single-post.last_posts .container-fluid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -33px;
  /* Increase/Decrease this value for cross-browser compatibility */
  overflow-y: scroll;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .blog.last_posts .container-fluid,
  .category.last_posts .container-fluid,
  .single-post.last_posts .container-fluid {
    padding: 0 120px;
    position: relative;
    right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog.last_posts .container-fluid,
  .category.last_posts .container-fluid,
  .single-post.last_posts .container-fluid {
    padding: 0 15px;
  }
}
.blog.last_posts .row,
.category.last_posts .row,
.single-post.last_posts .row {
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .blog.last_posts .row,
  .category.last_posts .row,
  .single-post.last_posts .row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.blog.last_posts .cat-link,
.category.last_posts .cat-link,
.single-post.last_posts .cat-link {
  margin-bottom: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .blog.last_posts .cat-link,
  .category.last_posts .cat-link,
  .single-post.last_posts .cat-link {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog.last_posts .cat-link,
  .category.last_posts .cat-link,
  .single-post.last_posts .cat-link {
    padding: 0 20px !important;
    margin-bottom: 12px;
  }
}
.blog.last_posts .post-item,
.category.last_posts .post-item,
.single-post.last_posts .post-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  margin-bottom: 65px;
}
@media only screen and (max-width: 1024px) {
  .blog.last_posts .post-item,
  .category.last_posts .post-item,
  .single-post.last_posts .post-item {
    flex: 0 0 48%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01);
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog.last_posts .post-item,
  .category.last_posts .post-item,
  .single-post.last_posts .post-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px!important;
  }
}
.blog.last_posts .post-item .post-container,
.category.last_posts .post-item .post-container,
.single-post.last_posts .post-item .post-container {
  background: rgba(54, 54, 54, 0.13);
}
.blog.last_posts .post-item .post-container .cat,
.category.last_posts .post-item .post-container .cat,
.single-post.last_posts .post-item .post-container .cat {
  color: #03BEAC;
  font-weight: 600;
}
.blog.last_posts .post-item .post-container .title,
.category.last_posts .post-item .post-container .title,
.single-post.last_posts .post-item .post-container .title {
  font-size: 18px;
  line-height: 27px;
}
.blog.last_posts .post-item .post-container .date,
.category.last_posts .post-item .post-container .date,
.single-post.last_posts .post-item .post-container .date {
  color: #7C7C7C;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
  .blog.last_posts .post-item:last-child,
  .category.last_posts .post-item:last-child,
  .single-post.last_posts .post-item:last-child {
    display: block !important;
  }
}
.single-post .content a {
  color: #03BEAC;
  font-weight: 500;
}
.single-post .content h2,
.single-post .content h3 {
  margin: 2.25rem 0 1.5rem 0;
}
#terrace-menu {
  word-break: break-word;
  max-width: 135px;
  line-height: 20px;
}
.menu-main-list #terrace-menu {
  word-break: inherit;
  max-width: inherit;
  line-height: inherit;
}
#form_photo-module .content {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  #form_photo-module .content .text {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #form_photo-module .content .text {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #form_photo-module .content .text > p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #form_photo-module .content .text > p {
    text-align: center;
    margin-bottom: 0;
  }
}
#form_photo-module .text-image-row .right-image {
  align-self: flex-start;
}
#wpcf7-f798-o1,
#wpcf7-f3677-o1 {
  margin-bottom: 28px;
}
#wpcf7-f798-o1 .wpcf7-form,
#wpcf7-f3677-o1 .wpcf7-form {
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}
#wpcf7-f798-o1 .wpcf7-form ::-webkit-input-placeholder,
#wpcf7-f3677-o1 .wpcf7-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  font-size: 20px;
}
@media only screen and (max-width: 1620px) {
  #wpcf7-f798-o1 .wpcf7-form ::-webkit-input-placeholder,
  #wpcf7-f3677-o1 .wpcf7-form ::-webkit-input-placeholder {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #wpcf7-f798-o1 .wpcf7-form ::-webkit-input-placeholder,
  #wpcf7-f3677-o1 .wpcf7-form ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
#wpcf7-f798-o1 .wpcf7-form ::-moz-placeholder,
#wpcf7-f3677-o1 .wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  font-size: 20px;
}
@media only screen and (max-width: 1620px) {
  #wpcf7-f798-o1 .wpcf7-form ::-moz-placeholder,
  #wpcf7-f3677-o1 .wpcf7-form ::-moz-placeholder {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #wpcf7-f798-o1 .wpcf7-form ::-moz-placeholder,
  #wpcf7-f3677-o1 .wpcf7-form ::-moz-placeholder {
    font-size: 14px;
  }
}
#wpcf7-f798-o1 .wpcf7-form :-ms-input-placeholder,
#wpcf7-f3677-o1 .wpcf7-form :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  font-size: 20px;
}
@media only screen and (max-width: 1620px) {
  #wpcf7-f798-o1 .wpcf7-form :-ms-input-placeholder,
  #wpcf7-f3677-o1 .wpcf7-form :-ms-input-placeholder {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #wpcf7-f798-o1 .wpcf7-form :-ms-input-placeholder,
  #wpcf7-f3677-o1 .wpcf7-form :-ms-input-placeholder {
    font-size: 14px;
  }
}
#wpcf7-f798-o1 .wpcf7-form :-moz-placeholder,
#wpcf7-f3677-o1 .wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  font-size: 20px;
}
@media only screen and (max-width: 1620px) {
  #wpcf7-f798-o1 .wpcf7-form :-moz-placeholder,
  #wpcf7-f3677-o1 .wpcf7-form :-moz-placeholder {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #wpcf7-f798-o1 .wpcf7-form :-moz-placeholder,
  #wpcf7-f3677-o1 .wpcf7-form :-moz-placeholder {
    font-size: 14px;
  }
}
.row-info {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 58px;
  margin-top: 58px;
}
@media only screen and (max-width: 1620px) {
  .row-info {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-info {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .row-info {
    margin-top: 28px;
  }
}
.row-contact-content {
  font-size: 41px;
  font-weight: 600;
  line-height: 80px;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content {
    font-size: 35px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content {
    font-size: 25px;
    line-height: 50px;
  }
}
.row-contact-content p {
  font-size: 41px;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content p {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content p {
    font-size: 25px;
  }
}
.row-contact-content p:empty {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .row-contact-content > p > br:nth-child(3) {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content br {
    display: none;
  }
}
.row-contact-content > .wpcf7-form-control-wrap {
  position: relative;
  vertical-align: middle;
  display: inline-flex;
  height: 50px;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content > .wpcf7-form-control-wrap {
    height: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content > .wpcf7-form-control-wrap {
    height: 30px;
  }
}
.row-contact-content input,
.row-contact-content textarea {
  border-bottom: 3px solid #101C2D;
  padding: 0 ;
  margin: 0 5px;
  font-size: 30px;
  font-weight: 400 !important;
  text-align: center;
  height: 100%;
  display: inline-block;
  line-height: 50px;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content input,
  .row-contact-content textarea {
    line-height: 45px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content input,
  .row-contact-content textarea {
    font-size: 18px;
    line-height: 30px;
    border-bottom-width: 1px;
  }
}
.row-contact-content input:not([type=submit]):focus,
.row-contact-content textarea:not([type=submit]):focus {
  font-weight: 400 ;
  font-size: 30px;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content input:not([type=submit]):focus,
  .row-contact-content textarea:not([type=submit]):focus {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content input:not([type=submit]):focus,
  .row-contact-content textarea:not([type=submit]):focus {
    font-size: 18px;
  }
}
.row-contact-content span.first_name input,
.row-contact-content span.your-name input {
  width: 175px;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content span.first_name input,
  .row-contact-content span.your-name input {
    width: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content span.first_name input,
  .row-contact-content span.your-name input {
    width: 125px;
  }
}
.row-contact-content span.email input,
.row-contact-content span.your-email input {
  width: 300px;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content span.email input,
  .row-contact-content span.your-email input {
    width: 225px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content span.email input,
  .row-contact-content span.your-email input {
    width: 200px;
  }
}
.row-contact-content span.phone input,
.row-contact-content span.your-phone input {
  width: 175px;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content span.phone input,
  .row-contact-content span.your-phone input {
    width: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content span.phone input,
  .row-contact-content span.your-phone input {
    width: 100px;
  }
}
.row-contact-content span.postcode input {
  width: 150px;
}
@media only screen and (max-width: 1024px) {
  .row-contact-content span.postcode input {
    width: 100px;
  }
}
.row-contact-content span.place input,
.row-contact-content span.city input {
  width: 250px;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content span.place input,
  .row-contact-content span.city input {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content span.place input,
  .row-contact-content span.city input {
    width: 165px;
  }
}
.row-contact-content span.textarea,
.row-contact-content span.content {
  width: 90%;
  margin-right: 10px;
  display: inline-block;
}
@media only screen and (max-width: 1620px) {
  .row-contact-content span.textarea,
  .row-contact-content span.content {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .row-contact-content span.textarea,
  .row-contact-content span.content {
    width: 500px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .row-contact-content span.textarea,
  .row-contact-content span.content {
    width: 280px;
  }
}
.row-contact-content span.textarea textarea,
.row-contact-content span.content textarea {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .row-contact-content span.textarea textarea,
  .row-contact-content span.content textarea {
    width: 100% ;
  }
}
.row-contact-content .wpcf7-list-item {
  margin-left: 0;
}
.row-contact-content .wpcf7-list-item label {
  align-content: flex-start;
  line-height: normal;
  font-size: 12px;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .row-contact-content .wpcf7-list-item label {
    font-size: 12px;
  }
}
.row-contact-content .wpcf7-list-item input[type="checkbox"] {
  left: 0;
  padding: 7px;
}
.row-contact-content .wpcf7-list-item input[type="checkbox"] + span {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .row-contact-content .wpcf7-list-item input[type="checkbox"] + span {
    font-size: 12px;
  }
}
.row-contact-content .wpcf7-list-item input[type="checkbox"] + span:before {
  content: '';
  background: url(../../img/tick.svg) no-repeat center;
  width: 20px;
  height: 23px;
  left: -2px;
  top: -1px;
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.1s ease-in-out;
}
.row-contact-content .wpcf7-list-item input[type="checkbox"]:checked {
  background: transparent !important;
}
.row-contact-content .wpcf7-list-item input[type="checkbox"]:checked + span:before {
  opacity: 1;
  transform: scale(1);
}
.row-contact-content .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 12px;
}
.row-contact-content .form-submit {
  position: relative;
  margin-top: 40px ;
}
@media only screen and (max-width: 1024px) {
  .row-contact-content .form-submit {
    margin-top: 60px;
  }
}
.row-contact-content .form-submit input {
  margin-top: 0;
}
.row-contact-content .form-submit .ajax-loader {
  position: absolute;
  top: 33%;
}
@media only screen and (max-width: 767px) {
  .row-contact-content .form-submit {
    text-align: center !important;
  }
}
.acceptance-checkboxes {
  line-height: normal;
  font-size: 12px;
  padding-left: 5px;
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .acceptance-checkboxes {
    margin-top: 32px;
  }
}
label.file-label input[type="file"] {
  position: absolute;
  top: -100000px;
}
/***** Example custom styling *****/
.file-label {
  bottom: 0;
  border-bottom: 3px solid #101C2D;
  position: relative;
  vertical-align: middle;
  display: inline-flex;
  height: 50px;
  margin-left: 25px;
}
@media only screen and (max-width: 1024px) {
  .file-label {
    height: 30px;
    border-bottom-width: 1px;
  }
  .file-label:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .file-label {
    margin-left: 0;
    width: 46%;
    margin-right: 10px;
  }
}
.file-label input + span {
  text-align: center;
  height: 100%;
  display: inline-block;
  line-height: 50px;
  width: 150px;
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
}
@media only screen and (max-width: 1620px) {
  .file-label input + span {
    font-size: 18px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .file-label input + span {
    font-size: 14px;
    line-height: 30px;
  }
}
.wpcf7-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.wpcf-custom-file {
  bottom: 0;
  border-bottom: 3px solid #101C2D;
  position: relative;
  vertical-align: middle;
  display: inline-flex;
  height: 50px;
  margin-left: 25px;
}
.page-template-application .wpcf-custom-file {
  margin-left: 0;
  border-bottom: 0 !important;
  display: block;
}
.wpcf-custom-file label {
  cursor: pointer;
  text-align: center;
  height: 100%;
  display: inline-block;
  line-height: 50px;
  width: 150px;
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
}
.page-template-application .wpcf-custom-file label {
  font-size: 16px;
  text-align: left;
  width: 225px;
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .wpcf-custom-file label {
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1620px) {
  .wpcf-custom-file label {
    max-width: 320px;
  }
}
.map_box-module {
  position: relative;
  padding-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .map_box-module {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .map_box-module {
    padding-top: 0;
  }
}
.map_box-module #map {
  width: 87.5%;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 1024px) {
  .map_box-module #map {
    width: 100%;
    height: 87.5vh;
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .map_box-module #map {
    margin-top: -75px;
    height: 90vw;
    box-shadow: 0px 10px 30px rgba(82, 82, 82, 0.105) !important;
  }
}
.map_box-module .box {
  width: 33%;
  position: absolute;
  top: 0;
  right: 0;
  background: #F6F7F8;
  padding: 60px 70px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.13);
  font-size: 18px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .map_box-module .box {
    width: 44%;
    box-shadow: none !important;
    font-size: 16px;
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .map_box-module .box {
    padding: 40px 20px;
    right: auto;
    width: calc(100% - 20px);
    position: relative;
  }
}
.map_box-module .box h3,
.map_box-module .box h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .map_box-module .box h3,
  .map_box-module .box h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.columns .main-title {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1024px), only screen and (max-width: 767px) {
  .columns .main-title {
    margin-bottom: 25px;
  }
}
.columns .main-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
}
@media only screen and (max-width: 1024px), only screen and (max-width: 767px) {
  .columns .main-title h2 {
    font-weight: 800;
    font-size: 25px;
  }
}
.columns .column {
  margin-bottom: 20px;
}
.columns .column .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px), only screen and (max-width: 767px) {
  .columns .column .title {
    font-size: 20px;
  }
}
.columns .column .date {
  font-size: 20px;
  opacity: 0.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px), only screen and (max-width: 767px) {
  .columns .column .date {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px), only screen and (max-width: 767px) {
  .subpages-section {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px), only screen and (max-width: 767px) {
  .subpages-section .row-products {
    margin-top: 0 !important;
  }
}
.job-offers {
  padding-top: 90px;
  padding-bottom: 90px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+30,ededed+100&0.22+0,0.33+30,0.47+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.22) 0%, rgba(237, 237, 237, 0.33) 30%, rgba(237, 237, 237, 0.47) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.22) 0%, rgba(237, 237, 237, 0.33) 30%, rgba(237, 237, 237, 0.47) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.22) 0%, rgba(237, 237, 237, 0.33) 30%, rgba(237, 237, 237, 0.47) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38ffffff', endColorstr='#78ededed', GradientType=0);
  /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  .job-offers {
    padding-top: 75px;
    padding-bottom: 42px;
  }
}
.job-offers .container-fluid {
  padding: 0 168px;
}
@media only screen and (max-width: 1024px) {
  .job-offers .container-fluid {
    padding: 0 20px;
  }
}
.job-offers .job-offers-row {
  align-items: stretch !important;
}
.job-offers .main-title {
  padding: 0 15px !important;
}
@media only screen and (max-width: 1024px) {
  .job-offers .main-title {
    padding: 0 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .job-offers .main-title {
    padding: 0 15px!important;
  }
}
.job-offers .main-title h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .job-offers .main-title h2 {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 28px;
  }
}
.job-offers .offer-item {
  position: relative;
  display: inline-block;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 20px;
  padding: 13px 15px !important;
}
@media only screen and (max-width: 1024px) {
  .job-offers .offer-item {
    padding: 20px!important;
  }
}
@media only screen and (max-width: 767px) {
  .job-offers .offer-item {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 8px 15px !important;
  }
}
.job-offers .offer-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.job-offers .offer-item a:hover + .offer-info {
  background: #ED1846;
  color: #fff !important;
}
.job-offers .offer-item .offer-info {
  border-radius: 5px;
  background: #fff;
  padding: 50px 75px;
  box-shadow: 0 3px 6px rgba(105, 175, 175, 0.12);
  display: inline-flex;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .job-offers .offer-item .offer-info {
    padding: 50px 67px;
  }
}
@media only screen and (max-width: 767px) {
  .job-offers .offer-item .offer-info {
    padding: 32px 28px;
  }
}
.job-offers .offer-item .offer-info .job-title {
  text-align: left;
  width: 70%;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .job-offers .offer-item .offer-info .job-title {
    font-size: 16px;
  }
}
.job-offers .offer-item .offer-info .job-city {
  width: 25%;
  text-align: right;
}
.job-offer-single {
  margin-top: 100px;
  align-items: flex-end;
}
.job-offer-single .main-title h1 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px), only screen and (max-width: 767px) {
  .job-offer-single .main-title h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.job-offer-single .border-content {
  border: 3px solid #ED1846;
  padding: 70px 90px;
}
.job-offer-single .content-box {
  margin-top: 70px;
}
.job-offer-single .content-box .title {
  font-weight: 600;
  margin-bottom: 20px;
}
.job-offer-single .button-row {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
}
.job-offer-single .button-row .button {
  padding: 12px 50px;
  border-radius: 3px;
  display: inline-block;
  border: none;
  background: #ED1846;
  color: #fff !important;
  max-width: 180px;
}
.job-offer-single .button-row .button::before {
  background: #03BEAC;
}
.job-offer-single #application-form .main-title h1 {
  margin-bottom: 90px;
}
.job-offer-single #application-form .wpcf7-form {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.job-offer-single #application-form .wpcf7-form input,
.job-offer-single #application-form .wpcf7-form textarea,
.job-offer-single #application-form .wpcf7-form select {
  border: none;
  background-color: transparent;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  color: #101C2D;
  padding: 10px 0;
  font-size: 16px;
}
.job-offer-single #application-form .wpcf7-form input::-webkit-input-placeholder,
.job-offer-single #application-form .wpcf7-form textarea::-webkit-input-placeholder,
.job-offer-single #application-form .wpcf7-form select::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.5) !important;
}
.job-offer-single #application-form .wpcf7-form input:-moz-placeholder,
.job-offer-single #application-form .wpcf7-form textarea:-moz-placeholder,
.job-offer-single #application-form .wpcf7-form select:-moz-placeholder {
  color: rgba(112, 112, 112, 0.5) !important;
}
.job-offer-single #application-form .wpcf7-form input::-moz-placeholder,
.job-offer-single #application-form .wpcf7-form textarea::-moz-placeholder,
.job-offer-single #application-form .wpcf7-form select::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5) !important;
}
.job-offer-single #application-form .wpcf7-form input:-ms-input-placeholder,
.job-offer-single #application-form .wpcf7-form textarea:-ms-input-placeholder,
.job-offer-single #application-form .wpcf7-form select:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5) !important;
}
.job-offer-single #application-form .wpcf7-form input[type="file"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.job-offer-single #application-form .wpcf7-form .wpcf7-list-item input[type="checkbox"] {
  padding: 8px !important;
}
.job-offer-single #application-form .wpcf7-form .submit-container {
  text-align: center;
}
.job-offer-single #application-form .wpcf7-form .submit-container .button {
  padding: 12px 50px;
  border-radius: 3px;
  display: inline-block;
  max-width: 180px;
  border: none;
  background: #ED1846;
  color: #fff !important;
  margin-top: 80px;
  margin-bottom: 90px;
}
.job-offer-single #application-form .wpcf7-form .submit-container .button::before {
  background: #03BEAC;
}
.job-offer-single #application-form .wpcf7-form .file-label2 {
  cursor: pointer;
}
.job-offer-single #application-form .wpcf7-form .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.job-offer-single #application-form .wpcf7-form .your-file span {
  cursor: pointer;
}
.job-offer-single #application-form .wpcf7-form .attach {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: rgba(112, 112, 112, 0.3);
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.files-section .container-fluid {
  padding-left: 192px;
  padding-right: 192px;
}
@media only screen and (max-width: 1620px) {
  .files-section .container-fluid {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.files-section .download-row {
  margin: 0;
}
.files-section .download-row .download-item {
  padding: 50px 60px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 4px 5px #dddddd;
}
@media only screen and (max-width: 767px) {
  .files-section .download-row .download-item {
    padding: 20px 20px;
  }
}
.files-section .download-row .download-item .type {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .files-section .download-row .download-item .type {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .files-section .download-row .download-item .filesize {
    display: none;
  }
}
.files-section .download-row .download-item a {
  color: #ED1846;
}
.files-section .download-row .download-section-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .files-section .download-row .download-section-title {
    font-size: 25px;
    font-weight: 800;
    margin-top: 50px;
  }
}
.files-section .download-row .row:first-child > .download-section-title {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .realizations {
    margin-bottom: 50px !important;
  }
}
.realizations .main-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .realizations .main-title {
    maegin-bottom: 40px;
  }
}
.realizations .main-title h2 {
  font-weight: 600;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .realizations .main-title h2 {
    font-size: 25px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .realizations .main-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.realizations .gallery-item {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 1;
  padding: 50px;
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .realizations .gallery-item {
    display: none !important;
  }
}
.realizations .gallery-item .images {
  max-height: 100vh;
  overflow: auto;
  padding: 20px 15px;
  padding-top: 0;
}
.realizations .gallery-item .images .image-item {
  margin-bottom: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.4s;
}
.realizations .gallery-item .images .image-item .hover-ico {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  transition: 0.4s;
}
.realizations .gallery-item .images .image-item:hover {
  opacity: 1;
}
.realizations .gallery-item .images .image-item:hover > .hover-ico {
  opacity: 0;
}
.realizations .gallery-item .gf-row {
  position: relative;
  margin-top: -30px;
}
.realizations .gallery-item .gf-row .gallery-title {
  margin-bottom: 20px;
}
.realizations .image-prev {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
}
.realizations .close-button-menu {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-align: right;
  display: flex;
  padding-top: 5px;
}
.realizations .close-button-menu .text {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .realizations .close-button-menu .text {
    display: none;
  }
}
.realizations .close-button-menu .close-button {
  position: relative;
  top: 6px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .realizations .close-button-menu .close-button {
    margin-left: 5px;
  }
}
.realizations .close-button-menu .close-button span {
  width: 30px;
  height: 3px;
  background: #000;
  display: block;
  margin-bottom: 5px;
}
.realizations .close-button-menu .close-button span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 4px;
}
.realizations .close-button-menu .close-button span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -4px;
}
.realizations .item-title {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .realizations .item-title {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1921px) {
  .realizations {
    overflow: hidden;
  }
  .realizations .container-fluid {
    padding-right: 0;
    overflow: unset;
    position: relative;
    height: 65vh;
  }
  .realizations .container-fluid .caros {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .realizations .container-fluid .caros .owl-carousel .owl-item,
  .realizations .container-fluid .caros .owl-carousel .caousel-item {
    height: 40vh;
    position: relative;
  }
  .realizations .container-fluid .caros .owl-carousel .owl-item .item-title,
  .realizations .container-fluid .caros .owl-carousel .caousel-item .item-title {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2222;
    background: #fff;
    padding: 10px;
  }
  .realizations .container-fluid .caros .owl-carousel .owl-nav {
    max-width: 90vw;
  }
  .realizations .container-fluid > .row.align-items-stretch {
    position: absolute;
    left: 0;
  }
}
@media only screen and (min-width: 2500px) {
  .realizations .container-fluid {
    padding-left: 0;
  }
}
.single-salony .caros {
  margin-bottom: 120px;
}
.single-salony .caousel-item:hover {
  transform: none !important;
}
.benefits .title h2,
.benefits .title p {
  font-size: 30px;
}
.benefits .b-row {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .benefits .b-row {
    padding: 40px 0;
  }
}
.benefits .b-row .benefit-item {
  text-align: center;
  cursor: pointer;
  padding: 30px 15px 40px 15px;
  transition: 0.4s;
}
.benefits .b-row .benefit-item .normal {
  display: block;
  margin: auto;
}
.benefits .b-row .benefit-item .hover {
  display: none;
}
.benefits .b-row .benefit-item:hover {
  background: #EEEEEE;
  transform: scale(1.1);
}
.benefits .b-row .benefit-item:hover .normal {
  display: none;
}
.benefits .b-row .benefit-item:hover .hover {
  display: block;
  margin: auto;
}
.benefits .b-row .benefit-item:hover .b-content {
  display: block;
}
.benefits .b-row .benefit-item .b-title {
  max-width: 50%;
  margin: 20px auto;
}
.benefits .b-row .benefit-item .b-content {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .benefits .right-panel {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .benefits .right-panel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .benefits .col-md-3.title {
    margin-bottom: 40px;
  }
}
.premium .title h2,
.premium .title p {
  font-size: 30px;
}
.premium .p-row {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .premium .p-row {
    padding: 40px 0;
  }
}
.premium .p-row .t-item {
  margin-bottom: 100px;
}
.premium .p-row .t-item:last-child {
  margin-bottom: 0;
}
.premium .p-row .t-item .t-title {
  font-size: 30px;
  color: #ED1846;
  margin-bottom: 20px;
}
.premium .p-row .t-item .t-content p {
  margin-bottom: 0;
}
.premium .p-row .t-item .t-button {
  margin-top: 65px;
}
.premium .p-row .t-item .t-button .button {
  color: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  display: inline-block;
}
.premium .p-row .t-item .t-right {
  text-align: right;
}
@media only screen and (max-width: 767px), only screen and (max-width: 1024px) {
  .premium .p-row .t-item .t-right {
    text-align: left;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 1024px) {
  .premium .p-row .t-item .t-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.premium #nav-tab {
  margin-bottom: 100px;
  border: none !important;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.premium #nav-tab .nav-item {
  border: none !important;
  background: #C9C9C9;
  color: #101C2D;
  border-radius: 3px !important;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .premium #nav-tab .nav-item {
    font-size: 11px;
  }
}
.premium #nav-tab .active {
  background: #ED1846;
  color: #fff;
  display: inline-block;
}
.premium .premium-item {
  margin-bottom: 60px;
}
.premium .premium-item .p-image {
  text-align: center;
  margin-bottom: 20px;
}
.premium .premium-item .p-content {
  color: #C9C9C9;
  font-size: 12px;
}
.premium .premium-item .p-content p {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .premium .right-panel {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .premium .right-panel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .premium .col-md-3.title {
    margin-bottom: 40px;
  }
}
.promo-banner {
  position: fixed;
  bottom: -100%;
  left: 0;
  background: white;
  height: 100vh;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
@media only screen and (max-width: 1620px) {
  .promo-banner .col-form {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 1024px) {
  .promo-banner .col-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .promo-banner .col-form {
    padding: 0 15px !important;
    overflow: hidden;
  }
}
.promo-banner .col-form .wpcf7-form {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.promo-banner .col-form .span-select {
  display: block;
  position: relative;
  color: rgba(54, 54, 54, 0.5);
  cursor: pointer;
  margin-bottom: 0;
  color: #363636;
  padding: 10px 0;
  text-transform: uppercase;
}
.promo-banner .col-form .span-select:after {
  content: '';
  /* background: url(../../img/arrow_select.svg) no-repeat; */
  position: absolute;
  right: 8px;
  bottom: 16px;
  width: 12px;
  height: 11px;
  background-size: contain !important;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .promo-banner .col-form .span-select:after {
    content: none;
  }
}
.promo-banner .col-form .span-select.active:after {
  transform: rotate(-180deg);
}
.promo-banner .col-form .span-select.active + .call-time .wpcf7-checkbox {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.promo-banner .col-form .call-time {
  position: relative;
  display: block;
  width: 100%;
}
.promo-banner .col-form .call-time .wpcf7-checkbox {
  background: #fff;
  z-index: 2;
  border-top: 0 !important;
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (max-width: 1620px) {
}
@media only screen and (max-width: 767px) {
  .promo-banner .col-form .call-time .wpcf7-checkbox {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
  }
}
.promo-banner .col-form .call-time .wpcf7-list-item-label {
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 0px;
  background: #fff;
  padding: 14px 22px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: #3B3B3B;
  display: inline-block;
}
@media only screen and (max-width: 1620px) {
  .promo-banner .col-form .call-time .wpcf7-list-item-label {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-banner .col-form .call-time .wpcf7-list-item-label {
    width: 100%;
    text-align: center;
  }
}
.promo-banner .col-form .call-time .wpcf7-list-item-label:focus,
.promo-banner .col-form .call-time .wpcf7-list-item-label:active {
  background: #152841;
  color: #fff;
}
.promo-banner .col-form .call-time .wpcf7-list-item-label:before,
.promo-banner .col-form .call-time .wpcf7-list-item-label:after {
  content: '';
}
.promo-banner .col-form .call-time .wpcf7-list-item {
  margin: 0;
}
.promo-banner .col-form .call-time .wpcf7-list-item:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .promo-banner .col-form .call-time .wpcf7-list-item {
    margin: 0 auto;
    width: 40%;
  }
}
.promo-banner .col-form .call-time .wpcf7-list-item label {
  margin: 0;
}
.promo-banner .col-form .call-time .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  position: absolute;
  left: -9999px;
}
.promo-banner .col-form .call-time .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #fff;
  background: #152841;
  border-color: #152841;
}
.promo-banner .col-form input,
.promo-banner .col-form textarea {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  color: #363636;
  text-transform: uppercase;
}
.promo-banner .col-form input::-webkit-input-placeholder,
.promo-banner .col-form textarea::-webkit-input-placeholder {
  color: #363636 !important;
  opacity: 1;
}
.promo-banner .col-form input:-moz-placeholder,
.promo-banner .col-form textarea:-moz-placeholder {
  color: #363636 !important;
  opacity: 1;
}
.promo-banner .col-form input::-moz-placeholder,
.promo-banner .col-form textarea::-moz-placeholder {
  color: #363636 !important;
  opacity: 1;
}
.promo-banner .col-form input:-ms-input-placeholder,
.promo-banner .col-form textarea:-ms-input-placeholder {
  color: #363636 !important;
  opacity: 1;
}
.promo-banner .col-form .form-submit > div {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .promo-banner .col-form .form-submit > div {
    text-align: center;
  }
}
.promo-banner .col-form .wpcf7-submit {
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  margin-right: 0;
  margin-left: auto;
  padding: 15px 48px;
  border-radius: 5px;
}
.promo-banner .col-form .wpcf7-submit + .ajax-loader {
  position: absolute;
  right: -20px;
  top: 50px;
}
.promo-banner .col-form .text-required {
  font-size: 11px;
  line-height: 17px;
  margin: 20px 0 24px 0;
}
@media only screen and (max-width: 767px) {
  .promo-banner .col-form .text-required {
    margin-top: 25px;
  }
}
.promo-banner .col-form .row-accept {
  font-size: 12px;
  line-height: 22px;
}
.promo-banner .col-form .row-accept > div > div {
  margin-bottom: 24px;
}
.promo-banner .col-form .row-accept .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 22px;
  padding-left: 5px;
}
.promo-banner .col-form .row-accept p {
  font-size: 12px;
  line-height: 22px;
}
.promo-banner .col-form .row-accept a {
  color: #D50032;
}
.promo-banner .col-form .row-accept input[type=checkbox] {
  border: 2px solid rgba(112, 112, 112, 0.5) !important;
  width: 23px !important;
  height: 23px !important;
  max-width: 23px !important;
  flex: 0 0 23px !important;
  left: -12px;
}
.promo-banner .col-form .row-accept input[type=checkbox]:checked {
  border-color: #363636 !important;
}
.promo-banner .col-form .row-accept .text-indent {
  margin-left: 40px;
}
.promo-banner .close-banner {
  position: absolute;
  right: 80px;
  top: 40px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .promo-banner .close-banner {
    right: 30px;
    top: 20px;
  }
}
.promo-banner .close-banner .close-button {
  margin-left: 10px;
}
.promo-banner .close-banner .close-button span {
  width: 25px;
  height: 3px;
  background: #000;
  display: block;
}
.promo-banner .close-banner .close-button span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 2px;
}
.promo-banner .close-banner .close-button span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .promo-banner .baner-row {
    overflow: auto;
    height: 100vh;
    padding: 50px 0;
  }
}
.show-form {
  bottom: 0% !important;
}
#configurator .card {
  cursor: pointer;
}
#configurator .back,
#configurator .back2,
#configurator .back3 {
  display: none;
  position: fixed;
  left: 100px;
  cursor: pointer;
}
#configurator .step3 {
  display: none;
}
#configurator .ajax-loader {
  display: none;
}
#configurator .door-cart.checked {
  border: 2px solid #ED1846;
}
.text-boxes .container-fluid {
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .text-boxes {
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 60px!important;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes {
    margin-bottom: 0 !important;
  }
}
.text-boxes .cols-3 {
  margin: auto;
  flex: 0 0 90%;
  max-width: 90%;
}
@media only screen and (max-width: 1620px) {
  .text-boxes .cols-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes .cols-3 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes .cols-3 {
    flex-wrap: wrap;
  }
}
.text-boxes .cols-3 .box-item {
  max-width: 260px;
  padding: 27px 23px  70px 27px;
}
@media only screen and (max-width: 1620px) {
  .text-boxes .cols-3 .box-item {
    max-width: 215px;
    padding: 23px 23px  70px 27px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .text-boxes .cols-3 .box-item {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes .cols-3 .box-item {
    max-width: 200px;
    padding: 20px 20px  70px 20px;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .text-boxes .cols-3 .box-item {
    max-width: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .text-boxes .cols-3 .box-item {
    max-width: 275px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .text-boxes .cols-3 .box-item {
    max-width: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes .cols-3 .box-item {
    max-width: none !important;
    padding: 20px 100px  40px 20px;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .text-boxes .cols-3 .box-item br {
    display: none !important;
  }
}
.text-boxes .cols-4 {
  padding: 0 !important;
}
.text-boxes .cols-4 .box-item {
  padding: 27px;
  flex: 0 0 25%;
  max-width: 260px;
}
.text-boxes .cols-4 .box-item .box-item-text > * {
  font-size: 21px;
  margin-bottom: 0;
  line-height: 32px;
}
@media only screen and (max-width: 1620px) {
  .text-boxes .cols-4 .box-item .box-item-text > * {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes .cols-4 .box-item .box-item-text > * {
    text-align: left;
  }
}
.text-boxes .cols-4 .box-item .box-item-text strong {
  font-size: 28px;
  line-height: 32px;
}
@media only screen and (max-width: 1620px) {
  .text-boxes .cols-4 .box-item .box-item-text strong {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes .cols-4 .box-item .box-item-text strong {
    line-height: 24px;
    margin-bottom: 10px ;
  }
}
.text-boxes .cols-2 .box-item {
  flex: 0 0 50%;
  margin: 0 auto;
}
.text-boxes .col-text {
  padding-left: 35px;
}
@media only screen and (max-width: 1620px) {
  .text-boxes .col-text {
    padding: 0 !important;
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes .col-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes .col-text {
    padding: 0 15px !important;
  }
}
.text-boxes .col-text h3 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  line-height: 45px;
}
.text-boxes .col-text h3 strong {
  font-weight: 600;
}
@media only screen and (min-width: 1920px) {
  .text-boxes .col-text h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1620px) {
  .text-boxes .col-text h3 {
    font-size: 34px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .text-boxes .col-text h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes .col-text h3 {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes .col-text h3 br {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes .col-text h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1620px) {
  .text-boxes .col-boxes {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes .col-boxes {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes .col-boxes {
    padding: 0 15px !important;
  }
}
.text-boxes .col-boxes .box-item {
  box-shadow: 0 9px 19px rgba(21, 40, 65, 0.22);
  position: relative;
  cursor: pointer;
  transform: translate(0px, 0px);
  transition: transform 0.3s ease-in-out;
}
.text-boxes .col-boxes .box-item-bg {
  background-size: contain !important;
  background-position: bottom right !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .text-boxes .col-boxes .box-item-bg {
    width: 150%;
    height: 150%;
  }
}
.text-boxes .col-boxes .box-item-text > * {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  line-height: 39px;
  font-weight: 600;
}
@media only screen and (max-width: 1620px) {
  .text-boxes .col-boxes .box-item-text > * {
    font-size: 21px;
    line-height: 30px;
  }
}
.text-boxes .col-boxes .box-item-text > * strong {
  color: #D50032;
}
.text-boxes .col-boxes .box-item:hover {
  transform: translate(0px, -8px);
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=why-us],
  .text-boxes[id=choose-window] {
    margin-bottom: 150px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .text-boxes[id=why-us],
  .text-boxes[id=choose-window] {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes[id=why-us],
  .text-boxes[id=choose-window] {
    margin-bottom: 50px !important;
  }
}
.text-boxes[id=why-us] .col-text,
.text-boxes[id=choose-window] .col-text {
  flex: 0 0 20%;
  max-width: 20%;
  margin-left: auto !important;
}
@media only screen and (max-width: 1620px) {
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-text,
  .text-boxes[id=choose-window] .col-text {
    flex: 0 0 91.6%;
    max-width: 91.6%;
    text-align: center;
    padding: 0 !important;
    margin: 0 auto auto !important;
  }
  .text-boxes[id=why-us] .col-text br,
  .text-boxes[id=choose-window] .col-text br {
    display: none !important;
  }
}
.text-boxes[id=why-us] .col-boxes,
.text-boxes[id=choose-window] .col-boxes {
  flex: 0 0 71.5%;
  max-width: 71.5%;
  margin-right: 0 !important;
}
.text-boxes[id=why-us] .col-boxes > div,
.text-boxes[id=choose-window] .col-boxes > div {
  flex-wrap: wrap;
  flex: 0 0 80%;
  max-width: 80%;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .text-boxes[id=why-us] .col-boxes > div,
  .text-boxes[id=choose-window] .col-boxes > div {
    flex: 0 0 90%;
    max-width: 90%;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes > div,
  .text-boxes[id=choose-window] .col-boxes > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text-boxes[id=why-us] .col-boxes .col-md-4,
.text-boxes[id=choose-window] .col-boxes .col-md-4 {
  flex: 0 0 28%;
  max-width: 300px;
  padding: 20px;
  margin-bottom: 30px;
  height: 220px;
}
@media only screen and (min-width: 1920px) {
  .text-boxes[id=why-us] .col-boxes .col-md-4,
  .text-boxes[id=choose-window] .col-boxes .col-md-4 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .text-boxes[id=why-us] .col-boxes .col-md-4,
  .text-boxes[id=choose-window] .col-boxes .col-md-4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes .col-md-4,
  .text-boxes[id=choose-window] .col-boxes .col-md-4 {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-boxes[id=why-us] .col-boxes,
  .text-boxes[id=choose-window] .col-boxes {
    flex: 0 0 65%;
    max-width: 65%;
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 1620px) {
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes,
  .text-boxes[id=choose-window] .col-boxes {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text-boxes[id=why-us] .col-boxes strong,
.text-boxes[id=choose-window] .col-boxes strong {
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .text-boxes[id=why-us] .col-boxes strong,
  .text-boxes[id=choose-window] .col-boxes strong {
    font-size: 24px;
  }
}
.text-boxes[id=why-us] .col-boxes .box-item-text > *,
.text-boxes[id=choose-window] .col-boxes .box-item-text > * {
  line-height: 1.35;
  font-size: 16px;
}
@media only screen and (min-width: 1920px) {
  .text-boxes[id=why-us] .col-boxes .box-item-text > *,
  .text-boxes[id=choose-window] .col-boxes .box-item-text > * {
    font-size: 18px;
  }
}
.text-boxes[id=why-us] .col-boxes .box-item-text > * strong,
.text-boxes[id=choose-window] .col-boxes .box-item-text > * strong {
  margin-bottom: 10px;
}
.text-boxes[id=why-us] .col-boxes .cols-4,
.text-boxes[id=choose-window] .col-boxes .cols-4 {
  margin-left: auto;
  margin-right: 70px;
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=why-us] .col-boxes .cols-4,
  .text-boxes[id=choose-window] .col-boxes .cols-4 {
    flex: 0 0 95%;
    max-width: 95%;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes .cols-4,
  .text-boxes[id=choose-window] .col-boxes .cols-4 {
    flex: 0 0 91.6%;
    max-width: 91.6%;
    margin: 0 auto!important;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes[id=why-us] .col-boxes .cols-4,
  .text-boxes[id=choose-window] .col-boxes .cols-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .text-boxes[id=why-us] .col-boxes .cols-4,
  .text-boxes[id=choose-window] .col-boxes .cols-4 {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item,
  .text-boxes[id=choose-window] .col-boxes .cols-4 .box-item {
    max-width: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item,
  .text-boxes[id=choose-window] .col-boxes .cols-4 .box-item {
    max-width: 225px;
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item,
  .text-boxes[id=choose-window] .col-boxes .cols-4 .box-item {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item,
  .text-boxes[id=choose-window] .col-boxes .cols-4 .box-item {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item,
  .text-boxes[id=choose-window] .col-boxes .cols-4 .box-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.text-boxes[id=why-us] .col-boxes .cols-2 .box-item,
.text-boxes[id=choose-window] .col-boxes .cols-2 .box-item {
  flex: 0 0 50%;
  margin: 0 auto;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes .cols-2 .box-item,
  .text-boxes[id=choose-window] .col-boxes .cols-2 .box-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.text-boxes[id=why-us] .col-boxes {
  flex: 0 0 71.5%;
  max-width: 71.5%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=why-us] .col-boxes {
    flex: 0 0 76.5%;
    max-width: 76.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 {
    flex: 0 0 95%;
    max-width: 95%;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 {
    flex: 0 0 91.6%;
    max-width: 91.6%;
    margin: 0 auto!important;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
.text-boxes[id=why-us] .col-boxes .cols-4 .box-item {
  padding: 27px;
  flex: 0 0 25%;
  max-width: 260px;
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item {
    max-width: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item {
    max-width: 225px;
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes[id=why-us] .col-boxes .cols-4 .box-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.text-boxes[id=second-section-alt] {
  background: #F6F7F8;
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px) {
  .text-boxes[id=second-section-alt] {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes[id=second-section-alt] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 40px !important;
  }
}
.text-boxes[id=second-section-alt] .col-text {
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=second-section-alt] .col-text {
    flex: 0 0 91.6%;
    max-width: 91.6%;
    text-align: center;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .text-boxes[id=second-section-alt] .col-text br {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=second-section-alt] .col-text h3 {
    margin-bottom: 24px;
  }
}
.text-boxes[id=second-section-alt] .col-text a {
  color: #363636 !important;
  padding: 0px 20px 0 0 !important;
  position: relative;
  margin-top: 30px;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .text-boxes[id=second-section-alt] .col-text a {
    margin: auto;
    padding: 0px 20px 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes[id=second-section-alt] .col-text a {
    padding-right: 20px !important;
  }
}
.text-boxes[id=second-section-alt] .col-text a:before {
  content: '';
  background: url(../../img/arrow_diagonal.svg) no-repeat;
  bottom: 6px;
  top: auto !important;
  right: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  left: auto !important;
}
.text-boxes[id=second-section-alt] .col-boxes {
  flex: 0 0 71.5%;
  max-width: 71.5%;
  margin-right: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .text-boxes[id=second-section-alt] .col-boxes {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .text-boxes[id=second-section-alt] .col-boxes {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .text-boxes[id=second-section-alt] .col-boxes {
    margin-top: 10px;
  }
}
.text-boxes[id=second-section-alt] .col-boxes .box-item {
  box-shadow: none!important;
  cursor: none !important;
}
.text-boxes[id=second-section-alt] .col-boxes .box-item .box-item-text > * {
  font-size: 21px;
  line-height: 36px;
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=second-section-alt] .col-boxes .box-item .box-item-text > * {
    font-size: 18px;
    line-height: 32px;
  }
  .text-boxes[id=second-section-alt] .col-boxes .box-item .box-item-text > * br {
    display: none !important;
  }
}
.text-boxes[id=second-section-alt] .col-boxes .box-item .box-item-text > * strong {
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=second-section-alt] .col-boxes .box-item .box-item-text > * strong {
    font-size: 24px;
    line-height: 32px;
  }
}
.text-boxes[id=second-section-alt] .col-boxes .box-item .box-item-text em {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=second-section-alt] .col-boxes .box-item .box-item-text em {
    font-size: 11px;
    line-height: normal;
  }
}
.text-boxes[id=second-section-alt] .col-boxes .cols-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .text-boxes[id=second-section-alt] .col-boxes .cols-3 {
    flex-wrap: wrap;
  }
}
.text-boxes[id=second-section-alt] .col-boxes .cols-3 .box-item {
  padding: 0;
  max-width: 350px;
}
@media only screen and (max-width: 1620px) {
  .text-boxes[id=second-section-alt] .col-boxes .cols-3 .box-item {
    padding: 10px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px) {
  .text-boxes[id=second-section-alt] .col-boxes .cols-3 .box-item {
    max-width: 275px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .text-boxes[id=second-section-alt] .col-boxes .cols-3 .box-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_form {
    margin-top: 30px !important;
    margin-bottom: 90px!important;
  }
}
@media only screen and (max-width: 767px) {
  .text_form {
    margin-top: 0 !important;
    margin-bottom: 75px!important;
  }
}
@media only screen and (max-width: 1620px) {
  .text_form {
    margin-top: 0px !important;
  }
}
.text_form .container-fluid {
  padding: 0 15px;
}
.text_form .col-text {
  padding-left: 35px;
  padding-right: 0 !important;
  margin-right: 0 !important;
  padding-right: 45px !important;
}
@media only screen and (max-width: 1620px) {
  .text_form .col-text {
    padding-left: 0 !important;
    flex: 0 0 42.5%;
    max-width: 42.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .text_form .col-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 60px !important;
    text-align: center;
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_form .col-text {
    padding: 0 15px !important;
    margin-bottom: 0 !important;
  }
}
.text_form .col-text h3 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .text_form .col-text h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_form .col-text br {
    display: none !important;
  }
}
@media only screen and (max-width: 1620px) {
  .text_form .col-form {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .text_form .col-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .text_form .col-form {
    padding: 0 15px !important;
    overflow: hidden;
  }
}
.text_form .col-form .wpcf7-form {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.text_form .col-form .span-select {
  display: block;
  position: relative;
  color: rgba(54, 54, 54, 0.5);
  margin-bottom: 0;
  color: #363636;
  padding: 10px 0;
  text-transform: uppercase;
}
.text_form .col-form .span-select:after {
  content: '';
  /* background: url(../../img/arrow_select.svg) no-repeat; */
  position: absolute;
  right: 8px;
  bottom: 16px;
  width: 12px;
  height: 11px;
  background-size: contain !important;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .text_form .col-form .span-select:after {
    content: none;
  }
}
.text_form .col-form .span-select.active:after {
  transform: rotate(-180deg);
}
.text_form .col-form .span-select.active + .call-time .wpcf7-checkbox {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.text_form .col-form .call-time {
  position: relative;
  display: block;
  width: 100%;
}
.text_form .col-form .call-time .wpcf7-checkbox {
  background: #fff;
  z-index: 2;
  border-top: 0 !important;
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (max-width: 1620px) {
}
@media only screen and (max-width: 767px) {
  .text_form .col-form .call-time .wpcf7-checkbox {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 0!important;
  }
}
.text_form .col-form .call-time .wpcf7-list-item-label {
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 0px;
  background: #fff;
  padding: 14px 22px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: #3B3B3B;
  display: inline-block;
}
@media only screen and (max-width: 1620px) {
  .text_form .col-form .call-time .wpcf7-list-item-label {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .text_form .col-form .call-time .wpcf7-list-item-label {
    width: 100%;
    text-align: center;
  }
}
.text_form .col-form .call-time .wpcf7-list-item-label:focus,
.text_form .col-form .call-time .wpcf7-list-item-label:active {
  background: #152841;
  color: #fff;
}
.text_form .col-form .call-time .wpcf7-list-item-label:before,
.text_form .col-form .call-time .wpcf7-list-item-label:after {
  content: '';
}
.text_form .col-form .call-time .wpcf7-list-item {
  margin: 0;
}
.text_form .col-form .call-time .wpcf7-list-item:first-child {
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .text_form .col-form .call-time .wpcf7-list-item:first-child {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1620px) {
  .text_form .col-form .call-time .wpcf7-list-item:first-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .text_form .col-form .call-time .wpcf7-list-item {
    margin: 0 auto;
    width: 40%;
  }
}
.text_form .col-form .call-time .wpcf7-list-item label {
  margin: 0;
}
.text_form .col-form .call-time .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  position: absolute;
  left: -9999px;
}
.text_form .col-form .call-time .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #fff;
  background: #152841;
  border-color: #152841;
}
.text_form .col-form input,
.text_form .col-form textarea {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  color: #363636;
  text-transform: uppercase;
}
.text_form .col-form input::-webkit-input-placeholder,
.text_form .col-form textarea::-webkit-input-placeholder {
  color: #363636 !important;
  opacity: 1;
}
.text_form .col-form input:-moz-placeholder,
.text_form .col-form textarea:-moz-placeholder {
  color: #363636 !important;
  opacity: 1;
}
.text_form .col-form input::-moz-placeholder,
.text_form .col-form textarea::-moz-placeholder {
  color: #363636 !important;
  opacity: 1;
}
.text_form .col-form input:-ms-input-placeholder,
.text_form .col-form textarea:-ms-input-placeholder {
  color: #363636 !important;
  opacity: 1;
}
.text_form .col-form .form-submit > div {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .text_form .col-form .form-submit > div {
    text-align: center;
  }
}
.text_form .col-form .wpcf7-submit {
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  margin-right: 0;
  margin-left: auto;
  padding: 15px 48px;
  border-radius: 5px;
}
.text_form .col-form .wpcf7-submit + .ajax-loader {
  position: absolute;
  right: -20px;
  top: 50px;
}
.text_form .col-form .text-required {
  font-size: 11px;
  line-height: 17px;
  margin: 20px 0 24px 0;
}
@media only screen and (max-width: 767px) {
  .text_form .col-form .text-required {
    margin-top: 25px;
  }
}
.text_form .col-form .row-accept {
  font-size: 12px;
  line-height: 22px;
}
.text_form .col-form .row-accept > div > div {
  margin-bottom: 24px;
}
.text_form .col-form .row-accept .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 22px;
  padding-left: 5px;
}
.text_form .col-form .row-accept p {
  font-size: 12px;
  line-height: 22px;
}
.text_form .col-form .row-accept a {
  color: #D50032;
}
.text_form .col-form .row-accept input[type=checkbox] {
  border: 2px solid rgba(112, 112, 112, 0.5) !important;
  width: 23px !important;
  height: 23px !important;
  max-width: 23px!important;
  flex: 0 0 23px!important;
  left: -12px;
}
.text_form .col-form .row-accept input[type=checkbox]:checked {
  border-color: #363636 !important;
}
.text_form .col-form .row-accept .text-indent {
  margin-left: 40px;
}
.text_animation .text em {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px !important;
  font-style: normal !important;
}
.text_animation .right-image {
  padding-right: 0;
  position: relative;
}
.text_animation .title-boxes {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .text_animation .title-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_animation .title-boxes > div {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .text_animation .title-boxes > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0;
  }
}
.text_animation .title-boxes > div > * {
  margin: 0 !important;
}
.text_animation .title-boxes > div strong {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .text_animation .title-boxes + .text {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .text_animation .title-boxes + .text br {
    display: none !important;
  }
}
.text_animation .title-box1 {
  background: #D50032;
  display: inline-block;
  padding: 35px 50px 30px 50px;
  vertical-align: top;
}
@media only screen and (max-width: 1620px) {
  .text_animation .title-box1 {
    padding: 35px;
    padding: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .text_animation .title-box1 {
    padding: 40px 50px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .text_animation .title-box1 {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_animation .title-box1 {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .text_animation .title-box1 {
    padding: 30px 15px !important;
    text-align: center;
  }
}
.text_animation .title-box1 > * {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  line-height: 2;
  margin-bottom: 0 !important;
  font-size: 18px;
}
.text_animation .title-box1 > * strong {
  font-size: 40px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .text_animation .title-box1 > * strong {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1620px) {
  .text_animation .title-box1 > * strong {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1620px) {
  .text_animation .title-box1 > * {
    font-size: 20px;
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .text_animation .title-box1 > * {
    font-size: 28px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .text_animation .title-box1 > * {
    font-size: 28px;
    line-height: 39px;
  }
  .text_animation .title-box1 > * br {
    display: none !important;
  }
}
.text_animation .title-box2 {
  background: #152841;
  color: #ffffff !important;
  position: relative;
  display: inline-block;
  z-index: -1;
  margin-bottom: 100px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  top: 50px;
  left: -50px;
  margin-top: 0;
  padding-right: 70px;
  padding-top: 40px;
  padding: 50px 50px 35px 100px;
}
@media only screen and (min-width: 1600px) {
  .text_animation .title-box2 {
    padding: 40px 10px 30px 50px !important;
  }
  .text_animation .title-box2 img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .text_animation .title-box2 strong {
    font-size: 96px;
  }
}
@media only screen and (max-width: 1620px) {
  .text_animation .title-box2 strong {
    font-size: 72px;
  }
}
.text_animation .title-box2 strong {
  line-height: 1;
}
.text_animation .title-box2 > * {
  font-size: 28px;
}
@media only screen and (min-width: 1200px) {
  .text_animation .title-box2 > * {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1620px) {
  .text_animation .title-box2 > * {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-width: 768px) and (max-width:991px) {
  .text_animation .title-box2 {
    padding: 20px;
    left: 0px;
    padding: 0;
    left: -30px;
  }
  .text_animation .title-box2 img {
    padding: 40px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .text_animation .title-box2 {
    padding-left: 32px !important;
    padding-right: 20px !important;
    left: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .text_animation .title-box2 {
    padding-left: 70px;
    top: 35px;
    padding: 30px 0px 30px 40px;
    top: 40px;
  }
  .text_animation .title-box2 img {
    padding: 30px;
    max-width: 220px;
  }
}
@media only screen and (min-width: 1920px) {
  .text_animation .title-box2 {
    top: 50px;
    left: -50px;
    margin-top: 0;
    padding: 40px 40px 40px 60px;
  }
  .text_animation .title-box2 strong {
    font-size: 96px;
  }
  .text_animation .title-box2 img {
    max-width: 270px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_animation .title-box2 {
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .text_animation .title-box2 p {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .text_animation .title-box2 {
    padding: 30px 0 !important;
  }
  .text_animation .title-box2 img {
    max-width: 200px;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .text_animation .title-box2 img {
    max-width: 130px;
  }
}
.text_animation.text_image .button {
  transition: opacity 0.3s ease-in-out;
}
.text_animation.text_image .button.button-promo {
  visibility: visible;
  opacity: 1;
}
.text_animation.text_image .button.button-promo.hidden {
  visibility: hidden;
  opacity: 0;
}
.text_animation.text_image .button[id=fix-button] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 20px;
  left: 10%;
  z-index: 100;
}
.text_animation.text_image .button.pinned {
  opacity: 1;
  visibility: visible;
}
.products-archive {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .products-archive {
    margin-top: 40px;
  }
}
.products-archive .title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 38px;
  line-height: 50px;
}
@media only screen and (max-width: 1024px) {
  .products-archive .title {
    font-size: 30px;
    margin-bottom: 28px;
    line-height: 42px;
  }
}
.products-archive .content {
  margin-bottom: 50px;
  font-size: 18px;
}
.products-archive .file span {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.products-archive .file a {
  font-size: 16px;
  font-weight: 400;
  color: #ED1846;
}
@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (max-width: 767px) {
  .products-archive .file {
    margin-bottom: 40px;
  }
}
.products-archive .row {
  margin: 50px;
}
@media only screen and (max-width: 1400px) {
  .products-archive .row {
    margin: inherit;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 768px) and (max-width:991px), only screen and (max-width: 767px) {
  .products-archive .row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-archive .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.products-archive .archive-boxes {
  margin-top: 0;
  align-items: stretch;
}
.products-archive .archive-boxes a {
  color: #101C2D;
}
.products-archive .archive-boxes .box {
  margin-bottom: 30px;
}
.products-archive .archive-boxes .box-item {
  box-shadow: 0 9px 19px rgba(21, 40, 65, 0.22);
  position: relative;
  cursor: pointer;
  transform: translate(0px, 0px);
  transition: transform 0.3s ease-in-out;
  padding: 20px;
  max-width: 340px;
  height: 100%;
  min-height: 230px;
}
@media only screen and (max-width: 767px) {
  .products-archive .archive-boxes .box-item {
    max-width: 100%;
    min-height: inherit;
  }
}
.products-archive .archive-boxes .box-item:hover {
  transform: translate(0px, -8px);
}
.products-archive .archive-boxes .box-item .title {
  font-weight: 600;
  margin-bottom: 18px;
  color: #ED1846;
  font-size: 30px;
  line-height: 100%;
}
@media only screen and (max-width: 1400px) {
  .products-archive .archive-boxes .box-item .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .products-archive .archive-boxes .box-item .title {
    font-size: 32px;
  }
}
.products-archive .archive-boxes .box-item .content {
  font-weight: 600;
}
/*# sourceMappingURL=styles.css.map */