* {
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

#logo {
	width: 20%;
    height: 150px;
    margin: 0px 6%;
    float: left;
    object-fit: contain;
}
#contact_info {
	height: 115px;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    color: #ccc;
}
.contact-txt-body {
    padding-top: 25%;
}

#contact_info a, #contact_bottom a, #contact_footer a{
	color: #ccc;
	text-decoration: none;
	z-index: 10;
}
#contact_info img, #contact_bottom img, #contact_footer img{
	height: 25px;
    margin-right: 10px;
}
#languages a{
    padding: 0 5px;
}
.active-lg, #languages a:hover {
    color: #095ea9 !important;
    font-weight: 600;
}
#menu {
	display: flex;
    height: 30px;
    align-items: center;
    justify-content: space-evenly;
}
#menu li {
	list-style-type: none;
    text-transform: uppercase;
    width: 20%;
    padding: 5px 0;
    text-align: center;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    cursor: pointer;
    transition: .1s;
}

#menu li a{
    color: #333
}

.active, #menu li:hover {
	background-color: #095ea9;
}
.active a, #menu li:hover a {
    color: #fff !important;
}

.banner {
	width: 100%;
	height: auto;
    transition: 1s;
}
section {
	padding: 0 10%;
}
h5 {
	font-size: 32px;
    font-weight: 800;
    padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	color: #095ea9;
}
.nh-txt p{
	text-align: center;
	margin: 15px 0;
}
.noxy-liquid{
	position: relative;
	padding-top: 15%;
}
.noxy-liquid img{
	width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
#certificates {
    background-image: url(/images/certificate.png);  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
    min-height: 525px;
}
.noxy-tank-txt {
    padding-top: 20%;
}
.three-block {
	display: flex;
    justify-content: space-between;
}
.one-three-block {
	width: 50%;
	padding: 15px 2%;
    text-align: center;
    box-sizing: border-box;
}
.one-three-block img {
	width: 20%;
    height: auto;
    margin: 20px 0;
}
.one-three-block p {
	text-align: justify;
}
.three-block-our-business {
    width: 45%;
    position: relative;
}
.three-block-our-business img {
    width: 100%;
    height: auto;
}
.three-block-our-business p {
    position: absolute;
    top: 50px;
    left: 5px;
    right: 5px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}
#cooperation {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
}
#banner_cooperation, #banner_contacts {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}
#cooperation h5 {
	text-align: left;
    z-index: 1;
}
#cooperation p {
	width: 50%;
    z-index: 1;
}
.form-cooperation {
	width: 50%;
	padding-top: 20px;
	box-sizing: border-box;
	z-index: 10;
}
.form-cooperation input, .form-cooperation select{
	width: 49%;
    color: #095ea9;
    box-sizing: border-box;
    float: left;
    margin: 5px 1% 5px 0;
    padding: 7px 15px;
    border: none;
    border-bottom: 2px solid #67b3d363;
    font-size: 18px;
}

.form-cooperation textarea {
	width: 99%;
    margin: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 2px solid #67b3d363;
}
.form-cooperation input::placeholder, .form-cooperation select::placeholder, .form-cooperation textarea::placeholder{
	color: #67b3d363;
    font-size: 14px;
}
.form-contact input {
    width: 49%;
    color: #095ea9;
    box-sizing: border-box;
    float: left;
    margin: 5px 1% 5px 0;
    padding: 7px 15px;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #878377;
}
#check_field {
	margin: 10px 0;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

#check_cl, #check_cl_contact {
    width: 20px;
    height: 20px;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    border-radius: 13px;
    float: left;
    margin-right: 5px;
    margin-left: 15px;
    border: 1px solid #8bc34a;
    cursor: pointer;
}
.cl-on {
    background-image: url(/images/check-on.svg) !important;
}

.cl-off {
    background-image: url(/images/check-off.svg) !important;
}
#button_send {
	width: auto;
    background-color: #8bc34a;
    color: #fff;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    cursor: pointer;
}

.certificates-list {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    float: right;
    width: 50%;
}

.certificates-list img {
	width: 37%;
	height: auto;
    transition: transform 1s;
}
.certificates-list img:hover {
    transform: scale(2);
    z-index: 10;
}
#manufacturing img {
    width: 100%;
}
#manufacturing img:hover{
    content: url('/images/manufacturing2.png');
    transition: 1s;
}
#contacts {
	position: relative;
	overflow: hidden;
}
.contact-txt {
	width: 45%;
    float: right;
}
#contact_bottom {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
    z-index: 10;
}

#contact_bottom p, #contact_bottom a {
    font-size: 13px;
}

.form-contact {
	width: 100%;
    position: relative;
	z-index: 10;
}
#button_send_contact {
	width: 49%;
    background-color: #8bc34a;
    color: #fff;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0px;
    cursor: pointer;
    border: none;
}

#button_send_contact:hover , #button_send:hover {
    background-color: #6f9d3a;
}
#check_field_contact{
    display: inline-block;
    margin-top: 10px;
}
#footer {
/*	background-color: #074476;*/
	background: linear-gradient(45deg, #015aa6, #0a3a62);
	padding-top: 15px;
}
#logo-footer {
	width: 100%;
	height: 100px;
	object-fit: contain;
}
#menu-footer {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

#menu-footer li {
	list-style-type: none;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
}

#menu-footer li a {
    color: white
}
.active-footer a {
    color: #8bc34a !important;
}

.sticky {
    width: 100%;
    z-index: 2;
    position: fixed;
    background-color: white;
    margin-top: -116px;
}

#menu-footer li a:hover {
	color: #8dc73f;
}

#contact_footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
}
#contact_footer p {
    color: #fff;
}

#contact_footer p:hover {
    color: #dfdfdf;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 13px;
    left: 20px;

    width: 26px;
    height: 26px;

    cursor: pointer;
    z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: black;

    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;

    width: 300px;
    height: 100%;

    margin: 0;
    padding: 80px 0;

    list-style: none;

    background-color: #ffffff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;

    color: #095ea9;

    font-size: 20px;
    font-weight: 600;

    text-decoration: none;

    transition-duration: .25s;
}
.menu__item:hover {
    background-color: #CFD8DC;
}

.hamburger {
    display: none;
}

header #contact_info p:hover {
    color: #095ea9;
}

.contact-txt-body h5 {
    text-align: left;
}

.contact-txt-body-sub {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0 10px 0;

}

#go-top {
  position: fixed; 
  bottom: 30px; 
  right: 30px;
  cursor:pointer; 
  display:none;
  width: 60px;
  height: 60px;
  background-image: url(/images/up-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 1s;
}

#go-top:hover {
  background-image: url(/images/up-button-b.png);
}
#assortment{
    overflow: hidden;
}
.assortment-block {
    width: 16%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: left;
    align-items: center;
}

.assortment-block img {
    width: 100%;
}
/*.assortment-block:hover {
    transform: scale(2);
    z-index: 10;
    background-color: #fff;
}*/
.assortment-block p {
    font-size: 12px;
    color: #aaa;
}
.prod-name {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
    min-height: 42px;
}
.assortment-block a {
    background-color: #8bc34a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 3px 10px;
    cursor: pointer;
    border-radius: 15px;

}

@media (max-width: 1800px) {
    .contact-txt-body {
        padding-top: 20%;
    }
}

@media (max-width: 1600px) {
    .contact-txt-body {
        padding-top: 5%;
    }
    .three-block-our-business p {
        font-size: 22px;
    }
}

@media (max-width: 1405px) {
    #banner_cooperation {
        display: none;
    }
    #cooperation p {
        width: 100%;
    }
    .form-cooperation {
        width: 100%;
    }
    .three-block-our-business p {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    section {
        padding: 0 1%;
    }
    #contact_bottom > *{
        width: 100%;
        padding: 5px 10px;
        font-size: 16px;
    }
    #contact_bottom p, #contact_bottom a {
        font-size: 16px;
    }
    #contact_bottom {
        width: 100%;
    }
    .contact-txt-body {
        padding-top: 0%;
    }
    .contact-txt-body h5 {
        padding: 0px;
        text-align: start;
    }
    #contact_bottom {
        margin: 0px 0px 5px 0px
    }
    .three-block-our-business p {
        font-size: 16px;
    }
}


@media (max-width: 980px) {
    .three-block {
        width: 100%;
        padding: 0;
    }

    #contact_info p {
        font-size: 12px;
    }
    .assortment-block {
        width: 33%;        
    }
}

@media (max-width: 940px) {
    #banner_contacts {
        display: none;
    }
    .contact-txt {
        align-items: unset;
        width: 100%;
        min-height: max-content !important;
        padding-bottom: 30px;
    }
    #contact_bottom {
        width: 100%;
    }
    #contact_bottom > *{
        width: auto;
        font-size: 16px;
    }
    .contact-txt-body h5 {
        text-align: center;
    }
    .three-block-our-business p {
        top: 30px;
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    #contact_bottom > * {
        width: 100%;
    }
    .three-block-our-business p {
        font-size: 13px;
    }
}

@media (max-width: 700px) {
    #languages {
        padding-left: 25px;
        font-size: 20px;
    }
    #our_business {
        padding: 0 1% 0 2%;
    }

    .hamburger {
        z-index: 10000000000;
        background-color: #ffffff;
        height: 50px;
        display: block;
        position: fixed;
        width: 100%;
        box-shadow: 0px 5px 5px 0px rgb(35 36 36 / 25%);
    }

    .our-business .one-three-block {
        padding: 0;
    }

    .our-advantages {
        flex-wrap: wrap;
    }
    .our-advantages-block {
        width: 80%;
        margin: auto;
    }
    .our-advantages img {
        width: 70px;
    }

    #certificates-list > a{
        width: 45%;
        margin: 7px !important;
    }

    #contact_bottom > * {
        width: 100%;
    }

    #menu, #contact_info, #logo {
        display: none;
    }

    .hamburger #contact_info {
        padding: 24px;
    }

    .hamburger #contact_info > * {
        padding: 5px 0;
    }
    
    .hamburger #contact_info p {
        color: #000;
    }

    .hamburger #contact_info, .hamburger #logo {
        display: block;
    }

    .hamburger #logo {
        margin: -27px auto;
        float: none;
        width: 100px;
        height: auto;
    }

    .banner {
        padding-top: 60px;
    }

    #certificates {
        background-image: none !important;
    }
    .certificates-list, .certificates-list img {
        width: 100%;
    }

}

@media (max-width: 600px) {
    #check_field {
        flex-wrap: wrap;
    }
    #check_field > div {
        padding: 15px 0px;
    }
    #contact_bottom > *{
        width: 100%;
        padding-top: 20px;
        font-size: 16px;
    }
    #contact_bottom p, #contact_bottom a {
        font-size: 16px;
    }
    .three-block-our-business p {
        top: 20px;
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .form-cooperation input, .form-cooperation select, .form-contact input {
        width: 100%;
        font-size: 17px;
    }
    #button_send, #button_send_contact {
        font-size: 17px;
    }
    .three-block-our-business p {
        top: 10px;
    }
    .assortment-block {
        width: 49%;        
    }
}

@media (max-width: 300px) {
    #button_send, #button_send_contact {
        font-size: 13px;
    }

}