@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.woff") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: lighter;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: medium;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: bold;
}
@font-face {
  font-family: "BebasBold";
  src: url("../fonts/bebasneuebold.woff") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

:root {
  --main-blue: #cd0000;
  --main-grey: #666666;
}

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

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  transition: .5s all;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  transition: .3s all;
}

p {
  margin: 0;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  font-family: "Proxima Nova", sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 14px;
}

body {
  margin: 0px;
  padding: 0px;
}

input {
  outline: none;
}

.btn-primary {
  background: var(--main-blue);
  border-radius: 0;
  padding: 10px 25px;
  font-weight: 700;
  transition: .5s all;
  outline: none;
  border: 1px solid var(--main-blue);
}
.btn-primary:hover {
  background: #7f0808;
  border: 1px solid #7f0808;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: var(--main-blue);
  border-color: var(--main-blue);
  outline: none;
  box-shadow:none;
  -webkit-appearance: none;
  appearance: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus {
  background-color: var(--main-blue);
  border-color: var(--main-blue);
  box-shadow:none;
  -webkit-appearance: none;
  appearance: none;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
  background-color: #1a7e25;
  border-color: #1a7e25;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.section-pd {
  padding: 70px 0;
  background: #fff;
}
.section-pd.section-grey {
  background: #f2f2f2;
}
.section-title {
  max-width: 750px;
  width: 100%;
}
.section-title.fullsize {
  max-width: 100%;
}
.section-title h1{
  display: block;
  position: relative;
  color: #000;
  padding-bottom: 35px;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 400;
  font-size: 46px;
}
.section-title h4 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.section-title.fullsize h1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}
.section-title.fullsize h1:before,.section-title.fullsize h1:after {
  display: none;
}
.section-title.fullsize h2 {
  font-weight: 300;
  font-size: 22px;
  color: var(--main-grey);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
  display: block;
  position: relative;
}
.section-title.fullsize.short h1 {
  padding-bottom: 30px;
}
.section-title.fullsize.short h1:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.section-title.fullsize.short h1:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 4px;
  width: 100px;
  background: var(--main-blue);
}
.section-title.fullsize h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.section-title.fullsize h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 4px;
  width: 100px;
  background: var(--main-blue);
}
.section-title p {
  text-align: center;
  font-size: 18px;
  color: #404040;
}
.section-title h1:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.section-title h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 4px;
  width: 100px;
  background: var(--main-blue);
}

@media (max-width:768px) {
  .section-title h1 {
    font-size: 32px;
  }
  .section-title h4 {
    font-size: 18px;
  }
  .section-title p {
    font-size: 16px;
  }
  .section-pd {
    padding: 40px 0;
  }
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus {
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}



@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1000px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

/* header */

.navbar {
  padding: 0;
}
.header__top,
.header__bottom {
  width: 100%;
}
.header__top-wrapper.container {
  justify-content:space-between;
}
.header__top {
  padding:40px 0;
}
.header__bottom {
  transition: .5s all;
  position: relative;
  z-index: 1000;
  background: #fff;
  animation-duration: 200ms;
  border-top: 1px solid #dddddd;
  padding: 20px 0;
}
.header__bottom.fixed {
  transition: .5s all;
  position: fixed;
  top: 0;
}
.header__top.fixed-active {
  margin-bottom: 65px;
}
.header__bottom.fixed.fixed-none {
  top: -100px;
}
.header__bottom.fixed.fixed-active {
  top:0;
}
.navbar-brand {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin-right:0;
}
.header__top-text {
  font-size: 18px;
  font-weight: 500;
  color: #404040;
}
.header__top-text a {
    font-size: 18px;
    line-height: 18px;
    color: var(--main-grey);
    gap: 8px;
    text-transform: uppercase;
}
.header__top-text a:hover {
    color:var(--main-blue);
}
.header__top-text a img {
    width: 30px;
    object-fit: contain;
}
.header__top-location a {
  font-size:18px;
  color: var(--main-grey);
  gap:10px;
}
.header__top-location a img {
    width: 20px;
    object-fit: contain;
  }
.header__top-phonevs {
  display: none;
}
.header__top-phone a {
  color: var(--main-grey);
  font-size: 20px;
  gap: 10px;
  font-weight: 800;
}
.header__top-phone a img {
    width: 24px;
    object-fit: contain;
}
.header__top-location a:hover,.header__top-phone a:hover {
  color:var(--main-blue);
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  color: #666666cc;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0;
}
.navbar-light .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: var(--main-blue);
  width: 0;
  transition: .4s all;
}
.navbar-light .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.navbar-list {
  width:100%;
  position: relative;
}


@media (max-width:1200px) {
 .navbar-brand {
        max-width: 200px;
        margin-right:15px;
    }
    .header__top-text a {
        font-size: 16px;
    }
    .header__top-text a img {
        width: 24px;
    }
    .header__top-location a {
        font-size: 16px;
    }
    .header__top-location a img {
        width: 16px;
    }
    .header__top-phone a {
        font-size:17px;
    }
    .header__top-phone a img {
        width: 20px;
    }
    .header__top-button .btn-primary {
        padding: 10px 12px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size:15px;
    }
}

.header__top-phone-invisible {
    background: white;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    transition:.3s all;
    width: 202px;
    left: -163px;
    padding: 20px;
}
.header__top-phone-invisible a {
    font-size: 16px;
    color: var(--main-blue);
    font-weight: 800;
}
.header__top-phonevs:hover .header__top-phone-invisible{
    opacity: 1;
    visibility: visible;
}

@media (max-width:992px) {
  header .navbar {
    position: fixed;
    z-index: 111111;
    background: #ffff;
  }
  .main-block {
    padding-top: 50px;
  }
  .navbar-list {
    position: absolute;
    height: 100vh;
    width: 230px;
    background: #fff;
    padding: 27px;
    transition: .3s all;
    display: block;
    visibility: hidden; 
    opacity: 0; 
    left: -250px;
    top: 0;
    z-index: 111;
  }
  .navbar-list.show {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  .header__top {
    padding: 10px 0;
  }
  .header__top-wrapper.container {
    justify-content: flex-start;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 20px;
    border:0;
  }
  .header__top-phonevs {
    display: block;
    position: absolute;
    right: 100px;
    top: 27px;
    opacity: .55;
    transition: .3s all;
  }
  .header__top-phonevs:hover,.header__top-phonevs:focus {
    opacity: 1;
  }
  .header__top-location a {
    font-weight: 400;
    font-size: 16px;
  }
  .header__top-location a img {
    width: 18px;
  }
  .navbar-list .navbar-nav {
    padding: 20px 0;
    border-top: 2px solid #1e1e1e;
    border-bottom: 2px solid #1e1e1e;
  }
  .header__bottom {
    padding: 0;
    border-top: 0;
  }
  .navbar-list__info {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 2px solid #1e1e1e;
  }
  .navbar-list .btn-primary {
    font-size: 12px;
  }
  .navbar-list__info a {
    font-size: 20px;
    color: #404040;
    font-weight: 500;
  }
  .navbar-list__info a:hover {
    color: var(--main-blue);
  }
  .navbar-light .navbar-nav .nav-link {
    display: inline-block;
    margin-bottom: 10px;
  }
  .header__bottom {
    position: fixed;
    top: 0;
  }
  .header__bottom.fixed {
    position: fixed;
  }
  .header__top.fixed-active {
    margin-bottom: 0;
  }
  .header__bottom.fixed.fixed-none {
    top: 0;
  }
  .header__bottom.fixed.fixed-active {
    top:0;
  }
}

@media (max-width:640px) {
  .header__top-location a {
    font-weight: 400;
    font-size: 12px;
    gap:5px;
  }
  .header__top-location a img {
    width: 12px;
  }
  .header__top-phonevs {
    right: 85px;
  }
}

@media (max-width: 460px) {
  .navbar-brand {
    margin-right: 15px;
    max-width: 150px;
  }
  .header__top-phonevs {
    top: 18px;
    right: 74px;
  }
  .navbar-light .navbar-toggler {
    top:11px;
    right: 10px;
  }
}

/* main-block */

.main-block {
  position: relative;
  height: 100%;
  min-height: 700px; 
  height: 100%;
  background: url('../img/jaluzinew/main-block.jpg') no-repeat;
  background-size: cover;
}
.main-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1,1,1,.35);
  z-index: 0;
}
.main-block__wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.main-block__left {
  width: 50%;
  color: #fff;
  flex: 0 0 50%;
}
.main-block__right {
  width: 33%;
  color:#fff;
  flex: 0 0 33%;
}
.main-block__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-block__left h2{
  font-size: 72px;
  font-weight: 500;
}
.main-block__left h3{
  font-size: 36px;
  font-weight: 500;
}
.main-block__left h4 {
  font-size: 27px;
  font-weight: 500;
}
.main-block__left h4 span {
  color: #ffd0d0;
  font-weight: 800;  
}
.title-dot {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 6px;  
}
.title-dot:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.main-block__left h3 span {
  color: #ffd0d0;
  font-weight: 800;
}
.main-block__left img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.main-block__right-form {
  width: 100%;
  position: relative;
  background: #fff;
  color: #000;
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 7px solid var(--main-blue);
  padding: 40px;
}
.main-block__right-form:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background: url('../img/jaluzinew/icon/sale.png') no-repeat;
  background-size: contain;
}
.main-block__right-form h3 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
}
.main-block__right-form h3 span {
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin-bottom: 6px;
}
.input-group input {
  width: 100%;
  padding-left: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 0;
}
.input-group input::placeholder {
  color: #757575;
  font-weight: 300;
}
.input-group label {
  position: absolute;
  z-index: 100;
  top: 13px;
  left: 15px;
}
.input-group label img{
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.input-group-checkbox span {
  font-size: 16px;
  font-weight: 300;
  margin-left: 10px;
}

@media (max-width:1200px) {
    .main-block__left h2 {
        font-size: 56px;
    }
    .main-block__left h3 {
        font-size: 27px;
    }
    .main-block__left h4 {
        font-size: 21px;
    }
}

@media (max-width:992px) {
  .main-block__left, .main-block__right {
    flex: 0 0 48%;
    width: 48%;
  }
}

@media (max-width:768px) {
  .main-block__left, .main-block__right {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .main-block__wrapper {
    position: relative;
    top:initial;
    left: initial;
    transform: none;
  }
  .main-block__left {
    margin: 40px 0 60px 0;
  }
  .main-block__right {
    margin-bottom: 40px;
  }
  .main-block__right-form {
    padding: 20px;
  }
  .main-block__left h4 {
    font-size: 20px;
  }
  .main-block__left h3 {
    font-size: 19px;
  }
  .main-block__left h2 {
    font-size: 40px;
  }
}

@media (max-width:510px) {
    .main-block__left h4 {
        text-align:center;
    }
}

/* products */

.products__item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  min-height: 410px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}
.products__item-subtitle {
  font-size:20px;
}
.products__item-left img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  cursor:pointer;
}
.automatic .products__item-left img {
    max-height: initial;
}
.contacts-text {
  font-size: 18px;
  color: var(--main-grey);
}
.products__item-left,.products__item-right {
  width: 50%;
  flex: 0 0 50%;
}
.products__item.invert .products__item-left{
  order: 2;
}
.products__item.invert .products__item-right{
  order: 1;
}
.products__item-right {
  padding: 25px 40px;
  background: #fff;
}
.products__item-right h3 {
  font-size: 48px;
  font-weight: 400;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #a8a8a8;
}
.products__item-right h3 span {
    font-size: 24px;
    color: #a3a1a1;
    text-transform: uppercase;
    margin-bottom: 0;
}
.rlst .products__item-right h3 {
  font-size: 36px;
}
.rlst .automatic .products__item-right h3 {
  font-size: 28px;
  border-bottom: 0;
}
.products__item-price {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #a8a8a8;
}
.products__item-price p {
  font-size: 32px;
  color: #000;
}
.rlst .products__item-price p {
  font-size: 26px;
  color: #000;
  padding-left: 70px;
}
.products__item-price p span {
  font-weight: 800;
  color: var(--main-blue);
}
.products__item-price p s {
  font-size: 24px;
  color:#999999;
}
.products__item-price img {
  width: 80px;
  height: auto;
  object-fit: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.rlst .products__item-price img {
    width: 50px;
    height: auto;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: initial;
    top: 45%;
    transform: translateY(-50%);
}
.products__item-info p {
  color: #000;
  font-size: 18px;
}
.white-color,.brown-color,.anthracite-color {
  position: relative;
  display: inline-block;
  top: 0;
  padding: 4px 12px;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 10px;
  user-select: none;
  transition: .3s all;
  box-shadow: 0 2px 12px rgb(0 0 0 / 40%);
}
.white-color:hover,.brown-color:hover,.anthracite-color:hover {
  top:-2px;
}
.white-color {
  background: #fff;
  color: #000;
}
.brown-color {
  background: #825A53;
  color: #fff;
}
.anthracite-color {
  color: #fff;
  background: #384A51;
}
.products__item-btn .btn-primary {
  padding: 10px 35px;
}
.products__item-btn p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    border: 2px solid #000;
    padding: 10px 20px;
    font-weight: 500;
    gap: 10px;
    font-size: 18px;
    line-height: 18px;
}
.products__item-btn p span {
    font-weight: 800;
    font-size: 25px;
    line-height: 21px;
    color: var(--main-blue);
}

@media (max-width:1200px) {
  .products__item-left img {
    height:530px;
  }
}

@media (max-width:992px) {
  .products__item-left,.products__item-right {
    width: 100%;
    flex: 0 0 100%;
  }
  .products__item-left img {
    height: 350px;
  }
  .products__item.invert .products__item-left{
    order: 1;
  }
  .products__item.invert .products__item-right{
    order: 2;
  }
}

@media (max-width: 768px) {
  .products__item-btn {
    justify-content: space-between;
  }
  .products__item-btn>*{
    width: 45%;
    flex: 45%;
    padding: 10px!important;
  }
  .products__item-right h3 {
    font-size: 40px;
  }
  .products__item-price img {
    display: none;
  }
  .products__item-btn p {
    font-size: 15px;
  }
  .products__item-btn p span {
    font-size: 20px;
  }
  .products__item-right {
    padding: 25px;
  }
  .rlst .products__item-price p {
    padding-left: 0;
  }
  .products__item-price p {
    font-size: 26px;
  }
}

/* products variants */

.products__variants-item {
  width: 32%;
  flex: 0 0 32%;
  background:#fff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
}
.products__variants-item img {
  width: 100%;
  height:280px;
  object-fit:cover;
}
.products__variants-item-content h3 {
  color: var(--main-blue);
  margin-bottom:5px;
}
.products__variants-item-content span {
  font-size: 20px;
  color: #474040;
  font-weight: 700;
  text-transform: uppercase;
}
.products__variants-item-content p {
  font-size:18px;
  min-height:190px;
}

@media (max-width:992px) {
  .products__variants-item {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom:30px;
  }
  .products__variants-item-content p {
      min-height:initial;
  }
}

/* callback block */

.callback-block {
  border: 8px solid var(--main-blue);
  background: #fff;
  padding: 40px 130px;
  color: #000;
}
.callback-block h3 {
  font-weight: 400;
  color: #000;
  text-align: center;
}
.input-groups div, .input-groups button {
  width: 31%;
  flex: 0 0 31%;
}

@media (max-width:1200px) {
  .input-groups button {
    font-size: 14px;
  }
}

@media (max-width:992px) {
  .input-groups div, .input-groups button {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .callback-block {
    padding: 40px;
  }
  .callback-block h3 {
    font-size: 20px;
  }
}


/* advantages block */

.advantages {
  margin: 80px 0 60px 0;
}
.advantages__item {
  margin-bottom: 40px;
}
.advantages__item-img {
  width: 100px;
  height: 100px;
  border: 1px solid #989898;
  padding: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantages__item-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advantages__item h3 {
  min-height: 35px;
  font-weight: 400;
  color: #000;
}


@media(max-width:1200px) {
  .advantages__item h3 {
    min-height: 68px;
  }
}
@media (max-width:992px) {
  .advantages__item {
    padding: 0 30px;
  }
  .advantages__item h3 {
    font-size: 24px;
  }
}

@media (max-width:768px) {
  .advantages__item h3 {
      min-height: initial;
  }
  .advantages {
    margin: 60px 0 30px 0;
  }
}

/* innovative block */

.innovative {
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}
.innovative__left, .innovative__right {
  width:50%;
  flex: 0 0 50%;
}
.innovative__left {
  padding:15px 35px;
}
.innovative__right img {
  width: 100%;
  min-height: 480px;
  height: 100%;
  object-fit: cover;
}
.innovative__info {
  display: flex;
  gap: 15px;
  position: relative;
  padding: 20px 0;
}
.innovative__info:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 145px;
  height: 1px;
  background: #a8a8a8;
}
.innovative__info h4 {
  display: inline-block;
  font-weight: 300;
  color: var(--main-blue);
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}
.innovative__info p {
  font-weight: 800;
  font-size: 20px;
  color: var(--main-blue);
}
.innovative__info span {
  font-size: 18px;
  font-weight: 300;
}
.innovative__info-bottom {
  background: var(--main-blue);
  height: 90px;
  width: 100%;
  position: relative;
  padding: 10px;
  margin-top: 50px;
}
.innovative__info-bottom span{
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
.innovative__info-bottom p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.innovative__info-bottom p span {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
}
.innovative__info-bottom img {
  position: absolute;
  width: 90px;
  object-fit: contain;
  right: 20px;
  top: -50px
}

@media (max-width:992px) {
  .innovative__left,.innovative__right {
    width: 100%;
    flex:0 0 100%;
  }
  .innovative__right {
    order:1;
  }
  .innovative__left {
    order:2;
  }
  .innovative__info-bottom {
    margin-top: 25px;
  }
}

@media (max-width:768px) {
  .innovative__info-bottom img {
    display: none;
  }
  .innovative__info {
    padding: 15px 0;
  }
  .innovative__info-bottom {
    height: 108px;
  }
  .innovative__info-bottom p {
    line-height: 20px;
    margin-top: 10px;
  }
}

/* ourwork block */

.ourwork__slider-photo {
    max-width: 900px;
    width: 100%;
    left:50%;
    transform:translateX(-50%);
    position: relative;
}
.ourwork__slider-photo a {
  display: block;
  width: 100%;
}
.ourwork__slider-video a {
  display: block;
  padding: 10px;
  width: 100%;
  background: #fff;
}
.ourwork__slider-video iframe {
  width: 100%;
  height: 400px;
}
.ourwork__slider-photo a img{
  height: 280px;
  width: 100%;
  padding:10px;
  object-fit: cover;
}
.slick-dots {
  padding: 0;
  list-style-type: none;
  display: flex;
  gap:12px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 1111;
  transform: translateX(-50%);
  font-size: 0;
}
.slick-dots button {
  border: 0;
  outline: none;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: #57595b;
  transition: .3s all;
}
.slick-dots .slick-active button {
  background: var(--main-blue);
}
.products__item .slick-dots {
  bottom: 10px;
}
.ourwork .nav {
  gap: 20px;
}
.ourwork .nav-pills .nav-link {
  border-radius: 0;
  background: transparent;
  transition: .3s all;
  border: 2px solid #3e3f41;
  padding: 10px 40px;
  font-size: 18px;
  color: #3e3f41;
  font-weight: 800;
}
.ourwork .nav-pills .nav-link.active,.ourwork .nav-pills .show>.nav-link {
  background: #3e3f41;
  color: #fff;
}
.ourwork .tab-content {
  overflow: hidden;
  height: 455px;
}
.ourwork .tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;    
    height: 0;         
}
.ourwork .tab-content > .active, .pill-content > .active {
    height: auto;      
} 

@media (max-width:992px) {
  .ourwork__slider-photo, .ourwork__slider-video {
    max-width: calc(350px + (500 - 350) * (100vw - 375px) / (992 - 375));
  }
}

/* feedback slider */

.feedback__slider {
  max-width: 960px;
  width: 100%;
}
.feedback__item {
  padding: 10px 30px 30px;
}
.feedback__item-wrapper {
  display: flex!important;
  justify-content: space-between;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  flex-wrap: wrap;
  padding: 35px;
  
}
.feedback__item-left {
  flex: 0 0 30%;
  min-height: 285px;
  height: 100%;
  width: 30%;
  border-right: 1px solid #a8a8a8;
  padding-right: 50px;
}
.feedback__item-right {
  flex: 0 0 70%;
  height: 100%;
  width: 70%;
  padding-left: 50px;
}
.feedback__item-right h2 {
  color: #000;
  font-weight: 600;
}
.feedback__item-left h3 {
  color: #000;
  font-weight: 600;
  font-size: 32px;
}
.feedback__item-left p {
  font-size: 20px;
  color: var(--main-grey);
}
.feedback__item-right p {
  font-size: 18px;
  color: var(--main-grey);
}
.feedback__item-left div:first-child p:last-child {
  display: block;
  border-bottom: 1px solid #a8a8a8;
}


@media (max-width:992px) {
  .feedback__item-left,.feedback__item-right {
    flex: 0 0 100%;
    width: 100%;
  }
  .feedback__item-left {
    border-right: 0;
    padding-right: 0;
    min-height: initial;
    border-bottom: 1px solid #a8a8a8;
  }
  .feedback__item-left div:first-child p:last-child {
    border-bottom: 0;
  }
  .feedback__item-right {
    padding-top: 20px;
    padding-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feedback__item-left h3 {
    font-size: 26px;
  }
  .feedback__item-left p {
    font-size: 18px;
  }
  .feedback__item {
    padding: 15px 10px;
  }
}

/* callback section */

.callback-section {
  background: url(../img/jaluzinew/callback-section.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 600px;
  position: relative;
}
.callback-section.second {
  background: url(../img/jaluzinew/callback-section2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.callback-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1,1,1,.35);
  z-index: 0;
}
.callback-section .container {
  position: relative;
  height: 100%;
}
.callback-section__left,.callback-section__right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.callback-section__left p {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
.callback-section__left p span {
  color: #ffd0d0;
}
.callback-section__left h2 {
  font-weight: 300;
  font-size: 60px;
  color: #fff;
}
.callback-section__left img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
}
.callback-section .main-block__right-form:before {
  display: none;
}
.callback-section .main-block__right-form {
  max-width: 350px;
}
.callback-section .main-block__right-form h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width:1200px) {
    .callback-section__left h2 {
        font-size:40px;
    }
    .callback-section__left p {
        font-size:20px;
    }
}

@media (max-width:992px) {
  .callback-section {
    height: 100%;
    padding: 30px;
  }
  .callback-section__left,.callback-section__right {
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
  }
  .callback-section__right {
    margin-bottom: 30px;
  }
}

@media (max-width:768px) {
    .callback-section__left h2 {
        font-size: 32px;
    }
    .callback-section__left p {
        font-size: 14px;
        text-align:center;
    }
}

/* howworking */

.howworking__item {
  position: relative;
  min-height: 210px;
  border: 1px solid var(--main-blue);
  overflow: hidden;
  flex: 0 0 32%;
  width: 32%;
  transition: .5s all;
  user-select: none;
  padding: 30px;
}
.howworking__item:hover {
  box-shadow: 0 15px 20px rgb(0 0 0 / 20%);
}
.howworking__item:after {
  content: '';
  position: absolute;
  height: 200px;
  width: 260px;
  transition: .5s all;
  border-radius: 50%;
  background: var(--main-blue);
  right: -115px;
  bottom: -120px;
  z-index: 1;
}
.howworking.info .howworking__item {
  padding: 20px 30px 20px 130px;
  min-height:100px;
}
.howworking.info .howworking__item:after {
  left: -115px;
  top: -120px;
  width: 230px;
}
.howworking.info .howworking__item img {
  left: 15px;
  right:initial;
  top: 10px;
  bottom:initial;
}
.howworking.info .howworking__item p img {
    position: relative;
    top: initial;
    left: initial;
    height: 20px;
    width: 100px;
    padding-left: 15px;
}
.howworking__item h3 {
  font-size: 22px;
  transition: .5s all;
  color: #000;
  position: relative;
  z-index: 100;
  font-weight: 600;
}
.howworking__item h3 span {
    font-weight: 400;
}
.howworking__item p {
  font-size: 16px;
  position: relative;
  z-index: 100;
  color:#666666;
}
.howworking__item:hover h3 {
  color: var(--main-blue);
}
.howworking__item img {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

@media (max-width:1200px) {
  .howworking__item {
    padding: 30px;
  }
  .howworking__item h3 {
    font-size: 22px;
  }
  .howworking__item p {
      margin-bottom:25px;
  }
}
@media (max-width:992px) {
  .howworking__item h3 {
      padding-left: 0; 
      min-height: initial; 
    }
    .howworking__item p {
        margin-bottom:50px;
    }
    .howworking.info .howworking__item:after {
        top:initial;
        left:initial;
        right: -115px;
        bottom: -120px;
    }
    .howworking.info .howworking__item img {
        right: 15px;
        bottom: 10px;
        left:initial;
        top:initial;
    }
    .howworking.info .howworking__item {
        padding:30px;
    }
    .howworking.info .howworking__item p img {
        right: initial;
        bottom: initial;
    }
}
@media (max-width:768px) {
  .howworking__item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .howworking__item h3 {
    margin-top: 0;
  }
  .howworking__item {
    padding: 30px;
    min-height:initial;
  }
  .howworking__item p {
        margin-bottom:45px;
    }
}

/* contacts */

.contacts__wrapper {
  background: #fff;
}
.contacts__wrapper div iframe {
  width: 100%;
  height: 330px;
}
.contacts__wrapper h3 {
  color: #000;
  font-size: 32px;
  border-bottom: 1px solid #d6d4dd;
}
.contacts__wrapper ul {
  padding: 0;
  list-style-type: none;
}
.contacts__wrapper ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}
.contacts__wrapper ul li a {
  font-weight: 800;
  color: #000;
  position: relative;
  top:2px;
}
.contacts__wrapper ul li a:hover {
  color: var(--main-blue);
}
.contacts__wrapper ul li img {
  position: absolute;
  left: 0;
  height: 30px;
  width: 20px;
  object-fit: contain;
}

@media (max-width:768px) {
  .contacts__wrapper h3{
    font-size: 26px;
  }
  .contacts__wrapper ul li {
    font-size: 18px;
  }
  .contacts__wrapper ul li a {
    top: 3px;
  }
  .contacts__wrapper .btn-primary {
    width: 100%;
  }
}

/* footer */ 

footer {
  background: #2d2f33;
  padding: 70px 0 30px;
}
.footer__top,.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  color: #c0c1c2;
}
.footer__top div {
  flex:0 0 18%;
  width: 18%;
  font-size: 14px;
}
.footer__top div:nth-child(1) img {
  width: 300px;
  height: auto;
  object-fit: contain;
}
.footer__top div:nth-child(3) {
  display: flex;
  justify-content: center;
}
.footer__top div:nth-child(3) img {
  width: 50px;
  width: 50px;
  object-fit: contain;
}
.footer__top div:nth-child(4) {
  text-align: right;
}
.footer__top div:nth-child(4) a {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.footer__top div:nth-child(4) a:hover {
  color: #4a54fd;
}
.footer__top div .btn-primary {
  height: 50px;
  font-size: 14px;
  width: 100%;
}
.footer__bottom img {
  width: 140px;
  height: auto;
  object-fit: contain;
  float: right;
  display: block;
}
.footer__bottom div:nth-child(1) {
  width: 60%;
  flex: 0 0 60%;
}
.footer__bottom div:nth-child(2) {
  width: 30%;
  flex: 0 0 30%;
}
.footer__bottom div:nth-child(2) p {
  width: 100%;
  display: block;
  padding-top: 30px;
  text-align: right;
} 
.footer__up img {
  position: relative;
  width: 40px;
  top: 0;
  transition: .3s all;
  height: auto;
  object-fit: contain;
}
.footer__up a:hover img {
  top: -3px;
}

@media (max-width: 1200px) {
  .footer__top div:nth-child(1),,
  .footer__top div:nth-child(3) {
    width: 32%;
    flex: 0 0 32%;
  }
  .footer__top div:nth-child(4),.footer__top div:nth-child(5) {
    width: 50%;
    margin-top: 20px;
    flex: 0 0 50%;
  }
  .footer__top div:nth-child(4) {
    text-align: left;
  }
  .footer__top div .btn-primary {
    width: 210px;
    float: right;
  }
}

@media (max-width:768px) {
  .footer__top div,.footer__bottom div {
    display: flex;
    justify-content: center;
    text-align: center;
    flex:0 0 100%!important;
    width: 100%!important;
    margin-top: 0!important;
    margin-bottom: 30px!important;
    flex-direction: column;
    align-items: center;
  }
    .footer__top div:nth-child(2) {
        margin-bottom: 0!important;
    }
  .footer__top div:nth-child(1) img {
    width: 220px;
  }
  .footer__top div:last-child,.footer__bottom div:last-child {
    margin-bottom: 0!important;
  }
  .footer__bottom div:nth-child(2) p {
    text-align: center;
    padding-top: 0;
  }
}

/* modal */

.modal {
  z-index: 111110;
}
.modal-content {
  position: relative;
  border-radius: 0;
  border: 0;
}
.modal-body {
  padding:30px;
}
.modal-header {
  position: absolute;
  z-index: 111111;
  top: 0;
  right: 0;
}
.modal-header,.modal-footer {
  border: 0;
  border-radius: 0;
}
.modal-body h3 {
  font-size: 38px;
  margin-bottom: 0;
  color: var(--main-blue);
  font-family: "BebasBold";
}
.modal-body img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

#saleModal .modal-body, #productModal .modal-body, #variantModal .modal-body{
    padding: 0;
}
#saleModal .modal-body .modal-img, #productModal .modal-body .modal-img, #variantModal .modal-body .modal-img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}
#saleModal .close, #productModal .close, #variantModal .close{
    box-shadow: none;
    filter: invert(1);
    transition: .3s all;
}
.modal {
    z-index: 111111;
}
.btn-up {
    position: fixed;
    background-color: var(--main-blue);
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: .3s all;
}
.btn-up.btn-up_hide {
    display: none;
}
.btn-up::before {
    content: "";
    width: 30px;
    height: 30px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.delivery {
    height: 350px;
    width: 100%;
    position: relative;
}
.delivery:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background:rgba(1,1,1,.35);
}
.delivery img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.delivery__text {
    position:absolute;
    color:#fff;
    left: 50%;
    top: 50%;
    width: 100%;
    transform:translate(-50%,-50%);
}
.delivery__text h3 {
    font-size: 40px;
}
.delivery__text p {
    font-size:18px;
}

@media (max-width:768px) {
    .delivery__text h3 {
        font-size:30px;
    }
    .delivery__text p {
        font-size:16px;
    }
}

.grecaptcha-badge { visibility: hidden; }

#wrapper{width:100%}error-box{height:100%;position:fixed;top:20%;width:100%}
.error-box .footer{width:100%;left:0;right:0}
.error-body{padding-top:5%}
.error-body h1{font-size:210px;font-weight:900;line-height:210px}
.text-center{text-align:center}
.text-danger{color:var(--main-blue)!important}
.btn-danger{background:var(--main-blue)!important;border:0!important;padding:10px 20px;border-radius:0;font-weight:600;}
.text-muted{color:#8d9ea7}
.m-b-40{margin-bottom:40px!important}
.m-t-30{margin-top:30px!important}
.m-b-30{margin-bottom:30px!important}

@media (max-width:992px) {
    .error-body h1 {
        font-size: 155px;
        font-weight: 900;
        line-height: 160px;
        margin-top: 60px;
    }
}

.chat-right-bottom-block {
    position: fixed;
    right: 20px;
    bottom: 60px;
    height: auto;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 10;
    box-shadow: none;
    -webkit-animation: fadeInFromNone 1.5s ease-out;
    -moz-animation: fadeInFromNone 1.5s ease-out;
    -o-animation: fadeInFromNone 1.5s ease-out;
    animation: fadeInFromNone 1.5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.chat-right-bottom-block .telegram, .chat-right-bottom-block .whatsapp {
    position: relative;
    height: 50px;
    display: block;
    width: 50px;
    right: 0;
    bottom: 0;
}
.chat-right-bottom-block .whatsapp {
    bottom: 20px;
}
.chat-right-bottom-block .telegram img, .chat-right-bottom-block .whatsapp img {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    filter: contrast(110%);
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}