body.modal-open .header-top {
  padding-right: 17px;
}

header {
  position: absolute;
  width: 100%;
  color: white;
  z-index: 3;
}
header .header-top {
  border-bottom: 1px solid;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
header .header-top .left-side .city-select .dropdown-toggle {
  color: #fff;
}
header .header-top .left-side .city-select .dropdown-toggle::before {
  background-position: 3px -34px;
}
header .header-top .left-side .service a {
  color: #fff;
}
header .header-top .right-side .phone a {
  color: #ffffff;
}
header .header-top .right-side .phone button::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
header .header-top .right-side .phone a.dropdown-item {
  color: #000000;
  transition: color 0.3s ease;
}
header .header-top .right-side .phone a.dropdown-item:hover {
  background: unset;
  color: #e9416d;
}
header .header-top .right-side .search .search-submit {
  background-position: -60px -28px;
}
header .header-top .right-side .search .search-text {
  color: #fff;
}
header .header-top .right-side .search .search-text.show-search {
  border-bottom: 1px solid white;
}
header .header-top .right-side .cart a {
  background-position: -113px -26px;
}
header .header-top .right-side.header-b2b .user a {
  background-position: -168px -27px;
}
header .header-bot {
  background-color: transparent;
}

.main-page .header-jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.main-page .header-jumbotron .section-slider {
  height: 720px;
}
.main-page .header-jumbotron .section-slider .carousel {
  position: relative;
  height: 100%;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-indicators {
  z-index: 2;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-indicators li {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-indicators li:hover {
  opacity: 0.7;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner {
  height: 100%;
  z-index: 1;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  display: block;
  transition: all ease 0.8s;
  position: absolute;
  transform: scale(1.8);
  opacity: 0;
  visibility: hidden;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #000, transparent);
  opacity: 0.6;
  z-index: 1;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item img {
  position: relative;
  object-fit: cover;
  height: 100%;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption {
  width: 515px;
  left: -30%;
  right: 0;
  margin: 0 auto;
  text-align: left;
  bottom: 25%;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption span {
  font-size: 90px;
  font-family: "KievitPro-ExtraBold";
  font-weight: 900;
  line-height: 100px;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption span a {
  color: #fff;
  transition: all 0.3s ease;
  border-bottom: 0.1em solid transparent;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption span a:hover {
  border-bottom: 0.1em solid white;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption p {
  font-weight: 300;
  font-size: 22px;
  margin-top: 30px;
}
.main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon::before {
  content: "";
  position: absolute;
  bottom: 53.5%;
  left: -91%;
  width: 100%;
  background-color: #fff;
  height: 2px;
  z-index: 1;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-next {
  opacity: 1;
  z-index: 1;
  left: 10%;
  top: 44%;
  width: 39px;
  height: 38px;
  transition: opacity 0.3s ease;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-next .carousel-control-next-icon {
  width: 39px;
  height: 38px;
  background: url(../img/svg/other.svg);
  background-position: 245px 390px;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-prev {
  left: 10%;
  opacity: 1;
  bottom: 43%;
  z-index: 1;
  width: 39px;
  height: 38px;
  top: unset;
  transition: opacity 0.3s ease;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-prev .carousel-control-prev-icon {
  width: 39px;
  height: 38px;
  background: url(../img/svg/other.svg);
  background-position: 289px 390px;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-next:hover, .main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-prev:hover {
  opacity: 0.7;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container {
  height: 90px;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video {
  width: 405px;
  position: absolute;
  bottom: 0;
  right: 15px;
  padding: 20px 25px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: flex;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .close-btn-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 18px;
  width: 18px;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .close-btn-wrap .close-btn {
  display: block;
  height: 18px;
  width: 18px;
  position: relative;
  cursor: pointer;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .close-btn-wrap .close-btn::before, .main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .close-btn-wrap .close-btn::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #808080;
  left: 9px;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .close-btn-wrap .close-btn::before {
  transform: rotate(45deg);
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .close-btn-wrap .close-btn::after {
  transform: rotate(-45deg);
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .play-button {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #2c8a7b;
  border-radius: 50%;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .play-button::before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 10px);
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 16px solid white;
  border-bottom: 8px solid transparent;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .text p {
  margin-bottom: 0;
  font-weight: 500;
}
.main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .video-wrap .container .video .text a {
  font-size: 14px;
  color: #808080;
  border-bottom: 1px dashed #808080;
  cursor: pointer;
}
.main-page .advantages {
  margin: 15px auto;
}
.main-page .advantages .advantage-item-wrap {
  padding: 0;
}
.main-page .advantages .advantage-item-wrap:nth-child(1) .advantage-item {
  background-image: url(../img/main-advantage-1.jpg);
}
.main-page .advantages .advantage-item-wrap:nth-child(2) .advantage-item {
  background-image: url(../img/main-advantage-2.jpg);
}
.main-page .advantages .advantage-item-wrap:nth-child(3) .advantage-item {
  background-image: url(../img/main-advantage-3.jpg);
}
.main-page .advantages .advantage-item-wrap .advantage-item {
  width: calc(100% - 15px);
  padding: 26px 38px;
  min-height: 250px;
  line-height: 1.875;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.main-page .advantages .advantage-item-wrap .advantage-item .title {
  font-family: "KievitPro-ExtraBold";
  font-size: 32px;
  line-height: 1.25;
}
.main-page .popular-products h2 {
  font-size: 48px;
  text-align: center;
  margin: 50px 0 15px 0;
}
@media (min-width: 1199px) {
  .main-page .popular-products .product-item-big .product-item .product-item-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-page .popular-products .product-item-big .product-item .product-item-link .product-item-info .img-wrap {
    height: 540px;
    width: auto;
    display: flex;
    align-items: center;
  }
  .main-page .popular-products .product-item-big .product-item .product-item-link .product-item-info img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
  }
  .main-page .popular-products .product-item-big .product-item .product-item-link .product-item-full {
    width: 108%;
    height: 106%;
    top: -3%;
    left: -4%;
  }
  .main-page .popular-products .product-item-small .product-item .product-item-link .product-item-info .img-wrap {
    height: 280px;
    width: auto;
    display: flex;
    align-items: center;
  }
  .main-page .popular-products .product-item-small .product-item .product-item-link .product-item-info img {
    max-height: 100%;
    width: auto;
  }
}
@media (max-width: 1198px) {
  .main-page .popular-products .product-item-big .product-item .product-item-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-page .popular-products .product-item-big .product-item .product-item-link .product-item-info .img-wrap {
    height: 280px;
    width: auto;
    display: flex;
    align-items: center;
  }
  .main-page .popular-products .product-item-big .product-item .product-item-link .product-item-info img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
  }
  .main-page .popular-products .product-item-small .product-item .product-item-link .product-item-info .img-wrap {
    height: 280px;
    width: auto;
    display: flex;
    align-items: center;
  }
  .main-page .popular-products .product-item-small .product-item .product-item-link .product-item-info img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
  }
}
.main-page .section-parallax {
  position: relative;
  overflow: hidden;
}
.main-page .section-parallax .section-bg {
  background: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
.main-page .map {
  height: 415px;
  padding: 40px;
}
.main-page .map .section-pos .map-title {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.main-page .map .section-pos .map-title h2 {
  font-size: 48px;
  margin: 20px auto;
}
.main-page .map .section-pos .map-title .text {
  margin: 1rem 0;
}
.main-page .map .section-pos .map-title .btn {
  margin: 1rem 0 5rem;
  padding: 8.5px 38px;
}
.main-page .map .section-bg .bg-img {
  background: url(../img/main-map.jpg);
  background-position: center;
  width: 100%;
  height: 637px;
  object-fit: cover;
}
.main-page .advantages_2 {
  padding: 40px 15px;
}
.main-page .advantages_2 .advantage_2-item {
  border-right: 2px solid #f7f8f9;
  padding-right: 0;
  padding-left: 30px;
}
.main-page .advantages_2 .advantage_2-item .item-icon {
  height: 65px;
  background: url(../img/svg/other.svg) no-repeat;
}
.main-page .advantages_2 .advantage_2-item .item-icon.factory {
  background-position: -93px -343px;
}
.main-page .advantages_2 .advantage_2-item .item-icon.sertificate {
  background-position: -312px -347px;
}
.main-page .advantages_2 .advantage_2-item .item-icon.tech {
  background-position: -311px -504px;
}
.main-page .advantages_2 .advantage_2-item .item-icon.your-size {
  background-position: -166px -426px;
}
.main-page .advantages_2 .advantage_2-item .item-text {
  display: flex;
  font-weight: 500;
  align-items: center;
  padding: 0 16px;
}
.main-page .advantages_2 .advantage_2-item:last-child {
  border: none;
}
.main-page .making {
  padding: 100px;
  height: 415px;
  position: relative;
}
.main-page .making .section-pos .making-title {
  text-align: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.main-page .making .section-pos .making-title h2 {
  font-size: 48px;
  margin: 20px auto;
  color: #ffffff;
}
.main-page .making .section-pos .making-title .text {
  width: 70%;
  margin: 15px auto;
  color: #ffffff;
}
.main-page .making .section-bg .bg-img {
  background: url(../img/main-making.jpg);
  background-position: center;
  width: 100%;
  height: 637px;
  object-fit: cover;
}
.main-page .making .section-bg .bg-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}

@media (max-width: 1279px) and (min-width: 320px) {
  header .header-top {
    background: transparent;
  }
  header .header-top .left-side .mobile-menu-toggle .menu-icon {
    background: #ffffff;
  }
  header .header-top .left-side .mobile-menu-toggle::before, header .header-top .left-side .mobile-menu-toggle::after {
    background: #ffffff;
  }
  header .header-top.in-top {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  header .header-top.in-top .left-side .mobile-menu-toggle .menu-icon {
    background: #000000;
  }
  header .header-top.in-top .left-side .mobile-menu-toggle::before, header .header-top.in-top .left-side .mobile-menu-toggle::after {
    background: #000000;
  }
  header .header-top.in-top .right-side .phone a {
    color: #fff;
  }
  header .header-top.in-top .right-side .search .search-submit {
    background-position: -60px -58px;
  }
  header .header-top.in-top .right-side .search .search-text.show-search {
    border-bottom: 1px solid black;
  }
  header .header-top.in-top .right-side .cart a {
    background-position: -113px -56px;
  }
  header .header-top.in-top .right-side.header-b2b .user a {
    background-position: -168px -56px;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .main-page .header-jumbotron .section-slider {
    height: 480px;
  }
  .main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption {
    width: 600px;
    left: 0;
    top: 110px;
  }
  .main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 20px;
  }
  .main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon::before {
    display: none;
  }
  .main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-next {
    top: 44%;
    left: 2%;
  }
  .main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-prev {
    bottom: 38%;
    left: 2%;
  }
  .main-page .advantages .advantage-item-wrap .advantage-item {
    padding: 30px 20px;
  }
  .main-page .advantages .advantage-item-wrap .advantage-item .title {
    font-size: 26px;
  }
  .main-page .advantages .advantage-item-wrap .advantage-item .text {
    font-size: 14px;
  }
  .main-page .popular-products h2 {
    font-size: 26px;
  }
  .main-page .map {
    max-height: 275px;
    padding: 2rem 0rem;
  }
  .main-page .map .section-pos .map-title {
    width: 55%;
  }
  .main-page .map .section-pos .map-title h2 {
    font-size: 32px;
    margin: 0;
  }
  .main-page .map .section-bg .bg-img {
    background: url(../img/main-map-mobile.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 275px;
  }
  .main-page .advantages_2 .advantage_2-item {
    padding-left: 0;
  }
  .main-page .advantages_2 .advantage_2-item .item-icon {
    margin-left: 15px;
    max-width: 70px;
  }
  .main-page .making {
    max-height: 275px;
    padding: 2rem 0rem;
  }
  .main-page .making .section-pos .making-title {
    width: 75%;
  }
  .main-page .making .section-pos .making-title h2 {
    font-size: 32px;
    margin: 0;
  }
  .main-page .making .section-bg .bg-img {
    background: url(../img/main-making-tablet.jpg);
    background-position: top center;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .main-page .header-jumbotron .section-slider {
    height: 330px;
  }
  .main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption {
    width: 100%;
    left: 15px;
    padding-right: 45px;
    bottom: 20%;
  }
  .main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption span {
    font-size: 47px;
    line-height: 48px;
  }
  .main-page .header-jumbotron .section-slider .carousel .carousel-inner .carousel-item .carousel-caption p {
    display: none;
  }
  .main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon::before {
    display: none;
  }
  .main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-next {
    display: none;
  }
  .main-page .header-jumbotron .section-slider .carousel .wrap-carousel-icon .carousel-control-prev {
    display: none;
  }
  .main-page .advantages .advantage-item-wrap .advantage-item {
    padding: 30px 20px 50px 20px;
    min-height: auto;
    background-size: cover;
    margin-bottom: 15px;
  }
  .main-page .advantages .advantage-item-wrap .advantage-item .title {
    font-size: 26px;
  }
  .main-page .advantages .advantage-item-wrap .advantage-item .text {
    font-size: 14px;
  }
  .main-page .popular-products h2 {
    font-size: 26px;
    margin: 30px 0 25px 0;
  }
  .main-page .popular-products .product-item-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-page .map {
    max-height: 275px;
    padding: 4rem 0rem;
  }
  .main-page .map .section-pos .map-title {
    width: 100%;
  }
  .main-page .map .section-pos .map-title h2 {
    font-size: 26px;
    margin: 0;
  }
  .main-page .map .section-bg .bg-img {
    background: url(../img/main-map-mobile.jpg) center;
    height: 275px;
  }
  .main-page .advantages_2 {
    padding: 15px;
  }
  .main-page .advantages_2 .advantage_2-item {
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #f7f8f9;
  }
  .main-page .advantages_2 .advantage_2-item .item-icon {
    max-width: 70px;
  }
  .main-page .making {
    width: 100%;
    max-height: 275px;
    padding: 4rem 0rem;
  }
  .main-page .making .section-pos .making-title {
    width: 100%;
  }
  .main-page .making .section-pos .making-title h2 {
    font-size: 26px;
    margin: 0;
  }
  .main-page .making .section-bg .bg-img {
    background: url(../img/main-making-mobile.jpg) center;
    height: 275px;
  }
}

/*# sourceMappingURL=index.css.map */
