@import url("fonts.css");
@import url("style_header.css?v2.2.3");
@import url("style_nav.css");
@import url("style_footer.css");
@import url("style_banner.css");
@import url("style_reviews.css");
@import url("style_price.css");
@import url("style_gallery.css");
@import url("style_bags.css");
@import url("style_steps.css");
@import url("style_calcbanner.css");
@import url("style_unsorted.css");

@-webkit-keyframes pulse_1 {
  0% {
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(3.5);
            transform: translateY(-50%) scale(3.5);
    opacity: 0;
  }
}
@keyframes pulse_1 {
  0% {
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(3.5);
            transform: translateY(-50%) scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
@keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
@keyframes rotateX {
  from {
    transform: rotateX(0deg);
  }

  to {
    transform: rotateX(360deg);
  }
}
@keyframes rotateY {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}


:root {
    --black: #000000;
    --white: #ffffff;
    --dark: #45494e;
    --light: #F9F9FD;
    --primary: #21b224;/*#69B456;*/
    --secondary: #be1421;
    --brad-regular: 0.8229166667vw;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  font-display: swap;
  margin: 0;
  padding: 0;
  color: var(--black);
  font-weight: 500;
}

button:focus {
    border: none;
    outline: none;
}

body.no-scroll {
  overflow: hidden;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
    /*color: var(--dark);*/
    text-decoration: none;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button,
[type=button],
[type=reset],
[type=submit] {
  border: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: none;
}

.gallery-menu-item {
	margin-top: 25px!important;
}
.gallery-menu-item:nth-child(5n){
	padding-left: 0px!important;
}
.bottomMenu__col.pc-version{
	margin-left: 0px!important;
}
.container {
  position: relative;
  width: 81.7708333333vw;
  max-width: 1470px;
  min-width: 380px;
  margin: 0 auto;
  padding: 0 5px;
}

.container > .row {
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

[onScrollDisplay_JS] {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(5.2083333333vw) !important;
    transform: translateY(5.2083333333vw) !important;
    opacity: 0 !important;
}
[onScrollDisplay_JS].visible {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
}
section {
    padding-top: 4vw;
    position: relative;
    overflow: hidden;
}
h1,
div.h1 {
    font-weight: 300 !important;
    font-size: 3.125vw !important;
    line-height: 4.1666666667vw !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 2.9166666667vw !important;
}
h1 > b,
div.h1 > b {
    font-weight: 700;
}
.big-font {
    font-size: 150%;
}
.page-body {
    margin-bottom: 50px;
    margin-top: 120px;
}


.blick {
    background-color: var(--primary);
    border-radius: var(--brad-regular);
    width: 100%;
    text-align: center;
    color: var(--white);
    padding: 25px 35px;
    margin-top: 25px;
    box-shadow: 0 8px 13px rgba(67, 163, 77, 0.49), inset 0 -4px 1px #43a34d;
    position: relative;
}
.blick::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 2.8645833333vw;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    -webkit-animation: blick 3s linear infinite;
    animation: blick 8s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.blick.visible {
     animation: 5s linear 1 rotateY;
}



@media (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .row[style*="display: block"]{
      display:flex!important;
    }
    .side-fixed-links {
        top: 40% !important;
    }
    .header-top {
        margin-top: 0;
        background-color: var(--white);
    }
    .header-logo p, .header-big-btn, .header-social, .header-nav {
        display: none;
    }
    .main-bg-section {
        margin-top: -25vw;
        padding-top: 10vw;
        min-height: auto;
        padding-bottom: 67.5vw;
        margin-bottom: 7.8125vw;
    }
    .main-bg-div {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
    }
    .main-info {
        width: 86.25vw;
        padding-top: 20.604167vw;
    }
    .main-info h1,
    .main-info div.h1 {
        width: 80vw;
        margin: 0 auto;
        margin-bottom: 3vw !important;
        font-size: 7.5vw !important;;
        line-height: 10vw !important;;
        text-align: center;
    }
    .main-info p {
        width: 80vw;
        font-size: 5vw;
        line-height: 8vw;
        padding-left: 5vw;
    }
    .bullets {
        max-width: 80vw;
        padding-left: 5vw;
    }
    .bullets-item {
        width: 35% !important;
    }
    .bullets-item:first-child {
        width: 25% !important;
    }
    .bullets-item p {
        font-size: 3vw !important;
        line-height: 5vw !important;
        padding: 0 !important;;
    }
    .banner-reserve-call {
        width: 80vw;
        height: 20vw;
        font-size: 5vw;
        margin-left: 5vw;
    }

    h1,
    div.h1 {
        font-size: 7vw !important;
        margin-left: 5vw !important;
        line-height: 10vw !important;
    }

    .item-cover .item-image img, .item-cover .item-image:after {
        border-radius: 7.8125vw !important;
    }
    .item-cover h3 {
        font-size: 5vw;
        line-height: 7.5vw;
        width: 80vw;
    }
    .item-cover a {
        width: 70vw;
        height: 15vw;
    }

    .calc-banner.md-calc-banner-fixed {
        width: 65vw !important;
    }

    .footer-top > .col {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-top > .col.menu-bottom {
        flex-direction: row;
        align-items: flex-start;
        margin: 30px 0px 50px;
    }
    .footer-top > .col:last-child {
        margin-top: 30px;
    }

    .bottomSoc-item > img {
        width: 50px;
    }

    .header-contacts, .header-contacts p, .header-contacts a, .header-contacts .max-tel {
        font-size: 4vw;
    }
    .header-logo img {
        height: 60px;
    }
    .header-top .header-logo > a {
        margin: 0;
    }

    .catalog-submenu {
        justify-content: center !important;
    }
    .catalog-submenu > a {
        width: 90vw !important;
        height: 20vw !important;
        margin-right: 0 !important;
        padding-left: 20px;
    }


    .achievements-top {
        flex-direction: column !important;
    }


  .download-price__container {
    border-radius: 7.8125vw;
    padding: 7.8125vw 11.5625vw 46.875vw 11.5625vw;
  }
  .download-price__container::after {
    border-radius: 7.8125vw;
  }
  .download-price__img-large {
    width: 97vw;
    height: 66.6875vw;
    left: 0;
    right: auto;
    bottom: 0;
  }
  .download-price__img-large img {
        width: 81.3vw;
    height: 73.4375vw;
    top: 0;
    left: 1rem;
    right: 0;
    bottom: auto;

  }
  .download-price__img-small {
    display: none;
  }
  .download-price__title {
    font-size: 6.25vw;
    line-height: 7.8125vw;
    text-align: center;
    margin-bottom: 4.6875vw;
  }
  .download-price__circle {
    width: 21.25vw;
    height: 21.25vw;
    top: auto;
    left: auto;
    right: 11.5625vw;
    bottom: 20.625vw;
  }
  .download-price__circle .pdf-circle {
    width: 18.125vw;
    height: 18.125vw;
    top: 1.5625vw;
    left: 1.5625vw;
    right: 1.5625vw;
    bottom: 1.5625vw;
  }
  .download-price__circle .circle-arrow {
    width: 2.5vw;
    height: 2.5vw;
    margin-bottom: 0.625vw;
  }
  .download-price__circle p {
    font-size: 2.1875vw;
    line-height: 2.8125vw;
  }
  .download-price .form-container .form-select,
.download-price .form-container .form-input,
.download-price .form-container .form-btn {
    width: 100%;
  }
  .download-price .form-container .form-btn {
    padding: 0 12.5vw;
  }
  .download-price .form-container .form-btn:hover {
    padding: 0 12.5vw;
  }
  .download-price .form-checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .download-price .form-checkbox p {
    width: 39.0625vw;
  }
  .download-price .form-text {
    text-align: center;
  }


.header__nav.mobile  .nav-menu-multilevel .nav-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-top: 25px;
}

  .page-body {
    margin-top: 20px;
}

  .contacts-page__row {
      flex-direction: column !important;
  }

  .directors-message__block {
      margin-top: 20px;
      flex-direction: column-reverse !important;
  }

  .directors__message-top {
      font-size: 28px;
  }
  .header-top .header-logo {
    margin-bottom: 10px;
}
  .bottomMenu__col-title, .footer-title {
      font-size: 20px !important;
  }
}