@font-face {
  src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff2) format('woff2');
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif !important;
  line-height: 1.43;
  color: rgba(72, 72, 72, 1);
  font-weight: 400;
  font-size: 18px;
  background: url("/img/gl-background.png");
}
* {
  box-sizing: border-box;
  /*   overflow-x: auto; */
}
a {
  text-decoration: none;
  color: rgba(72, 72, 72, 1);
}
li {
  list-style: none;
}
h3 {
  margin: 0;
}
p {
	margin: 0;
    padding: 0;
}
/*Repeat elements*/
.gl-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.gl-icon-play {
  position: absolute;
  font-size: 50px;
  color: #e4373a;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.gl-link {
  color: #e4373a;
  text-transform: uppercase;
}
.gl-link:hover {
  color: rgba(72, 72, 72, 1);
}
.gl-link-second {
  color: #fff;
}
.gl-button-link {
  margin: 10px;
}
.gl-text-link {
  text-decoration: underline;
  text-decoration-color: #e4373a; 
}
.gl-text-link:hover {
  color: #e4373a;
}
.gl-offer-button {
  display: inline-block;
  width: 100%;
  min-width: 200px;
  padding: 10px 20px;
  color: #1e262c;
  font-family: Open Sans, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background: #e4373a;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out;
  box-sizing: border-box;
  user-select: none;
}
.gl-offer-button:hover {
  background: #e4373abb;
}
.gl-offer-button:hover i {
  transform: scale(1.3) rotate(360deg);
}
.gl-offer-button:active {
 transform:translate3d(0,1px,0);
}
.gl-button-upload {
  background: #e8e8e8;
}
/*========
========*/
.gl-content {
  width: 100%;
  max-width: 2600px;
}
@media only screen and (max-width: 999px) {
  .gl-content {
    padding-top: 62px;
  }
}
@media only screen and (min-width: 1000px) {
  .gl-content {
    padding-left: 280px;
  }
}
@media only screen and (min-width: 2600px) {
  .gl-content {
    margin: 0 auto;
  }
}
/*
==========
Navigation
==========
*/
.l-gl-navigation {
  position: fixed;
  width: 280px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
@media only screen and (max-width: 999px) {
  .l-gl-navigation {
    top: 62px;
    width: 0;
  }
}
.gl-navigation {
  height: 100%;
  background: #1e262c;
}
@media only screen and (max-width: 999px) {
  .gl-navigation {
    top: -62px;
    height: calc(100% + 62px);
    position: absolute;
    width: 280px;
    transition: left 1.1s cubic-bezier(0.03, 1, 0.2, 1);
    left: -280px;
    overflow: auto;
    padding-bottom: 0 !important;
  }
}
.gl-navigation-scrollable-container {
  height: 100%;
}
@media only screen and (max-width: 999px) {
  .gl-navigation-scrollable-container {
    height: auto;
  }
}
.gl-navigation-top {
  position: relative;
}
@media only screen and (max-width: 999px) {
  .gl-navigation-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 62px;
    background: #1e262c;
    transition: left 1.1s cubic-bezier(0.03, 1, 0.2, 1);
  }
}
/* Logo & hamburger */
.gl-logo {
  text-align: center;
  padding: 35px 0 33px;
}
@media only screen and (max-width: 999px) {
  .gl-logo {
    width: 150px;
    margin: 0 auto;
    padding: 15px 0;
    opacity: 1;
    transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
  }
}
@media only screen and (max-height: 800px) {
  .gl-logo {
    padding: 15px 0;
  }
}
@media only screen and (max-height: 650px) {
  .gl-logo {
    padding: 0;
  }
}
.gl-logo-link {
  display: flex;
  text-decoration: none;
  justify-content: center;
}
.l-gl-hamburger {
  display: none;
  position: absolute;
  top: 24px;
  left: 24px;
  height: 22px;
  width: 22px;
}
@media only screen and (max-width: 999px) {
  .l-gl-hamburger {
    display: block;
  }
}
.gl-hamburger {
  position: relative;
  transform: translateY(6px);
  background: #fff;
  width: 22px;
  height: 2px;
  z-index: 1;
}
.gl-hamburger:after,
.gl-hamburger:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 22px;
  height: 2px;
}
.gl-hamburger:before {
  bottom: 6px;
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.gl-hamburger:after {
  top: 6px;
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.gl-hamburger-bar {
  background: hsla(0, 0%, 100%, 0);
}
.gl-hamburger-bar:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
.gl-hamburger-bar:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
/*Primary Menu */
.gl-navigation-primarymenu {
  padding-bottom: 8px;
}
.gl-navigation-primarymenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  display: block;
  position: relative;
  width: 280px;
}
.gl-navigation-primarymenu > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.gl-navigation-primarymenu > ul li a {
  display: block;
  position: relative;
  margin: 0;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #1b1b1b;
  padding: 8px 0 8px 20px;
  line-height: 22px;
  cursor: pointer;
  text-decoration: none;
  color: #c3c6ce;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.gl-navigation-primarymenu > ul li > a:hover,
.gl-navigation-primarymenu > ul li:hover > a {
  color: #e4373a;
  background: rgba(77, 87, 96, 0.6);
  border-color: transparent;
  border-bottom: 1px solid #e4373a;
}
.gl-navigation-primarymenu > ul .gl-submenu > a::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-left: 4px solid #d8d8d8;
}
.gl-navigation-primarymenu > ul .gl-submenu > a::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-left: 4px solid #000;
}
.gl-navigation-primarymenu > ul li > a:hover::after,
.gl-navigation-primarymenu > ul li:hover > a::after {
  border-left: 4px solid #fff;
}
.gl-navigation-primarymenu > ul li > a:hover::before,
.gl-navigation-primarymenu > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
.gl-navigation-primarymenu > ul ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  padding-left: 5px;
  opacity: 0;
  width: 250px;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.gl-navigation-primarymenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
}
.gl-nav > li > ul li {
  background: #1e262c;
}
@media only screen and (max-width: 999px) {
  .gl-nav > li >ul,
  .gl-navigation-primarymenu > ul .gl-submenu > a::after, 
  .gl-navigation-primarymenu > ul .gl-submenu > a::before{
    display: none;
  }
  /*Modal Menu*/
  #animatedModal {
    max-width: 250px;
    overflow: hidden;
    transition: all 0.7s;
    height: auto;
    top: 20px;
    left: 0;
    position: absolute;
    background: #00000099;
    padding: 0;
  }
  .fancybox-close-small {
    background: #e4373a;
  }
}
/*Form*/
@media only screen and (min-width: 1000px) {
  .gl-navigation-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1e262c;
  }
}
.gl-letter-form-conteiner {
  max-width: 280px;
  background: #1e262c;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-height: 650px) {
  .gl-letter-form-conteiner {
   padding: 0 20px;
  }
}
.gl-letter-form-conteiner h3,
.gl-letter-form-conteiner span {
  color: #c3c6ce;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.gl-letter-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.gl-letter-rows {
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
  /*   background: rgba(255,255,255,0.9); */
}
@media only screen and (max-height: 800px) {
  .gl-letter-rows {
    margin: 0 auto 5px;
  }
}
.gl-letter-rows input,
textarea,
.gl-letter-rows .gl-row-file {
  width: 100%;
  height: 42px;
  font-size: 20px;
  border: 1px solid black;
  border-radius: 3px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.9);
}
.gl-letter-rows input:hover,
textarea:hover {
  border: 2px solid rgba(255, 255, 255, 0.6);
}
textarea {
  height: 88px;
}

input[type="submit"] {
  border: 0px;
  color: #1e262c;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
  background-color: #e4373a;
  cursor: pointer;
  padding: 0;
  height: 50px;
}
input[type="submit"]:hover,
.gl-row-file-button:hover {
  background: #e4373abb;
}
input[type="submit"]:active {
 transform:translate3d(0,1px,0);
}
.gl-row-file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.gl-row-file-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.gl-row-file-fake {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  padding: 11px;
  border: 2px solid #e4373a;
  border-radius: 3px 0 0 3px;
  border-right: none;
  color: #c3c6ce;
  height: 44px;
  font-size: 1rem;
}

span.gl-row-file-button {
  width: 60px;
  background: #e4373a;
  color: #1e262c;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  height: 44px;
}
/*
=======
Content
=======
*/
.gl-content #content {
  display: flex;
  overflow: hidden;
}
.gl-main-content,
.gl-slider-conteiner {
  width: 100%;
  position: relative;
}
/*Slider*/
.gl-slider-slide-conteiner {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .gl-slider-slide-conteiner {
    height: 450px;
  }
}
.gl-slider-slide-img {
  position: relative;
  height: 200px;
  min-height: 0;
}
@media only screen and (min-width: 600px) {
  .gl-slider-slide-img {
    position: relative;
    min-height: 300px;
  }
}
@media only screen and (min-width: 1000px) {
  .gl-slider-slide-img {
    min-height: 450px;
  }
}
.gl-info-banner {
  z-index: 11;
  width: 100%;
  min-height: 100px;
  padding: 5px 20px;
  box-sizing: border-box;
  background: #1e262c;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .gl-info-banner {
    text-align: left;
    background: rgba(30, 38, 44, 0.9);
    position: absolute;
    bottom: 0;
  }
}
.gl-slide-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.gl-slide-info-pretext {
  display: flex;
  flex-flow: row wrap;
  color: white;
  justify-content: space-evenly;
  align-items: center;
}
.gl-slide-info-text {
  flex: 1 1 auto;
  font-weight: normal;
  color: white;
}
.gl-title {
  font-size: 32px;
  line-height: 20px;
}
.gl-subtitle {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .gl-title {
    font-size: 28px;
    line-height: 20px;
  }
  .gl-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .gl-title {
    font-size: 20px;
  }
  .gl-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.owl-nav {
  position: absolute;
  color: rgba(255, 215, 0, 1);
  z-index: 10;
  top: 0;
  justify-content: center;
  font-size: 40px;
  width: 100%;
  height: 50px;
}
.owl-prev,
.owl-next {
  position: absolute;
  width: 50px;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-theme .owl-dots {
  margin-top: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: rgba(37, 34, 27, 0.6);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 215, 0, 1);
}
.s-img-0 {
  background-image: url(https://grandline.pl/img/gl-promo-blacha.png);
}
.s-img-1 {
  background-image: url(https://grandline.pl/img/gl-ogrodzenia-3d.png);
}
.s-img-2 {
  background-image: url(https://grandline.pl/img/gl-promo-blacha.png);
}
.s-img-3 {
  background-image: url(https://grandline.pl/img/gl-gwarancja.png);
}
/*Store content*/
.gl-main-content > section {
  padding-top: 24px;
}
@media only screen and (min-width: 1000px) {
  .lr-gl-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gl-store-conteiner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gl-store-item {
  min-width: 250px;
  height: 250px;
  background: #000;
  margin: 10px;
  flex: 1 1 30%;
  position: relative;
  overflow: hidden;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .gl-store-item {
    height: 160px;
  }
}
.gl-store-item:hover,
.item:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 4px 4px rgba(20, 27, 32, 0.35);
  cursor: pointer;
}
.gl-item-img-conteiner {
  height: 100%;
}
.gl-item-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.i-1 {
  background-image: url(https://grandline.pl/img/grandline-metalowa.png);
}
.i-2 {
  background-image: url(https://grandline.pl/img/grandline-blacha.png);
}
.i-3 {
  background-image: url(https://grandline.pl/img/grandline-rbek.png);
}
.i-4 {
  background-image: url(https://grandline.pl/img/grandline-modulowa.png);
}
.i-5 {
  background-image: url(https://grandline.pl/img/grandline-ogoroda.png);
}
.i-6 {
  background-image: url(https://grandline.pl/img/grandline-3d-ogoroda.png);
}
.gl-item-text-conteiner {
  position: absolute;
  bottom: 0;
  left: ;
  padding: 10px;
  background: rgba(38, 38, 38, 0.8);
  width: 100%;
  color: white;
}
.gl-item-text-conteiner h3 {
  text-transform: uppercase;
}
/*Carousel*/
.gl-carousel-wrapper {
  width: 100%;
}
.gl-carousel-conteiner {
  padding: 5px;
}
.store-carousel, .diler-carousel {
  padding-left: 0;
}
.gl-carousel-item {
  border-radius: 4px;
  overflow: hidden;
  background: #00000011;
  margin: 10px 0;
}
.gl-carousel-item:hover{
  background: #e4373a;
}
.gl-carousel-item:hover a{
  color: white;
}
.gl-carousel-item-link {
  width: 100%;
}
.gl-carousel-link-preimg {
  width: 100%;
  height: 200px;
  background: #000;
  position: relative;
}
.gl-carousel-item-info {
  text-align: center;
}
.ii-1 {
  background-image: url(https://grandline.pl/img/grandline-kvinta.png);
}
.ii-2 {
  background-image: url(https://grandline.pl/img/grandline-kredo.png);
}
.ii-3 {
  background-image: url(https://grandline.pl/img/grandline-kamea.png);
}
.ii-4 {
  background-image: url(https://grandline.pl/img/grandline-classic.png);
}
.ii-5 {
  background-image: url(/img/vp-store-m-nordo.webp);
}

/*Promo*/
.gl-store-promo-shell {
  width: 100%;
  height: 350px;
  position: relative;
  background-image: url(/img/vp-metal-roof-classic.webp);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.title {
  padding: 30px 0 0 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.subtitle {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .title {
    font-size: 32px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 480px) {
  .title {
    font-size: 24px;
    line-height: 24px;
  }
  .subtitle {
    font-size: 18px;
  }
}
.diler-carousel {
  position: relative;
  overflow: hidden;
}
.gl-store-promo-shell .gl-carousel-item{
  background: #ffffff99;
}
.ci {
  background-image: url(/img/vp-metal-roof-classic.webp);
}
.cert-grand-line {
  background-image: url(/img/cert/gl-cert-grandline.webp);
}
.cert-alter {
  background-image: url(/img/cert/gl-cert-alter.webp);
}
.cert-velux {
  background-image: url(/img/cert/gl-cert-velux.webp);
}
.cert-docke {
  background-image: url(/img/cert/gl-cert-docke.webp);
}
.cert-mktrade {
  background-image: url(/img/cert/gl-cert-mktrade.webp);
}
.gl-global-promo {
  width: 100%;
}
.gl-global-promo img {
  height: auto;
  width: 100%;
}



/*
Modal form
*/
#animated-form {
	background: #1e262c;
    text-align: center;
}

/*
======
Footer
======
*/
.gl-content #footer {
  display: block;
  margin-top: 40px;
  overflow: hidden;
}
.gl-globalfooter {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  justify-content: center;
}
.gl-globalfooter-conteiner {
  margin: 20px;
}
.gl-footer-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.gl-footer-info {
  flex: 1 1 auto;
}
.gl-footer-contacts {
  flex: 1 1 auto;
}

.gl-footer-info ul li {
  margin: 30px 0 0;
  width: 100%;
}
.gl-info-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.gl-info-wrapper > .gl-info-conteiner {
  width: 250px;
}
.gl-info-conteiner {
  margin: 0;
  width: 100%;
  padding-bottom: 10px;
}
.gl-info-name {
  font-size: 14px;
}
.gl-info-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.gl-footer-logo {
  width: 280px;
  height: 50px;
  margin: 0 auto;
}
.gl-footer-logo-img {
  height: 100%;
  background-image: url(/img/svg/logo.svg);
  background-size: cover;
  background-position: center;
}
.gl-footer-contacts ul li {
  overflow: hidden;
  background: 0 0;
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  margin: 30px 0 0;
}
.gl-footer-contacts ul li:hover {
  background: #e4373a;
  border-radius: 100px 0 0 100px;
}
.gl-footer-contacts ul li:hover a{
    color: white;
}
.gl-footer-contacts ul li a {
  display: flex;
  flex-flow: row wrap;
}
.gl-footer-contacts ul li span {
  font-size: 30px;
  text-align: center;
  background: #e4373a;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin: 0 10px 0 0;
}
.gl-footer-contacts ul li span i {
  line-height: 50px;
}
.gl-contats-conteiner {
  margin: 0;
}
.gl-contats-name {
  font-size: 14px;
  line-height: 20px;
}
.gl-contats-number {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.gl-contact-mail {
  font-size: 20px;
}

/*Footer - Navigation*/
.gl-footer-nav {
  width: 100%;
  position: relative;
}
.gl-footer-nav ul {
  display: flex;
  margin: 0;
  padding: 10px 0 0;
  overflow: hidden;
  justify-content: center;
}
.gl-footer-nav li {
  list-style: none;
  float: left;
  margin: 0 0 0 25px;
  padding: 0;
  text-transform: uppercase;
}
.gl-footer-nav li a {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .gl-footer-nav li {
    margin: 0 0 0 20px;
  }
  .gl-footer-nav li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 400px) {
  .gl-footer-nav li {
    margin: 0 0 0 10px;
  }
  .gl-footer-nav li a {
    font-size: 15px;
  }
}
.gl-footer-nav ul li a:hover,
.gl-footer-nav ul li a.active {
  color: #e4373a;
  text-decoration: none;
}
/*Footer - YandexMap*/
.ymap-container {
    height:400px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: url('/im/info/yandex_map.webp') #fff no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: center center;
    background-size: cover;
}
/*=======
Static Pages
=======*/

/*Section - Store*/
section.gl-spage {
  padding: 0;
  margin: 0;
}
.gl-spage-store-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  background-image: linear-gradient(
      rgba(10, 10, 10, 0.6),
      rgba(0, 0, 0, 0.6)
    ), url(/img/gl-store-background.jpg);
  background-size: cover;
  background-position: center;
}
.gl-spage-store-title h1 {
  text-align: center;
  position: relative;
  color: white;
}
.gl-spage-store {
  width: 100%;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
} 
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label{
  position: relative;
  padding: 6px 12px;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-right: 10px;
  margin-bottom: 4px;
  transition: all 0.2s ease;
  user-select: none;
  display: inline-block;
}
.gl-spage-store-conteiner {
  width: 100%;
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.gl-spage-store-item {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 300px;
}
@media only screen and (max-width: 999px){
	.gl-spage-store-item {
    height: 250px;
    }
}
@media only screen and (max-width: 599px){
	.gl-spage-store-item {
    height: 200px;
    }
}
.gl-spage-store-item:hover
{
  box-shadow: 0px 0px 4px 4px rgba(20, 27, 32, 0.35);
}
.gl-spage-store-item .gl-item-text-conteiner {
  background: rgba(0,0,0,0.5);
}

@media only screen and (min-width: 999px) {
  .gl-spage-store-item .gl-link {
  display: none; 
  }
  .gl-spage-store-item:hover  .gl-link{
  display: block;
}
}
.checkbox-one:checked ~ .gl-spage-store-conteiner>.one,
.checkbox-two:checked ~ .gl-spage-store-conteiner>.two,
.checkbox-three:checked ~ .gl-spage-store-conteiner>.three,
.checkbox-four:checked ~ .gl-spage-store-conteiner>.four,
.checkbox-five:checked ~ .gl-spage-store-conteiner>.five,
.checkbox-six:checked ~ .gl-spage-store-conteiner>.six{
  flex: 1 0 260px;
  margin: 10px;
  transition: all 0.3s ease;
/*   background: #00000055; */
}
.checkbox-one:not(:checked) ~ .gl-spage-store-conteiner>.one,
.checkbox-two:not(:checked) ~ .gl-spage-store-conteiner>.two,
.checkbox-three:not(:checked) ~ .gl-spage-store-conteiner>.three,
.checkbox-four:not(:checked) ~ .gl-spage-store-conteiner>.four,
.checkbox-five:not(:checked) ~ .gl-spage-store-conteiner>.five,
.checkbox-six:not(:checked) ~ .gl-spage-store-conteiner>.six
{
  display: none;
}
.gl-spage-store label {
  border: 2px solid #fff;
  border-radius: 4px;
}
.gl-spage-store label:hover {
  border: 2px solid #e4373a;
}
.checkbox:checked + label {
  background: #e4373a;
}
.checkbox + label i {
  margin-right: 8px;
  font-size: 18px;
  display: none;
}
.checkbox:checked + label i{
  display: inline;
}
.kvinta-plus {
  background-image: url(/img/vp-store-m-kvinta.jpg);
}
.kredo {
  background-image: url(/img/vp-store-m-kredo.jpg);
}
.kamea {
  background-image: url(/img/vp-store-m-kamea.jpg);
}
.classic {
  background-image: url(/img/vp-store-m-classic.jpg);
}
.modern {
  background-image: url(/img/vp-store-m-modern.webp);
}
.kvinta-uno {
  background-image: url(/img/gl-modulka-kvinta-uno.jpg);
}
.moderno {
  background-image: url(/img/gl-modulka-moderno.jpg);
}
.docke-simple {
  background-image: url(/img/gl-bitum-docke-simple.jpg);
}
.profnastil-10 {
  background-image: url(/img/gl-profnastil-gl10r.jpg);
}
.profnastil-20 {
  background-image: url(/img/gl-profnastil_gl20r.jpg);
}
.profnastil-35 {
  background-image: url(/img/gl-profnastil_gl35r.jpg);
}
.profnastil-60 {
  background-image: url(/img/gl-profnastil_gl60r.jpg);
}
.profnastil-75 {
  background-image: url(/img/gl-profnastil_gl75r.jpg);
}
.valencia {
  background-image: url(/img/gl-komposit-valencia.jpg);
}
.barcelona {
  background-image: url(/img/gl-komposit-barcelona.jpg);
}
.classic-k {
  background-image: url(/img/gl-komposit-classic.jpg);
}
.double-falc {
  background-image: url(/img/gl-falec-dvoinoy-stojachy.jpg);
}
.clickfalc {
  background-image: url(/img/gl-falec-clickfalc.jpg);
}
.clickfalc-mini {
  background-image: url(/img/gl-falec-clickfalc-mini.jpg);
}
.clickfalc-pro {
  background-image: url(/img/gl-falec-clickfalc-pro.jpg);
}
.natural-brus-v {
  background-image: url(https://gl.by/templates/test/images/sv_natural_br.jpg);
}
.block-house-v {
  background-image: url(https://gl.by/templates/test/images/sv_blockhouse.jpg);
}
.vertical-v {
  background-image: url(https://gl.by/templates/test/images/sv_vertical.jpg);
}
.korab-doska-v {
  background-image: url(https://gl.by/templates/test/images/sv_korab4.jpg);
}
.korab-doska-slim-v {
  background-image: url(https://gl.by/templates/test/images/sv_korab44.jpg);
}
.block-house-m {
  background-image: url(/img/c_mblockh.jpg);
}
.vertical-m {
  background-image: url(/img/c_mvertical.jpg);
}
.korab-doska-m {
  background-image: url(/img/c_mkb.jpg);
}
.ekobrus-v {
  background-image: url(/img/с_mekobrus.jpg);
}
.ya-fasad {
  background-image: url(/img/c_fasadp.jpg);
}
.shtaketnik {
  background-image: url(/img/gl-shtaketnik.jpg);
}
.zabor-3d-medium {
  background-image: url(/img/gl-3d-dom.jpg);
}
.zabor-3d-profi {
  background-image: url(/img/foto/panel_medium.jpg);
}
.zabor-3d-bastion {
  background-image: url(/img/foto/panel_bastion.jpg);
}
.zabor-3d-protect {
  background-image: url(/img/foto/panel_protect.jpg);
}
.v-grand-line {
  background-image: url(/img/foto/vodostok/gl_vodostochka-plastik.jpg);
}
.v-granit-150100 {
  background-image: url(/img/foto/vodostok/gl_vodostochka_met150100.jpg);
}
.v-granit-12590 {
  background-image: url(/img/foto/vodostok/gl_vodostochka_met12590.jpg);
}
.v-optima {
  background-image: url(/img/foto/vodostok/gl_vodostochka_met_optima_pramougol.jpg);
}
.v-optima-circle {
  background-image: url(/img/foto/vodostok/gl_vodostok_metal_optima_krug.jpg);
}
/* PRODUCT PAGE*/
/*Header of product page*/
.gl-product-header {
  min-height: inherit;
  position: relative;
  background-image: url(/img/vp-metal-roof.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 700px) {
  .gl-product-header {
    display: flex;
    flex-direction: column;
  }
}
.gl-product-header-leftrail {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  color: #fff;
  min-height: 300px;
  max-width: 600px;
  padding: 70px 55px 70px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gl-product-header-leftrail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  .gl-product-header-leftrail:after {
    width: 100vw;
    background: rgba(30, 38, 44, 0.8);
  }
}
@media only screen and (min-width: 1000px) {
  .gl-product-header-leftrail:after {
    width: 800px;
    background-image: linear-gradient(
      90deg,
      rgba(30, 38, 44, 0.97),
      rgba(30, 38, 44, 0.8) 50%,
      rgba(30, 38, 44, 0)
    );
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 999px) {
  .gl-product-header-leftrail {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .gl-product-header-leftrail {
    min-height: inherit;
    padding: 70px 70px 70px 45px;
  }
}
@media only screen and (max-width: 699px) {
  .gl-product-header-leftrail {
    padding: 70px 55px 0 45px;
  }
}
@media only screen and (max-width: 599px) {
  .gl-product-header-leftrail {
    padding: 70px 20px 0;
  }
}
.gl-poduct-header-leftrail-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gl-product-hero-leftrail-text {
  padding-bottom: 12px;
  max-width: 100%;
}
.gl-product-hero-leftrail-text > h2 {
  padding: 0;
  margin: 0;
}
.gl-product-hero-leftrail-text > h2 > p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.gl-product-hero-leftrail-text > ul {
  margin: 0 20px;
  padding: 20px 0 0;
}
.gl-product-hero-leftrail-text > ul > li {
  font-size: 16px;
  display: flex;
}
.gl-product-hero-leftrail-text > ul > li > p {
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.gl-product-hero-leftrail-text > ul > li > p:last-child {
  padding-left: 20px;
  flex-grow: 0;
  font-weight: 600;
}
/*gl-product-hero-leftrail-picture*/
.gl-product-hero-leftrail-picture {
  width: 160px;
  height: 160px;
  margin: 20px;
  background: rgba(256, 256, 256, 0.8);
  border-radius: 0 30% 30% 30%;
  text-align: center;
}
.gl-product-hero-logo {
  width: 110%;
}
.gl-prodict-hero-leftrail-button {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .gl-prodict-hero-leftrail-button {
    flex-direction: column;
  }
}
.gl-btn {
  margin: 10px;
  padding: 10px 20px;
  min-width: 200px;
  font-size: 16px;
  font-weight: bold;
  color: #454545;
  border-radius: 6px;
  background: #e4373a;
  line-height: 20px;
}
.gl-product-nav {
  height: 69px;
  width: 100%;
  display: block;
  margin-bottom: 54px;
  position: sticky;
  top: 0;
  z-index: 3;
}
@media only screen and (max-width: 999px) {
  .gl-product-nav {
    display: none;
  }
}
.gl-product-nav-bar {
  background-clip: border-box;
  background-color: rgba(20, 27, 32, 0.95);
  background-origin: padding-box;
  border-top: 1px solid #787d85;
  color: silver;
  font-family: Open Sans, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 69px;
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
}
.gl-product-nav-mini-poster {
  cursor: pointer;
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 10;
}
.gl-product-nav-mini-poster img {
  height: 100px;
  max-width: 100px;
}
.gl-nav-page-title {
  z-index: 10;
  margin-left: 40px;
  color: #e4373a;
  font-weight: 600;
  position: absolute;
  background: rgba(0,0,0,0.3);
padding: 0 5px;
}
.l-gl-section {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 600px) {
  .l-gl-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1150px) {
  .l-gl-section {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 999px) {
  .gl-pills {
    display: none;
  }
}
.gl-pills ul {
  display: flex;
  height: 69px;
  margin: 0;
  padding: 0;
}
.gl-pills ul > li {
  height: 100%;
  padding: 25px 15px;
}
.gl-pills ul > li:hover {
  border-bottom: 4px solid #e4373a;
  padding-top: 20px;
}
.gl-pills ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Open Sans;
  letter-spacing: 2px;
  padding: 26px 5px;
}
.gl-pills ul li a:hover {
  color: #e4373a;
}
.gl-product-nav-bar > .l-gl-section {
  flex-grow: 1;
}
.gl-product-nav-bar > button {
  flex-grow: 0;
}
.gl-product-media {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 45px;
  padding-right: 45px;
}
.gl-pdp-description {
  position: relative;
  left: 50%;
  width: 100%;
  height: 600px;
  margin-left: -50%;
  overflow: hidden;
}
@media only screen and (max-width: 1799px) {
  .gl-pdp-description {
    height: 500px;
  }
}
.gl-pdp-description-text-wrapper {
  padding: 0 40px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .gl-pdp-description-text-wrapper {
    width: 100%;
  }
}
.gl-pdp-description-text {
  display: inline-block;
  text-align: center;
  color: #fff;
  max-width: 100%;
  transition: all 1.1s cubic-bezier(0.03, 1, 0.2, 1);
}
.gl-pdp-description-text > h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  margin: 0 0 18px;
}
.gl-pdp-description-text > p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
}
.gl-pdp-description-image-wrapper {
  min-width: 1920px;
  width: 100%;
  height: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #000;
}
@media only screen and (max-width: 1799px) {
  .gl-pdp-description-image-wrapper {
    height: 500px;
    /*   min-width:1200px */
  }
}
.gl-pdp-description-image-wrapper > img {
  width: 100%;
  opacity: 0.8;
}
@media only screen and (min-width: 1799px) {
  .gl-pdp-description-image-wrapper > img {
  	height: 100%;
}
}
.l-gl {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 600px) {
  .l-gl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1150px) {
  .l-gl {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.gl-titlewrapper {
  max-width: calc(100% - 80px);
}
.gl-titlewrapper h2 {
  display: inline-block;
  max-width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.gl-pdp-specification-wrapper,
.gl-pdp-feature-wrapper {
  margin: 0;
  width: 100%;
}
.gl-pdp-specification,
.gl-pdp-feature {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 0 2px 0 rgba(30, 38, 44, 0.25);
}
.gl-pdp-specification-p,
.gl-pdp-feature-p {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  max-width: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  text-rendering: optimizeLegibility;
}
.gl-pdp-specification b,
.gl-pdp-specification strong {
  font-weight: 600;
}

.gl-img-thumbnail {
  position: absolute;
  top:50%;
  transform: translate(0,-50%);
}
.gl-product-media .gl-carousel-item {
  border-radius: 4px;
  overflow: hidden;
  background: #000;
  margin: 10px 0;
  height: 200px;
  border-bottom: 2px  ;
}
.gl-product-media .gl-carousel-item:hover {
  box-shadow: 0 6px 25px 0 rgba(30, 38, 44, 0.3);
}
.gl-product-media .gl-carousel-item:hover i {
  color: #e4373abb;
}
.gl-carousel-textwrapper {
  position: absolute;
  background: rgba(256, 256, 258, 0.8);
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  bottom: 0;
  text-align: center;
}
.gl-carousel-item p {
  margin: 0;
  padding: 0;
  background: rgba(69,69,69,0.8);
  color: #e4373a;
  display: none;
}
.gl-carousel-item:hover .gl-carusel-text p {
  display: block;
}
.a2 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.a2 img {
  min-width: 100%;
  min-height: 100%;
  flex-shrink: 0;
}
.t-samorez {
    background-image: url(/im/temp-img/vp-samorez-temp.png);
}
.t-sofit {
    background-image: url(/im/temp-img/vp-sofit-temp.jpg);
}
.t-uplotnitel {
    background-image: url(/im/temp-img/vp-uplotnitel-temp.jpg);
}
.t-membrana {
    background-image: url(/im/temp-img/vp-membrana-temp.jpg);
}
.t-teploizol {
    background-image: url(/im/temp-img/vp-teploizoljacia-temp.jpg);
}
.t-doborka {
    background-image: url(/im/temp-img/vp-doborka-temp.jpg);
}
.animation-img {
  animation: animation-img 12s infinite ease-in-out;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.animation-img-classic {
  animation: animation-img-classic 12s infinite ease-in-out;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@keyframes animation-img {
  0% {
 background-image: 
    url(/im/bg-img/gl-kvinta-plus-bg-02.jpg);
  } 
   20% {
 background-image: 
    linear-gradient(
      rgba(250, 0, 0, 0.3),
      rgba(250, 0, 0, 0.3)
   ),
    url(/im/bg-img/gl-kvinta-plus-bg-02.jpg);}
40% {
 background-image: 
    linear-gradient(
      rgba(0, 50, 150, 0.3),
      rgba(0, 50, 150, 0.3)
    ),
    url(/im/bg-img/gl-kvinta-plus-bg-02.jpg);
}
  60% {
 background-image: 
    linear-gradient(
      rgba(100, 25, 25, 0.3),
      rgba(100, 25, 25, 0.3)
   ),
    url(/im/bg-img/gl-kvinta-plus-bg-02.jpg);}
  80% {
 background-image: 
    linear-gradient(
      rgba(0, 100, 50, 0.3),
      rgba(0, 100, 50, 0.3)
    ),
    url(/im/bg-img/gl-kvinta-plus-bg-02.jpg);}
  100% { background-image: 
    linear-gradient(
      rgba(255, 75, 0, 0.3),
      rgba(255, 75, 0, 0.3)
    ),
    url(/im/bg-img/gl-kvinta-plus-bg-02.jpg);}
}
@keyframes animation-img-classic {
  0% {
 background-image: 
    url(/im/bg-img/gl-classic-bg-03.jpg);
  } 
   20% {
 background-image: 
    linear-gradient(
      rgba(250, 0, 0, 0.3),
      rgba(250, 0, 0, 0.3)
   ),
    url(/im/bg-img/gl-classic-bg-03.jpg);}
40% {
 background-image: 
    linear-gradient(
      rgba(0, 50, 150, 0.3),
      rgba(0, 50, 150, 0.3)
    ),
    url(/im/bg-img/gl-classic-bg-03.jpg);
}
  60% {
 background-image: 
    linear-gradient(
      rgba(100, 25, 25, 0.3),
      rgba(100, 25, 25, 0.3)
   ),
    url(/im/bg-img/gl-classic-bg-03.jpg);}
  80% {
 background-image: 
    linear-gradient(
      rgba(0, 100, 50, 0.3),
      rgba(0, 100, 50, 0.3)
    ),
    url(/im/bg-img/gl-classic-bg-03.jpg);}
  100% { background-image: 
    linear-gradient(
      rgba(255, 75, 0, 0.3),
      rgba(255, 75, 0, 0.3)
    ),
    url(/im/bg-img/gl-classic-bg-03.jpg);}
}
/* IMG for product page*/
.pdp-kvinta {
  background-image: url(/img/bg-img/gl-kvinta-plus-bg-04.jpg);
}
.pdp-kredo {
  background-image: url(/img/bg-img/gl-kredo-bg-01.jpg);
}
.pdp-kamea {
  background-image: url(/img/bg-img/gl-kamea-bg-01.jpg);
}
.pdp-classic {
  background-image: url(/img/bg-img/gl-classic-bg-01.jpg);
}
.pdp-nordo {
  background-image: url(/img/bg-img/gl-nordo-bg-01.jpg);
}
.pdp-quadro {
  background-image: url(/img/bg-img/gl-quadro-bg-01.jpg);
}
/* old css*/

div.conteinerAccordion {
  display: block;
  overflow: hidden;
}
ul.accordion {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0;
  padding: 0;
}
ul.accordion li {
  overflow: hidden;
  width: 30%;
  padding: 1px 1px 0;
  display: block;
  -webkit-box-shadow: 1px 3px 15px #ffffff;
  -moz-box-shadow: 1px 3px 15px #ffffff;
  box-shadow: 1px 3px 15px #ffffff;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  border-radius: 10px;
}
ul.accordion li:hover {
  width: 60%;
  -webkit-box-shadow: 1px 3px 15px #cc0000;
  -moz-box-shadow: 1px 3px 15px #cc0000;
  box-shadow: 1px 3px 15px #cc0000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
div.imageBox {
  display: block;
  overflow: hidden;
  position: relative;
  height: 450px;
  border: 3px solid white;
  border-radius: 10px;
}
.imageBox img {
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.imageBox:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.imageBox h3, .imageBox h4 {
  top: 10%;
  font-size: 1.1rem;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  margin: 0;
  border-left: 3px solid #cc0000;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.imageBox h3> a, .imageBox h4>a {
	color: white;
}
.imageBox h4 {
  top: 25%;
  font-size: 0.9rem;
}
.imageBox h4 i {
  padding-right: 5px;
  color: #cc0000;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.imageBox h4:hover {
  color: #cc0000;
  border-left: 3px solid #fff;
}
.imageBox h4:hover i {
  color: #fff;
}
.imageBox:hover h3, .imageBox:hover h4 {
  margin-left: 10px;
}
.imageBox ul {
  display: grid;
  grid-gap: 5px;
  padding-bottom: 5%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.imageBox ul li {
  width: 40%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.imageBox ul li a {
  color: #ffffff;
  display: block;
  padding: 2px;
  text-decoration: none;
  font-size: 1.1rem;
}
.imageBox ul li:hover {
  width: 100%;
  background: rgba(255, 0, 0, 0.7);
}
.imageBox:hover ul {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media only screen and (max-width: 768px) {
  
ul.accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    grid-gap: 2px;
    padding: 0 10%;
  }
  ul.accordion li {
    width: 50vw;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  ul.accordion li:hover {
    width: 50vw;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
   div.imageBox {
    height:50vh;
  }
  div.imageBox ul li:hover {
    width: 100%;
  }
  .imageBox h3 {
   -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  margin-left: 10px;
  }
}