html {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #FFF;
    color: #000;
    overflow-x: hidden;
}

* {
    margin: 0;
    line-height: 100%;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

body {
    max-width: 100vw;
    width: 100%;
    overflow-x: hidden;
}

section, header, footer {
    width: 100%;
}

section {
    padding: 80px 0;
}

.container {
    max-width: 1280px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li, img, input, button, fieldset {
    text-decoration: none;
    border: none;
    outline: none;
}

a, button {
    cursor: pointer;
    user-select: none;
}

input {
    user-select: none;
}

img {
    user-select: none;
}

header {
    height: 96px;
    background: #FFF;
    border-bottom: solid 1px rgb(235, 235, 235);
    position: absolute;
    top: 0;
    z-index: 10;
    transition: .3s ease-in-out;
}

header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .container nav {
    margin-left: 160px;
}

header .container a {
    font-size: 0.8rem;
    margin-right: 60px;
    transition: .1s ease-in-out;
    color: #000;
}

header .container a:hover {
    color: #008bc3;
}

header .container a.selected {
    color: #008bc3;
}

header .container a:last-child {
    margin: 0;
}

header img {
    height: 64px;
    width: auto;
}

.landing-block {
    height: 100vh;
    background: url('./media/landing-background.webp') no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
/*
.landing-block::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('./media/landing-elements.png') no-repeat;
    background-position: bottom;
    background-size: 100%;
}
*/

.landing-block .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#sentapp {
    font-size: .85rem;
    background: rgb(0, 189, 110);
    padding: 10px 16px;
    display: none;
    width: 100%;
    margin-top: 18px;
    text-align: center;
}

.lastfrow {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.landing-block .container img {
    height: 128px;
    width: auto;
}

.landing-block .container>div {
    display: block;
    background: #FFF;
    padding: 74px 112px;
    text-align: center;
    position: relative;
}

.landing-block .container>div::after {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: -14px;
    left: -14px;
    border: solid 14px rgba(255, 255, 255, 0.4);
}

h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

h2 {
    font-weight: 300;
    font-size: 1.8rem;
    letter-spacing: 1px;
    position: relative;
    max-width: max-content;
    margin: 0 auto;
}

h2::after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 2px solid #008bc3;
    width: 80%;
    left: 10%;
    margin-top: 12px;
}

.landing-block .container h1 {
    margin-top: 40px;
}

.about-us-block {
    background: url('./media/about-us-background.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.about-us-block h2 {
    text-align: center;
}

.about-us-block .container p:nth-child(3) {
    margin-top: 16px;
}

.about-us-block p {
    margin-top: 16px;
    line-height: 150%;
    font-weight: 300;
    font-size: .9rem;
    text-align: left;
}

.about-us-block p.note {
    line-height: 120%;
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    font-size: 1.2rem;
}

.about-us-block p>i {
    font-size: 1rem;
}

.about-list-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    justify-content: space-between;
}

.about-list-img img {
    width: 42%;
    height: auto;
}

.about-list-img div {
    width: 56%;
}

.about-list-img div>p:first-child {
    margin-top: 0;
}

.misandvis {
    margin-top: 80px;
}


.misandvis>div:first-child {
    margin-bottom: 60px;
}

.misandvis h3 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: center;
}

.missionndvision {
    padding-bottom: 60px;
    background: url('./media/prod-bg.png');
    border-top: solid 8px #e1faff;
    border-bottom: solid 8px #e1faff;
    color: #FFF;
}

.missionndvision h2::after {
    border-color: #FFF;
}

.misandvis p {
    margin: 0 auto;
    margin-bottom: 12px;
    line-height: 180%;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    width: 85%;
    font-size: 1.1rem;
}

.history h2:after {
    width: 160px;
    left: 0;
    top: -60px;
}

.history h3 {
    margin: 0;
    text-align: left;
    font-weight: 300;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    
}

.history p {
    font-weight: 300;
    margin-top: 10px;
    line-height: 140%;
}

.products-block {
    background: url('./media/prod-bg.png');
    color: #FFF;
    padding-bottom: 20px;
    position: relative;
    border-top: solid 8px #e1faff;
    border-bottom: solid 8px #e1faff;
}

.products-block h2::after {
    display: none;
}

.products-list-top-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 60px;
}

.logblock {
    margin-top: 80px;
}

.logblock h2 {
    margin: 0;
    text-align: left;
}

.logblock h2::after {
    display: none;
}

.logblock .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logblock .container div {
    width: 62%;
}

.logblock p {
    margin-top: 40px;
    text-align: left;
    font-weight: 300;
    line-height: 180%;
    font-size: 1.2rem;
}

.logblock a {
    color:#008bc3;
}

.logblock img {
    width: 33%;
    border-radius: 6px;
}

.logblock a:hover {
    text-decoration: underline;
}

.lcargo {
    background: linear-gradient(90deg, #38A4CF 0%, #00BFE9 100%);
    border-top: solid 8px #e1faff;
    border-bottom: solid 8px #e1faff;
}

.lcargo .container div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
    padding: 36px;
    background: #FFF;
    border: solid 4px #e1faff;
}

.lcargo .container div img {
    width: 35%;
}

.lcargo .container div p {
    font-size: .85rem;
    width: 60%;
    line-height: 150%;
}

.lcargo .container div p a {
    color: #008bc3;
}

.lcargo .container div p a:hover {
    text-decoration: underline;
}

.cooperation h2 {
    font-size: 1.4rem;
}

.cooperation .container div {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    align-items: center;
    justify-content: space-between;
}

.cooperation .container div img {
    width: 15%;
    height: auto;
    display: block;
    box-shadow: 0 1px 2px 1px rgb(255 255 255 / 20%);
}

.cooperation .container div:nth-child(2) {
    margin-top: 80px;
}

.cooperation .container div:last-child img {
    width: 22%;
}

.product-page a {
    color: #008bc3;
    font-size: 1.2rem;
    display: block;
    max-width: max-content;
    margin: 0 auto;
    margin-top: 60px;
    font-weight: 300;
    padding-bottom: 4px;
    border-bottom: 1px solid #008bc3;
    transition: .2s ease-in-out;
}

.product-page a:hover {
    transform: scale(1.1);
}

.cooperation h2::after {
    display: none;
}

.products-list-top-row>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: rgb(233, 233, 233);
    height: 320px;
    width: calc(100% / 3);
    overflow: hidden;
    transition: .3s ease-in-out;
    background-position: center;
}

.products-list-top-row>a>p {
    font-size: 1.4rem;
    font-weight: 300;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #003f589f;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease-in-out;
    color: #FFF;
}

.products-list-top-row>a:hover > p {
    background: #003f58cc;
    letter-spacing: 3px;
}

.products-list-bottom-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
}

.products-list-bottom-row>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: rgb(233, 233, 233);
    height: 300px;
    width: calc(100% / 2);
    overflow: hidden;
    transition: .3s ease-in-out;
    background-position: center;
}

.products-list-bottom-row>a>p {
    font-size: 1.4rem;
    font-weight: 300;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #003f589f;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease-in-out;
    color: #FFF;
}

.products-list-bottom-row>a:hover > p {
    background: #003f58cc;
    letter-spacing: 3px;
}

a.polypropylene-inrow {
    background: url('./media/polypropylene.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

a.polystyrene-inrow {
    background: url('./media/polystyrene.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

a.polyethylene-inrow {
    background: url('./media/Polyethylene.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

a.pet-inrow {
    background: url('./media/pet.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

a.other-inrow {
    background: url('./media/other.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-line {
    background: linear-gradient(90deg, #38A4CF 0%, #00BFE9 100%);
    border-top: solid 8px #e1faff;
    border-bottom: solid 8px #e1faff;
}

.contact-line .container div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #FFF;
    justify-content: space-between;
}

.contact-line h2 {
    color: #FFF;
    margin-bottom: 70px;
}

.contact-line h2::after {
    display: none;
    
}

.contact-line p {
    font-size: .9rem;
    font-weight: 300;
    width: 28%;
    line-height: 150%;
    background: rgba(255, 255, 255, 0.1);
    padding: 14px;
    box-shadow: 0 1px 2px 1px rgb(255 255 255 / 20%);
}

.contact-line .container div p:nth-child(2) {
    width: 37%;
}

.contact-line a {
    color: #FFF;
    transition: .2s ease-in-out;
}

.contact-line a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.advantages {
    padding: 100px 0;
}

.advantages .adv-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
    width: 100%;
}

.adv-list>div {
    text-align: center;
    width: 20%;
}

.adv-list>div img {
    height: 110px;
    width: auto;
}

.adv-list>div p {
    margin-top: 30px;
    font-size: 1rem;
}

.partners .container>div {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

.arr-btn {
    background: none;
    font-size: 2rem;
    color: #008bc3;
    opacity: 0.8;
}

.arr-btn:hover {
    opacity: 1;
}

.partners .container img {
    height: 96px;
    width: auto;
    flex-shrink: 0;
}


.news-block {
    padding-bottom: 40px;
}

.news-block .container>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
}

.news-block.newspage {
    padding-top: 160px;
}

.news-block.newscurrent h1, .news-block.newscurrent h2, .news-block.newscurrent h3 {
    margin: 0;
    text-align: left;
    margin-bottom: 40px;
}

.news-block.newscurrent h2::after {
    display: none;
}

.news-block.newscurrent p {
    font-size: 1rem;
    line-height: 150%;
    
}

.news-block.newscurrent img {
    float: left;
    margin-right: 12px;
}

.news-card {
    width: 28%;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}

.news-card .news-img {
    background: red;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.news-card .news-img img {
    display: block;
    width: auto;
    height: 200px;
    margin: 0 auto;
}

.news-card:hover a {
    opacity: 1;
}

.news-card a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003f588a;
    opacity: 0;
    transition: .3s ease-in-out;
}

.news-card a p {
    padding: 14px 18px;
    text-transform: uppercase;
    color: #FFF;
    border: 1px solid #FFF;
    transition: .2s ease-in-out;
}

.news-card a p:hover {
    background: rgba(255, 255, 255, 0.3);
}

.news-card h3 {
    margin: 10px 6px;
    padding-bottom: 8px;
    font-size: 0.95rem;
    line-height: 130%;
    border-bottom: solid 1px #e7e7e7;
    font-weight: 600;
}

.news-card>p {
    padding: 0 6px;
    font-size: 0.75rem;
    line-height: 130%;
    padding-bottom: 18px;
}

.news-card i {
    font-style: normal;
    font-size: 0.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 16px;
    color: #000;
    opacity: 0.7;
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
}

.news-card i::before {
    content: '';
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    background: url('./media/date.png') no-repeat;
    background-size: cover;
    margin-right: 6px;
}

.contact-block {
    background: url('./media/contact-bg.jpg') no-repeat;
    background-size: cover;
    border-top: solid 8px #e1faff;
}

.contact-block .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact-block .container>div {
    width: 50%;
}

.contact-block .container>form {
    width: 50%;
    color: #FFF;
    display: flex;
    flex-direction: column;
}

.contact-block .container>form legend {
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFF;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.contact-block .container>form button {
    width: max-content;
    padding: 16px 36px;
    font-size: 0.85rem;
    color: #FFF;
    background: none;
    border: solid 1px #FFF;
    background: rgba(255, 255, 255, 0.1);
    transition: .2s ease-in-out;
}

.contact-block .container>form button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.contact-block .container>form fieldset {
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.contact-block .container>form fieldset:nth-child(3) {
    margin-top: 0;
}

.contact-block .container>form fieldset>label {
    width: 46%;
    user-select: none;
}

.contact-block .container>form label {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 20px;
}

.contact-block .container>form input {
    margin-bottom: 20px;
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
    padding: 4px 0;
    color: #FFF;
    background: none;
    border-bottom: rgba(255, 255, 255, 0.6) solid 1px;
    font-size: 0.9rem;
    transition: .1s ease-in-out;
}

.contact-block .container>form input:focus {
    border-color: #FFF;
}

.contact-block .container>form input:not(:placeholder-shown) {
    border-color: #FFF;
}

.contact-block .container>form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

.contact-block .container>form textarea {
    margin-bottom: 20px;
    margin-top: 18px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    height: 72px;
    color: #FFF;
    background: none;
    border: none;
    outline: none;
    border-bottom: rgba(255, 255, 255, 0.6) solid 1px;
    font-size: 0.9rem;
    transition: .1s ease-in-out;
    resize: none;
    line-height: 130%;
}

.contact-block .container>form textarea:focus {
    border-color: #FFF;
}

.contact-block .container>form textarea:not(:placeholder-shown) {
    border-color: #FFF;
}

.contact-block .container>form textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

.contact-block .container>div {
    display: flex;
    flex-direction: column;
}

.left-contact>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

.left-contact>div:last-child {
    margin-bottom: 0;
}

.left-contact img {
    width: 72px;
}

.left-contact p {
    font-size: 0.75rem;
    line-height: 180%;
    color: #FFF;
    margin-left: 20px;
}

footer {
    padding: 24px 0;
    color: #FFF;
    background: #0274a1;
}

footer p {
    font-size: 0.8rem;
    line-height: 100%;
    text-align: center;
}

.product-page {
    padding-top: 160px;
}

.product-page .container>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    box-shadow: 1px 1px 4px -1px rgba(34, 60, 80, 0.1);
    transition: .2s ease-in-out;
}

.product-page .container>div:hover {
    transform: scale(1.04);
}

.product-page .container>div:nth-child(2) {
    margin-top: 80px;
}

.soc-media {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
}

.soc-media a {
    margin-right: 48px;
}

.soc-media a:hover {
    opacity: .8;
}

.soc-media img {
    width: 42px;
    height: auto;
}

.product-page .container>div img {
    width: 35%;
    height: auto;
}

.product-page .container>div>div {
    width: 62%;
}

.product-page .container>div>div h3 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 24px;
}

.product-page .container>div>div p {
    line-height: 140%;
    font-size: 1.1rem;
    font-weight: 300;
    padding-right: 24px;
}

.news-block.newscurrent a {
    color: #008bc3;
    margin-top: 20px;
    display: block;
}

.news-block.newscurrent a:hover {
    text-decoration: underline;
}

#burger * {
    transition: .3s ease-in-out;
}

#burger {
    height: 36px;
    width: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

#burger>div {
    width: 100%;
    height: 3px;
    background: #008bc3;
    position: absolute;
}

#burger>div:nth-child(2) {
    top: 5px;
    height: 3px;
}

#burger>div:nth-child(3) {
    bottom: 5px;
    height: 3px;
}

#burger.back {
    height: 36px;
    width: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

#burger.back>div:last-child {
    width: 36px;
    height: 3px;
    background: #008bc3;
    transform: rotate(225deg);
    position: absolute;
    bottom: 16.5px;
}

#burger.back>div:nth-child(1) {
    transform: rotate(270deg) scale(0);
}

#burger.back>div:nth-child(2) {
    width: 36px;
    height: 3px;
    background: #008bc3;
    transform: rotate(-225deg);
    position: absolute;
    top: 16.5px;
}

#burger {
    display: none;
}


#menu {
    display: none;
    transform: translateX(100%);
    position: fixed;
    width: 100vw;
    height: 120vh;
    top: 95px;
    padding: 30px 20px;
    background: #FAFAFA;
    z-index: 50;
    transition: .3s ease-in-out;
}

#menu h2 {
    text-align: right;
}

#menu nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
}

#menu nav a {
    display: block;
    width: max-content;
    font-size: 1.4rem;
    padding: 6px 12px;
    margin: 12px 0;
    border-right: #C4C4C4 4px solid;
    color: #404040;
}

#menu nav a.selected, #menu nav a:active {
    border-right: #008bc3 4px solid;
}

@media only screen and (max-width: 1400px) {
    html {
        font-size: 18px;
    }

    .container {
        max-width: 1160px;
    }
    
    .products-list-top-row>a {
        height: 240px;
    }

    .products-list-bottom-row>a {
        height: 220px;
    }
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 16px;
    }

    .container {
        max-width: 94%;
    }

    #burger {
        display: flex;
    }

    .landing-block .container img {
        height: 100px;
    }

    .landing-block {
        height: 100vh;
        background: url('./media/landing-background-mob.webp') no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
        background-attachment: fixed;
    }

    .misandvis p {width: 100%;}

    .landing-block .container>div {
        padding: 20px;
    }

    .landing-block .container h1 {
        font-size: 1.4rem;
    }

    .news-block.newscurrent img {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 16px;
    }

section{padding: 60px 0;}

header {
    position: fixed;
}

header .container nav {
    margin: 0;
    display: none;
}

    header .container a {margin-right: 0;font-size: 1.1rem; font-weight: 300;}
    .about-us-block p.note {
        width: 100%;
    }
    header .container{justify-content: space-between;}
    .products-list-top-row, .products-list-bottom-row, .advantages .adv-list, .contact-line .container {flex-direction: column;}

    .products-list-top-row>a, .products-list-bottom-row>a {
        width: 100%;
        margin-top: 30px;
    }

    .soc-media {
        margin: 0 auto;
        margin-top: 20px;
        align-items: center;
        justify-content: center;
    }

    .soc-media a:last-child {
        margin-right: 0;
    }

    .contact-line .container div {flex-direction: column;}
    .contact-line .container div>p, .contact-line .container div>p:nth-child(2) {
        width: 100%;
    }

    .logblock .container, .lcargo .container div {
        flex-direction: column; align-items: flex-start;
    }

    .lcargo .container div {width: 100%; padding: 16px 12px;}
    .lcargo .container div img {width: 80%; margin:0; margin-bottom: 24px;}
    .lcargo .container div p {width: 100%; font-size: .9rem;}
    .cooperation h2 {text-align: center; line-height: 140%;}
    .logblock .container div, .logblock img {width: 100%;}

    .cooperation .container div:nth-child(2) {margin-top: 30px;}

    .logblock img {margin-top: 20px;}

    .about-list-img {
        flex-direction: column;
    }

    .about-list-img img, .about-list-img div {
        width: 100%;
    }

    .about-list-img div  {
        margin-top: 20px;
    }


    .product-page .container>div {
        flex-direction: column;
    }

    .product-page .container>div img {
        width: 100%;
    }

    .product-page .container>div>div {
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    }

    .products-list-bottom-row {
        margin-top: 0;
        margin-top: 30px;
    }

    .adv-list>div, .news-card {
        width: 100%;
        margin-top: 50px;
    }

    .contact-line .container {
        text-align: center;
    }

    .contact-line p {font-size: 1.1rem; margin-bottom: 40px;}

    .news-block .container>div{flex-direction: column; margin-top: 20px;}
    .contact-block .container {flex-direction: column-reverse;}
    .contact-block .container>form, .contact-block .container>div {width: 100%;}
    .contact-block .container>div {margin-top: 60px;}
}