@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;500;600&family=Roboto:wght@300;400&display=swap");
/* line 9, ../sass/screen.sass */
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
}

/* line 12, ../sass/screen.sass */
h1, h2, main.single .item-content h1, main.single .information-block .container .information-block-content .content-block h3, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  color: #2e1944;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 16, ../sass/screen.sass */
h1 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1280px) {
  /* line 16, ../sass/screen.sass */
  h1 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 16, ../sass/screen.sass */
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 16, ../sass/screen.sass */
  h1 {
    font-size: 26px;
  }
}

/* line 27, ../sass/screen.sass */
h2, main.single .item-content h1, main.single .information-block .container .information-block-content .content-block h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  /* line 27, ../sass/screen.sass */
  h2, main.single .item-content h1, main.single .information-block .container .information-block-content .content-block h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 27, ../sass/screen.sass */
  h2, main.single .item-content h1, main.single .information-block .container .information-block-content .content-block h3 {
    font-size: 28px;
  }
}

/* line 35, ../sass/screen.sass */
h3 {
  font-size: 26px;
  font-weight: 400;
  color: #008dba;
  margin-top: -7px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 35, ../sass/screen.sass */
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 35, ../sass/screen.sass */
  h3 {
    margin-bottom: 10px;
  }
}

/* line 46, ../sass/screen.sass */
p, a, li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  /* line 46, ../sass/screen.sass */
  p, a, li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 46, ../sass/screen.sass */
  p, a, li {
    font-size: 16px;
  }
}

/* line 54, ../sass/screen.sass */
ul {
  list-style: none;
}

/* line 56, ../sass/screen.sass */
li {
  color: #666;
}

/* line 58, ../sass/screen.sass */
a {
  color: #b40053;
}

/* line 60, ../sass/screen.sass */
p {
  color: #666;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 60, ../sass/screen.sass */
  p {
    margin-bottom: 30px;
  }
}

/* line 67, ../sass/screen.sass */
.fa-phone {
  font-size: 24px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

/* line 74, ../sass/screen.sass */
html {
  scroll-behavior: smooth;
}

/* line 78, ../sass/screen.sass */
.text-center {
  text-align: center;
}

/* line 81, ../sass/screen.sass */
.clear-both {
  clear: both;
}

/* line 85, ../sass/screen.sass */
.row {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  margin: 50px 0;
}
@media only screen and (max-width: 900px) {
  /* line 85, ../sass/screen.sass */
  .row {
    flex-direction: column;
  }
}
/* line 92, ../sass/screen.sass */
.row .col {
  flex: 1;
  padding: 0 25px;
}
@media only screen and (max-width: 900px) {
  /* line 92, ../sass/screen.sass */
  .row .col {
    padding: 0;
  }
}
/* line 97, ../sass/screen.sass */
.row .col:first-child {
  padding-left: 0;
}
/* line 99, ../sass/screen.sass */
.row .col:last-child {
  padding-right: 0;
}
/* line 101, ../sass/screen.sass */
.row .col.col-7 {
  flex: 7;
}
/* line 103, ../sass/screen.sass */
.row .col.col-5 {
  flex: 5;
}

/* line 106, ../sass/screen.sass */
.clear-float {
  clear: both;
}

/* line 109, ../sass/screen.sass */
.image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  /* line 109, ../sass/screen.sass */
  .image {
    margin-bottom: 30px;
  }
}

/* line 119, ../sass/screen.sass */
.btn {
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  border: 2px solid transparent;
  transition: 0.4s;
}
@media only screen and (max-width: 1280px) {
  /* line 119, ../sass/screen.sass */
  .btn {
    font-size: 17px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 119, ../sass/screen.sass */
  .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 330px) {
  /* line 119, ../sass/screen.sass */
  .btn {
    padding: 10px;
    font-size: 14px;
  }
}
/* line 135, ../sass/screen.sass */
.btn.btn-default {
  background: #008dba;
  color: #eee !important;
}
/* line 138, ../sass/screen.sass */
.btn.btn-default:hover {
  background: #fff;
  color: #008dba !important;
  border-color: #008dba;
}
/* line 142, ../sass/screen.sass */
.btn.btn-white {
  background: #fff;
  color: #2e1944;
}
/* line 145, ../sass/screen.sass */
.btn.btn-white:hover {
  background: #2e1944;
  color: #fff !important;
  border-color: #fff;
}

/* line 150, ../sass/screen.sass */
.breadcrumbs {
  background: #e5e5e5;
  padding: 20px 0;
}
/* line 153, ../sass/screen.sass */
.breadcrumbs a {
  color: #008dba;
}
/* line 155, ../sass/screen.sass */
.breadcrumbs .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 159, ../sass/screen.sass */
.breadcrumbs .container ul, .breadcrumbs .container li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* line 162, ../sass/screen.sass */
.breadcrumbs .container ul li {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
}
/* line 166, ../sass/screen.sass */
.breadcrumbs .container ul li::before {
  position: absolute;
  right: -6px;
  content: "/";
}
/* line 171, ../sass/screen.sass */
.breadcrumbs .container ul li:last-child::before {
  display: none;
}
/* line 173, ../sass/screen.sass */
.breadcrumbs .container ul li:first-child {
  padding-left: 0;
}
/* line 175, ../sass/screen.sass */
.breadcrumbs .container .go-back {
  padding: 5px 0;
}

/* line 179, ../sass/screen.sass */
.default-page h2, .default-page main.single .item-content h1, main.single .item-content .default-page h1, .default-page main.single .information-block .container .information-block-content .content-block h3, main.single .information-block .container .information-block-content .content-block .default-page h3 {
  margin-top: 50px;
}

/* line 183, ../sass/screen.sass */
.page-title {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* line 187, ../sass/screen.sass */
.page-title .ctc-content h1, .page-title .ctc-content h2, .page-title .ctc-content main.single .item-content h1, main.single .item-content .page-title .ctc-content h1, .page-title .ctc-content main.single .information-block .container .information-block-content .content-block h3, main.single .information-block .container .information-block-content .content-block .page-title .ctc-content h3, .page-title .ctc-content h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 192, ../sass/screen.sass */
.ctc-container {
  position: relative;
  text-align: center;
}
/* line 195, ../sass/screen.sass */
.ctc-container::before {
  position: absolute;
  z-index: -1;
  top: 62%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #bbb;
  content: "";
}
/* line 204, ../sass/screen.sass */
.ctc-container .ctc-content {
  display: inline-block;
  margin: auto;
  padding: 0 45px;
  background: #fff;
}

/* line 212, ../sass/screen.sass */
.bordered-box {
  position: relative;
}
/* line 214, ../sass/screen.sass */
.bordered-box .box-border {
  position: absolute;
  z-index: 5;
  background: #008dba;
  transition: 0.2s;
}
/* line 219, ../sass/screen.sass */
.bordered-box .box-border.border-top {
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  transition-delay: 0.6s;
}
/* line 225, ../sass/screen.sass */
.bordered-box .box-border.border-right {
  right: 0;
  top: 0;
  width: 4px;
  height: 0;
  transition-delay: 0.4s;
}
/* line 231, ../sass/screen.sass */
.bordered-box .box-border.border-bottom {
  right: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition-delay: 0.2s;
}
/* line 237, ../sass/screen.sass */
.bordered-box .box-border.border-left {
  bottom: 0;
  left: 0;
  width: 4px;
  height: 0;
  transition-delay: 0.1s;
}
/* line 245, ../sass/screen.sass */
.bordered-box:hover .box-border.border-top {
  width: 100%;
  transition-delay: 0.1s;
}
/* line 248, ../sass/screen.sass */
.bordered-box:hover .box-border.border-right {
  height: 100%;
  transition-delay: 0.2s;
}
/* line 251, ../sass/screen.sass */
.bordered-box:hover .box-border.border-bottom {
  width: 100%;
  transition-delay: 0.4s;
}
/* line 254, ../sass/screen.sass */
.bordered-box:hover .box-border.border-left {
  height: 100%;
  transition-delay: 0.6s;
}

/* line 259, ../sass/screen.sass */
.squared-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
/* line 263, ../sass/screen.sass */
.squared-image .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

/* line 274, ../sass/screen.sass */
nav ul, nav li, nav a, nav p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 276, ../sass/screen.sass */
.nav-top-menu {
  text-align: right;
}
/* line 279, ../sass/screen.sass */
.nav-top-menu ul li {
  display: inline-block;
}
/* line 281, ../sass/screen.sass */
.nav-top-menu ul li a {
  padding: 10px;
  color: #2e1944;
  font-weight: bold;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
}
@media only screen and (max-width: 468px) {
  /* line 281, ../sass/screen.sass */
  .nav-top-menu ul li a {
    font-size: 14px;
  }
}
/* line 291, ../sass/screen.sass */
.nav-top-menu ul li:last-child a {
  padding-right: 0;
}

/* line 293, ../sass/screen.sass */
.nav-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  /* line 293, ../sass/screen.sass */
  .nav-content {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 900px) {
  /* line 293, ../sass/screen.sass */
  .nav-content {
    flex-direction: column;
  }
}
/* line 301, ../sass/screen.sass */
.nav-content .nav-logo {
  width: 100%;
  padding-bottom: 30px;
}
/* line 304, ../sass/screen.sass */
.nav-content .nav-logo img {
  width: 310px;
}
@media only screen and (max-width: 900px) {
  /* line 304, ../sass/screen.sass */
  .nav-content .nav-logo img {
    display: block;
    margin: auto;
  }
}
/* line 309, ../sass/screen.sass */
.nav-content .nav-contact {
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  /* line 309, ../sass/screen.sass */
  .nav-content .nav-contact {
    text-align: center;
  }
}
/* line 314, ../sass/screen.sass */
.nav-content .nav-contact a {
  font-size: 21px;
  font-weight: bold;
  color: #008dba;
}
@media only screen and (max-width: 768px) {
  /* line 314, ../sass/screen.sass */
  .nav-content .nav-contact a {
    font-size: 18px;
  }
}
/* line 320, ../sass/screen.sass */
.nav-content .nav-contact a .fa-phone {
  color: #2e1944;
}
/* line 322, ../sass/screen.sass */
.nav-content .nav-contact .btn {
  margin: 0;
  margin-left: 50px;
}
@media only screen and (max-width: 1024px) {
  /* line 322, ../sass/screen.sass */
  .nav-content .nav-contact .btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 468px) {
  /* line 322, ../sass/screen.sass */
  .nav-content .nav-contact .btn {
    display: table;
    margin: 15px auto;
  }
}

/* line 330, ../sass/screen.sass */
.navbar-menu {
  background: #2e1944;
}
@media only screen and (max-width: 1024px) {
  /* line 330, ../sass/screen.sass */
  .navbar-menu {
    height: 50px;
    padding: 8px 0;
    position: relative;
  }
}
/* line 336, ../sass/screen.sass */
.navbar-menu .navbar-nav-logo {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 336, ../sass/screen.sass */
  .navbar-menu .navbar-nav-logo {
    position: absolute;
    display: block;
    opacity: 0;
    transition: 0.4s;
  }
}
/* line 343, ../sass/screen.sass */
.navbar-menu .navbar-nav-logo img {
  height: 20px;
}
/* line 345, ../sass/screen.sass */
.navbar-menu #hamburger {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 44px;
  height: 35px;
  padding: 5px 0;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-left: auto;
  flex-direction: column;
  justify-content: space-around;
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 345, ../sass/screen.sass */
  .navbar-menu #hamburger {
    display: flex;
    position: relative;
    z-index: 9;
  }
}
/* line 360, ../sass/screen.sass */
.navbar-menu #hamburger .bar {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
  width: 26px;
  height: 2px;
  background: white;
  margin: auto;
}
/* line 367, ../sass/screen.sass */
.navbar-menu ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  /* line 367, ../sass/screen.sass */
  .navbar-menu ul {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: black;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 381, ../sass/screen.sass */
  .navbar-menu ul li {
    width: 95%;
    margin: auto;
    display: block;
  }
}
/* line 386, ../sass/screen.sass */
.navbar-menu ul li a {
  display: inline-block;
  padding: 15px 10px;
  color: #eee;
  text-transform: uppercase;
  transition: 0.4s;
}
/* line 392, ../sass/screen.sass */
.navbar-menu ul li a:hover {
  color: #aaf;
}
@media only screen and (max-width: 1280px) {
  /* line 386, ../sass/screen.sass */
  .navbar-menu ul li a {
    padding: 15px 5px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 386, ../sass/screen.sass */
  .navbar-menu ul li a {
    display: block;
    font-size: 19px;
    padding: 15px 0;
  }
}
/* line 402, ../sass/screen.sass */
.navbar-menu ul li.current-menu-item a {
  border-bottom: 5px solid #655f83;
}

/* line 405, ../sass/screen.sass */
.navbar-container .navbar-menu {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 408, ../sass/screen.sass */
  .navbar-container.sticky .navbar-menu {
    position: fixed;
    z-index: 999999;
    top: 0;
    background: rgba(46, 25, 68, 0.5);
    transition: 0.4s;
  }
  /* line 415, ../sass/screen.sass */
  .navbar-container.sticky .navbar-menu .navbar-nav-logo {
    opacity: 1;
  }
}

/* line 420, ../sass/screen.sass */
.navbar-container .navbar-menu li.menu-item-has-children {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 423, ../sass/screen.sass */
  .navbar-container .navbar-menu li.menu-item-has-children::before {
    display: none;
  }
}
/* line 425, ../sass/screen.sass */
.navbar-container .navbar-menu li.menu-item-has-children::before {
  position: absolute;
  top: 4px;
  right: -8px;
  font-size: 30px;
  content: "›";
  transform: rotate(90deg);
  color: white;
}
@media only screen and (max-width: 1280px) {
  /* line 425, ../sass/screen.sass */
  .navbar-container .navbar-menu li.menu-item-has-children::before {
    top: 3px;
    right: -12px;
  }
}
/* line 436, ../sass/screen.sass */
.navbar-container .navbar-menu li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 9;
  top: 54px;
  left: -10px;
  width: 280px;
  background: #2e1944;
  flex-direction: column;
}
/* line 446, ../sass/screen.sass */
.navbar-container .navbar-menu li.menu-item-has-children ul.sub-menu li a {
  padding: 5px;
}
@media only screen and (max-width: 1024px) {
  /* line 436, ../sass/screen.sass */
  .navbar-container .navbar-menu li.menu-item-has-children ul.sub-menu {
    display: block;
    background: transparent;
    position: static;
  }
}
/* line 452, ../sass/screen.sass */
.navbar-container .navbar-menu li.menu-item-has-children ul.sub-menu > li {
  padding: 6px 12px;
}
/* line 454, ../sass/screen.sass */
.navbar-container .navbar-menu li.menu-item-has-children ul.sub-menu > li a {
  border: none !important;
}
/* line 457, ../sass/screen.sass */
.navbar-container .navbar-menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

/* line 461, ../sass/screen.sass */
.home-page-header {
  min-height: 70vh;
}
@media only screen and (max-width: 900px) {
  /* line 461, ../sass/screen.sass */
  .home-page-header {
    min-height: 70vh;
  }
}
/* line 465, ../sass/screen.sass */
.home-page-header .image-slide {
  min-height: 70vh;
  margin: 0 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: grab;
  transition: 0.4s;
}
@media only screen and (max-width: 1024px) {
  /* line 465, ../sass/screen.sass */
  .home-page-header .image-slide {
    margin: 0;
    padding: 20px;
  }
}
/* line 477, ../sass/screen.sass */
.home-page-header .image-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  content: "";
}
/* line 485, ../sass/screen.sass */
.home-page-header .image-slide.slick-current::before {
  background: rgba(255, 255, 255, 0);
}
/* line 490, ../sass/screen.sass */
.home-page-header .image-slide.slick-current .container .text-content h1, .home-page-header .image-slide.slick-current .container .text-content p, .home-page-header .image-slide.slick-current .container .text-content a {
  opacity: 1;
}
/* line 493, ../sass/screen.sass */
.home-page-header .image-slide .container .text-content {
  padding: 40px 45px;
  width: 58%;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1280px) {
  /* line 493, ../sass/screen.sass */
  .home-page-header .image-slide .container .text-content {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 493, ../sass/screen.sass */
  .home-page-header .image-slide .container .text-content {
    width: 90%;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 493, ../sass/screen.sass */
  .home-page-header .image-slide .container .text-content {
    width: 100%;
    padding: 30px 15px;
  }
}
/* line 505, ../sass/screen.sass */
.home-page-header .image-slide .container .text-content h1, .home-page-header .image-slide .container .text-content p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* line 507, ../sass/screen.sass */
.home-page-header .image-slide .container .text-content h1, .home-page-header .image-slide .container .text-content p, .home-page-header .image-slide .container .text-content a {
  position: relative;
  z-index: 5;
  opacity: 0.2;
}
/* line 511, ../sass/screen.sass */
.home-page-header .image-slide .container .text-content h1 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  /* line 511, ../sass/screen.sass */
  .home-page-header .image-slide .container .text-content h1 {
    margin-bottom: 45px;
  }
}
/* line 515, ../sass/screen.sass */
.home-page-header .image-slide .container .text-content p {
  font-weight: 500;
  width: 70%;
  line-height: 1.8;
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  /* line 515, ../sass/screen.sass */
  .home-page-header .image-slide .container .text-content p {
    width: 96%;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
/* line 524, ../sass/screen.sass */
.home-page-header .image-slide .container .text-content .btn {
  align-self: flex-start;
}

/* line 528, ../sass/screen.sass */
.slick-prev, .slick-next {
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  width: 40px;
  height: 40px;
}
/* line 534, ../sass/screen.sass */
.slick-prev::before, .slick-next::before {
  font-size: 48px;
}

/* line 538, ../sass/screen.sass */
.slick-next::before,
.slick-prev::before {
  transition: 0.4s;
  background: black;
  position: relative;
  left: -4px;
  top: -1px;
}

/* line 545, ../sass/screen.sass */
.slick-prev {
  left: 200px;
}

/* line 547, ../sass/screen.sass */
.slick-next {
  right: 200px;
}

/* line 557, ../sass/screen.sass */
body.home .wp-content {
  background: #008dba;
  margin: 30px 0;
}
/* line 560, ../sass/screen.sass */
body.home .wp-content .container {
  padding: 30px 0;
}
/* line 562, ../sass/screen.sass */
body.home .wp-content .container h2, body.home .wp-content .container main.single .item-content h1, main.single .item-content body.home .wp-content .container h1, body.home .wp-content main.single .information-block .container .information-block-content .content-block h3, main.single .information-block body.home .wp-content .container .information-block-content .content-block h3, body.home .wp-content .container p {
  color: #fff;
}
/* line 564, ../sass/screen.sass */
body.home .wp-content .container p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 571, ../sass/screen.sass */
main.default-page .section-content::before {
  display: none;
}

/* line 573, ../sass/screen.sass */
.more-info {
  margin-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  /* line 573, ../sass/screen.sass */
  .more-info {
    margin-top: -10px !important;
  }
}

/* line 577, ../sass/screen.sass */
.more-from-content,
.more-info,
.item-content,
.section-content {
  text-align: center;
}
/* line 582, ../sass/screen.sass */
.more-from-content h2, .more-from-content main.single .item-content h1, main.single .item-content .more-from-content h1, .more-from-content main.single .information-block .container .information-block-content .content-block h3, main.single .information-block .container .information-block-content .content-block .more-from-content h3,
.more-info h2,
.more-info main.single .item-content h1,
main.single .item-content .more-info h1,
.more-info main.single .information-block .container .information-block-content .content-block h3,
main.single .information-block .container .information-block-content .content-block .more-info h3,
.item-content h2,
main.single .item-content h1,
.item-content main.single .information-block .container .information-block-content .content-block h3,
main.single .information-block .container .information-block-content .content-block .item-content h3,
.section-content h2,
.section-content main.single .item-content h1,
main.single .item-content .section-content h1,
.section-content main.single .information-block .container .information-block-content .content-block h3,
main.single .information-block .container .information-block-content .content-block .section-content h3 {
  display: inline-block;
  margin: auto;
  background: white;
  position: relative;
  z-index: 2;
  padding: 0 30px;
  margin-bottom: 30px;
}
/* line 591, ../sass/screen.sass */
.more-from-content .content,
.more-info .content,
.item-content .content,
.section-content .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  margin: 0 -20px;
}
/* line 598, ../sass/screen.sass */
.more-from-content .content .box,
.more-info .content .box,
.item-content .content .box,
.section-content .content .box {
  width: 30%;
  padding-bottom: 28%;
  position: relative;
  margin: 20px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 20px #bbb;
}
@media only screen and (max-width: 900px) {
  /* line 598, ../sass/screen.sass */
  .more-from-content .content .box,
  .more-info .content .box,
  .item-content .content .box,
  .section-content .content .box {
    width: 47%;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 468px) {
  /* line 598, ../sass/screen.sass */
  .more-from-content .content .box,
  .more-info .content .box,
  .item-content .content .box,
  .section-content .content .box {
    width: 100%;
    padding-bottom: 80%;
  }
}
/* line 611, ../sass/screen.sass */
.more-from-content .content .box .box-content,
.more-info .content .box .box-content,
.item-content .content .box .box-content,
.section-content .content .box .box-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 617, ../sass/screen.sass */
.more-from-content .content .box .box-content .image,
.more-info .content .box .box-content .image,
.item-content .content .box .box-content .image,
.section-content .content .box .box-content .image {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 50px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 624, ../sass/screen.sass */
.more-from-content .content .box .box-content .name,
.more-info .content .box .box-content .name,
.item-content .content .box .box-content .name,
.section-content .content .box .box-content .name {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: 600;
  color: #2e1944;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 18px;
}
@media only screen and (max-width: 1024px) {
  /* line 624, ../sass/screen.sass */
  .more-from-content .content .box .box-content .name,
  .more-info .content .box .box-content .name,
  .item-content .content .box .box-content .name,
  .section-content .content .box .box-content .name {
    font-size: 17px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 624, ../sass/screen.sass */
  .more-from-content .content .box .box-content .name,
  .more-info .content .box .box-content .name,
  .item-content .content .box .box-content .name,
  .section-content .content .box .box-content .name {
    font-size: 15px;
  }
}
/* line 641, ../sass/screen.sass */
.more-from-content .content .box .box-content .name span.arrow-right,
.more-info .content .box .box-content .name span.arrow-right,
.item-content .content .box .box-content .name span.arrow-right,
.section-content .content .box .box-content .name span.arrow-right {
  font-size: 40px;
  color: #008dba;
  position: relative;
}
/* line 645, ../sass/screen.sass */
.more-from-content .content .box .box-content .name span.arrow-right .arrow,
.more-info .content .box .box-content .name span.arrow-right .arrow,
.item-content .content .box .box-content .name span.arrow-right .arrow,
.section-content .content .box .box-content .name span.arrow-right .arrow {
  position: absolute;
  transition: 0.4s;
}
/* line 648, ../sass/screen.sass */
.more-from-content .content .box .box-content .name span.arrow-right .arrow:nth-child(1),
.more-info .content .box .box-content .name span.arrow-right .arrow:nth-child(1),
.item-content .content .box .box-content .name span.arrow-right .arrow:nth-child(1),
.section-content .content .box .box-content .name span.arrow-right .arrow:nth-child(1) {
  right: 0;
}
/* line 650, ../sass/screen.sass */
.more-from-content .content .box .box-content .name span.arrow-right .arrow:nth-child(2),
.more-info .content .box .box-content .name span.arrow-right .arrow:nth-child(2),
.item-content .content .box .box-content .name span.arrow-right .arrow:nth-child(2),
.section-content .content .box .box-content .name span.arrow-right .arrow:nth-child(2) {
  right: 0;
}
/* line 652, ../sass/screen.sass */
.more-from-content .content .box .box-content .name span.arrow-right .arrow:nth-child(3),
.more-info .content .box .box-content .name span.arrow-right .arrow:nth-child(3),
.item-content .content .box .box-content .name span.arrow-right .arrow:nth-child(3),
.section-content .content .box .box-content .name span.arrow-right .arrow:nth-child(3) {
  right: 0;
}
/* line 657, ../sass/screen.sass */
.more-from-content .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(1),
.more-info .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(1),
.item-content .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(1),
.section-content .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(1) {
  right: -10px;
}
/* line 659, ../sass/screen.sass */
.more-from-content .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(2),
.more-info .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(2),
.item-content .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(2),
.section-content .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(2) {
  right: 0;
}
/* line 661, ../sass/screen.sass */
.more-from-content .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(3),
.more-info .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(3),
.item-content .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(3),
.section-content .content .box .box-content .name:hover span.arrow-right .arrow:nth-child(3) {
  right: 10px;
}

/* line 667, ../sass/screen.sass */
.appliances-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 672, ../sass/screen.sass */
.appliances-content .box {
  width: 28%;
  padding: 20px 0;
}
@media only screen and (max-width: 1024px) {
  /* line 672, ../sass/screen.sass */
  .appliances-content .box {
    width: 46%;
  }
}
@media only screen and (max-width: 468px) {
  /* line 672, ../sass/screen.sass */
  .appliances-content .box {
    width: 100%;
  }
}
/* line 679, ../sass/screen.sass */
.appliances-content .box .box-content {
  display: flex;
  flex-direction: column;
  align-items: space-between;
}
/* line 683, ../sass/screen.sass */
.appliances-content .box .box-content h3 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin: 15px 0 10px;
}
/* line 686, ../sass/screen.sass */
.appliances-content .box .box-content p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #bbb;
}
/* line 689, ../sass/screen.sass */
.appliances-content .box .box-content .main-image {
  padding: 10px 0;
}
/* line 693, ../sass/screen.sass */
.appliances-content .box .box-content .main-image img,
.appliances-content .box .box-content .extra-image img {
  width: 100%;
}
/* line 695, ../sass/screen.sass */
.appliances-content .box .box-content .text-content {
  color: #444;
  font-size: 18px;
}
/* line 698, ../sass/screen.sass */
.appliances-content .box .box-content .text-content img {
  height: 36px;
  margin: 10px 5px -4px 17px;
}
/* line 702, ../sass/screen.sass */
.appliances-content .box .box-content .text-content ul li {
  position: relative;
}
/* line 704, ../sass/screen.sass */
.appliances-content .box .box-content .text-content ul li::before {
  position: absolute;
  top: calc(50% - 4px);
  left: -30px;
  width: 8px;
  height: 8px;
  background: #008dba;
  border-radius: 50%;
  content: "";
}

/* line 719, ../sass/screen.sass */
main.single .item-content h1 {
  margin-bottom: 45px;
}

/* line 727, ../sass/screen.sass */
main.single .item-content .image .slider-nav img {
  box-sizing: border-box;
  margin: 10px;
}
/* line 730, ../sass/screen.sass */
main.single .item-content .image .slider-nav img.is-active {
  border-bottom: 5px solid #2e1944;
}
/* line 732, ../sass/screen.sass */
main.single .item-content .slick-next {
  right: -22px;
}
/* line 734, ../sass/screen.sass */
main.single .item-content .slick-prev {
  left: -22px;
}

/* line 739, ../sass/screen.sass */
main.single .information-block {
  background: #e5e5e5;
  padding: 30px 0;
}
/* line 743, ../sass/screen.sass */
main.single .information-block .container .information-block-content {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
/* line 749, ../sass/screen.sass */
main.single .information-block .container .information-block-content .content-block h3 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 25px;
}
/* line 754, ../sass/screen.sass */
main.single .information-block .container .information-block-content .content-block:last-child {
  padding: 20px 30px 40px 70px;
  background: #fff;
}
/* line 757, ../sass/screen.sass */
main.single .information-block .container .information-block-content .content-block:last-child p {
  color: #2e1944;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.4;
}
/* line 761, ../sass/screen.sass */
main.single .information-block .container .information-block-content .content-block:last-child p strong {
  display: block;
  margin-top: 20px;
}

/* line 766, ../sass/screen.sass */
.more-from-banner {
  padding: 70px 0;
}

/* line 771, ../sass/screen.sass */
main.single .more-info .more-info-content {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 8fr 4fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 771, ../sass/screen.sass */
  main.single .more-info .more-info-content {
    display: initial;
  }
}
/* line 778, ../sass/screen.sass */
main.single .more-info .more-info-content .text-block {
  width: 100%;
  text-align: left;
}
/* line 781, ../sass/screen.sass */
main.single .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 781, ../sass/screen.sass */
  main.single .btn {
    margin-top: 5px;
  }
}

/* line 790, ../sass/screen.sass */
.cpk-banner {
  background: #2e1944;
  margin: 40px 0;
  padding: 50px 0;
  text-align: center;
}
/* line 795, ../sass/screen.sass */
.cpk-banner h2, .cpk-banner main.single .item-content h1, main.single .item-content .cpk-banner h1, .cpk-banner main.single .information-block .container .information-block-content .content-block h3, main.single .information-block .container .information-block-content .content-block .cpk-banner h3, .cpk-banner p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* line 797, ../sass/screen.sass */
.cpk-banner h2, .cpk-banner main.single .item-content h1, main.single .item-content .cpk-banner h1, .cpk-banner main.single .information-block .container .information-block-content .content-block h3, main.single .information-block .container .information-block-content .content-block .cpk-banner h3, .cpk-banner p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 799, ../sass/screen.sass */
  .cpk-banner p {
    font-size: 24px;
  }
}
/* line 802, ../sass/screen.sass */
.cpk-banner .btn {
  font-weight: 600;
}
/* line 804, ../sass/screen.sass */
.cpk-banner .banner-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  /* line 804, ../sass/screen.sass */
  .cpk-banner .banner-content {
    flex-direction: column;
  }
}
/* line 811, ../sass/screen.sass */
.cpk-banner .banner-content .box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  /* line 811, ../sass/screen.sass */
  .cpk-banner .banner-content .box {
    margin: 20px auto 20px auto;
    justify-content: space-between;
    width: 180px;
  }
}
/* line 820, ../sass/screen.sass */
.cpk-banner .banner-content .box .icon img {
  height: 50px;
}
/* line 822, ../sass/screen.sass */
.cpk-banner .banner-content .box .title {
  width: 50%;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 822, ../sass/screen.sass */
  .cpk-banner .banner-content .box .title {
    text-align: left;
    padding: 0;
  }
}

/* line 830, ../sass/screen.sass */
.sidebar .cpk-banner {
  margin: 20px 0;
}
/* line 832, ../sass/screen.sass */
.sidebar .cpk-banner .banner-content {
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin: 20px 0;
}
@media only screen and (max-width: 900px) {
  /* line 832, ../sass/screen.sass */
  .sidebar .cpk-banner .banner-content {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  /* line 832, ../sass/screen.sass */
  .sidebar .cpk-banner .banner-content {
    flex-direction: column;
  }
}
/* line 841, ../sass/screen.sass */
.sidebar .cpk-banner .banner-content .box {
  flex-direction: column;
  margin: 35px 0;
}
@media only screen and (max-width: 768px) {
  /* line 841, ../sass/screen.sass */
  .sidebar .cpk-banner .banner-content .box {
    margin: 20px 0;
  }
}
/* line 846, ../sass/screen.sass */
.sidebar .cpk-banner .banner-content .box .title {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: 10px;
}
/* line 850, ../sass/screen.sass */
.sidebar .cpk-banner .banner-content .box .title p {
  font-size: 28px;
  text-align: center;
}
/* line 853, ../sass/screen.sass */
.sidebar .cpk-banner .btn {
  padding: 15px 5px;
  margin-top: 0;
}

/* line 862, ../sass/screen.sass */
.bfs-button {
  padding: 45px 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 862, ../sass/screen.sass */
  .bfs-button {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 862, ../sass/screen.sass */
  .bfs-button {
    padding: 10px 0;
  }
}
/* line 869, ../sass/screen.sass */
.bfs-button .btn {
  margin-top: 0;
}

/* line 874, ../sass/screen.sass */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
/* line 883, ../sass/screen.sass */
.modal .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 888, ../sass/screen.sass */
.modal .modal-content .form-modal {
  width: 750px;
  margin: auto;
  padding: 40px 60px;
  box-shadow: 0 0 30px #000;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 888, ../sass/screen.sass */
  .modal .modal-content .form-modal {
    padding: 15px;
    width: 100%;
    height: 100%;
  }
}
/* line 898, ../sass/screen.sass */
.modal .modal-content .form-modal .close-modal {
  display: block;
  text-align: right;
  margin-bottom: -30px;
  color: #008dba;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 905, ../sass/screen.sass */
.modal .modal-content .form-modal .close-modal .cross {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: -2px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #008dba;
  color: #fff;
}
/* line 915, ../sass/screen.sass */
.modal .modal-content .form-modal .close-modal .cross .fa {
  position: relative;
  left: -2px;
  top: -2px;
  font-size: 24px;
}
/* line 920, ../sass/screen.sass */
.modal .modal-content .form-modal h2, .modal .modal-content .form-modal main.single .item-content h1, main.single .item-content .modal .modal-content .form-modal h1, .modal .modal-content .form-modal main.single .information-block .container .information-block-content .content-block h3, main.single .information-block .container .information-block-content .content-block .modal .modal-content .form-modal h3 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  /* line 920, ../sass/screen.sass */
  .modal .modal-content .form-modal h2, .modal .modal-content .form-modal main.single .item-content h1, main.single .item-content .modal .modal-content .form-modal h1, .modal .modal-content .form-modal main.single .information-block .container .information-block-content .content-block h3, main.single .information-block .container .information-block-content .content-block .modal .modal-content .form-modal h3 {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 330px) {
  /* line 920, ../sass/screen.sass */
  .modal .modal-content .form-modal h2, .modal .modal-content .form-modal main.single .item-content h1, main.single .item-content .modal .modal-content .form-modal h1, .modal .modal-content .form-modal main.single .information-block .container .information-block-content .content-block h3, main.single .information-block .container .information-block-content .content-block .modal .modal-content .form-modal h3 {
    font-size: 14px;
  }
}
/* line 928, ../sass/screen.sass */
.modal .modal-content .form-modal p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  /* line 928, ../sass/screen.sass */
  .modal .modal-content .form-modal p {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
  }
}
/* line 934, ../sass/screen.sass */
.modal .modal-content .form-modal label {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 4px;
}

/* line 940, ../sass/screen.sass */
.faq-container {
  margin: 60px 0 120px 0;
}
/* line 942, ../sass/screen.sass */
.faq-container .box {
  border-top: 1px solid #bbb;
}
/* line 944, ../sass/screen.sass */
.faq-container .box:last-child {
  border-bottom: 1px solid #bbb;
}
/* line 946, ../sass/screen.sass */
.faq-container .box a {
  margin: 15px 0;
  color: #666;
}
/* line 949, ../sass/screen.sass */
.faq-container .box .question-box {
  transition: 0.4s;
  padding: 15px 5px;
}
/* line 952, ../sass/screen.sass */
.faq-container .box .question-box a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
/* line 958, ../sass/screen.sass */
.faq-container .box .question-box a span.plus-minus-image {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 30px;
  background-image: url("/wp-content/uploads/2020/06/plus-circle-solid.svg");
}
/* line 965, ../sass/screen.sass */
.faq-container .box .question-box.active {
  background: #f9f9f9;
}
/* line 967, ../sass/screen.sass */
.faq-container .box .question-box.active span.plus-minus-image {
  background-image: url("/wp-content/uploads/2020/06/minus-circle-solid.svg");
}
/* line 969, ../sass/screen.sass */
.faq-container .box .question-box:hover {
  background: #eee;
}
/* line 971, ../sass/screen.sass */
.faq-container .box .answer-box {
  display: none;
  padding: 20px 20px 40px 20px;
}
/* line 974, ../sass/screen.sass */
.faq-container .box .answer-box p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  /* line 982, ../sass/screen.sass */
  .page-section.customer-reviews .container .content.customer-reviews {
    padding-left: 30px;
  }
}
/* line 985, ../sass/screen.sass */
.page-section.customer-reviews .container .content.customer-reviews .box.customer-review {
  margin: 20px 0 70px 20px;
  padding: 20px 30px;
  min-height: 102px;
  border: 6px solid #ccc;
  position: relative;
}
@media only screen and (max-width: 468px) {
  /* line 985, ../sass/screen.sass */
  .page-section.customer-reviews .container .content.customer-reviews .box.customer-review {
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}
/* line 994, ../sass/screen.sass */
.page-section.customer-reviews .container .content.customer-reviews .box.customer-review::before {
  position: absolute;
  top: -6px;
  left: -59px;
  background-image: url("/wp-content/uploads/2020/10/testimonial.jpg");
  background-size: contain;
  width: 59px;
  height: 95px;
  content: "";
}
/* line 1003, ../sass/screen.sass */
.page-section.customer-reviews .container .content.customer-reviews .box.customer-review .customer-review-text {
  color: #666;
  font-size: 19px;
  display: block;
}
/* line 1007, ../sass/screen.sass */
.page-section.customer-reviews .container .content.customer-reviews .box.customer-review .customer-review-reviewer {
  text-align: right;
  padding: 20px 20px 0;
  font-size: 17px;
  color: #008dba;
  font-weight: 700;
}

/* line 1019, ../sass/screen.sass */
form input:not(.btn), form textarea, form select {
  height: 33px;
  padding-left: 8px;
  border: none;
  border: 2px solid #bbb;
  border-radius: 3px;
}
/* line 1025, ../sass/screen.sass */
form input:not(.btn), form textarea {
  width: 100%;
}
/* line 1027, ../sass/screen.sass */
form select {
  width: 130px;
}
/* line 1029, ../sass/screen.sass */
form textarea {
  resize: none;
  height: 80px;
  margin-bottom: -20px;
}
/* line 1033, ../sass/screen.sass */
form p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: 20px;
}
/* line 1036, ../sass/screen.sass */
form p label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #008dba;
  display: inline-block;
  margin-bottom: 6px;
}
/* line 1043, ../sass/screen.sass */
form .left,
form .right {
  float: left;
  width: 45%;
}
/* line 1047, ../sass/screen.sass */
form .right {
  margin-left: 10%;
}
/* line 1049, ../sass/screen.sass */
form .btn {
  float: right;
}
/* line 1051, ../sass/screen.sass */
form .required-info {
  position: relative;
  top: 33px;
}

/* line 1056, ../sass/screen.sass */
.accessory-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 1056, ../sass/screen.sass */
  .accessory-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  /* line 1056, ../sass/screen.sass */
  .accessory-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 468px) {
  /* line 1056, ../sass/screen.sass */
  .accessory-items {
    grid-template-columns: 1fr;
  }
}
/* line 1066, ../sass/screen.sass */
.accessory-items .box {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
/* line 1071, ../sass/screen.sass */
.accessory-items .box .title {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #2e1944;
  text-transform: capitalize;
}

/* line 1080, ../sass/screen.sass */
img.lb-image {
  min-width: 500px;
  min-height: 500px;
}
@media only screen and (max-width: 768px) {
  /* line 1080, ../sass/screen.sass */
  img.lb-image {
    min-width: 100%;
  }
}

/* line 1087, ../sass/screen.sass */
.accessory-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1280px) {
  /* line 1087, ../sass/screen.sass */
  .accessory-items {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1087, ../sass/screen.sass */
  .accessory-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  /* line 1087, ../sass/screen.sass */
  .accessory-items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 468px) {
  /* line 1087, ../sass/screen.sass */
  .accessory-items {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
/* line 1103, ../sass/screen.sass */
.accessory-items .kitchen-worktops {
  width: 100%;
  padding-bottom: 120%;
  position: relative;
  border: 2px solid #bbb;
}
/* line 1109, ../sass/screen.sass */
.accessory-items .kitchen-worktops:hover .single {
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  cursor: pointer;
}
/* line 1115, ../sass/screen.sass */
.accessory-items .kitchen-worktops .single {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  overflow: hidden;
  transition: 0.4s;
}
/* line 1123, ../sass/screen.sass */
.accessory-items .kitchen-worktops .single img {
  position: absolute;
  top: -60px;
  left: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  max-width: none;
}

/* line 1133, ../sass/screen.sass */
.gallery-content .image-cell .image-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
/* line 1142, ../sass/screen.sass */
.gallery-content .image-cell .image-modal .image-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1148, ../sass/screen.sass */
.gallery-content .image-cell .image-modal .image-modal-content .image-modal-image img {
  max-width: 80vw;
  min-height: 70vh;
  max-height: 80vh;
}

/* line 1156, ../sass/screen.sass */
.gallery-content .image-cell .image-modal .image-modal-close {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  top: 20px;
  right: 40px;
  font-size: 60px;
  font-weight: bold;
  color: red;
  cursor: pointer;
}
/* line 1169, ../sass/screen.sass */
.gallery-content .image-cell .image-modal .arrow-left,
.gallery-content .image-cell .image-modal .arrow-right {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 30%;
  height: 100%;
  cursor: pointer;
  transition: 0.4s;
}
/* line 1178, ../sass/screen.sass */
.gallery-content .image-cell .image-modal .arrow-left {
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
}
/* line 1182, ../sass/screen.sass */
.gallery-content .image-cell .image-modal .arrow-left:hover {
  opacity: 1;
}
/* line 1184, ../sass/screen.sass */
.gallery-content .image-cell .image-modal .arrow-right {
  right: 0;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8));
  opacity: 0;
}
/* line 1188, ../sass/screen.sass */
.gallery-content .image-cell .image-modal .arrow-right:hover {
  opacity: 1;
}

/* line 1196, ../sass/screen.sass */
.container-fluid.contact-form {
  margin-top: 30px;
  margin-bottom: -40px;
  position: relative;
  border-top: 2px solid #008dba;
}
/* line 1201, ../sass/screen.sass */
.container-fluid.contact-form .left-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #008dba;
}
@media only screen and (max-width: 900px) {
  /* line 1201, ../sass/screen.sass */
  .container-fluid.contact-form .left-bg {
    display: none;
  }
}
/* line 1212, ../sass/screen.sass */
.container-fluid.contact-form .container .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 900px) {
  /* line 1212, ../sass/screen.sass */
  .container-fluid.contact-form .container .content {
    display: block;
  }
}
/* line 1218, ../sass/screen.sass */
.container-fluid.contact-form .container .content .left,
.container-fluid.contact-form .container .content .right {
  width: 100%;
}
/* line 1221, ../sass/screen.sass */
.container-fluid.contact-form .container .content .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  /* line 1221, ../sass/screen.sass */
  .container-fluid.contact-form .container .content .left {
    padding: 50px 0;
  }
}
/* line 1227, ../sass/screen.sass */
.container-fluid.contact-form .container .content .left h3, .container-fluid.contact-form .container .content .left p, .container-fluid.contact-form .container .content .left a, .container-fluid.contact-form .container .content .left span {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  /* line 1227, ../sass/screen.sass */
  .container-fluid.contact-form .container .content .left h3, .container-fluid.contact-form .container .content .left p, .container-fluid.contact-form .container .content .left a, .container-fluid.contact-form .container .content .left span {
    color: #2e1944;
  }
}
/* line 1231, ../sass/screen.sass */
.container-fluid.contact-form .container .content .left span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 19px;
}
/* line 1235, ../sass/screen.sass */
.container-fluid.contact-form .container .content .right {
  padding-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  /* line 1235, ../sass/screen.sass */
  .container-fluid.contact-form .container .content .right {
    padding-bottom: 90px;
  }
}
/* line 1239, ../sass/screen.sass */
.container-fluid.contact-form .container .content .right form {
  padding: 10px 0 30px 50px;
}
@media only screen and (max-width: 900px) {
  /* line 1239, ../sass/screen.sass */
  .container-fluid.contact-form .container .content .right form {
    padding: 0;
  }
}
/* line 1243, ../sass/screen.sass */
.container-fluid.contact-form .container .content .right form input:not(.btn), .container-fluid.contact-form .container .content .right form textarea {
  width: 100%;
}
/* line 1246, ../sass/screen.sass */
.container-fluid.contact-form .container .content .right form p label {
  font-size: 17px;
}

/* line 1254, ../sass/screen.sass */
body.contact footer .footer-block-1 {
  margin-top: -7px;
}

/* line 1256, ../sass/screen.sass */
footer {
  color: white;
}
/* line 1258, ../sass/screen.sass */
footer a, footer p, footer li, footer h3 {
  color: white;
  font-size: 99%;
}
/* line 1261, ../sass/screen.sass */
footer .footer-block-1 {
  background: #655f83;
  margin-bottom: 6px;
  margin-top: 50px;
  position: relative;
}
/* line 1266, ../sass/screen.sass */
footer .footer-block-1 #back-to-top {
  position: absolute;
  width: 75px;
  height: 75px;
  background: white;
  border-color: #655f83;
  border-radius: 50%;
  top: -37.5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #008dba;
  font-weight: bolder;
  cursor: pointer;
}
/* line 1284, ../sass/screen.sass */
footer .footer-block-1 #back-to-top span.arrow-up {
  font-size: 35px;
  transform: rotate(90deg);
  height: 15px;
  position: relative;
  left: 24px;
  top: -3px;
}
/* line 1291, ../sass/screen.sass */
footer .footer-block-1 #back-to-top::before {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid;
  border-color: inherit;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s;
  content: "";
}
/* line 1304, ../sass/screen.sass */
footer .footer-block-1 #back-to-top:hover::before {
  opacity: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
/* line 1310, ../sass/screen.sass */
footer .footer-block-1 .container {
  padding: 40px 0;
}
/* line 1312, ../sass/screen.sass */
footer .footer-block-1 .container .text-content {
  text-align: center;
}
/* line 1314, ../sass/screen.sass */
footer .footer-block-1 .container .text-content h2, footer .footer-block-1 .container .text-content main.single .item-content h1, main.single .item-content footer .footer-block-1 .container .text-content h1, footer .footer-block-1 main.single .information-block .container .text-content .information-block-content .content-block h3, main.single .information-block footer .footer-block-1 .container .text-content .information-block-content .content-block h3, footer .footer-block-1 main.single .information-block .container .information-block-content .content-block .text-content h3, main.single .information-block footer .footer-block-1 .container .information-block-content .content-block .text-content h3 {
  margin: 30px auto 35px;
  color: white;
}
@media only screen and (max-width: 768px) {
  /* line 1314, ../sass/screen.sass */
  footer .footer-block-1 .container .text-content h2, footer .footer-block-1 .container .text-content main.single .item-content h1, main.single .item-content footer .footer-block-1 .container .text-content h1, footer .footer-block-1 main.single .information-block .container .text-content .information-block-content .content-block h3, main.single .information-block footer .footer-block-1 .container .text-content .information-block-content .content-block h3, footer .footer-block-1 main.single .information-block .container .information-block-content .content-block .text-content h3, main.single .information-block footer .footer-block-1 .container .information-block-content .content-block .text-content h3 {
    width: 100%;
    text-align: center;
  }
}
/* line 1320, ../sass/screen.sass */
footer .footer-block-1 .container .contact-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  /* line 1320, ../sass/screen.sass */
  footer .footer-block-1 .container .contact-block {
    flex-direction: column;
    align-items: center;
  }
}
/* line 1327, ../sass/screen.sass */
footer .footer-block-1 .container .contact-block a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 1331, ../sass/screen.sass */
footer .footer-block-1 .container .contact-block a img {
  display: block;
  width: 50px;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 1331, ../sass/screen.sass */
  footer .footer-block-1 .container .contact-block a img {
    margin-bottom: 5px;
    margin-top: 35px;
  }
}
/* line 1339, ../sass/screen.sass */
footer .footer-block-1 .container .contact-block a span {
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  /* line 1339, ../sass/screen.sass */
  footer .footer-block-1 .container .contact-block a span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1346, ../sass/screen.sass */
  footer .footer-block-1 .container .contact-block .contact-phone a img {
    margin-top: 0;
  }
}
/* line 1349, ../sass/screen.sass */
footer .footer-block-1 .container .contact-block .contact-phone,
footer .footer-block-1 .container .contact-block .contact-call-back,
footer .footer-block-1 .container .contact-block .contact-message {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  /* line 1349, ../sass/screen.sass */
  footer .footer-block-1 .container .contact-block .contact-phone,
  footer .footer-block-1 .container .contact-block .contact-call-back,
  footer .footer-block-1 .container .contact-block .contact-message {
    width: 90%;
  }
}
/* line 1355, ../sass/screen.sass */
footer .footer-block-2 {
  background: #221d46;
}
/* line 1357, ../sass/screen.sass */
footer .footer-block-2 .container {
  padding: 1px 0;
}
/* line 1359, ../sass/screen.sass */
footer .footer-block-2 .container .footer-main-nav {
  border-bottom: 1px solid #655f83;
}
@media only screen and (max-width: 768px) {
  /* line 1359, ../sass/screen.sass */
  footer .footer-block-2 .container .footer-main-nav {
    display: none;
  }
}
/* line 1363, ../sass/screen.sass */
footer .footer-block-2 .container .footer-main-nav ul {
  width: 100%;
  text-align: center;
}
/* line 1366, ../sass/screen.sass */
footer .footer-block-2 .container .footer-main-nav ul li {
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #655f83;
  position: relative;
}
/* line 1371, ../sass/screen.sass */
footer .footer-block-2 .container .footer-main-nav ul li a {
  font-weight: 400;
}
/* line 1373, ../sass/screen.sass */
footer .footer-block-2 .container .footer-main-nav ul li:last-child {
  border-right: none;
}
/* line 1375, ../sass/screen.sass */
footer .footer-block-2 .container .footer-main-nav ul li::before {
  position: absolute;
  top: -5px;
  left: 12px;
  right: 13px;
  bottom: -6px;
  border: 2px solid;
  border-color: inherit;
  border-radius: 6px;
  opacity: 0;
  transition: 0.4s;
  content: "";
  pointer-events: none;
}
/* line 1389, ../sass/screen.sass */
footer .footer-block-2 .container .footer-main-nav ul li:hover::before {
  opacity: 0.2;
}
/* line 1391, ../sass/screen.sass */
footer .footer-block-2 .container .footer-main-nav ul li ul.sub-menu {
  display: none;
}
/* line 1394, ../sass/screen.sass */
footer .footer-block-2 .container .copyright-block .footer-bottom-nav {
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  /* line 1394, ../sass/screen.sass */
  footer .footer-block-2 .container .copyright-block .footer-bottom-nav {
    padding: 10px 0;
  }
}
/* line 1398, ../sass/screen.sass */
footer .footer-block-2 .container .copyright-block .footer-bottom-nav ul {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* line 1402, ../sass/screen.sass */
footer .footer-block-2 .container .copyright-block .footer-bottom-nav ul li {
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #655f83;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 1402, ../sass/screen.sass */
  footer .footer-block-2 .container .copyright-block .footer-bottom-nav ul li {
    padding: 0 10px;
    border-right: none;
  }
}
/* line 1410, ../sass/screen.sass */
footer .footer-block-2 .container .copyright-block .footer-bottom-nav ul li::before {
  position: absolute;
  top: -5px;
  left: 12px;
  right: 13px;
  bottom: -6px;
  border: 2px solid;
  border-color: inherit;
  border-radius: 6px;
  opacity: 0;
  transition: 0.4s;
  content: "";
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  /* line 1410, ../sass/screen.sass */
  footer .footer-block-2 .container .copyright-block .footer-bottom-nav ul li::before {
    display: none;
  }
}
/* line 1426, ../sass/screen.sass */
footer .footer-block-2 .container .copyright-block .footer-bottom-nav ul li:hover::before {
  opacity: 0.2;
}

/* line 1429, ../sass/screen.sass */
#scrollToTop {
  position: fixed;
  z-index: 999;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}
/* line 1435, ../sass/screen.sass */
#scrollToTop img {
  width: 35px;
}

/* line 1440, ../sass/screen.sass */
.error404 h1 a, .error404 h2 a, .error404 main.single .item-content h1 a, main.single .item-content .error404 h1 a, .error404 main.single .information-block .container .information-block-content .content-block h3 a, main.single .information-block .container .information-block-content .content-block .error404 h3 a, .error404 h3 a, .error404 h4 a, .error404 h5 a, .error404 h6 a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

/* line 1449, ../sass/screen.sass */
.grecaptcha-badge {
  visibility: hidden;
}

/* line 1452, ../sass/screen.sass */
body.contact .grecaptcha-badge {
  visibility: visible;
}
