 .lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
 }

 .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
 }

 .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
 }

 .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
 }

 .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
 }

 .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
 }

 .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
 }

 .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
 }

 .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
 }

 .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
 }

 .montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
 }

 .montserrat-italic {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: italic;
 }

 .montserrat-itelic-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: italic;
 }


 html,
 body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
 }

 .body-background {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: url("../img/mount.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 }

 .small-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
 }

 .two-row {
    width: 100%;
 }

 .pc {
    display: block;
 }

 .mobile {
    display: none;
 }

 .static-block {
    min-width: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgb(0, 185, 238);
    height: 86px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
 }

 .static-block-mobile {
    display: none;
 }

 .static-block-main {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 86px;
 }

 .static-block-size {
    width: 20%;
    height: 100%;
 }

 .static-block-left {
    width: 20%;
    height: 100%;
 }

 .static-block-right {
    width: 20%;
    height: 100%;
 }

 .static-block-header-center {
    width: 60%;
    height: 100%;
 }

 .static-block-center {
    width: 60%;
    height: 100%;
 }

 #wrapper {
    width: 100%;
    height: 86px;
 }

 .header {
    height: 100%;
    width: 100%;
 }

 .header a {
    display: block;
    position: relative;
 }

 .logo {
    width: 100%;
    height: 100%;
    padding: 15px 25px 15px 25px;
 }

 .prapor {
    width: 100%;
    height: 100%;
    padding: 0px 50px 0px 50px;
 }

 .logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
 }

 .prapor-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
 }


 .logo-img-footer {
    width: 272px;
    height: 82px;
 }

 .header ul {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-around;
 }

 .header a {
    font-size: 18px;
    color: #ffffff;
    padding: 16px;
    font-family: "Lato";
    line-height: 1.408;
    font-weight: 300;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    text-decoration: none;


 }


 .header a:hover {
    color: yellow;
    transition: all 0.3s ease-in-out;
 }

 .menu {
    width: 100%;
    height: 100%;
 }

 .menu .drop {
    height: 100%;
    width: 100%;
 }

 .wrap.side-slide {
    width: 100%;
    height: 100%;
 }

 .menu .opener {
    display: none;
 }


 .opener {
    float: right;
    width: 31px;
    height: 31px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 3px;
    text-indent: -9999px;
    overflow: hidden;
 }

 .opener:before,
 .opener:after,
 .opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 25%;
    right: 25%;
    height: 3px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
 }

 .opener:before,
 .opener:after {
    content: "";
    top: 10px;
 }

 .opener:after {
    top: 22px;
 }

 .close-btn span,
 .active .opener span {
    opacity: 0;
 }

 .opener:hover {
    opacity: 0.9;
 }

 .close-btn:after,
 .close-btn:before,
 .active .opener:after,
 .active .opener:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%;
 }

 .close-btn:after,
 .active .opener:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
 }

 main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
 }

 main #about {
    width: 100%;
 }

 main #about .-iso {
    padding: 90px 0px 90px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
 }

 main #about .-voda {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
 }

 .third-column {
    display: flex;
    flex-direction: row;
    min-height: 450px;

 }



 .small-column {
    min-width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }

 .sert-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
 }

 .sert-column {
    display: flex;
    flex-direction: column;
    width: 30%;
 }

 .sert-p {
    font-size: 21px;
    font-family: "Montserrat";
    color: rgb(1, 1, 1);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    align-items: center;
    padding-top: 25px;
 }

 .sert-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
 }


 .assort-box {
    border-width: 1.87px;
    border-color: rgb(137, 137, 137);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 25px 5px 25px 5px;
 }

 .assort {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
 }

 .assort-button {
    border-radius: 10px;
    background-color: rgb(0, 185, 238);
    width: 157px;
    min-height: 36px;
    font-size: 26px;
    font-family: "Lato";
    color: rgb(255, 255, 255);
    line-height: 0.965;
    text-align: center;
    padding: 3px;
 }

 .assort-circle {
    border-radius: 50%;
    background-color: rgb(0, 185, 238);
    width: 60px;
    height: 60px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: -50px;
    margin-top: -10px;
    z-index: 88;

 }

 .assort-circle p {
    font-size: 26px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 0.965;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
 }

 .contact_ {
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: bold;
    color: rgb(0, 0, 0);
    line-height: 1.4;
    text-align: justify;
 }

 .assort-text {
    font-size: 21px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
 }

 .assort-picture-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
 }

 .-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 41.667px;
    font-family: "Lato";
    color: rgb(1, 66, 137);
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
 }

 .-title-u {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 41.667px;
    font-family: "Montserrat";
    color: white;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
 }

 .-title_ {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
    font-family: "Lato";
    color: rgb(1, 66, 137);
    font-weight: bold;
    line-height: 1;
    margin-top: -30px;
    padding-bottom: 10px;
 }

 main #about-us,
 #aboute-water,
 #aboute-water_,
 #aboute-water__,
 #assortiment,
 #sertificate,
 #buy,
 #contacts,
 #red {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0px 25px 35px 25px;
    justify-content: space-around;
    border-radius: 10px;
    z-index: 888;
 }

 #buy-ukraine {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 81, 246, 0.5);
    padding: 25px 25px 35px 25px;
    justify-content: space-around;
    border-radius: 10px;
    z-index: 888;
 }

 #before-about-us,
 #before-aboute-water,
 #before-aboute-water_,
 #before-aboute-water__,
 #before-assortiment,
 #before-sertificate,
 #before-buy,
 #before-contacts,
 #before-red,
 #before-buy-ukraine {
    width: 100%;
    height: 86px;
 }


 .text-blok1 {
    font-size: 21px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.4;
    text-align: justify;
 }

 .text-blok3 {
    display: flex;
    flex-direction: row;
    font-size: 21px;
    font-family: "Montserrat";
    color: white;
    line-height: 1.4;
    text-align: justify;
    align-items: center;
 }

 .text-blok3 a {
    font-size: 21px;
    font-family: "Montserrat";
    color: white;
    line-height: 1.4;
    text-decoration: none;
 }

 .text-blok1 p {
    text-indent: 3pc;
 }

 .text-blok2 {
    font-size: 21px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.4;
    text-align: justify;
 }

 .text-blok2 p {
    text-indent: 3pc;
 }

 * {
    box-sizing: border-box;
 }

 .to-color {
    color: rgb(1, 66, 137);
 }

 .to-bold {
    font-weight: bold;
 }

 .title-color {
    color: rgb(1, 66, 137);
    font-size: 25px;
    font-family: "Montserrat";
    font-style: italic;
    line-height: 1.333;
    text-align: center;
    padding-top: 10px;
    width: 100%;
 }

 .title-color_ {
    font-size: 22.5px;
    font-family: "Montserrat";
    color: rgb(1, 66, 137);
    font-weight: bold;
    font-style: italic;
    line-height: 1.111;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
 }

 .text-water {
    font-size: 21px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.4;
    text-align: left;

 }



 .text-water-color {
    font-size: 23px;
    font-family: "Montserrat";
    color: rgb(1, 66, 137);
    font-style: italic;
    line-height: 1.273;
    text-align: center;

 }

 .more-text {
    padding: 0 25px 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }

 .ico-img {
    width: 15%;
    object-fit: contain;
 }

 .logoDK-img {
    width: 50%;
    object-fit: contain;
 }

 .grunt-img {
    object-fit: cover;
    padding-right: 25px;
    float: left;
 }

 .icon-water-img {
    padding: 15px;
    float: left;
 }

 .mineral-img {
    float: bottom;
    width: 100%;
    height: 100%;
 }

 .more-img {
    width: 100%;
 }

 .assort-img {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 200px;
 }

 .deep-img {
    object-fit: cover;
    padding: 25px;
    width: 121px;
    height: 121px;
    float: left;
 }

 .about-img {
    object-fit: cover;
    margin-top: 25px;
    padding-left: 25px;
    width: 326px;
    height: 261px;
    float: right;
 }

 .bryzgi-img {
    object-fit: contain;
    width: 33%;
 }

 .white-box-img {
    width: 50%;
    object-fit: contain;
    margin-left: 65px;
    z-index: 77;
 }

 .white-box5-img {
    width: 50%;
    object-fit: contain;
    margin-left: -15px;
    z-index: 77;
 }

 footer {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: rgb(0, 185, 238);
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 2;
    align-items: center;
    text-align: center;
    justify-content: center;
 }

 footer p {
    padding: 15px 0px 5px 0px;
 }

 .footer-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-top: 10px;
 }

 .footer-text-block {
    display: flex;
    flex-direction: column;
    width: 500px;
 }

 .footer-img-block {
    display: flex;
    flex-direction: column;
 }

 .map-block {
    width: 292px;
    padding-top: 10px;
    padding-bottom: 25px;
 }

 .footer-line1 {
    padding: 10px;
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 2;

 }

 .footer-line2 {
    padding: 10px;
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.054;
 }

 .footer-line3 {
    padding: 10px;
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: bold;
 }



 @media (max-width: 1642px) {
    .-title_ {
       margin-top: -10px;
    }
 }

 @media (max-width: 1550px) {
    .header a {
       font-size: 16px;

    }
 }



 @media (max-width: 1455px) {
    .text-blok3 {
       flex-direction: column;
    }
 }

 @media (max-width: 1424px) {
    .header a {
       font-size: 14px;

    }
 }

 @media (max-width: 1302px) {
    .header a {
       font-size: 12px;
       padding: 10px;

    }
 }


 @media (max-width: 1277px) {

    .third-column {
       max-height: 450px;

    }


    .title-color {
       height: 90%;
       font-size: 20px;
    }
 }

 @media (max-width: 1171px) {


    .title-color_ {
       font-size: 19px;
    }

    .text-water {
       font-size: 18px;
    }

    .text-water-color {
       font-size: 19px;
    }

    .assort {
       flex-direction: column;
    }
 }


 @media (max-width: 1080px) {
    @media (max-width: 1302px) {
       .header a {
          font-size: 10px;
          padding: 5px;

       }
    }

    .text-blok1 {
       display: flex;
       flex-direction: column-reverse;
       align-items: center;
       font-size: 16px;

    }

    .text-blok2 {
       display: flex;
       flex-direction: column;
       align-items: center;
       font-size: 16px;

    }

    .title-color_ {
       font-size: 17px;
    }

    .text-water {
       font-size: 16px;
    }

    .text-water-color {
       font-size: 17px;
    }
 }

 @media (max-width: 1011px) {
    .header a {
       font-size: 12px;

    }
 }

 @media (max-width: 957px) {
    .header a {
       font-size: 11px;

    }

    .title-color {
       font-size: 16px;
    }

    .assort-text {
       font-size: 16px;
       padding-top: 5px;
       padding-bottom: 5px;
    }

    .assort-button {
       width: 157px;
       min-height: 36px;
       font-size: 18px;
       padding-top: 7px;
    }

    .assort-circle {
       border-radius: 50%;
       width: 70px;
       height: 70px;
       margin-right: -30px;
       margin-top: -10px;

    }



    .title-color_ {
       font-size: 16px;
    }

    .text-water {
       font-size: 15px;
    }

    .text-water-color {
       font-size: 16px;
    }
 }

 @media (max-width: 904px) {
    .header a {
       font-size: 10px;

    }
 }

 @media only screen and (max-width: 851px) {
    .header a {
       font-size: 9px;

    }

    .footer-block {
       flex-direction: column;
    }

    .footer-text-block {
       width: 100%;
    }


    .title-color_ {
       padding-bottom: 10px;
    }

    .more-img {
       padding: 5px;
       width: 49%;
    }

    .pc {
       display: none;
    }

    .mobile {
       display: block;
    }

    .static-block {
       display: none;
    }

    .static-block-mobile {
       min-width: 100%;
       position: fixed;
       z-index: 999;
       background-color: rgb(0, 185, 238);
       height: 86px;
       display: flex;
       flex-direction: row;
       justify-content: space-between;
    }


    .static-block-right {
       width: 30%;
       height: 100%;
       display: flex;
       justify-content: flex-end;
    }

    .static-block-left {
       width: 50%;
    }

    .static-block-header-center {
       width: 20%;
       height: 100%;
    }

    .prapor {
       width: 100%;
       height: 100%;
       padding: 5px;
    }

    .title-color_ {
       font-size: 14px;
    }

    .text-water {
       font-size: 12px;
    }

    .text-water-color {
       font-size: 14px;
    }

    .sert-row {
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }

    .sert-column {
       width: 90%;
    }



    .-title {
       display: flex;
       flex-direction: row;
       justify-content: center;
       align-items: center;
       font-size: 25px;
       font-family: "Lato";
       color: rgb(1, 66, 137);
       font-weight: bold;
       line-height: 1;
       padding-bottom: 10px;
    }

    .-title {
       display: flex;
       flex-direction: row;
       justify-content: center;
       align-items: center;
       font-size: 25px;
       font-family: "Lato";
       color: rgb(1, 66, 137);
       font-weight: bold;
       line-height: 1;
       padding-bottom: 10px;
    }

    .-title-u {
       font-size: 25px;
    }

    main #about .-iso {
       padding: 20px 0px 20px 0px;

    }

    .white-box-img {
       width: 25%;
       margin-left: 50px;
    }

    .white-box5-img {
       width: 25%;
       margin-left: 0px;
    }

    main #about .-voda {
       padding: 0px 0px 30px 0px;
    }

    .header {
       width: 0;
       justify-content: start;
       padding: 20px;

    }

    .menu {
       display: flex;
       justify-content: start;
       align-items: center;
    }

    .menu .opener {
       display: flex;
       width: 100%;
    }

    .menu .drop {
       overflow: hidden;
       position: absolute;
       top: 85px;
       z-index: 999;
       display: block;
    }

    .menu .drop ul {

       padding: 10px;
    }

    .menu a {
       padding: 0 15px;
    }

    .menu .drop li {
       padding: 5px;
    }

    .wrap.side-slide {
       display: flex;
       align-items: center;
       justify-content: start;
    }

    .wrap.side-slide .drop {
       width: 100%;
       align-items: center;
       justify-content: center;
       height: 100%;
    }

    .wrap.side-slide .drop>ul {
       display: none;
       width: 100%;
    }

    .wrap.side-slide.active .drop>ul {
       display: block;
       background: rgb(0, 185, 238);
       width: 100%;
    }

    .wrap.side-slide.active .drop {
       left: 0;
       height: 150px;
    }

 }




 @media (max-width: 685px) {
    .title-color {
       height: 80%;
       font-size: 14px;
    }
 }

 @media (max-width: 666px) {
    .about-img {
       width: 90%;
       height: 90%;
    }


    .static-block-center {
       width: 100%;
    }

    .static-block-size {
       width: 0;
    }

 }