@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300%3b400%3b500%3b600%3b700&display=swap");

@import url("../vendor/owl/assets/owl.carousel.min.css");

body {
  font: 18px "Comfortaa", cursive;
  background: #fff;
  color: #010101;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  line-height: 180%;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper * {
  min-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5,
h6 {
  font-size: 18px;
}

a {
  color: #1ec4c6;
  text-decoration: none;
}

img {
  max-width: 100%;
}

hr {
  display: block;
  width: 100%;
  height: 2px;
  background: #1ec4c6;
}

blockquote {
  padding: 30px;
  margin: 30px 0;
  background: #1ec4c6;
}

ol {
  counter-reset: myCounter;
}

ol li {
  list-style: none;
  margin-bottom: 15px;
}

ol li::before {
  counter-increment: myCounter;
  content: counters(myCounter, ".") ".";
  color: #1ec4c6;
  display: inline-block;
  text-align: center;
  margin: 0px 10px 0 0;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

.m-100 {
  margin: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*
    .mb-n100 {
        margin-bottom: -100px !important;
    }
*/

.mt-100 {
  margin-top: 100px !important;
}

/*     .mt-n100 {
        margin-top: -100px !important;
    } */

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.p-100 {
  margin: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/*     .pb-n100 {
        padding-bottom: -100px !important;
    } */

.pt-100 {
  padding-top: 100px !important;
}

/*     .pt-n100 {
        padding-top: -100px !important;
    } */

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.m-95 {
  margin: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

/*
    .mb-n95 {
        margin-bottom: -95px !important;
    }
*/

.mt-95 {
  margin-top: 95px !important;
}

/*     .mt-n95 {
        margin-top: -95px !important;
    } */

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.p-95 {
  margin: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

/*     .pb-n95 {
        padding-bottom: -95px !important;
    } */

.pt-95 {
  padding-top: 95px !important;
}

/*     .pt-n95 {
        padding-top: -95px !important;
    } */

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.m-90 {
  margin: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

/*
    .mb-n90 {
        margin-bottom: -90px !important;
    }
*/

.mt-90 {
  margin-top: 90px !important;
}

/*     .mt-n90 {
        margin-top: -90px !important;
    } */

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.p-90 {
  margin: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

/*     .pb-n90 {
        padding-bottom: -90px !important;
    } */

.pt-90 {
  padding-top: 90px !important;
}

/*     .pt-n90 {
        padding-top: -90px !important;
    } */

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.m-85 {
  margin: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

/*
    .mb-n85 {
        margin-bottom: -85px !important;
    }
*/

.mt-85 {
  margin-top: 85px !important;
}

/*     .mt-n85 {
        margin-top: -85px !important;
    } */

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.p-85 {
  margin: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

/*     .pb-n85 {
        padding-bottom: -85px !important;
    } */

.pt-85 {
  padding-top: 85px !important;
}

/*     .pt-n85 {
        padding-top: -85px !important;
    } */

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.m-80 {
  margin: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

/*
    .mb-n80 {
        margin-bottom: -80px !important;
    }
*/

.mt-80 {
  margin-top: 80px !important;
}

/*     .mt-n80 {
        margin-top: -80px !important;
    } */

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.p-80 {
  margin: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

/*     .pb-n80 {
        padding-bottom: -80px !important;
    } */

.pt-80 {
  padding-top: 80px !important;
}

/*     .pt-n80 {
        padding-top: -80px !important;
    } */

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.m-75 {
  margin: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

/*
    .mb-n75 {
        margin-bottom: -75px !important;
    }
*/

.mt-75 {
  margin-top: 75px !important;
}

/*     .mt-n75 {
        margin-top: -75px !important;
    } */

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.p-75 {
  margin: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

/*     .pb-n75 {
        padding-bottom: -75px !important;
    } */

.pt-75 {
  padding-top: 75px !important;
}

/*     .pt-n75 {
        padding-top: -75px !important;
    } */

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.m-70 {
  margin: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

/*
    .mb-n70 {
        margin-bottom: -70px !important;
    }
*/

.mt-70 {
  margin-top: 70px !important;
}

/*     .mt-n70 {
        margin-top: -70px !important;
    } */

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.p-70 {
  margin: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

/*     .pb-n70 {
        padding-bottom: -70px !important;
    } */

.pt-70 {
  padding-top: 70px !important;
}

/*     .pt-n70 {
        padding-top: -70px !important;
    } */

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.m-65 {
  margin: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

/*
    .mb-n65 {
        margin-bottom: -65px !important;
    }
*/

.mt-65 {
  margin-top: 65px !important;
}

/*     .mt-n65 {
        margin-top: -65px !important;
    } */

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.p-65 {
  margin: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

/*     .pb-n65 {
        padding-bottom: -65px !important;
    } */

.pt-65 {
  padding-top: 65px !important;
}

/*     .pt-n65 {
        padding-top: -65px !important;
    } */

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.m-60 {
  margin: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

/*
    .mb-n60 {
        margin-bottom: -60px !important;
    }
*/

.mt-60 {
  margin-top: 60px !important;
}

/*     .mt-n60 {
        margin-top: -60px !important;
    } */

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.p-60 {
  margin: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

/*     .pb-n60 {
        padding-bottom: -60px !important;
    } */

.pt-60 {
  padding-top: 60px !important;
}

/*     .pt-n60 {
        padding-top: -60px !important;
    } */

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.m-55 {
  margin: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

/*
    .mb-n55 {
        margin-bottom: -55px !important;
    }
*/

.mt-55 {
  margin-top: 55px !important;
}

/*     .mt-n55 {
        margin-top: -55px !important;
    } */

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.p-55 {
  margin: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

/*     .pb-n55 {
        padding-bottom: -55px !important;
    } */

.pt-55 {
  padding-top: 55px !important;
}

/*     .pt-n55 {
        padding-top: -55px !important;
    } */

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.m-50 {
  margin: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

/*
    .mb-n50 {
        margin-bottom: -50px !important;
    }
*/

.mt-50 {
  margin-top: 50px !important;
}

/*     .mt-n50 {
        margin-top: -50px !important;
    } */

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.p-50 {
  margin: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/*     .pb-n50 {
        padding-bottom: -50px !important;
    } */

.pt-50 {
  padding-top: 50px !important;
}

/*     .pt-n50 {
        padding-top: -50px !important;
    } */

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.m-45 {
  margin: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

/*
    .mb-n45 {
        margin-bottom: -45px !important;
    }
*/

.mt-45 {
  margin-top: 45px !important;
}

/*     .mt-n45 {
        margin-top: -45px !important;
    } */

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.p-45 {
  margin: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

/*     .pb-n45 {
        padding-bottom: -45px !important;
    } */

.pt-45 {
  padding-top: 45px !important;
}

/*     .pt-n45 {
        padding-top: -45px !important;
    } */

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.m-40 {
  margin: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

/*
    .mb-n40 {
        margin-bottom: -40px !important;
    }
*/

.mt-40 {
  margin-top: 40px !important;
}

/*     .mt-n40 {
        margin-top: -40px !important;
    } */

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.p-40 {
  margin: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

/*     .pb-n40 {
        padding-bottom: -40px !important;
    } */

.pt-40 {
  padding-top: 40px !important;
}

/*     .pt-n40 {
        padding-top: -40px !important;
    } */

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.m-35 {
  margin: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

/*
    .mb-n35 {
        margin-bottom: -35px !important;
    }
*/

.mt-35 {
  margin-top: 35px !important;
}

/*     .mt-n35 {
        margin-top: -35px !important;
    } */

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.p-35 {
  margin: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

/*     .pb-n35 {
        padding-bottom: -35px !important;
    } */

.pt-35 {
  padding-top: 35px !important;
}

/*     .pt-n35 {
        padding-top: -35px !important;
    } */

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.m-30 {
  margin: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

/*
    .mb-n30 {
        margin-bottom: -30px !important;
    }
*/

.mt-30 {
  margin-top: 30px !important;
}

/*     .mt-n30 {
        margin-top: -30px !important;
    } */

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.p-30 {
  margin: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

/*     .pb-n30 {
        padding-bottom: -30px !important;
    } */

.pt-30 {
  padding-top: 30px !important;
}

/*     .pt-n30 {
        padding-top: -30px !important;
    } */

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.m-25 {
  margin: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

/*
    .mb-n25 {
        margin-bottom: -25px !important;
    }
*/

.mt-25 {
  margin-top: 25px !important;
}

/*     .mt-n25 {
        margin-top: -25px !important;
    } */

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.p-25 {
  margin: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

/*     .pb-n25 {
        padding-bottom: -25px !important;
    } */

.pt-25 {
  padding-top: 25px !important;
}

/*     .pt-n25 {
        padding-top: -25px !important;
    } */

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.m-20 {
  margin: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

/*
    .mb-n20 {
        margin-bottom: -20px !important;
    }
*/

.mt-20 {
  margin-top: 20px !important;
}

/*     .mt-n20 {
        margin-top: -20px !important;
    } */

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.p-20 {
  margin: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

/*     .pb-n20 {
        padding-bottom: -20px !important;
    } */

.pt-20 {
  padding-top: 20px !important;
}

/*     .pt-n20 {
        padding-top: -20px !important;
    } */

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.m-15 {
  margin: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

/*
    .mb-n15 {
        margin-bottom: -15px !important;
    }
*/

.mt-15 {
  margin-top: 15px !important;
}

/*     .mt-n15 {
        margin-top: -15px !important;
    } */

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.p-15 {
  margin: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

/*     .pb-n15 {
        padding-bottom: -15px !important;
    } */

.pt-15 {
  padding-top: 15px !important;
}

/*     .pt-n15 {
        padding-top: -15px !important;
    } */

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.m-10 {
  margin: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

/*
    .mb-n10 {
        margin-bottom: -10px !important;
    }
*/

.mt-10 {
  margin-top: 10px !important;
}

/*     .mt-n10 {
        margin-top: -10px !important;
    } */

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.p-10 {
  margin: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

/*     .pb-n10 {
        padding-bottom: -10px !important;
    } */

.pt-10 {
  padding-top: 10px !important;
}

/*     .pt-n10 {
        padding-top: -10px !important;
    } */

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.m-5 {
  margin: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

/*
    .mb-n5 {
        margin-bottom: -5px !important;
    }
*/

.mt-5 {
  margin-top: 5px !important;
}

/*     .mt-n5 {
        margin-top: -5px !important;
    } */

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.p-5 {
  margin: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

/*     .pb-n5 {
        padding-bottom: -5px !important;
    } */

.pt-5 {
  padding-top: 5px !important;
}

/*     .pt-n5 {
        padding-top: -5px !important;
    } */

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.m-0 {
  margin: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

/*
    .mb-n0 {
        margin-bottom: -0px !important;
    }
*/

.mt-0 {
  margin-top: 0px !important;
}

/*     .mt-n0 {
        margin-top: -0px !important;
    } */

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.p-0 {
  margin: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

/*     .pb-n0 {
        padding-bottom: -0px !important;
    } */

.pt-0 {
  padding-top: 0px !important;
}

/*     .pt-n0 {
        padding-top: -0px !important;
    } */

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.text-bold {
  font-weight: 700;
}

.text-semi {
  font-weight: 600;
}

.text-medium {
  font-weight: 500;
}

.text-regular {
  font-weight: 400;
}

.text-thin {
  font-weight: 300;
}

.btn {
  display: inline-block;
  padding: 17px 34px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-blue {
  background: #1ec4c6;
  color: #010101;
}

.btn-dark {
  background: #444343;
  color: #fff;
}

.section-title {
  font-size: 30px;
  line-height: 200%;
  color: #010101;
  text-align: center;
}

.section-title--white {
  color: #fff;
}

.more {
  font-size: 14px;
  color: #1ec4c6;
  text-decoration: underline;
}

.more:hover {
  color: #b8a6fd;
}

.more:hover::before {
  background: #b8a6fd;
}

.more-link {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  color: #010101;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.more-link::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #010101;
  bottom: -2px;
}

.more-link::after {
  display: block;
  position: absolute;
  content: ">";
  font-size: 22px;
  font-weight: 300;
  bottom: -18px;
  right: -3px;
}

.more-link:hover {
  color: #1ec4c6;
}

.more-link:hover::before {
  background: #1ec4c6;
}

.more-link:hover::after {
  color: #1ec4c6;
}

.download-link {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.download-link::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #1ec4c6;
  position: absolute;
  right: -40px;
  bottom: 9px;
  -webkit-mask-image: url(../img/arrow-down-to-bracket.svg);
  mask-image: url(../img/arrow-down-to-bracket.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.download-link:hover {
  color: #1ec69f;
}

.download-link:hover::before {
  background: #1ec69f;
}

.navbar-toggler {
  padding: 0;
  border: 0;
  margin-left: 30px;
  margin-right: 15px;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  display: block;
  margin-bottom: 6px;
  width: 24px;
  height: 2px;
  background: #444343;
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  margin-bottom: 0;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler:hover .hamburger-toggle .hamburger span,
.navbar-toggler:active .hamburger-toggle .hamburger span,
.navbar-toggler:focus .hamburger-toggle .hamburger span {
  background: #1ec4c6;
}

.fixed-menu-btn {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.fixed-menu-btn .navbar-toggler {
  background: rgba(51, 51, 51, 0.6);
  height: 50px;
  width: 50px;
  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;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0;
}

.fixed-menu-btn .navbar-toggler .hamburger-toggle .hamburger span {
  background: #b9b9b9;
}

.fixed-menu-btn .navbar-toggler:hover {
  background: #1ec4c6;
}

.fixed-menu-btn .navbar-toggler:hover .hamburger-toggle .hamburger span {
  background: #fff;
}

.fixed-up-btn {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 90px;
}

.fixed-up-btn a {
  background: rgba(51, 51, 51, 0.6);
  height: 50px;
  width: 50px;
  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;
  border-radius: 50%;
  margin-left: 0;
}

.fixed-up-btn a svg {
  fill: #b9b9b9;
  height: 22px;
  width: auto;
}

.fixed-up-btn a:hover {
  background: #1ec4c6;
}

.fixed-up-btn a:hover svg {
  fill: #fff;
}

.sidebar-menu-btn {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999;
}

.sidebar-menu-btn .sidebar-toggler {
  background: rgba(51, 51, 51, 0.6);
  height: 40px;
  width: 40px;
  border: 0;
  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;
  margin-left: 0;
}

.sidebar-menu-btn .sidebar-toggler svg {
  fill: #b9b9b9;
  height: 22px;
  width: auto;
}

.sidebar-menu-btn .sidebar-toggler:hover {
  background: #1ec4c6;
}

.sidebar-menu-btn .sidebar-toggler:hover svg {
  fill: #fff;
}

.owl-controls {
  position: relative;
}

.owl-controls .owl-dots {
  margin: auto;
  text-align: center;
}

.owl-controls .owl-dot {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.owl-controls .owl-dot span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3d3c3c;
  margin: 0 15px;
}

.owl-controls .owl-dot.active span {
  background: #1ec4c6;
}

.owl-controls .owl-nav {
  position: relative;
  width: 100%;
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  position: absolute;
  top: -10px;
  background: none;
  border: 0;
}

.owl-controls .owl-nav .owl-prev span,
.owl-controls .owl-nav .owl-next span {
  display: block;
  width: 29px;
  height: 50px;
  background: url("../img/owl-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.owl-controls .owl-nav .owl-prev:hover span,
.owl-controls .owl-nav .owl-next:hover span {
  opacity: 1;
}

.owl-controls .owl-nav .owl-next {
  right: 0;
}

.owl-controls .owl-nav .owl-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0;
}

.logo {
  max-width: 260px;
}

.logo .logo__img {
  width: 100%;
  height: auto;
}

.breadcrumb-area {
  padding: 15px 0;
}

.breadcrumb-area .breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
  font-size: 12px;
  color: #444343;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a {
  color: #444343;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a:hover {
  color: #1ec4c6;
}

.breadcrumb-area .breadcrumb .breadcrumb-item::before {
  content: "→";
}

.breadcrumb-area .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

.lang-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-actions .lang-icon {
  margin-right: 7px;
  width: 18px;
  height: 18px;
  background: #444343;
  -webkit-mask-image: url(../img/globe.svg);
  mask-image: url(../img/globe.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.lang-actions .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lang-actions .links a {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #444343;
}

.lang-actions .links a:last-child {
  margin-bottom: 0;
}

.lang-actions .links a:hover {
  color: #1ec4c6;
}

.pagination-wrapper {
  padding: 30px 0;
}

.pagination-wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-wrapper .pagination .page-item .page-link {
  color: #444343;
  font-size: 16px;
  background: none;
  border: 0;
  padding: 0 11px;
}

.pagination-wrapper .pagination .page-item .page-link svg {
  fill: #444343;
  height: 16px;
  width: auto;
  margin-top: -2px;
}

.pagination-wrapper .pagination .page-item .page-link:hover {
  color: #1ec4c6;
}

.pagination-wrapper .pagination .page-item .page-link:hover svg {
  fill: #1ec4c6;
}

.pagination-wrapper .pagination .page-item.active .page-link {
  color: #1ec4c6;
  font-weight: 600;
}

.pagination-wrapper .pagination .page-item.disabled .page-link {
  color: #999;
}

.pagination-wrapper .pagination .page-item.disabled .page-link svg {
  fill: #999;
}

.page {
  display: block;
  padding: 30px 0 90px 0;
}

.page__title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #010101;
  margin-bottom: 15px;
}

.page__text {
  font-size: 18px;
  line-height: 200%;
}

.page__text h1,
.page__text h2,
.page__text h3,
.page__text h4,
.page__text h5,
.page__text h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.page__text h2 {
  font-size: 24px;
}

.page__text h3 {
  font-size: 22px;
}

.page__form .page-contacts__form {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.page table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border: 0;
}

.page table tr th {
  padding: 7px 30px;
  font-weight: 600;
  font-size: 18px;
  border: thin solid #dad9d9;
  border-left: 0;
  border-right: 0;
}

.page table tr td {
  position: relative;
  padding: 7px 10px;
  font-size: 16px;
  border: thin solid #dad9d9;
  border-left: 0;
  border-right: 0;
  text-align: center;
  white-space: nowrap;
}

.page table tr td:first-child {
  font-weight: 500;
  padding-left: 30px;
  text-align: left;
}

.page table tr th,
.page table tr td {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page table tr:first-child td,
.page table tr:first-child th {
  border-top: 0;
}

.page table tr:last-child td,
.page table tr:last-child th {
  border-bottom: 0;
}

.page table tr:hover td {
  background: #fff !important;
  border-color: transparent;
}

.page table tr:hover td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #444343;
}

.page table tr:hover td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #444343;
}

.page .table-price {
  margin-bottom: 50px;
}

.page .table-price tr th {
  text-align: center;
}

.page .table-price tr td:first-child {
  text-align: center;
  font-weight: 400;
  padding: 7px 10px;
}

.page .table-price tr:hover td {
  background: #ece7ff !important;
  border-color: transparent;
}

.page .table-price tr:hover td::before {
  display: none;
}

.page .table-price tr:hover td::after {
  display: none;
}

.page .table-price tbody tr:last-child td,
.page .table-price tbody tr:last-child th {
  border-bottom: thin solid #dad9d9;
}

.page .table-price tbody:nth-child(odd) {
  background: #f7f7f7;
}

.page .table-price tbody:hover th {
  background: #ece7ff !important;
  border-color: transparent;
}

.page .table-price tbody:hover th::before {
  display: none;
}

.page .table-price tbody:hover th::after {
  display: none;
}

.page .table-price .grey td,
.page .table-price .grey th {
  background: #f7f7f7;
}

.page .table-price .pink td,
.page .table-price .pink th {
  background: #ffe7ef;
}

.page .table-price .blue td,
.page .table-price .blue th {
  background: #e8fbff;
}

.page .table-price .green td,
.page .table-price .green th {
  background: #efffe7;
}

.page .table-price .orange td,
.page .table-price .orange th {
  background: #ffefe7;
}

.page .table-price .dark-grey td,
.page .table-price .dark-grey th {
  background: #a1a1a1;
}

.page .table-spec tr th {
  font-weight: 400;
  min-width: 400px;
}

.page .table-spec tr td,
.page .table-spec tr th {
  white-space: normal;
}

.page .table-spec tr td b,
.page .table-spec tr th b {
  font-weight: 600;
  display: block;
}

.page .table-spec tbody tr th {
  text-align: left;
}

.page .col-odd tr td:nth-child(odd) {
  background: #f7f7f7;
}

.page .pink th {
  background: #ffe7ef;
}

.page .pink td:first-child {
  background: #ffe7ef;
}

.page .green th {
  background: #efffe7;
}

.page .green td:first-child {
  background: #efffe7;
}

.page .orange th {
  background: #ffefe7;
}

.page .orange td:first-child {
  background: #ffefe7;
}

.page .blue th {
  background: #e8fbff;
}

.page .blue td:first-child {
  background: #e8fbff;
}

.page .white th {
  background: #fff !important;
}

.page .white td {
  background: #fff !important;
}

.page.page-with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page.page-with-sidebar .page__sidebar {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 50px;
}

.page.page-with-sidebar .page__content {
  width: calc(80% - 50px);
  min-width: calc(80% - 50px);
  -ms-flex-preferred-size: calc(80% - 50px);
  flex-basis: calc(80% - 50px);
}

.page-hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.page-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  font-size: 18px;
  line-height: 200%;
  padding: 30px 0;
}

.page-hero__content p:not(:last-child) {
  margin-bottom: 30px;
}

.page-hero__title {
  font-size: 24px;
  color: #1ec4c6;
  margin-bottom: 50px;
}

.page-hero__img {
  width: 50vw;
  -ms-flex-preferred-size: 50vw;
  flex-basis: 50vw;
}

.page-hero__img img {
  display: block;
  height: 100%;
  width: 100%;
  margin-left: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-hero--left-img {
  padding-bottom: 0;
}

.page-hero--left-img .page-hero__img img {
  margin-left: -50px;
}

.page-hero--left-img .page-hero__title {
  color: #010101;
}

.page__padding,
.page-padding {
  padding: 30px 100px;
}

.header {
  -webkit-box-shadow: 0px 11px 15px -16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 11px 15px -16px rgba(0, 0, 0, 0.1);
}

.header .header-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-top__elem {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-top__elem a:not(.btn) {
  display: block;
  color: #444343;
  padding: 8px 50px 8px 0;
}

.header .header-top__elem a:not(.btn):hover {
  color: #1ec4c6;
}

.header .header-top__elem .btn {
  padding: 8px 15px;
  font-size: 14px;
  border: 0;
}

.header .header-top__elem .btn:hover {
  background: #1ec4c6;
}

.header .header-top__elem:first-child,
.header .header-top__elem:last-child {
  padding-right: 0px;
}

.header .header-top .header-top__elem--time {
  margin-right: auto;
}

.header .header-top__icon {
  display: block;
  padding-right: 5px;
}

.header .header-top__icon svg {
  height: 12px;
  width: auto;
  fill: #444343;
}

.header .header-main__wrap {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header-main__nav .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header .header-main__nav .navbar .navbar-nav > .nav-item > .nav-link {
  color: #444343;
}

.header .header-main__nav .navbar .navbar-nav > .nav-item > .nav-link:hover {
  color: #1ec4c6;
}

.header .header-main__nav .navbar .navbar-nav > .nav-item .dropdown-toggle::after {
  margin-left: 0.5em;
  vertical-align: 0.22em;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu {
  min-width: 330px;
  background: #444343;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 8px -5px rgba(34, 60, 80, 0.21);
  box-shadow: 2px 2px 8px -5px rgba(34, 60, 80, 0.21);
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > li > .nav-link {
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > li > .nav-link:hover,
.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > li > .nav-link:active,
.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > li > .nav-link:focus {
  background: #fff;
  color: #444343;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown {
  position: unset;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu {
  min-width: 300px;
  background: #fff;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu .nav-item {
  color: #444343;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu .nav-item:last-child {
  -webkit-box-shadow: 0px 4px 4px -5px rgba(34, 60, 80, 0.21);
  box-shadow: 0px 4px 4px -5px rgba(34, 60, 80, 0.21);
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu .nav-item:hover {
  color: #1ec4c6;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu .nav-link {
  padding: 10px 30px;
  color: #444343;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu .nav-link:hover,
.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu .nav-link:active,
.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu .nav-link:focus {
  background: #fff;
  color: #1ec4c6;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-toggle::after {
  display: none;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-toggle::after {
  content: "";
  display: inline-block;
  float: right;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-mask-image: url(../img/angle-right.svg);
  mask-image: url(../img/angle-right.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-toggle:hover::after {
  background: #444343;
}

.header .header-main__nav .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown .dropdown-toggle.show::after {
  background: #444343;
}

.header .header-main .offcanvas {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header .header-main .offcanvas .offcanvas-header__logo .btn-close-white {
  -webkit-filter: invert(1) brightness(0.5);
  filter: invert(1) brightness(0.5);
  fill: #fff;
}

.header .header-main .offcanvas .offcanvas-footer {
  display: none;
}

.header .header-main .offcanvas.show {
  background: #444343;
  padding: 30px;
  overflow: scroll;
}

.header .header-main .offcanvas.show .offcanvas-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.header .header-main .offcanvas.show .offcanvas-body {
  padding: 0;
  overflow: visible;
}

.header .header-main .offcanvas.show .offcanvas-footer {
  display: block;
  padding: 30px 15px;
}

.header .header-main .offcanvas.show .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.header .header-main .offcanvas.show .navbar-nav .dropdown-menu .dropdown-item.show {
  background: #1ec4c6;
  color: #fff;
}

.hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 0;
  min-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.hero__title {
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 200%;
  font-weight: 300;
}

.hero__title strong {
  font-size: 30px;
  display: block;
  font-weight: 600;
}

.hero__text {
  margin-bottom: 80px;
  line-height: 200%;
}

.hero__offer {
  margin-bottom: 40px;
}

.hero__button .btn {
  padding: 17px 50px;
}

.hero__image {
  width: 50vw;
  -ms-flex-preferred-size: 50vw;
  flex-basis: 50vw;
}

.hero__image img {
  display: block;
  height: 100%;
  width: 100%;
  margin-left: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.categories {
  padding: 90px 0;
  background: #444343;
}

.categories__title {
  margin-bottom: 30px;
}

.categories__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.category {
  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;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.category__img {
  margin-bottom: 40px;
}

.category__img img {
  height: 100px;
  width: auto;
}

.category__title {
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}

.category__desc {
  font-size: 16px;
  line-height: 120%;
  color: #b9b9b9;
  margin-bottom: 30px;
}

.category__more {
  margin-top: auto;
  width: 17px;
  height: 30px;
  background: url(../img/right_icon.png);
}

.category:hover {
  background: #3d3c3c;
}

.workshop {
  padding: 90px 0;
}

.workshop__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.workshop-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.workshop-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.workshop-hero__content p:not(:last-child) {
  margin-bottom: 30px;
}

.workshop-hero__title {
  font-size: 24px;
  color: #1ec4c6;
  margin-bottom: 50px;
}

.workshop-hero__img {
  width: 50vw;
  -ms-flex-preferred-size: 50vw;
  flex-basis: 50vw;
}

.workshop-hero__img img {
  display: block;
  height: 100%;
  width: 100%;
  margin-left: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-hero--left-img {
  padding-bottom: 0;
}

.workshop-hero--left-img .workshop-hero__img img {
  margin-left: -50px;
}

.workshop-hero--left-img .workshop-hero__title {
  color: #010101;
}

.workshop-item {
  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;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.workshop-item__img {
  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;
  max-width: 100%;
  width: 159px;
  height: 150px;
  background: url("../img/workshop-item-bg.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.workshop-item__img img {
  display: block;
  margin: auto;
  max-height: 130px;
}

.workshop-item__title {
  color: #444343;
  font-size: 24px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.workshop-item:hover .workshop-item__img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.workshop-item:hover .workshop-item__title {
  color: #1ec4c6;
}

.process-video {
  padding: 90px 0;
  background: #1ec4c6;
}

.process-video__title {
  margin-bottom: 30px;
}

.process-video__text {
  margin-bottom: 30px;
  text-align: center;
}

.video-modal {
  display: block;
  position: relative;
  text-align: center;
}

.video-modal__icon {
  opacity: 0;
  position: absolute;
  width: 80px;
  height: 57px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-modal__img {
  max-width: 100%;
}

.video-modal:hover .video-modal__icon {
  opacity: 1;
}

.testimonials {
  padding: 90px 0;
  background: #444343;
}

.testimonials__title {
  margin-bottom: 30px;
}

.testimonial {
  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;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonial__icon {
  display: block;
  background: url("../img/quote_bg.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 140px;
  width: 133px;
  margin-bottom: 15px;
}

.testimonial__name {
  font-size: 24px;
  color: #1ec4c6;
}

.testimonial__post {
  font-size: 16px;
  color: #1ec4c6;
  margin-bottom: 30px;
}

.testimonial__text {
  font-size: 16px;
  color: #b9b9b9;
}

.testimonial:hover {
  background: #3d3c3c;
}

.latest-blog {
  padding: 90px 0;
}

.latest-blog__title {
  margin-bottom: 50px;
}

.latest-blog__more {
  margin-top: 50px;
  text-align: center;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-item__img {
  display: block;
  margin-bottom: 15px;
}

.blog-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-item__date {
  font-size: 16px;
  color: #1ec4c6;
  margin-bottom: 15px;
}

.blog-item__title a {
  font-size: 24px;
  margin-bottom: 15px;
  color: #010101;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-item__title a:hover {
  color: #1ec4c6;
}

.blog-item__desc {
  font-size: 16px;
  line-height: 180%;
  color: #444343;
  margin-bottom: 15px;
}

.blog-item__more {
  display: block;
  margin-top: auto;
  font-size: 16px;
  text-decoration: underline;
  color: #1ec4c6;
}

.blog-item__more:hover {
  color: #b8a6fd;
}

.blog-item__more:hover::before {
  background: #b8a6fd;
}

.sidebar {
  max-width: 400px;
}

.sidebar .widget__title {
  font-size: 24px;
  color: #1ec4c6;
}

.sidebar .offcanvas-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.sidebar .offcanvas-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.sidebar-nav {
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  list-style: none;
}

.sidebar-nav li .nav-link {
  font-size: 16px;
  color: #444343;
  padding: 15px 0;
  border-bottom: 1px solid #444343;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-nav li .nav-link:hover {
  color: #1ec4c6;
}

.sidebar-nav li .submenu {
  margin: 0 0 0 5px;
  padding: 5px 15px;
}

.sidebar-nav li .submenu li {
  list-style: disc;
}

.sidebar-nav li .submenu li .nav-link {
  padding: 10px 0;
  font-size: 14px;
  color: #838383;
  border-bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-nav li .submenu li .nav-link:hover {
  color: #1ec4c6;
}

.sidebar-nav .has-submenu > .nav-link {
  position: relative;
}

.sidebar-nav .has-submenu > .nav-link::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: #444343;
  -webkit-mask-image: url(../img/angle-right.svg);
  mask-image: url(../img/angle-right.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sidebar-nav .has-submenu > .nav-link:hover::before {
  background: #1ec4c6;
  -webkit-mask-image: url(../img/angle-down.svg);
  mask-image: url(../img/angle-down.svg);
}

.sidebar-nav .has-submenu.active > .nav-link::before {
  background: #1ec4c6;
  -webkit-mask-image: url(../img/angle-down.svg);
  mask-image: url(../img/angle-down.svg);
}

.sidebar-nav .nav-item.active > .nav-link {
  color: #1ec4c6;
}

.catalog__categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.catalog .category-list__item {
  display: block;
  cursor: pointer;
  position: relative;
}

.catalog .category-list__item:hover .category-list__title {
  background: #fff;
  color: #1ec4c6;
}

.catalog .category-list__img {
  width: 100%;
  height: 100%;
}

.catalog .category-list__img img {
  width: 100%;
  height: auto;
}

.catalog .category-list__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-align: center;
  color: #010101;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.catalog__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.catalog .product-item {
  display: block;
  cursor: pointer;
  position: relative;
}

.catalog .product-item__img img {
  width: 100%;
  height: auto;
}

.catalog .product-item__title {
  position: relative;
  font-size: 16px;
  color: #010101;
  padding: 15px 0px 5px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.catalog .product-item__title a {
  color: #010101;
  font-size: 16px;
}

.catalog .product-item__title:hover a {
  color: #1ec4c6;
}

.page-services .services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-services .services-item__img {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  min-width: 160px;
  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;
  margin-right: 50px;
  max-width: 100%;
  width: 159px;
  height: 150px;
  background: url("../img/workshop-item-bg.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.page-services .services-item__img img {
  display: block;
  margin: auto;
  max-height: 130px;
}

.page-services .services-item__title {
  padding-bottom: 15px;
  color: #444343;
  font-size: 24px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #1ec4c6;
}

.page-services .services-item__title a {
  color: #444343;
  font-size: 24px;
  line-height: 30px;
}

.page-services .services-item__text {
  margin-top: 15px;
}

.page-services .services-item:hover .services-item__img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.page-services .services-item:hover .services-item__title {
  color: #1ec4c6;
}

.page-services .services-item:hover .services-item__title a {
  color: #1ec4c6;
}

.product__rating {
  margin-bottom: 15px;
}

.product__rating .ec-stars {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.product__title {
  font-size: 24px;
  color: #444343;
}

.product__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product__image {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 50px;
}

.product__info {
  width: calc(50% - 50px);
  -ms-flex-preferred-size: calc(50% - 50px);
  flex-basis: calc(50% - 50px);
  font-size: 14px;
  color: #444343;
}

.product__block-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.product__table {
  text-decoration: underline;
}

.product__note p {
  margin-bottom: 0;
}

.product__note ul:last-child {
  margin-bottom: 0;
}

.product__price {
  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;
}

.product__price-title {
  color: #010101;
  min-width: 200px;
  margin-right: 30px;
}

.product__price-value {
  font-size: 18px;
  font-weight: 600;
}

.product hr {
  margin: 30px 0;
}

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

.attr__name {
  color: #010101;
  min-width: 150px;
  margin-right: 30px;
  font-weight: 600;
}

.reviews hr {
  margin: 30px 0;
}

.ec-form .form-group {
  margin-bottom: 10px;
}

.ec-rating-stars span,
.ec-stars,
.ec-stars span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA+CAYAAABHuGlYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAidJREFUeNrsmF1OwkAUhRnjAkjk2ZQdwKsxwSV0CbAC4grAFRhXIKxAloCJ8VV2QOMzJt0BnjHHpGLt/HinrTKT3FD6+/XO9NyZ0+nE5taU74XnT89j/Nzz7+T18mLROBiguvjZIrrclSP6gMulwE48r0sLUB1up5IZ8wWbWe6rD4xjKyk5lPBYYxmbeR4LB4aMpD9kq5i1tImMTYXO8ZMLysGA2dEx4pc3sLzvhhLyiMgYGxc5UQfdNOXDu4EEPSf0HSBXVSeeFrYfaqg0+oWvGMo4xth1rWofYOz7RY3PXTgNfmROF+VxaCgkYuL8VQaGs4KqkosQcNZQldMeYTgnKON8TAjOGcqmJC0FsrX0louqoiwAlhwV2EgAbBS7slEwSIVp7qXr6w0jN8jOQDJjiaEID6FPcx1621CYk9BgawLplXf2uVNvU0SHPOfXYMqw2n7hTfWs8xoPX1suWvRE8Jaz4YwvI7ZKj020ve12Y8SeIT5/U55QpW7PWa/3/90e34xtSyQgQ8b6jWWM46nU7ZEca0ooW+JZO3GEMro9POfI3B7Kgbjb4yIn6qCbanN7ALmyBdvXWTkAZnZ72HXtc3vY9+11e5C5WtweJMLd7QkMZwVVJRdB3B5bqMqSJAznBGWslUJwzlDR7YluT3R7/hQYpELM7bG4l6zbA32a62iN26MFE5EV5lYZRTS828M52he3Bw+3cntw7Te3R3KVHltZexdgAKbc7PVXeuxlAAAAAElFTkSuQmCC");
  background: #fff;
}

.reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.reviews-list .ec-message {
  width: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-bottom: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.reviews-list .ec-message .ec-stars {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.reviews-list .ec-message .ec-message__subject {
  font-weight: 600;
  font-size: 18px;
}

.reviews-list .ec-message .ec-message__author {
  font-weight: 600;
  font-size: 16px;
}

.reviews-list .ec-message:nth-child(odd) {
  margin-right: 10%;
}

.reviews-list::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  background: #c7f0f1;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.page-contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-contacts__list {
  width: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-right: 50px;
}

.page-contacts__form {
  width: calc(70% - 50px);
  -ms-flex-preferred-size: calc(70% - 50px);
  flex-basis: calc(70% - 50px);
}

.page-contacts__map {
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-contacts__map a {
  display: block;
}

.page-contacts__map a img {
  width: 100%;
}

.contacts-list {
  padding: 45px;
  background: #444343;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-list__title {
  font-size: 30px;
  margin-bottom: 30px;
}

.contacts-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 175%;
}

.contacts-list__item a {
  display: block;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contacts-list__item a:hover {
  color: #1ec4c6;
}

.contacts-list__item:last-child {
  margin-bottom: 0;
}

.contacts-list__icon {
  display: block;
  padding-right: 20px;
}

.contacts-list__icon svg {
  height: 24px;
  width: auto;
  fill: #fff;
}

.contact-form__title,
.ec-form__title {
  font-size: 30px;
}

.contact-form__warning,
.ec-form__warning {
  font-size: 12px;
  color: #1ec4c6;
}

.contact-form .form-label,
.ec-form .form-label {
  font-size: 16px;
}

.contact-form .form-label span,
.ec-form .form-label span {
  color: red;
}

.contact-form .form-control,
.ec-form .form-control {
  border-radius: 0;
  padding: 10px 30px;
}

.contact-form .btn,
.ec-form .btn {
  padding: 14px 30px;
  float: right;
}

.footer {
  padding: 90px 0;
  background: #444343;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__links ul li {
  margin-bottom: 5px;
}

.footer__links ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__links ul li a:hover {
  color: #1ec4c6;
}

.footer-about {
  line-height: 128%;
}

.footer-about__logo {
  margin-bottom: 15px;
}

.footer-about__logo img {
  max-width: 250px;
}

.footer-about__text {
  color: #929292;
  font-size: 14px;
  margin-bottom: 30px;
}

.footer-about__copyright {
  color: #7a7a7a;
  font-size: 12px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer-social__item {
  display: block;
  padding-right: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-social__item svg {
  height: 24px;
  width: auto;
  fill: #fff;
}

.footer-social__item:last-child {
  padding-right: 0;
}

.footer-social__item:hover svg {
  fill: #1ec4c6;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 175%;
}

.footer-contacts__item a {
  display: block;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-contacts__item a:hover {
  color: #1ec4c6;
}

.footer-contacts__item:last-child {
  margin-bottom: 0;
}

.footer-contacts__icon {
  display: block;
  padding-right: 20px;
}

.footer-contacts__icon svg {
  height: 24px;
  width: auto;
  fill: #fff;
}

.gallery-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.gallery-main {
  width: 100%;
  height: 640px;
}

.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 75px;
  width: 40px;
  color: #e9e9e9;
  background: #1e1e1e;
}

.gallery-main .swiper-button-prev::after,
.gallery-main .swiper-button-next::after {
  font-size: 12px;
}

.gallery-main .swiper-button-prev {
  right: 40px;
  border-right: 1px solid #e9e9e9;
}

.gallery-thumbs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 135px;
  height: 580px;
  margin-right: 15px;
  padding-left: 15px;
}

.gallery-thumbs .swiper-slide img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 0.9;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table-price {
  min-width: 600px;
}

@media (min-width: 991px) {
  .header .header-main .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 96%;
  }
}

@media (max-width: 1280px) {
  .sidebar .widget__title {
    font-size: 22px;
  }

  .contacts-list__title {
    font-size: 28px;
  }

  .contact-form__title,
  .ec-form__title {
    font-size: 28px;
  }
}

@media (max-width: 1240px) {
  .page-hero__img {
    max-width: calc(50% - 50px);
  }

  .page-hero--left-img .page-hero__img img {
    margin-left: 0;
    padding-right: 30px;
  }

  .hero__image {
    max-width: calc(50% - 50px);
  }

  .workshop-hero__img {
    max-width: calc(50% - 50px);
  }

  .workshop-hero--left-img .workshop-hero__img img {
    margin-left: 0;
    padding-right: 30px;
  }
}

@media (max-width: 1200px) {
  .hero__title {
    margin-bottom: 30px;
  }

  .hero__text {
    margin-bottom: 30px;
  }

  .hero__offer {
    margin-bottom: 30px;
  }
}

@media (max-width: 1160px) {
  .header .header-main__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1140px) {
  .page.page-with-sidebar .page__sidebar {
    width: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    margin-right: 30px;
  }

  .page.page-with-sidebar .page__content {
    width: calc(76% - 30px);
    min-width: calc(76% - 30px);
    -ms-flex-preferred-size: calc(76% - 30px);
    flex-basis: calc(76% - 30px);
  }

  .page__padding,
  .page-padding {
    padding: 30px 0;
  }

  .page-contacts__list {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-right: 30px;
  }

  .page-contacts__form {
    width: calc(60% - 30px);
    -ms-flex-preferred-size: calc(60% - 30px);
    flex-basis: calc(60% - 30px);
  }

  .page-contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-contacts__list {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .page-contacts__form {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 1080px) {
  .categories__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 98px;
    -ms-flex-preferred-size: 98px;
    flex-basis: 98px;
  }

  .fixed-menu-btn {
    display: block;
  }

  .fixed-up-btn {
    display: block;
  }

  .logo {
    max-width: 260px;
    width: calc(100% - 98px);
    -ms-flex-preferred-size: calc(100% - 98px);
    flex-basis: calc(100% - 98px);
  }

  .page-hero__title {
    margin-bottom: 30px;
  }

  .header .header-top__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .header-top__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header .header-top__elem--email {
    padding-right: 0;
  }

  .header .header-top__elem--button,
  .header .header-top__elem--time {
    display: none;
  }

  .header .header-main__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header .header-main__nav .navbar .navbar-nav > .nav-item .dropdown-toggle::after {
    display: none;
  }

  .workshop-hero__title {
    margin-bottom: 30px;
  }

  .workshop-item__img {
    width: 100px;
    height: 94px;
    margin-bottom: 20px;
  }

  .workshop-item__img img {
    max-height: 54px;
  }

  .workshop-item__title {
    font-size: 20px;
    line-height: 24px;
  }

  .catalog__categories {
    grid-template-columns: 1fr 1fr;
  }

  .catalog__products {
    grid-template-columns: 1fr 1fr;
  }

  .page-services .services-item__img {
    width: 100px;
    height: 94px;
    margin-bottom: 20px;
  }

  .page-services .services-item__img img {
    max-height: 54px;
  }

  .page-services .services-item__title {
    font-size: 20px;
    line-height: 24px;
  }

  .page-services .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-services .services-item__img {
    margin-right: 0;
  }

  .product__info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__image {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .product__info {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .reviews-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews-list .ec-message {
    width: 100%;
    margin-right: 0;
  }

  .reviews-list .ec-message:nth-child(odd) {
    margin-right: 0;
  }

  .reviews-list::before {
    display: none;
  }

  .contacts-list__title {
    font-size: 24px;
  }

  .contact-form__title,
  .ec-form__title {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .owl-controls .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0;
  }

  .owl-controls .owl-nav .owl-prev span,
  .owl-controls .owl-nav .owl-next span {
    width: 17px;
    height: 30px;
  }

  .page-hero__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-hero__content {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 0 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-hero__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .page-hero__img img {
    max-width: 300px;
    margin-left: 0px;
  }

  .page-hero--left-img .page-hero__img img {
    padding-right: 0;
  }

  .hero__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__content {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 60px 0 60px 0;
  }

  .hero__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .hero__image img {
    max-width: 300px;
    margin-left: 0;
  }

  .workshop__list {
    grid-template-columns: 1fr 1fr;
  }

  .workshop-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .workshop-hero__content {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 0 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .workshop-hero__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .workshop-hero__img img {
    max-width: 300px;
    margin-left: 0px;
  }

  .workshop-hero--left-img .workshop-hero__img img {
    padding-right: 0;
  }

  .workshop-item {
    padding: 20px;
  }

  .testimonial__icon {
    height: 105px;
    width: 100px;
  }

  .testimonial__name {
    font-size: 22px;
  }

  .testimonial__post {
    margin-bottom: 20px;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-item__date {
    font-size: 14px;
  }

  .blog-item__title a {
    font-size: 20px;
  }

  .blog-item__desc {
    font-size: 14px;
    line-height: 120%;
  }

  .blog-item__more {
    font-size: 14px;
  }

  .page-services .services-item {
    padding: 20px;
  }

  .footer-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-about__logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-about__logo img {
    max-width: 250px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
    line-height: 180%;
  }

  .breadcrumb-area .breadcrumb {
    width: 100%;
    display: inline-block;
    overflow: scroll;
    white-space: nowrap;
  }

  .breadcrumb-area .breadcrumb .breadcrumb-item {
    display: inline-block;
  }

  .page {
    padding: 30px 0 60px 0;
  }

  .page.page-with-sidebar .page__content {
    width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .category__img {
    margin-bottom: 20px;
  }

  .category__img img {
    height: 70px;
  }

  .category__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .category__desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .sidebar {
    margin-right: 0 !important;
  }

  .product__image {
    margin-bottom: 30px;
  }

  .gallery-main {
    height: auto;
    text-align: center;
  }

  .gallery-thumbs {
    display: none;
  }
}

@media (max-width: 660px) {
  .header .header-top {
    display: none;
  }
}

@media (max-width: 500px) {
  .fixed-menu-btn .navbar-toggler {
    width: 40px;
    height: 40px;
  }

  .fixed-menu-btn .navbar-toggler .hamburger-toggle .hamburger span {
    width: 20px;
    margin-bottom: 4px;
  }

  .fixed-menu-btn .navbar-toggler .hamburger-toggle .hamburger span:last-child {
    margin-bottom: 0;
  }

  .fixed-up-btn a {
    width: 40px;
    height: 40px;
  }

  .catalog .category-list__title {
    padding: 15px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .categories {
    padding: 60px 0;
  }

  .workshop {
    padding: 60px 0;
  }

  .process-video {
    padding: 60px 0;
  }

  .testimonials {
    padding: 60px 0;
  }

  .latest-blog {
    padding: 60px 0;
  }

  .footer__wrap {
    -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;
  }

  .footer {
    padding: 60px 0;
  }

  .footer-contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
}

@media (max-width: 401px) {
  .navbar {
    min-width: 78px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 400px) {
  .lang-actions .lang-icon {
    display: none;
  }

  .categories__list {
    grid-template-columns: 1fr;
  }

  .workshop__list {
    grid-template-columns: 1fr;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .catalog__categories {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 350px) {
  .hero__title {
    font-size: 18px;
  }

  .hero__title strong {
    font-size: 24px;
  }

  .hero__text {
    font-size: 16px;
  }

  .hero__button .btn {
    padding: 13px 30px;
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .catalog__products {
    grid-template-columns: 1fr;
  }
}

.modal-contact.contacts-list__item .contacts-list__value {
  text-align: center;
  width: 100%;
}

.modal-contact.contacts-list__item .contacts-list__value a {
  color: #1ec4c6;
  font-size: 18px;
  font-weight: bold;
}

.modal-contact.contacts-list__item .contacts-list__value a:hover {
  color: #0dcaf0;
  font-size: 18px;
  font-weight: bold;
}

#dialog-size img {
  max-width: 100%;
  height: auto !important;
}

@media(max-width: 771px) {
  #dialog-size {
    max-width: 100% !important;
    overflow: scroll;
  }
  #dialog-size img {
    width: auto;
    max-width: none;
    height: auto !important;
    
  }

  .fancybox__content {
    padding: 15px;
  }
  
  .page table,
  .page .table-price,
  .page .table-spec {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page table tr,
  .page .table-price tr,
  .page .table-spec tr {
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .page table th,
  .page table td,
  .page .table-price th,
  .page .table-price td,
  .page .table-spec th,
  .page .table-spec td {
    white-space: nowrap;
  }
}


/* ===== BOOTSTRAP 5.2 RESPONSIVE TABLES ===== */

/* Base responsive table styling */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Enhanced table styling for better mobile experience */
.table-price {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.table-price {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .table-responsive {
    font-size: 0.8rem;
  }
  
  .table-price th,
  .table-price td {
    padding: 0.5rem 0.3rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  
  .table-price th {
    font-weight: 600;
    background-color: #1ec4c6;
    color: white;
  }
  
  /* Category headers */
  .table-price tr.pink th,
  .table-price tr.blue th,
  .table-price tr.green th,
  .table-price tr.orange th {
    color: #000000 !important;
    text-align: center;
    font-weight: bold;
  }
}

/* Very small screens - stack table content */
@media (max-width: 576px) {
  .page table th,
  .page .table-price th {
    width: 100% !important;
    height: auto !important;
  }

  .table-responsive {
    border: none;
  }
  
  .table-price {
    border: 0;
    font-size: 0.85rem;
  }
  
  .table-price thead tr.cat {
    display: none;
  }

  .table-price tbody {
    background-color: #efefef !important;
  }
  
  .table-price tbody,
  .table-price tr,
  .table-price td {
    display: block;
    width: 89vw !important;
    height: auto !important;
  }
  
  .table-price tr {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  
  /* Category headers as section dividers */
  .table-price tr.pink,
  .table-price tr.blue,
  .table-price tr.green,
  .table-price tr.orange {
    background: linear-gradient(135deg, #1ec4c6, #17a2b8);
    color: #be2121;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
  }
  
  .table-price tr.pink th,
  .table-price tr.blue th,
  .table-price tr.green th,
  .table-price tr.orange th {
    display: block;
    background: none;
    color: inherit;
    padding: 0.75rem;
    margin: 0;
    border: none;
    font-size: 1rem;
  }
  
  .table-price th {
    display: block;
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
  }
  
  .table-price td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 1px solid #f1f3f4;
    position: relative;
  }
  
  .table-price td:last-child {
    border-bottom: none;
  }
  
  /* Hide empty cells */
  .table-price td:empty {
    display: none;
  }
  
  /* Spacing between table sections */
  .table-responsive + .table-responsive {
    margin-top: 2rem;
  }

  .page .table-spec tr th {
    font-weight: 400;
    min-width: 280px;
  }

  .page .table-spec tr td b, 
  .page .table-spec tr td p {
    width: -webkit-fill-available;
  }
}