@import url("https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@400;500;700&display=swap");
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font: 400 20px/24px "Montserrat";
  color: #7D7D7D;
}
body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body img {
  width: auto;
  max-width: 100%;
}
body p {
  margin: 0;
}
body h1, body h2, body h3, body h4, body h5 {
  margin: 0;
}
body h1 {
  font: 700 30px/37px "Montserrat";
  margin-bottom: 32px;
}
body a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body input {
  outline: none;
  border: none;
}
body input::-webkit-input-placeholder {
  color: #7D7D7D;
}
body input::-moz-placeholder {
  color: #7D7D7D;
}
body input:-ms-input-placeholder {
  color: #7D7D7D;
}
body input::-ms-input-placeholder {
  color: #7D7D7D;
}
body input::placeholder {
  color: #7D7D7D;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 236px;
  border: 1px solid #7D7D7D;
  border-top: none;
}

.select2-dropdown {
  border-radius: 0;
  border: none;
}

.select2-results__option {
  padding: 6px 15px;
  font: 700 20px/24px "Montserrat";
  color: #262626;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #BDBDBD;
  color: #262626;
}

.select2-container--default .select2-results__option--selected {
  background-color: #BDBDBD;
}

.mainSelect {
  width: 100%;
}
.mainSelect .select2-container {
  width: 100% !important;
}
.mainSelect .select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
  border-bottom: 2px solid #7D7D7D;
  border-radius: 0;
  padding-left: 12px;
  text-align: left;
  height: auto;
}
.mainSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #262626;
  line-height: 24px;
  font: 700 20px/24px "Montserrat";
  padding: 5px 0;
}
.mainSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 28px;
  right: 0;
  top: 9px;
  height: 14px;
  background: url(../images/icons/downarrow.svg) no-repeat center;
  background-size: contain;
}
.mainSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.mainSelect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bannerScreensWrapper {
  overflow: hidden;
  width: 100%;
}
.bannerScreensWrapper h1 {
  color: #262626;
}
.bannerScreensWrapper__bottom {
  overflow: hidden;
  width: 100%;
  background: #262626;
  padding: 68px 0 0 0;
  text-align: center;
  color: #fff;
  font: 400 14px/19px "Montserrat";
}
.bannerScreensWrapper__bottom h3 {
  font: 700 20px/24px "Montserrat";
  display: block;
  margin: 0 0 24px 0;
}
.bannerScreensWrapper__bottom h4 {
  font: 500 20px/24px "Montserrat";
  display: block;
  margin: 0 0 10px 0;
}
.bannerScreensWrapper__bottom p {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .bannerScreensWrapper__bottom {
    font: 400 12px/16px "Montserrat";
  }
  .bannerScreensWrapper__bottom h3, .bannerScreensWrapper__bottom h4 {
    font-size: 15px;
    line-height: 19px;
  }
}
.bannerScreensWrapper__main {
  text-align: center;
  margin-bottom: -40px;
}
.bannerScreensWrapper__main h1 {
  color: #262626;
  display: block;
  margin: 0 0 40px 0;
  font: 700 30px/37px "Montserrat";
}
.bannerScreensWrapper__main__select {
  margin: 0 auto 40px auto;
  width: 400px;
}
.bannerScreensWrapper__main__tabs {
  overflow: hidden;
  width: 100%;
}
.bannerScreensWrapper__main__tab {
  margin: 0 auto;
  display: none;
}
.bannerScreensWrapper__main__tab img {
  height: auto;
}
@media (max-width: 767px) {
  .bannerScreensWrapper__main {
    margin-bottom: 0;
  }
  .bannerScreensWrapper__main h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .bannerScreensWrapper__main__select {
    width: 100%;
  }
}

.xTightRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.xTightRow.row--justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xTightRow.align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xTightRow.justify--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .show--mobile {
    display: none;
  }
}

header {
  width: 100%;
  background: #009BDE;
  padding: 6px 0;
  position: relative;
  z-index: 9991;
}
header a.logo {
  display: block;
  width: 210px;
  height: 60px;
}
header a.logo img {
  max-height: 100%;
  object-fit: contain;
}
header .headPanels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headPanels a.resources {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  font: 500 16px/20px "Lato";
  position: relative;
}
header .headPanels a.resources:hover {
  color: #fff;
  text-decoration: underline;
}
header .headPanels a.resources:before {
  content: "";
  width: 29px;
  height: 31px;
  background: url(../images/icons/settings.svg) no-repeat center;
  background-size: contain;
  margin-right: 15px;
}
header .headPanels a.logout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 27px;
  border-radius: 5px;
  border: 2px solid #fff;
  font: 500 16px/20px "Lato";
}
header .headPanels a.logout:hover {
  background: #fff;
  color: #009BDE;
}
header .headPanels .close {
  width: 20px;
  height: 20px;
  background: url(../images/icons/delete.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 992px) {
  header a.logo {
    width: 200px;
  }
  header .headPanels {
    position: absolute;
    top: -12px;
    display: none;
    right: 0;
    z-index: 999;
    background: #262626;
    width: 180px;
    padding: 80px 15px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .headPanels a.resources {
    margin-right: 0;
    padding-left: 0;
    text-transform: uppercase;
    font: 500 15px/20px "Montserrat";
    border-bottom: 2px solid #7D7D7D;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
  header .headPanels a.resources:before {
    width: 20px;
    height: 20px;
  }
  header .headPanels a.logout {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 37px;
    font: 500 15px/19px "Montserrat";
    position: relative;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    border: none;
  }
  header .headPanels a.logout:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 15px;
    background: url(../images/icons/logout.svg) no-repeat center;
    background-size: contain;
  }
}

.mainWrappers {
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

main.bannerMain {
  padding-bottom: 0;
}

body.active {
  overflow: hidden;
}

.demo-gallery footer {
  position: relative;
}

footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background: #7D7D7D;
  padding: 12px 0;
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
footer .footer-inner span {
  font: 400 15px/19px "Montserrat";
}
@media (max-width: 992px) {
  footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .footer-inner span {
    display: block;
    margin-bottom: 12px;
  }
  footer .footer-inner span:last-child {
    margin-bottom: 0;
  }
}

.loginWrapper {
  width: 100%;
  height: 100%;
  background: #009BDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.loginWrapper__container {
  color: #fff;
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.loginWrapper__logo {
  width: 294px;
  margin-bottom: 17px;
}
.loginWrapper__logo img {
  width: 100%;
}
.loginWrapper h1 {
  display: block;
  text-align: center;
  margin-bottom: 24px;
  font: 700 30px/37px "Montserrat";
}
.loginWrapper form {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginWrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loginWrapper ul li {
  margin-bottom: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.loginWrapper ul li:last-child {
  margin-bottom: 0;
}
.loginWrapper ul li label {
  display: block;
  margin-bottom: 5px;
  font: 400 20px/24px "Montserrat";
}
.loginWrapper ul li input {
  display: block;
  width: 100%;
  height: 56px;
  background: #fff;
  padding: 0 12px;
  font: 400 18px/56px "Montserrat";
  color: #262626;
}
.loginWrapper .box {
  position: relative;
  height: 20px;
  margin-top: -12px;
}
.loginWrapper .box input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.loginWrapper .box input:checked + i:after {
  display: block;
}
.loginWrapper .box i {
  font-style: normal;
  font: 400 15px/20px "Lato";
  padding-left: 28px;
}
.loginWrapper .box i:before {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fff;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}
.loginWrapper .box i:after {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: url(../images/icons/checked.svg) no-repeat center;
  background-size: 30px;
  content: "";
  position: absolute;
  top: 3px;
  display: none;
  left: 0;
  z-index: 1;
}
.loginWrapper button {
  padding: 16px 57px;
  background: #fff;
  border: 1px solid #009BDE;
  text-transform: uppercase;
  border-radius: 5px;
  font: 500 18px/22px "Montserrat";
  color: #009BDE;
  margin-bottom: 14px;
}
.loginWrapper span {
  font: 400 15px/18px "Lato";
}
@media (max-height: 450px) {
  .loginWrapper {
    height: auto;
    padding: 30px 0;
  }
  .loginWrapper__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .loginWrapper__logo {
    width: 180px;
    margin-bottom: 14px;
  }
  .loginWrapper h1 {
    font: 700 25px/30px "Montserrat";
  }
  .loginWrapper ul li label {
    font-size: 15px;
    line-height: 19px;
  }
  .loginWrapper ul li input {
    height: 40px;
  }
  .loginWrapper__container {
    width: 100%;
    padding: 0 15px;
  }
}

.resourcesWrapper {
  overflow: hidden;
}
.resourcesWrapper__back {
  overflow: hidden;
  padding: 0 0 20px;
}
.resourcesWrapper__back__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 21px;
  color: #7D7D7D;
  cursor: pointer;
  font: 400 16px/19px "Lato";
  background: url(../images/icons/back.svg) no-repeat left 2.5px;
}
.resourcesWrapper__back__btn:hover {
  color: #7D7D7D;
}
@media (max-width: 992px) {
  .resourcesWrapper__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
  }
}
.resourcesWrapper__section {
  overflow: hidden;
  width: 100%;
  margin-bottom: 85px;
  color: #262626;
}
.resourcesWrapper__section a {
  color: #262626;
}
@media (max-width: 992px) {
  .resourcesWrapper__section {
    margin-bottom: 24px;
  }
}
.resourcesWrapper__section h2 {
  display: block;
  font: 400 25px/30px "Montserrat";
  border-bottom: 2px solid #7D7D7D;
  color: #7D7D7D;
  text-transform: uppercase;
  padding: 0 5px 5px 5px;
  margin-bottom: 70px;
}
.resourcesWrapper__section .xTightRow {
  margin: 0 -10px;
}
.resourcesWrapper__section__item {
  width: 320px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.resourcesWrapper__section__item__image {
  width: 100%;
  height: 140px;
  padding: 15px;
  margin-bottom: 20px;
}
.resourcesWrapper__section__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.resourcesWrapper__section__item__inner {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid #009BDE;
  border-radius: 5px;
}
.resourcesWrapper__section__item__text {
  overflow: hidden;
  height: 140px;
  padding: 0 15px 0;
  text-align: center;
  font: 400 12px/15px "Lato";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.resourcesWrapper__section__item__text h3 {
  font: 500 20px/24px "Montserrat";
  display: block;
  margin-bottom: 10px;
}
.resourcesWrapper__section__item__text h3 a {
  color: #262626;
}
@media (max-width: 1200px) {
  .resourcesWrapper__section .xTightRow.justify--center {
    justify-content: space-around;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .resourcesWrapper__section h2 {
    margin-bottom: 0;
    font: 400 15px/19px "Montserrat";
    position: relative;
  }
  .resourcesWrapper__section h2:after {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    content: "";
    position: absolute;
    right: 5px;
    bottom: 6px;
    width: 20px;
    height: 10px;
    background: url(../images/icons/downarrow.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .resourcesWrapper__section h2.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .resourcesWrapper__section .xTightRow {
    padding-top: 30px;
    display: none;
  }
  .resourcesWrapper__section__item {
    display: inline-block;
  }
  .resourcesWrapper__section__item__text h3 {
    margin-bottom: 14px;
  }
}
.resourcesWrapper__search {
  overflow: hidden;
  margin: 7px auto 45px auto;
  width: 400px;
  position: relative;
}
.resourcesWrapper__search input {
  display: block;
  width: 100%;
  padding: 0 90px 4px 15px;
  height: 34px;
  font: 400 25px/30px "Montserrat";
  border-bottom: 2px solid #7D7D7D;
  color: #262626;
}
.resourcesWrapper__search button {
  position: absolute;
  top: 0;
  right: 15px;
  width: 26px;
  height: 26px;
  border: none;
  padding: 0;
  outline: none;
  background: url(../images/icons/search.svg) no-repeat center;
  background-size: contain;
}
.resourcesWrapper__search__clear {
  display: none;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: #7D7D7D;
  position: absolute;
  top: 2px;
  right: 51px;
  border-radius: 100%;
}
.resourcesWrapper__search__clear i {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background: url(../images/icons/delete.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .resourcesWrapper__search {
    width: 100%;
  }
  .resourcesWrapper__search input {
    font: 400 15px/19px "Montserrat";
    padding-right: 50px;
  }
  .resourcesWrapper__search button {
    width: 18px;
    height: 18px;
    top: 6px;
  }
  .resourcesWrapper__search__clear {
    background: transparent;
    position: static;
    width: auto;
    height: auto;
    border-radius: 0;
    font: 400 16px/19px "Lato";
  }
  .resourcesWrapper__search__clear i {
    display: none;
  }

  .resourcesWrapper__section__item__image {
    height: 150px;
  }
  .resourcesWrapper__section__item__image img {
    object-fit: contain;
  }
}

.mainGalleryWrapper {
  overflow: hidden;
}

@media (min-width: 1640px) {
  .mainGalleryWrapper .xTightContainer {
    width: 1620px;
  }
}

.mainGalleryWrapper .xTightRow {
  margin: 0 -25px;
}
.mainGalleryWrapper__selected {
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 53px;
}

@media (max-width: 700px) {
  .mainGalleryWrapper__selected {
    min-height: auto;
    margin-bottom: 0;
  }
  .mainGalleryWrapper__selected ul li:last-child {
    margin-bottom: 30px;
  }
}

.mainGalleryWrapper__selected ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainGalleryWrapper__selected ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px 0 21px;
  background: #F2F2F2;
  border-radius: 50px;
  color: #7D7D7D;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  font: 400 20px/24px "Montserrat";
}
.mainGalleryWrapper__selected__remove {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/icons/delete.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  .mainGalleryWrapper__selected ul li {
    font-size: 12px;
    height: 30px;
    padding: 0 40px 0 15px;
  }
  .mainGalleryWrapper__selected__remove {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
.mainGalleryWrapper__filter {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #7D7D7D;
  text-transform: uppercase;
  font: 400 15px/18px "Lato";
}
.mainGalleryWrapper__filter:before {
  background: url(../images/icons/filter.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 14px;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
}
.mainGalleryWrapper__mobileFilter {
  margin-bottom: 12px;
}
.mainGalleryWrapper__mobileFilter .xTightRow {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainGalleryWrapper__limited {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33px;
  width: 146px;
  color: #009BDE;
  font: 400 15px/31px "Lato";
  position: relative;
}
.mainGalleryWrapper__limited:before {
  content: "";
  width: 15px;
  margin-right: 6px;
  height: 15px;
  background: url(../images/icons/limited_blue.png) no-repeat center;
  background-size: contain;
}
.mainGalleryWrapper__sidebar {
  width: 330px;
}
.mainGalleryWrapper__sidebar__section {
  overflow: hidden;
  margin-bottom: 30px;
}
.mainGalleryWrapper__sidebar__section:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .mainGalleryWrapper__sidebar {
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    height: 100vh;
    background: #fff;
    display: none;
    z-index: 999;
  }
  .mainGalleryWrapper__sidebar h4 {
    display: block;
    text-align: center;
    margin-bottom: 13px;
    font: 700 20px/24px "Montserrat";
    color: #262626;
  }
  .mainGalleryWrapper__sidebar.col--item {
    padding: 0 15px;
  }
  .mainGalleryWrapper__sidebar__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0;
    width: 750px;
  }
  .mainGalleryWrapper__sidebar__top__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 21px;
    font: 400 16px/19px "Lato";
    background: url(../images/icons/back.svg) no-repeat left 2.5px;
    cursor: pointer;
  }
  .mainGalleryWrapper__sidebar__top__clear {
    font: 400 16px/19px "Lato";
    cursor: pointer;
  }
  .mainGalleryWrapper__sidebar__section {
    margin-bottom: 20px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainGalleryWrapper__sidebar__section.apply--section {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 15px;
  }
  .mainGalleryWrapper__sidebar__section.apply--section button {
    background: #262626;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font: 700 15px/15px "Montserrat";
  }
  .mainGalleryWrapper__sidebar__wrapper {
    height: calc(100% - 300px);
    overflow-y: auto;
    position: relative;
  }
}
@media (max-width: 768px) {
  .mainGalleryWrapper__sidebar__section {
    width: 100%;
  }
  .mainGalleryWrapper__sidebar__top {
    width: 100%;
  }
}
.mainGalleryWrapper__center {
  width: calc(100% - 330px);
}
.mainGalleryWrapper__center .xTightRow {
  margin: 0 -10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .mainGalleryWrapper__center {
    width: 100%;
  }
  .mainGalleryWrapper__center .xTightRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mainGalleryWrapper__block {
  width: 320px;
  padding: 0 10px;
  margin-bottom: 50px;
  list-style: none;
}
.mainGalleryWrapper__block.paging-hidden {
  display: none !important;
}
.mainGalleryWrapper__block__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(38, 38, 38, 0.75);
  padding: 15px;
  color: #fff;
  pointer-events: none;
}
.mainGalleryWrapper__block__text h3 {
  display: block;
  font: 400 20px/24px "Montserrat";
}
.mainGalleryWrapper__block__text p {
  font: 400 15px/19px "Montserrat";
}
.mainGalleryWrapper__block__text__hidden {
  overflow: hidden;
  border-top: 1px solid transparent;
  margin-top: 0;
  padding-top: 0;
  height: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mainGalleryWrapper__block__text__hidden .text-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainGalleryWrapper__block__text__hidden .text-loader__spinner {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: loader-rotation 1s linear infinite;
}
@keyframes loader-rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.mainGalleryWrapper__block__text.active {
  background: rgb(38, 38, 38);
}
.mainGalleryWrapper__block__inner {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #7D7D7D;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  position: relative;
}
.mainGalleryWrapper__block__inner:hover .mainGalleryWrapper__block__text__hidden {
  height: 73px;
  padding-top: 15px;
  border-top-color: #fff;
  margin-top: 15px;
}
.mainGalleryWrapper__block__inner:hover .mainGalleryWrapper__block__text {
  background: rgb(38, 38, 38);
}


@media (max-width: 1180px) {
  .mainGalleryWrapper__block__text__hidden {
    height: 73px;
    padding-top: 15px;
    border-top-color: #fff;
    margin-top: 15px;
  }
  .mainGalleryWrapper__block__text {
    background: rgb(38, 38, 38);
  }
}


.mainGalleryWrapper__block__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: top;
}
.mainGalleryWrapper__block__buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainGalleryWrapper__block__buttons div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100%;
  background: #009BDE;
  width: 35px;
  height: 35px;
}
/* .mainGalleryWrapper__block__buttons a:hover {
  background: rgb(38, 38, 38);
} */
.mainGalleryWrapper__block__buttons div.phone {
  background-image: url(../images/icons/phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.mainGalleryWrapper__block__buttons div.play {
  background-image: url(../images/icons/play.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* NEP-6281: Temporary hide ads with mobile issues */
@media (max-width: 640px) {
  .mainGalleryWrapper__block[class*='970x250'],
  .mainGalleryWrapper__block[class*='Skyclimber'],
  .mainGalleryWrapper__block[class*='Streaming'] {
    display: none;
  }

  #filter-container .mainGalleryWrapper__hidden>ul>li:has(a[class='970x250']),
  #filter-container .mainGalleryWrapper__hidden>ul>li:has(a[class='Skyclimber']),
  #filter-container .mainGalleryWrapper__hidden>ul>li:has(a[class='Streaming']) {
    display: none;
  }

  .demo-toggle-dropdown #demo-toggle.dropdown li a[data-classes='size-970x250'],
  .demo-toggle-dropdown #demo-toggle.dropdown li a[data-classes='skyclimber'],
  .demo-toggle-dropdown #demo-toggle.dropdown li a[data-classes='streaming'] {
    display: none;
  }
}

.mainGalleryWrapper__openDropdown {
  display: block;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font: 400 25px/30px "Montserrat";
  padding: 0 10px 5px 10px;
  width: 100%;
  border-bottom: 2px solid #7D7D7D;
}
.mainGalleryWrapper__openDropdown:after,
.mainGalleryWrapper__sidebar__section li.has-child > a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  right: 10px;
  width: 24px;
  height: 12px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url(../images/icons/downarrow.svg) no-repeat center;
  background-size: contain;
}
.mainGalleryWrapper__sidebar__section li a {
  position: relative;
}
.mainGalleryWrapper__sidebar__section li.has-child > a {
  padding-right: 30px;
}
.mainGalleryWrapper__sidebar__section li.has-child > a:after {
  right: 0;
  width: 18px;
}
.mainGalleryWrapper__openDropdown.active:after,
.mainGalleryWrapper__sidebar__section li.has-child.opened > a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 992px) {
  .mainGalleryWrapper__openDropdown {
    font: 400 15px/19px "Lato";
    padding: 0 10px 8px 10px;
  }
  .mainGalleryWrapper__openDropdown:after {
    width: 20px;
    height: 10px;
  }
}
.mainGalleryWrapper__hidden {
  overflow: hidden;
  padding-top: 25px;
  display: none;
}
.mainGalleryWrapper__hidden ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 0 5px;
}
.mainGalleryWrapper__hidden ul li {
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  color: #262626;
  font: 700 20px/24px "Montserrat";
  padding-left: 30px;
}
.mainGalleryWrapper__hidden ul li a {
  color: #262626;
  font: 700 20px/24px "Montserrat";
}

@media (max-width: 700px) {
  .mainGalleryWrapper__hidden ul li a {
    font-size: 15px;
  }
}

.mainGalleryWrapper__hidden ul li a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #262626;
}

@media (max-width: 992px) {
  .mainGalleryWrapper__hidden ul li a:before {
    top: 2px;
  }
}

@media (max-width: 700px) {
  .mainGalleryWrapper__hidden ul li a:before {
    top: -1px;
  }
}

.mainGalleryWrapper__hidden ul li:last-child {
  margin-bottom: 0;
}
.mainGalleryWrapper__hidden ul li.active > a:before {
  background: #262626;
}

.mainGalleryWrapper__hidden ul.data-loading li {
  display: none;
}
.mainGalleryWrapper__hidden ul.data-loading::after {
  content: 'Loading ...';
  text-align: center;
}

@media (max-width: 992px) {
  .mainGalleryWrapper__hidden {
    padding-top: 20px;
  }
  .mainGalleryWrapper__hidden ul {
    padding: 0 10px;
  }
  .mainGalleryWrapper__hidden ul li {
    font: 700 15px/20px "Montserrat";
  }
  .mainGalleryWrapper__hidden ul li:before {
    top: 0;
  }
}

main {
  padding-top: 45px;
  padding-bottom: 144px;
  flex-grow: 1;
}

main.bannerMain {
  padding-top: 25px;
}

@media (max-width: 992px) {
  main {
    padding-top: 24px;
  }
}

.col--item {
  padding: 0 25px;
}

.headTitle {
  display: block;
  text-align: center;
  color: #262626;
}

.burger {
  width: 32px;
  height: 25px;
  background: url(../images/icons/burger.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 15px;
}

.xTightContainer {
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 320px) {
  .xTightContainer {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xTightContainer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .xTightContainer {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .xTightContainer {
    width: 1170px;
  }
}
@media (min-width: 1330px) {
  .xTightContainer {
    width: 1300px;
  }
}
@media (min-width: 1440px) {
  .xTightContainer {
    width: 1400px;
  }
}

@media (max-width: 992px) {
  body h1 {
    font: 700 20px/24px "Montserrat";
  }
}

.mainGalleryWrapper__paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainGalleryWrapper__paging .hidden {
  display: none !important;
}
.mainGalleryWrapper__paging .disabled {
  pointer-events: none;
  opacity: 40%;
}
.mainGalleryWrapper__paging .paging-spacer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 30px;
  margin: 5px;
  font-size: 14px;
  background-color: transparent;
  text-align: center;
}
.mainGalleryWrapper__paging .paging-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 5px;
  font-size: 14px;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.mainGalleryWrapper__paging .paging-button:hover {
  background-color: #dddddd;
}
.mainGalleryWrapper__paging .paging-button.active {
  font-weight: bold;
  background-color: #cccccc;
}
.mainGalleryWrapper__paging .paging-button__prev,
.mainGalleryWrapper__paging .paging-button__next {
  border: 1px solid #000000;
}
.mainGalleryWrapper__paging .paging-button__number {
}
@media (max-width: 700px) {
  .mainGalleryWrapper__paging {
    margin-top: -35px;
  }
}