/*
Theme Name: Energlass
Theme URI: https://energlass.com.ua
Author: Energlass
Description:  The best Energlass theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: energlass.com.ua
*/


body {
  font-family: 'Roboto', sans-serif;
  color: #555;
  line-height: 1.2;
}

h1,h2,h3,h4,h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
  color: #000;
}
h1.page-title {
  margin-bottom: 26px;
  font-size: 2rem;
  text-transform: uppercase;
  position: relative;
}
.page h1.page-title:after,
.single-portfolio h1.page-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 35%;
  height: 4px;
  background: rgb(0,226,244);
  background: linear-gradient(90deg, rgba(0,226,244,0.7931547619047619) 0%, rgba(0,192,244,1) 100%);
  opacity: 0.5;
}
.page h1.page-title,
.single-portfolio h1.page-title {
  margin-bottom: 40px;
}
a {
  color: #00c0f4;
  text-decoration: none;
}
a:hover {
  color: #00a7d5;
}
p {
  line-height: 1.5;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background: #555;
  transition: 300ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background: #333;
  transition: 300ms ease;
}


/*===== HEADER =====*/
header.header {
  background: #000;
}
.home header.header {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
}
.header .navbar {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}
a.navbar-brand img {
  height: 70px;
  width: auto;
  z-index: 10;
  position: relative;
}
.front__start {
  display: flex;
  align-items: center;
  background: url('img/front__slider_bg.png')no-repeat center center;
  background-size: cover;
  /*margin-top: -107px;*/
  min-height: 500px;
}
.navbar-nav .nav-item {
  margin: 0 20px;
}
.navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fefefe;
  padding: 0 !important;
}
.navbar-nav .active .nav-link {
  color: #00c0f4;
}
.navbar-nav .nav-link .itemspan {
  display: block;
  font-weight: 700;
}
.navbar-nav .nav-link:hover {
  color: #00c0f4;
}
.top__contacts {
  display: flex;
  align-items: center;
}
ul.top__messengers {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0 45px 0 0;
  padding: 0;
}
ul.top__messengers li {
  margin: 0 5px;
}
.icon__messenger {
  display: block;
  background: #fff;
  width: 26px;
  height: 26px;
}
.icon__whatsapp {
  -webkit-mask: url('img/icons/viber.svg')no-repeat;
  mask: url('img/icons/viber.svg')no-repeat;
}
.icon__telegram {
  -webkit-mask: url('img/icons/telegram-app.svg')no-repeat;
  mask: url('img/icons/telegram-app.svg')no-repeat;
}
ul.top__messengers li a:hover .icon__messenger {
  background: #00c0f4;
  transition: 300ms ease;
}
a.top__phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #00c0f4;
  text-decoration: none;
}
a.top__phone:hover {
  color: #fff;
}


/* Hamburger */
.home .collapsing {
    transition: none;
}
.navbar-toggler {
  color: #fff;
  border-color: transparent;
  padding: 0;
  fill: #fff;
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 10;
}
button.navbar-toggler[aria-expanded="false"] svg rect {
  transition: 300ms;
}

button.navbar-toggler[aria-expanded="false"] svg rect:nth-child(1){
  top: 0px;
  transform-origin: left center;
}
button.navbar-toggler[aria-expanded="false"] svg rect:nth-child(3){
  top: 42px;
  transform-origin: left center;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(1){
  transform: rotate(45deg) translateX(15px);
  transition: 300ms;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(2){
  width: 0%;
  opacity: 0;
  transition: 300ms;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(3){
  transform: rotate(-45deg) translateX(-52px);
  transition: 300ms;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
}
button:focus {
  outline: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
/* Hamburger */
/*===== HEADER =====*/




/*===== FOOTER =====*/
footer.footer {
  padding: 80px 0 0;
  background: #0f0f0f;
  color: #999;
}
footer.footer a {
  color: #999;
  text-decoration: none;
  transition: 300ms ease;
}
footer.footer a:hover {
  color: #fff;
  transition: 300ms ease;
}
footer.footer .copyright {
  padding: 15px 0;
  line-height: 1.2;
  font-size: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
}
footer.footer .copyright p {
  margin: 0;
}
.footer__logo {
  margin-bottom: 25px;
  height: 70px;
  width: auto;
}
.footer__description {
  margin-bottom: 30px;
  max-width: 300px;
}
ul.footer__social {
  display: flex;
  margin: 0 0 60px;
  padding: 0;
  list-style-type: none;
}
ul.footer__social li {
  margin-right: 20px;
}
.social__icon {
  display: block;
  width: 26px;
  height: 26px;
  background: #d9d9d9;
  background-size: cover;
  transition: 300ms ease;
}
.social__icon.icon__fb {
  -webkit-mask: url('img/icons/facebook.svg') no-repeat;
  mask: url('img/icons/facebook.svg') no-repeat;
}
.social__icon.icon__tg {
  -webkit-mask: url('img/icons/telegram-app.svg') no-repeat;
  mask: url('img/icons/telegram-app.svg') no-repeat;
}
.social__icon.icon__wh {
  -webkit-mask: url('img/icons/viber.svg') no-repeat;
  mask: url('img/icons/viber.svg') no-repeat;
}
ul.footer__social a:hover .social__icon {
  background: #00c0f4;
  transition: 300ms ease;
}

.footer .block__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}

ul.footer__contacts {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.footer__contacts li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  min-height: 34px;
}
ul.footer__contacts li span.contact__icon {
  display: block;
  width: 34px;
  height: 28px;
  background: #00c0f4;
  background-size: cover;
  margin-right: 15px;
}
ul.footer__contacts li span.contact__icon.icon__location {
  -webkit-mask: url('img/icons/geo-alt.svg') no-repeat;
  mask: url('img/icons/geo-alt.svg') no-repeat;
}
ul.footer__contacts li span.contact__icon.icon__phone {
  -webkit-mask: url('img/icons/telephone-inbound.svg') no-repeat;
  mask: url('img/icons/telephone-inbound.svg') no-repeat;
}
ul.footer__contacts li span.contact__icon.icon__mail {
  -webkit-mask: url('img/icons/envelope.svg') no-repeat;
  mask: url('img/icons/envelope.svg') no-repeat;
}
.foot__block {
  margin-bottom: 60px;
}
/*===== FOOTER =====*/





/*===== CONTACTS =====*/
.page__center__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.page__center__title:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  width: 15%;
  margin: 0 auto;
  height: 4px;
  background: rgb(0,226,244);
  background: linear-gradient(90deg, rgba(0,226,244,0.7931547619047619) 0%, rgba(0,192,244,1) 100%);
  opacity: 0.5;
}
.contacts__row {
  padding: 30px 0 50px;
}
.contact__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact__item__icon {
  flex: 0 0 70px;
  height: 70px;
  margin-right: 15px;
  background: #00c0f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.contact__text_label {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.contactpage__icon {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  background-size: cover;
}
.contactpage__icon.icon__location {
  -webkit-mask: url('img/icons/geo-alt.svg') no-repeat;
  mask: url('img/icons/geo-alt.svg') no-repeat;
}
.contactpage__icon.icon__phone {
  -webkit-mask: url('img/icons/telephone-inbound.svg') no-repeat;
  mask: url('img/icons/telephone-inbound.svg') no-repeat;
}
.contactpage__icon.icon__mail {
  -webkit-mask: url('img/icons/envelope.svg') no-repeat;
  mask: url('img/icons/envelope.svg') no-repeat;
}
.contactform__row {
  background: #fff;
  border: 1px solid #eee;
  margin-top: -140px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}
.stay {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: 700;
}
.contactform__content_wrapper {
  background: #00c0f4 url('img/glass_bg_sm.png')no-repeat;
  background-blend-mode: lighten;
  background-size: cover;
  padding: 40px;
  color: #06445c;
  height: 100%;
}
.contactform__wrapper {
  padding: 40px;
}
.section__contactform {
  padding: 0 0 80px;
}
/*===== CONTACTS =====*/








/*===== BTN =====*/
.btn {
  padding: 12px 45px;
  border-radius: 0;
}
.btn-slider {
  background: #00c0f4;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.btn-slider:hover, .btn-slider:focus {
  background: #fff;
  color: #00c0f4;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #FF8100;
  border-color: #FF8100;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/*===== BTN =====*/





/*===== SLIDER =====*/
.front__slider .slider__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
.front__slider .slider__title span {
  display: block;
  font-weight: 600;
  color: #00c0f4;
}
.slider__description {
  font-size: 20px;
  color: #fff;
  margin-bottom: 100px;
}

.front__carousel_slides {
  max-height: 475px;
  max-width: 410px;
  margin: 0 auto;
}
.front__carousel_item {
  position: relative;
}
.front__carousel_item_img img {
  width: auto !important;
}
.front__carousel_item_text {
  position: absolute;
  content: "";
  right: 0;
  top: 15%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.front__carousel_item_shape {
  width: 120px;
  position: absolute;
  left: -120px;
  height: 40px;
  border-top: 1px solid rgba(255,255,255,.3);
  bottom: -40px;
  transform: rotate(-30deg);
  transform-origin: top right;
}
.front__carousel_item_shape:after {
  position: absolute;
  content: "";
  left: -11px;
  top: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  /*background: rgb(0 195 246 / 60%);*/
  background: rgb(255 129 0 / 60%);
}
.front__carousel_item_shape:before {
  position: absolute;
  content: "";
  left: -22px;
  top: -22px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  /*background: rgb(0 195 246 / 40%);*/
  background: rgb(255 129 0 / 40%);
  opacity: 0.3;
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite; 
}

@-webkit-keyframes pulsate {
  0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
  50% {opacity: 1.0;}
  100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.front__carousel .slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 280px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.frontcarouselPrevBtn, .frontcarouselNextBtn {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,.7);
  display: block;
  background-size: cover;
  transition: 500ms ease;
}
.frontcarouselNextBtn {
  -webkit-mask: url(img/icons/arrow-right-short.svg) no-repeat;
  mask: url(img/icons/arrow-right-short.svg) no-repeat;
}
.frontcarouselPrevBtn {
  -webkit-mask: url(img/icons/arrow-right-short.svg) no-repeat;
  mask: url(img/icons/arrow-right-short.svg) no-repeat;
  transform: rotate(180deg);
}
.frontcarouselPrevBtn:hover, .frontcarouselNextBtn:hover {
  background: #00c0f4;
  transition: 500ms ease;
}
.counter__items {
  font-family: 'Montserrat', sans-serif;
  color: #efefef;
  font-weight: 300;
  font-size: 12px;
}
.counter__items span {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.front__carousel_item_img img {
  max-width: 100%;
}
/*===== SLIDER =====*/



/*===== SECTIONS =====*/
.section__catalog {
  padding: 50px 0;
}
.row__gap_22 {
  row-gap: 22px;
}
.catalog__title_block {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background: rgb(0,144,251);
  background: linear-gradient(45deg, rgba(0,144,251,1) 0%, rgba(0,240,237,1) 100%);
}
.catalog__title_content {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background: #fff;
  padding: 35px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h2.catalog__title {
  text-transform: uppercase;
  font-size: 34px;
}
h2.catalog__title span {
  color: #00c0f4;
  font-weight: 900;
  letter-spacing: 0;
}
.catalog__description {
  font-size: 18px;
  color: #555;
}
.catalog__item {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.catalog__item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(55,55,55);
  background: linear-gradient(45deg, rgba(55,55,55,1) 0%, rgba(0,0,0,1) 50%, rgba(67,67,67,1) 50%, rgba(27,27,27,1) 100%);
  opacity: 0.4;
  transition: 500ms ease;
}
.catalog__item:hover:after {
  opacity: 0.6;
  transition: 500ms ease;
}
.catalog__item_content {
  position: absolute;
  content: "";
  left: 40px;
  top: 50px;
  bottom: 50px;
  right: 40px;
  z-index: 1;
}
.catalog__item_title {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.catalog__item_text {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 1.5;
}
.black {
  color: #000;
  font-weight: 600;
}
.section__services {
  background: #f5f5f5;
}
.service__item {
  padding: 44px;
  background: #fff;
  height: 100%;
  line-height: 1.2;
}
.service__item_title {
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service__item_text {
  font-size: 17px;
  color: #555;
  margin-bottom: 45px;
}
a.order__zamir {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  margin-top: 25px;
  font-weight: 600;
}
a.order__zamir:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 15%;
  height: 1px;
  background: #00c0f4;
  transition: 300ms ease;
}
a.order__zamir:hover:before {
  width: 20%;
  transition: 300ms ease;
}
.service__item_icon {
  margin-bottom: 20px;
}

.section__about_top {
  padding: 40px 0;
  background: rgb(245,245,245);
  background: linear-gradient(180deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 50%);
}
.about__us_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.about__us_wrapper .about__left:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 70%;
  background: url('img/bg3_sm.jpg');
  opacity: 0.5;
}
.about__left_content {
  position: relative;
}
.about__left_content .about__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #222;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.about__left_content .about__title span {
  color: #00c0f4;
}
.about__left_content .about__text {
  margin-bottom: 35px;
  color: #555;
}
.about__left_content .proiritet__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.about__right img {
  width: 100%;
  height: auto;
}
ul.prioritet__list {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  gap: 15px;
}
ul.prioritet__list li span.num_item {
  font-family: 'Montserrat', sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 0.9;
  -webkit-text-stroke: 1px #00c0f4;
  background-image: url('img/bg3_sm.jpg');
  -webkit-background-clip: text;
  color: transparent;
  margin-right: 10px;
}
.about__title_r {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 900;
  color: #00c0f4;
  margin-bottom: 20px;
}
.about__text_r {
  margin-bottom: 60px;
  font-size: 18px;
}
.about__power .power__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.about__power .power__list span.power_item {
  display: block;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #00c0f4;
}
.about__power .power__list span.thin_text {
  font-size: 31px;
  font-weight: 400;
}
.thin_text_2 {
  font-size: 24px;
  font-weight: 400;
}
.section__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.section__title span {
  color: #00c0f4;
}
.section__description {
  font-size: 20px;
  color: #555;
  position: relative;
}
.benefits__content {
  height: 100%;
  position: relative;
}
.benefits__content:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background: url('img/bg3_sm.jpg');
}
.benefits__list {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.benefits__icon_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.benefit__icon {
  width: 80px;
}
.benefit__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2e2e2e;
}
.benefit__text {
  color: #555;
  line-height: 1.5;
  max-width: 280px;
}
.section__benefit {
  background: url('img/glass_bg_sm.png')no-repeat right top;
  background-size: contain;
  border-top: 1px solid #fbfbfb;
  border-bottom: 1px solid #fbfbfb;
}
.typeglass__foto {
  text-align: center;
}
.typeglass__item {
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 15px 40px rgb(0 0 0 / 3%);
}
.typeglass__content {
  text-align: center;
  margin: 15px 0;
}
.typeglass__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

.section__howwework {
  padding: 0;
  margin-bottom: 40px;
  position: relative;
}
.section__howwework:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: 30%;
  background: url(img/bg3_sm.jpg);
}
.howwework__wrap {
  background: url('img/howwework__bg_sm.png')no-repeat left top;
  background-size: contain;
  position: relative;
}
.blue__text {
  color: #00c0f4 !important;
}
.white__text {
  color: #fff !important;
}
.howwework__sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider__wrapper {
  position: absolute;
  content: "";
}
.howwework__slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.howwework__slides .owl-stage {
  display: flex;
}
.howwework__slides.owl-carousel .owl-item {
  padding: 15px 0 35px;
}
/*.howwework__slides.owl-carousel .owl-stage-outer {
  overflow: visible;
}*/
.howwework__slide_item {
  padding: 40px 25px;
  background: #fff;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  transition: 800ms ease;
  /*max-width: 250px;*/
}
.howwework__slide_item:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  transition: 500ms ease;
}
.howwework__slide_num {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 0.8;
}
.howwework__slide_name {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2e2e2e;
  padding-bottom: 20px;
  margin-bottom: 22px;
  position: relative;
}
.howwework__slide_name:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 115px;
  height: 3px;
  background: #00c0f4;
  transition: 800ms ease;
}
.howwework__slide_item:hover .howwework__slide_name:after {
  width: 150px;
  transition: 500ms ease;
}
.howwework__slide_text {
  font-size: 16px;
  line-height: 1.5;
}
.howwework__wrap .slider-navigation {
  display: flex;
  gap: 5px;
  margin-bottom: 35px;
}
.howweworkPrevBtn,
.howweworkNextBtn {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid rgba(255,255,255,.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms ease;
}
.howweworkPrevBtn span,
.howweworkNextBtn span {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,.7);
  display: block;
  background-size: cover;
  transition: 500ms ease;
}
.howweworkNextBtn span {
  -webkit-mask: url('img/icons/arrow-right-short.svg') no-repeat;
  mask: url('img/icons/arrow-right-short.svg') no-repeat;
}
.howweworkPrevBtn span {
  -webkit-mask: url('img/icons/arrow-right-short.svg') no-repeat;
  mask: url('img/icons/arrow-right-short.svg') no-repeat;
  transform: rotate(180deg);
}
.howweworkPrevBtn:hover,
.howweworkNextBtn:hover {
  border: 2px solid rgba(255,255,255,1);
  transition: 500ms ease;
}
.howweworkPrevBtn:hover span,
.howweworkNextBtn:hover span {
  background: #00c0f4;
  transition: 500ms ease;
}
.bottom__content {
  padding: 80px 0;
}
.textblock {
  margin-bottom: 50px;
}
.textblock p {
  line-height: 1.5;
}
.textblock h3 {
  font-size: 24px;
  color: #222;
  margin-bottom: 25px;
  font-weight: 700;
}


.types__section {
  background: rgb(0 192 244 / 5%);
}
.types__section_text {
  margin-bottom: 50px;
}
.card__item_wrapper {
  margin-bottom: 50px;
}
.type__card, .portfolio__card {
  background: #fff;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  border-radius: 4px;
  overflow: hidden;
}
a.portfolio__card {
  display: block;
}
.type__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: inherit;
}
.type__title span {
  color: #00c0f4;
}
.type__price {
  padding-top: 10px;
  color: #000;
  border-top: 1px solid #ededed;
  position: absolute;
  left: 30px;
  bottom: 20px;
  right: 30px;
}
.type__price span {
  color: #FF8100;
}
.type__photo a {
  display: block;
  position: relative;
  overflow: hidden;
}
.type__photo a:before {
  position: absolute;
  content: "+";
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  left: 0;
  right: 0;
  top: 20%;
  text-align: center;
  opacity: 0;
  transition: 500ms ease;
}
.type__photo a:hover:before {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: 500ms ease;
  z-index: 1;
}
.type__photo a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: 500ms ease;
}
.type__photo a:hover:after {
  opacity: 1;
  transition: 500ms ease;
}
.type__photo img {
  transition: 800ms ease;
}
.type__photo a:hover img {
  transform: scale(1.2) rotate(1deg);
  transition: 800ms ease;
}
.p-80 {
  padding: 80px 0 60px;
}
.glass__block {
  background: #00c0f4 url('img/glass_bg_sm.png')no-repeat;
  background-blend-mode: lighten;
  background-size: cover;
  color: #000;
  padding: 40px 60px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.5;
}
.glass__block .section__title {
  color: #fff;
}
ul.blue__mark,
.start__section_text ul {
  margin: 20px 0 40px;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
}
ul.blue__mark li,
.start__section_text ul li {
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
}
ul.blue__mark li:after,
.start__section_text ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: #00c0f4;
  -webkit-mask: url('img/icons/check2-circle.svg')no-repeat;
  mask: url('img/icons/check2-circle.svg')no-repeat;
}
.important__text {
  background-color: rgba(255,193,7,.2);
  padding: 1.25rem;
  border-left: 4px solid rgba(255,193,7,.3);
  color: #000;
}
.type__card_content {
  padding: 30px;
  position: relative;
  min-height: 200px;
}

.contacts__page {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 15px 40px rgb(0 0 0 / 8%);
}
.contacts__page_left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:url('img/frameless_glass_showers.jpg')no-repeat center center;
  /*background-blend-mode: lighten;*/
  background-size: cover;
  color: #fff;
  min-height: 400px;
}
.contacts__page_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(0 192 244 / 5%);
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
  width: 100%;
  border: 1px solid rgb(0 192 244 / 15%);
  padding: 10px 15px;
  border-radius: 2px;
  margin-bottom: 20px;
}
input.wpcf7-submit {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}
.contacts__page_left, .contacts__page_right {
  padding: 40px;
}
.contact__content_wrapper {
  background: rgba(255,255,255,.8);
  color: #000;
  padding: 30px;
}
.contact__section_title {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 30px;
}
.contact__content_item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact__content_item:last-child {
  margin-bottom: 0;
}
.content__item_icon .icon__phone {
  display: block;
  background: #00c0f4;
  width: 36px;
  height: 36px;
  -webkit-mask: url('img/icons/phone.svg') no-repeat;
  mask: url('img/icons/phone.svg') no-repeat;
}
.content__item_icon .icon__clock {
  display: block;
  background: #00c0f4;
  width: 36px;
  height: 36px;
  -webkit-mask: url('img/icons/clock.svg') no-repeat;
  mask: url('img/icons/clock.svg') no-repeat;
}
.content__item_icon {
  flex: 0 0 60px;
  text-align: center;
}
.content__item_text {
  flex: 0 0 calc(100% - 60px);
  font-weight: 700;
  color: #000;
  font-size: 21px;
}
.content__item_text span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #444;
}
.content__item_text a {
  color: #000;
}
.content__item_text a:hover {
  color: #00c0f4;
}
.start__section_top {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 35px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 25px;
}
.start__section_text_two {
  text-align: center;
  margin-top: 50px;
}
.text__icon_item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 30px;
}
/*===== SECTIONS =====*/




/*===== PORTFOLIO =====*/
.portfolio__footer {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.section__portfolio {
  background: #fff;
  position: relative;
  border-top: 1px solid #f5f5f5;
}
.section__portfolio:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 65%;
  background: url('img/bg3_sm.jpg');
}
.section__portfolio .container {
  position: relative;
  z-index: 1;
}

.big__words {
  font-size: 8vw;
  color: #ededed;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2vw;
  line-height: 1;
  line-height: 0.7;
  margin: 0;
}


ul.gallery__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery__link {
  display: block;
  width: 100%;
  padding-top: 90%;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.gallery__link img {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

a.gallery__link:before {
  position: absolute;
  content: "+";
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  left: 0;
  right: 0;
  top: 20%;
  text-align: center;
  opacity: 0;
  transition: 500ms ease;
}
a.gallery__link:hover:before {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: 500ms ease;
  z-index: 2;
}


.gallery__link:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  transition: 500ms ease;
}
.gallery__link:hover:after {
  opacity: 1;
  box-shadow: 0 15px 20px rgba(0,0,0,.1);
  transition: 500ms ease;
}





.gallery__wrapper {
  margin: 0 0 50px;
}
.gallery__link .link__eye {
  position: absolute;
  content: "+";
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  color: #fff;
  bottom: -64px;
  z-index: 1;
  opacity: 0;
  /*transition: 500ms ease;*/
}
.gallery__link:hover .link__eye {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: 800ms ease;
}
.portfolio_card__photo {
  width: 100%;
  padding-top: 100%;
  background-size: cover !important;
  position: relative;
}
.portfolio_card__photo:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: 500ms ease;
}
.portfolio_card__photo:before {
  position: absolute;
  content: "+";
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  left: 0;
  right: 0;
  top: 20%;
  text-align: center;
  opacity: 0;
  transition: 500ms ease;
}
.portfolio__card:hover .portfolio_card__photo:before {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: 500ms ease;
  z-index: 1;
}
.portfolio__card:hover .portfolio_card__photo:after {
  opacity: 1;
  transition: 500ms ease;
}
.card__category {
  color: #b9b9b9;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.portfolio__card_content {
  padding: 30px;
  position: relative;
}

.portfolio_slider a.portfolio__slide {
  display: block;
  width: 100%;
  padding-top: 125%;
  position: relative;
}
.portfolio_slider a.portfolio__slide:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  transition: 800ms ease;
}
.portfolio_slider a.portfolio__slide .portfolio__slide_wrapper {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.portfolio_slider a.portfolio__slide .portfolio__slide_wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: -50px;
  background: linear-gradient(45deg, rgba(0,0,0,0.10407913165266103) 0%, rgba(0,0,0,0.14889705882352944) 50%, rgba(255,255,255,0.10407913165266103) 50%);
  opacity: 0;
  transition: 800ms ease;
}
.portfolio__slide_category, .portfolio__slide_title {
  position: relative;
  z-index: 1;
}
.portfolio__slide_category {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  transition: 800ms ease;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  letter-spacing: .2em;
  text-align: right;
}
.portfolio__slide_title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  transition: 800ms ease;
}
.portfolio_slider a.portfolio__slide:hover:after {
  background: rgba(0,0,0,.6);
  transition: 500ms ease;
}
.portfolio_slider a.portfolio__slide:hover .portfolio__slide_wrapper:after {
  opacity: 1;
  bottom: 0;
  transition: 500ms ease;
}
.portfolio_slider a.portfolio__slide:hover .portfolio__slide_title {
  /*color: #00c0f4;*/
  color: #fff;
  transition: 500ms ease;
}

.portfolio__readmore {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  opacity: 0;
}
.portfolio__readmore_text {
  display: inline-block;
  /*padding-top: 10px;*/
}
.arrow_right {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #00c0f4;
  -webkit-mask: url('img/icons/arrow-right-short.svg')no-repeat;
  mask: url('img/icons/arrow-right-short.svg')no-repeat;
}
.portfolio_slider a.portfolio__slide:hover .portfolio__readmore {
  height: 30px;
  padding-top: 15px;
  opacity: 1;
  transition: all .3s ease;
}



.portfolioPrevBtn,
.portfolioNextBtn {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid rgba(0,0,0,.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms ease;
}
.portfolioPrevBtn span,
.portfolioNextBtn span {
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,.3);
  display: block;
  background-size: cover;
  transition: 500ms ease;
}
.portfolioNextBtn span {
  -webkit-mask: url('img/icons/arrow-right-short.svg') no-repeat;
  mask: url('img/icons/arrow-right-short.svg') no-repeat;
}
.portfolioPrevBtn span {
  -webkit-mask: url('img/icons/arrow-right-short.svg') no-repeat;
  mask: url('img/icons/arrow-right-short.svg') no-repeat;
  transform: rotate(180deg);
}
.portfolioPrevBtn:hover,
.portfolioNextBtn:hover {
  border: 2px solid #adadad;
  transition: 500ms ease;
}
.portfolioPrevBtn:hover span,
.portfolioNextBtn:hover span {
  background: #00c0f4;
  transition: 500ms ease;
}



@media (max-width: 767px) {
  .row__slider {
    position: relative;
    padding: 0 15px;
  }
  .row__slider .slider-navigation {
    margin-top: 15px;
    display: flex;
    justify-content: start;
  }
  .row__slider .slider-navigation .portfolioPrevBtn {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .row__slider {
    position: relative;
    padding: 0 30px;
  }
  .row__slider .slider-navigation {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
  }
  .row__slider .slider-navigation .portfolioPrevBtn {
    margin-left: -60px;
  }
  .row__slider .slider-navigation .portfolioNextBtn {
    margin-right: -60px;
  }
}

/*===== PORTFOLIO =====*/






@media  (max-width: 575px) {
  .section__howwework:before {
    display: none;
  }
  /*.section__howwework {
    margin: 0 -15px 40px -15px;
  }*/
  .howwework__wrap {
    padding: 40px 0 30px 30px;
    min-height: 350px;
    background-size: cover;
  }
  .slider__wrapper {
    position: relative;
  }
  .howwework__sidebar {
    height: 300px;
  }
  .section__description {
    max-width: 200px;
  }
  .howwework__wrap .slider-navigation {
    margin-bottom: 10px;
  }
  .howwework__slides.owl-carousel .owl-item {
    padding: 0;
  }
  .howwework__slide_item {
    padding: 40px;
  }
  .benefits__list .benefits__item {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .howwework__slides .owl-stage {
    border-bottom: 1px solid #eee;
  }
  .front__slider .slider__title {
    font-size: 48px;
  }
  .howwework__sidebar_col {
    padding: 0;
  }
  .row.howwework__sidebar_row {
    margin: 0;
  }
  .section__howwework_container {
    padding: 0;
  }
  ul.gallery__list {
    gap: 10px;
  }
  li.gallery__item {
    flex: 0 0 48%;
  }
}








@media  (min-width: 576px) {
  .howwework__wrap {
    padding: 40px 0 30px 30px;
    min-height: 360px;
  }
  .slider__wrapper {
    right: 0;
    top: 30px;
    width: 50%;
  }
  .howwework__sidebar {
    height: 330px;
  }
  .section__description {
    max-width: 200px;
  }
  .benefits__list .benefits__item {
    flex: 0 0 47%;
    margin-bottom: 30px;
  }
  .front__slider .slider__title {
    font-size: 58px;
  }
  ul.gallery__list {
    gap: 30px;
  }
  li.gallery__item {
    flex: 0 0 47%;
  }
}





@media  (max-width: 767px) {
  .front__start {
    padding: 100px 0 50px;
  }
  .section__services {
    padding: 30px 0;
  }
  .section__services_item {
    margin-bottom: 15px;
  }
  .service__item {
    max-width: 310px;
    margin: 0 auto;
  }
  .about__us_wrapper .about__left {
    flex: 0 0 100%;
    background: #fff;
    padding: 35px;
    position: relative;
  }
  .about__us_wrapper .about__right {
    flex: 0 0 100%;
  }
  .start__section_img {
    margin-bottom: 40px;
  }
  .top__contacts {
    display: none;
  }
}






@media  (min-width: 768px) {
  .front__start {
    padding: 100px 0 50px;
  }
  .section__services {
    padding: 0 0 30px;
  }
  .howwework__wrap {
    padding: 60px 0 45px 45px;
  }
  .slider__wrapper {
    right: 0;
    top: 15px;
    width: 60%;
  }
  .howwework__sidebar {
    height: 330px;
  }
  .section__description {
    max-width: 200px;
  }
  .service__item {
    margin-top: -45px;
  }
  .about__us_wrapper .about__left {
    flex: 0 0 100%;
    background: #fff;
    padding: 35px;
    position: relative;
  }
  .about__us_wrapper .about__right {
    flex: 0 0 100%;
  }
}


@media  (min-width: 768px) and (max-width: 991px) {
  .section__services > .container {
    max-width: 99%;
  }
}




@media  (max-width: 991px) {
  .front__slider {
    margin-bottom: 50px;
  }
  .benefits__content {
    padding: 45px 35px;
    margin: 0 -15px;
  }
  .benefits__content:before {
    width: 50%;
  }
  .benefits__content .section__description {
    max-width: 100% !important;
  }
  .benefits__list {
    padding: 45px 20px;
    gap: 18px;
  }
  .section__benefits {
    padding: 40px 0;
  }

  ul.prioritet__list {
    flex-wrap: wrap;
  }
  ul.prioritet__list li {
    flex: 0 0 100%;
    display: flex;
    height: 65px;
    align-items: center;
  }
  ul.prioritet__list li span.num_item {
    width: 45px;
    text-align: center;
  }
  .about__left_content .about__text {
    padding: 0;
  }
  
  .margin_r {
    margin-right: 15px;
  }
  .about__power .power__list span.power_item {
    font-size: 32px;
  }
  .about__us_wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contacts__page_left {
    flex: 0 0 100%;
  }
  .contacts__page_right {
    flex: 0 0 100%;
  }
}




@media  (min-width: 992px) {
  .front__start {
    height: 100vh;
    padding: 30px 0 0;
  }
  .howwework__wrap {
    padding: 60px 0 45px 65px;
  }
  .slider__wrapper {
    right: 0;
    top: 45px;
    width: 65%;
  }
  .howwework__sidebar {
    height: 330px;
  }
  .section__description {
    max-width: 250px;
  }
  .textblock h3 {
    max-width: 70%;
  }
  .benefits__content {
    padding: 75px 0 75px 65px;
  }
  .benefits__content:before {
    width: 160px;
  }
  .benefits__list {
    padding: 0;
  }
  .benefits__list .benefits__item {
    flex: 0 0 50%;
    margin-bottom: 40px;
  }
  .section__benefits {
    padding: 40px 0 80px;
  }
  .about__us_wrapper .about__left {
    flex: 0 0 58%;
    background: #fff;
    padding: 46px;
    display: flex;
    align-items: center;
    position: relative;
  }
  ul.prioritet__list li {
    flex: 0 0 33%;
    display: flex;
  }
  .about__left_content .about__text {
    padding: 0 50px 0 30px;
  }
  .about__us_wrapper .about__right {
    flex: 0 0 40%;
  }
  .margin_r {
    margin-right: 60px;
  }
  .about__power .power__list span.power_item {
    font-size: 40px;
  }
  .contacts__page_left {
    flex: 0 0 40%;
  }
  .contacts__page_right {
    flex: 0 0 60%;
  }
  li.gallery__item {
    flex: 0 0 31%;
  }
  .contact__item {
    justify-content: center;
  }
}





@media  (min-width: 1200px) {
  .slider__wrapper {
    right: 0;
    top: 45px;
    width: 65%;
  }
  .howwework__sidebar {
    height: 340px;
  }
  .section__description {
    max-width: 290px;
  }
  .about__us_wrapper .about__left {
    flex: 0 0 60%;
    padding: 65px;
  }
  .start__section_wrapper {
    padding-left: 50px;
  }
}



@media (max-width: 1399px) {
  .top__contacts {
    position: absolute;
    top: 42px;
    right: 80px;
  }
  ul.navbar-nav {
    padding: 30px 0;
  }
  .navbar-nav .nav-item {
    margin: 0 0 20px 0;
  }
  .home .navbar-collapse.collapse.show {
    background: rgba(0,0,0,1);
    padding: 0 20px;
    z-index: 9;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    transition: 300ms ease;
    overflow: hidden;
    height: 100%;
    margin: 0;
  }
  #menu-mainmenu li.menu-item-446,
  #menu-mainmenu li.menu-item-447 {
    margin-top: 20px;
  }
  #menu-mainmenu li.menu-item-447 a.nav-link {
    font-weight: 700;
    color: #00c0f4;
    font-size: 20px;
  }
  span.main_menu_icon__phone {
    display: block;
    width: 34px;
    height: 28px;
    background: #00c0f4;
    background-size: cover;
    margin-right: 15px;
    -webkit-mask: url(img/icons/telephone-inbound.svg) no-repeat;
    mask: url(img/icons/telephone-inbound.svg) no-repeat;
  }
  .span_row {
    display: flex;
    align-items: center;
  }
}

@media  (min-width: 1400px) {
  #menu-mainmenu li.menu-item-446,
  #menu-mainmenu li.menu-item-448,
  #menu-mainmenu li.menu-item-445,
  #menu-mainmenu li.menu-item-447 {
    display: none;
  }
}