@media screen and (max-width: 1600px) {
  .header-logo img {
    width: 250px;
  }
}

@media screen and (max-width: 1230px) {
  .container {
    width: 992px;
  }
  .advantages-image {
    right: -200px;
    top: 0;
  }
  .advantages-image img {
    width: 700px;
  }
  .water-left {
    top: 300px;
  }
  .water-left img {
    width: 150px;
  }
  .water-right img {
    width: 200px;
  }
  .production-block {
    width: 450px;
  }
  .production-text {
    line-height: 130%;
  }
  .info-image img {
    width: 450px;
  }
  .contacts-list__item {
    width: 290px;
  }
  .contacts-list__link {
    margin-top: 28px;
  }
  .contacts-list__text {
    font-size: 14px;
  }
  .header-logo img {
    width: 274px;
  }
  .history-content {
    max-width: unset;
  }
  .history-wrapper {
    width: 100%;
    max-width: 858px;
  }
  .history-image img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .history-figure img {
    width: 400px;
  }
  .history-content {
    margin-left: 97px;
  }
  .history-content__text {
    font-size: 15px;
    line-height: 130%;
  }
  .certificate-list__image {
    width: 223px;
    height: 200px;
  }
  .certificate-list__icon svg {
    width: 40px;
    height: 40px;
  }
  .products-list__item {
    margin-right: 20px;
  }
  .products-left img {
    width: 400px;
  }
  .products-list__item:nth-child(3) img {
    max-width: 400px;
  }
  .products-list__item:nth-child(2) img {
    max-width: 250px;
  }
  .products-list__item:nth-child(1) img {
    max-width: 200px;
  }
  .calc-block__item {
    width: 229px;
  }
  .production-block .production-slider__image:first-child {
    width: 219px;
    height: 212px;
    left: 0;
  }
  .production-block .production-slider__image:nth-child(2) {
    top: 31px;
    right: 33px;
    height: 181px;
    width: 183px;
  }
  .production-block .production-slider__image:nth-child(3) {
    width: 251px;
    height: 204px;
  }
  .production-block .production-slider__image:nth-child(4) {
    height: 204px;
    width: 185px;
  }
  .production-slider__wrap {
    width: 100%;
    height: 431px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 768px;
  }
  .header-menu__link {
    font-size: 14px;
  }
  .advantages-image {
    display: none;
  }
  .advantages-list {
    width: 100%;
  }
  .advantages-list__item {
    width: 48%;
  }
  .water-right img {
    width: 150px;
  }
  .water-left img {
    width: 100px;
  }
  .production-wrapper {
    display: block;
  }
  .production-content {
    max-width: unset;
  }
  .production-block {
    width: 100%;
    margin-top: 30px;
  }
  .contacts-list {
    display: block;
  }
  .contacts-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts-list__item:last-child {
    margin-bottom: 0;
  }
  .history-content {
    margin-left: 20px;
  }
  .history-image img {
    width: 230px;
  }
  .header-logo img {
    width: 200px;
  }
  .certificate-list__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .certificate-list__item:nth-child(4n+4) {
    margin-right: 21px;
  }
  .certificate-list__image {
    width: 232px;
  }
  .products-list__item:nth-child(3) img {
    max-width: 300px;
  }
  .products-list__item:nth-child(2) img {
    max-width: 150px;
  }
  .products-list__item:nth-child(1) img {
    max-width: 100px;
  }
  .calc-block__item {
    width: 178px;
  }
  .production-slider {
    width: 450px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 576px;
  }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-nav {
    display: none;
  }
  .header-toggle {
    display: block;
  }
  html.menu-open {
    overflow: hidden;
  }
  html.menu-open .header-mobile {
    opacity: 1;
    pointer-events: all;
  }
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: auto;
    min-height: 500px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .header-mobile__logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-mobile__logo img {
    display: block;
  }
  .header-mobile__close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .header-mobile__close svg {
    display: block;
  }
  .mobile-menu__item {
    margin-bottom: 48px;
  }
  .mobile-menu__item:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0A244A;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  .mobile-menu__link::after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(92.88deg, #164A97 1.15%, #006AB2 37.37%, #064A8A 76.25%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  .mobile-menu__link.active {
    background: linear-gradient(92.88deg, #164A97 1.15%, #006AB2 37.37%, #064A8A 76.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .mobile-menu__link.active::after {
    opacity: 1;
  }
  .header-politic {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .header-politic__item {
    margin-bottom: 12px;
  }
  .header-politic__item:last-child {
    margin-bottom: 0;
  }
  .header-politic__link {
    font-weight: 400;
    font-size: 16px;
    color: #6FADE6;
    line-height: 19px;
  }
  .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .info-content {
    max-width: unset;
    margin-left: 0;
  }
  .info-image {
    margin-left: 0;
    margin-top: 30px;
  }
  .credits-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .credits-politic {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credits-logo {
    margin-top: 24px;
  }
  .history-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .history-image {
    margin-top: 24px;
  }
  .history-content {
    margin-left: 0;
  }
  .history {
    padding-top: 154px;
  }
  .certificate-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .certificate-list__item {
    width: 48%;
    margin-right: 0 !important;
  }
  .certificate-list__image {
    width: 100%;
  }
  .products-list {
    display: block;
  }
  .products-list__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .products-list__item:last-child {
    margin-bottom: 0;
  }
  .products-list__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-wrapper__title {
    margin-top: 32px;
  }
  .products-wrapper {
    margin-bottom: 84px;
  }
  .calc-row {
    display: block;
  }
  .calc-block__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .calc-block__item:last-child {
    margin-bottom: 0;
  }
  .calc .section-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
  .advantages-list__item {
    width: 100%;
  }
  .advantages-list__item {
    margin-bottom: 42px;
  }
  .advantages-list__item:last-child {
    margin-bottom: 0;
  }
  .water {
    padding-top: 0;
    padding-bottom: 0;
  }
  .info {
    padding-top: 0;
  }
  .info-image img {
    width: 100%;
  }
  .contacts {
    padding-top: 30px;
  }
  .credits-menu {
    display: block;
  }
  .credits-menu__item {
    margin-bottom: 24px;
  }
  .credits-menu__item:last-child {
    margin-bottom: 0;
  }
  .credits-politic {
    display: block;
  }
  .credits-block {
    width: 100%;
  }
  .credits-politic__item {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .credits-politic__item:last-child {
    margin-bottom: 0;
  }
  .credits-logo img {
    width: 96px;
  }
  .history-image img {
    width: 211px;
  }
  .history-figure img {
    width: 300px;
  }
  .certificate-list__item {
    width: 100%;
    margin-right: 0 !important;
  }
  .certificate-list__image {
    height: 291px;
  }
  .products-right img {
    width: 200px;
  }
  .products-right {
    right: -100px;
    bottom: -100px;
  }
  .products-left img {
    width: 300px;
  }
  .products-list__item:nth-child(3) img {
    max-width: 280px;
  }
  .calc-image {
    height: 340px;
  }
  .calc-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .water-left {
    z-index: -1;
  }
  .water-waves {
    z-index: -2;
  }
  .water-right {
    bottom: -100px;
  }
  .production-slider {
    width: 320px;
  }
  .production-slider__wrap {
    height: 178px;
  }
  .production-block .production-slider__image:first-child {
    width: 184px;
    height: 178px;
    top: 0;
    left: 0;
  }
  .production-block .production-slider__image:nth-child(2) {
    width: 128px;
    height: 102px;
    right: 0;
    top: 0;
  }
  .production-block .production-slider__image:nth-child(3) {
    width: 60px;
    height: 68px;
    right: 68px;
    bottom: 0;
    left: unset;
  }
  .production-block .production-slider__image:nth-child(4) {
    width: 60px;
    height: 68px;
    right: 0px;
    bottom: 0;
  }
  .production-block .production-slider__image {
    border-radius: 10px;
  }
  .production-block .production-slider__image img {
    border-radius: 10px;
  }
}
/*# sourceMappingURL=media.css.map */