* {
    color: #000;
    outline: none;
    font-family: 'Muller';
    padding: 0;
    margin: 0;
    scrollbar-width: thin
}

html {
    overflow: scroll;
    overflow-x: hidden
}

body {
    -webkit-text-size-adjust: none;
    overflow-x: hidden
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #058554;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #339e61;
}

::-webkit-scrollbar-thumb:active {
    background: #12631c;
}

::-webkit-scrollbar-track {
    background: #e2f3eb;
    border-radius: 1px;
}

::-webkit-scrollbar-track:hover {
    background: #fafafa;
}

::-webkit-scrollbar-track:active {
    background: #ffffff;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.about-banner video{
    position: absolute !important;
    top: -4%;
    height: 100%;
    margin: 0px;
}

.container {
    max-width: 1533px !important;
    padding: 0 15px !important;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.clearfix {
    clear: both
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0px
}

.header-menu {
    display: flex;
    justify-content: space-between
}

.header-logo {
    display: flex;
    align-items: center
}

.header-logo-img {
    display: flex;
    align-items: center
}

.header-logo-text {
    text-transform: uppercase
}
.header-logo{
    order: 1 !important;
}
.header-menu-left{
    order: 2 !important;
}
.phone-soc-wrapper{
    order: 3 !important;
}
.header-menu{
    order: 4 !important;
    display: none;
}
.logo-first {
    margin-right: 12px
}

.logo-first{
    text-decoration: none;
}

.logo-two {
    margin-right: 12px
}

.logo-two{
    text-decoration: none;
}
.phone-soc-wrapper {
    display: flex;
    align-items: center;
}

.header-social {
    display: flex;
    align-items: center
}

.header-social-item {
    display: flex;
    align-items: center;
    margin-right: 28px
}

.header-phones-phone {
    margin-right: 40px
}

.menu-left-name {
    font-size: 14px;
    font-family: 'Muller';
    font-weight: 700;
    color: #232323;
    opacity: 0.6;
    text-transform: uppercase
}

.lang-title {
    font-size: 14px;
    font-family: 'Muller';
    font-weight: 700;
    color: #232323;
    opacity: 0.6;
    text-transform: uppercase;
	padding: 5px;
}

.menu-item {
    margin-right: 40px;
    position: relative;
    padding-bottom: 10px;
    display: flex
}

.menu-item a {
    font-size: 16px;
    font-family: 'Muller';
    font-weight: 700;
    color: #232323;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap
}

.flag-lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px
}

.arrow-about {
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 3px;
	transform: rotate(270deg);
}

.topmainVideo{
    margin-top: 105px
}

#video-top {
	width: 100%
}

.topmainVideo-wrapper video{
    width: 100%;
    height: auto;
}

.topblock-left-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.topblock-wrapper {
    display: flex;
    padding-bottom: 3%;
	align-items: center
}

.topblock-left-conent {
    max-width: 100%;
    width: 100%
}
.consultation .consultation-item3{
    max-width: 512px;
    width: 100%;
}

.topblock-before-title {
    color: #232323;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Muller';
    font-weight: 700;
    margin-bottom: 30px
}

.topblock-title {
    color: #232323;
    /* font-size: 72px; */
    font-size: 60px;
	font-family: 'Muller';
    font-weight: 700;
    margin-bottom: 30px;
	text-align: center;
}
.topblock-title h1{
    /* text-transform: uppercase; */
}

#scrollup {
    position: fixed;
    opacity: 0.8;
    background: #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer;
    z-index: 99999999;
}
.topblock-text {
    color: #232323;
    opacity: 0.9;
    line-height: 30px;
	text-align: justify;
}

.topblock-price-garant-wrap {
    margin-top: 30px
}

.topblock-price {
    font-family: 'Muller';
    font-weight: 700;
    font-size: 22px;
    color: #232323
}

.topblock-battoms {
    display: flex;
    margin-top: 36px
}

.topblock-garant {
    font-family: 'Muller';
    font-weight: 500;
    opacity: 0.75
}

.topblock-battoms-catalog {
    display: flex;
    background-color: #068c4f;
    color: #ffffff;
    padding: 15px 30px;
    font-family: 'Muller';
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    margin-right: 36px;
    border: 2px solid #068c4f;
    transition: .2s ease;
}
.topblock-battoms-catalog:hover{
    background-color: #fff;
    color: #068c4f;
    transition: .2s ease;
}

.topblock-battoms-more {
    display: flex;
    font-family: 'Muller';
    font-weight: 700;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 14px;
    color: #068c4f;
    background-color: #ffffff;
    text-transform: uppercase;
    border: 2px solid #068c4f;
    align-items: center;
    justify-content: center
}

.topblock-right-img {
    position: relative
}

.text-title-right {
    display: none;
    font-family: 'Muller';
    font-weight: 700;
    opacity: 0.05;
    color: #000000;
    font-size: 72px;
    width: 80%;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    line-height: 75px
        
}

.name-title-right {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Muller';
    font-weight: 700;
    color: #232323;
    opacity: 0.8;
    text-transform: uppercase;
    margin-bottom: 10px
}

.more-right {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #41AA83;
    font-family: 'Muller';
    font-weight: 500
}

.topblock-right-img {
    width: 900px
}
.topblock-right-img p{
    text-align: end;
}

.roundPlus1 {
    width: 26px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    box-shadow: 0px 0px 5px #fff
}

.roundPlus1-cat {
    width: 26px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    box-shadow: 0px 0px 5px #fff
}

.roundPlus1-cat:before {
    width: 37px;
    height: 37px;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3
}

.roundPlus1:before {
    width: 37px;
    height: 37px;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3
}

.big-round {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 43%;
    top: 22%;
    z-index: 3
}

.big-round-cat {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 40%;
    top: 68%;
    z-index: 3
}

.big-round-cat2 {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 55.5%;
    top: 48%;
    z-index: 3
}

.big-round-cat3 {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 79%;
    top: 38%;
    z-index: 3
}

.big-round2 {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 40%;
    top: 63%;
    z-index: 3
}

.big-round3 {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 77%;
    top: 37%;
    z-index: 3
}

.big-round4 {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 55%;
    top: 47%;
    z-index: 3
}

.production {
    background-color: #F6F6F6;
    z-index: -4
}

.prod-item-info-img {
    background-image: url(../img/backprod.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(2deg);
    z-index: -1
}

.prod-item-info-img-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 3;
    display: flex;
    justify-content: center;
    max-width: 368px;
    max-height: 256px;
    width: 100%;
    margin: 20px auto;
   /* height: 100%*/
}

.prod-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    /*max-height: 559px*/
}

.prod-item {
    width: 24%;
    display: flex;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    cursor: pointer;
}

.prod-item-info-title {
    position: relative;
    margin-bottom: 25px;
    height: 130px;
}

.prod-item-info-title h2 {
    font-family: 'Muller';
    font-weight: 700;
    color: #068c4f;
    /* font-size: 31px; */
    font-size: 23px;
    line-height: 38px;
    padding-top: 20px;
	text-align: center;
}

.prod-item-info-text {
    font-size: 18px;
    color: #000000;
    opacity: 0.7;
    font-family: 'Muller';
    font-weight: 500;
    line-height: 32px;
    max-height: 120px;
	display: none;
}

.prod-item-info-title-count {
    opacity: 0.07;
    color: #000000;
    font-size: 100px;
    font-family: 'Muller';
    font-weight: 500;
    position: absolute;
    left: -16px;
	display: none;
}

.prod-item-textall {
    padding: 10px 35px 0px 35px
}

.prod-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px
}

.prod-title h2 {
    font-family: 'Muller';
    font-weight: 700;
    /* font-size: 62px; */
    /* font-size: 48px; */
    font-size: 44px;
    color: #232323;
    text-transform: uppercase;
}

.prod-title h2 span {
    font-family: 'Muller';
    font-weight: 700;
    /* font-size: 62px; */
    font-size: 47px;
    color: #068c4f
}

.production-wrapper {
    padding: 90px 0px 100px 0px;
    width: 30%
}

.production-wrapper-production {
    padding: 80px 0px 100px 0px
}

.prod-item-info-img-stan {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.5s ease-in-out
}

.prod-item-infor:hover .prod-item-info-img-stan {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out
}

.advantages {
    background-color: #068c4f
}

.production-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 62px;
    margin-bottom: 45px
}

.production-text {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 45px
}

.production-button {
    color: #ffffff;
    text-transform: uppercase;
    border: 3px solid #ffffff;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 700
}

.production-item1 {
    box-sizing: border-box;
    width: 100%
}

.production-item2 {
    display: flex;
    width: 100%;
    padding: 90px 0px 40px 0px
}

.production-item2-item {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px
}

.production-item2-item-text {
    display: flex;
    flex-direction: column
}

.production-item2-item-title {
    color: #FFFFFF;
    font-size: 28px;
    padding-left: 2%;
    font-weight: 700;
    margin-bottom: 5px
}

.production-item2-item-text {
    font-weight: 400;
    padding-left: 1%;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px
}

.production-wrapper-all {
    display: flex
}

.consultation {
    width: 100%;
    height: 100%;
    background-image: url(../img/goldback.png);
    background-repeat: repeat-y;
    position: relative;
    background-color: #F6F6F6
}

.consultation-item1 {
    position: relative;	 
	width: 32%;
}

.consultation-item1 img {
	width: 100%;
}

.consultation-wrapper-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px
}

.consultation-item2-title {
    color: #232323;
    font-size: 62px;
    font-weight: 700
}

.consultation-item2-title2 {
    color: #068c4f;
    font-size: 62px;
    font-weight: 700
}

.consultation-item2-text {
    color: #000000;
    opacity: 0.75;
    font-weight: 500;
    margin-top: 40px;
    width: 80%;
    line-height: 32px
}

.consultation-item2 {
    width: 30%
}

.consultation-form {
    display: flex;
    flex-direction: column;
    padding: 50px
}

.consultation-form {
    border: 11px solid #068c4f
}

.consultation-name {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 6px 0 11px 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    box-sizing: border-box;
    margin-bottom: 15px
}

.consultation-tel {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 6px 0 11px 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    box-sizing: border-box;
    margin-bottom: 15px
}

.consultation-title {
    font-size: 34px;
    color: #232323;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.consultation-button {
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #068c4f;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: .2s ease;
    margin-top: 10px;
}
.consultation-button:hover{
    background-color: #fff;
    color: #068c4f;
    transition: .2s ease;
}

.consultation-check {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.news-main-title {
    font-weight: 700;
    font-size: 62px
}

.news-main {
    background-color: #ffffff
}

.news-main-text {
    color: #000000;
    opacity: 0.7;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500
}

.news-main-buttons-wrapper {
    display: flex;
    justify-content: space-between;
    
}

.productRewies-left-buttons {
    display: flex;
    justify-content: space-between
}

.news-main-all {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    background-color: #068c4f;
    border: 1px solid #068c4f;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 50px;
    box-sizing: border-box;
    max-height: 56px;
    transition: .2s ease;
}
.news-main-all:hover{
    background-color: #fff;
    color: #068c4f;
    transition: .2s ease;
}

.productRewies-main-all {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    background-color: #068c4f;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 50px;
    box-sizing: border-box;
    max-height: 56px;
    transition: .2s ease;
    border: 2px solid #068c4f;
}
.productRewies-main-all:hover{
    background-color: #fff;
    color: #068c4f;
    transition: .2s ease;
}

.wrapper-main-buttons {
    /* width: 30%;
    max-width: 360px; */

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    bottom: 0px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

.slide-news-news {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #068c4f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #ffffff;
    display: none
}

.slide-news-news-active {
    display: block
}

.news-main-buttons {
    padding: 78px 0px
}

.news-main-buttons-in {
    display: flex;
    justify-content: center
}

.productRewies-left-buttons-all {
    display: flex;
    justify-content: center
}

.productRewies-left-buttons-all2 {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: calc(50% - 56px)
}

.production-button-wrapper {
    margin-top: 80px
}

.clearzern-h2 {
    font-weight: 700;
    /* font-size: 62px; */
    font-size: 62px;
    line-height: 68px;
    padding-bottom: 30px
}

.clearzern-visible-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    opacity: 0.8;
    padding-bottom: 40px
}

.clearzern-hidden-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    opacity: 0.8;
    padding-bottom: 40px
}

.more-hidden-text {
    color: #068c4f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.clearzern-left {
    display: flex;
    flex-direction: column;
   /* width: 60%*/
}

.clearzern-right-title-number {
    font-weight: 400;
    color: #03A87C;
    font-size: 56px
}

.clearzern-right-title-text {
    color: #8D8D8D;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 40px
}

.clearzern-right-main-text {
    color: #000000;
    opacity: 0.7;
    font-size: 16px;
    line-height: 27px
}

.clearzern-wrapper-all {
   /* display: flex;*/
    justify-content: space-between;
    padding: 70px 0px
}

.clearzern-right {
    width: 24%
}

.clearzern {
    background-color: #F6F6F6
}

.contacts-front-left {
    width: 100%;
    height: 100%
}

.contacts-front-left-wrapper {
    background-image: url(/img/contbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 50%;
    padding: 10%;
    box-sizing: border-box
}

.contacts-front-left-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.7); */
    background-color: rgba(100, 175, 50, 0.7);
    z-index: 1;
    width: 100%;
    height: 100%
}

.contacts-front-left-title {
    font-weight: 700;
    color: #fff;
    font-size: 62px;
    position: relative;
    z-index: 3
}

.contacts-front-left-adress {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 34px
}

.contacts-front-left-phone1 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px
}

.contacts-front-left-phone1 a {
    color: #ffffff;
    text-decoration: none
}

.contacts-front-left-phone2 a {
    color: #ffffff;
    text-decoration: none
}

.contacts-front-left-phone2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px
}

.contacts-front-left-mail {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 50px
}

.contacts-front-left-link {
    color: #ffffff;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    height: 50px;
    padding: 0px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: fit-content;
    font-size: 14px;
    font-weight: 700;
}

.contacts-front-left-phones {
    margin-bottom: 34px
}

.contacts-front-left-inform {
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
    margin-left: 0;
}
.article-banner-text-wrapper h1{
    max-width: 565px;
}

.contacts-front-wrapper {
    display: flex
}

.contacts-front-right-wrapper {
    width: 50%
}

.contacts-front-right {
    width: 100%;
    height: 100%
}

.footer {
    background-color: #1C1C1C
}

.footer-phone-item {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.footer-phone-item a {
    color: #ffffff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer-mail {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px;
    text-decoration: none;
}
.footer-mail a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px;
    text-decoration: none;
}
.footer-adress {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    width: 60%;
    line-height: 25px
}

.footer-logo {
    margin-bottom: 34px
}

.footer-phone {
    margin-bottom: 20px
}
.footer-phone a {
	display: flex;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.footer-wrapper {
    padding-top: 46px;
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-item-left {
    width: 30%
}

.footer-item-center {
    display: flex;
    flex-direction: column;
    width: 30%
}

.footer-item-center a {
    color: #ffffff;
    font-size: 18px;
    padding: 6px 0px;
    text-decoration: none
}



.footer-item-right {
    display: flex;
    flex-direction: column
}
.footer-item-right a {
    color: #ffffff;
    font-size: 18px;
    padding: 6px 0px 10px 0px;
    text-decoration: none
}
.under-footer {
    background-color: #1C1C1C;
    padding-top: 40px;
    padding-bottom: 40px
}

.under-footer-wrapper {
    display: flex;
	flex-direction: column;
}
.under-footer-wrapper p {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.under-footer-left {
    display: flex;
    align-items: center;
    width: 30%
}

.under-footer-left-item {
    text-decoration: none;
    display: block;
    margin-right: 26px
}

.under-footer-center {
    opacity: 0.5;
    color: #ffffff;
    width: 30%
}

.under-footer-right {
    align-items: center;
    display: flex
}

.under-footer-right-web {
    opacity: 0.5;
    color: #ffffff;
    margin-right: 10px
}

.headerMobile {
    display: none
}

.about-banner {
    width: 100%;
    background-repeat: round;	
    height: auto;
		
}

.bread-cramp {
    color: #ffffff;
    font-weight: 700;
    display: flex;
	align-items: center;
}
.cardprod-wrapper{
    padding-top: 20px;
}
.category .bread-cramp a span{
    color: #232323;
}
.cardprod .bread-cramp a span{
    color: #232323;
}
.bread-cramp-list{
    list-style: none;
}
.post-page{
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding-right: 6px;
    font-weight: 400
}
.bread-cramp a{
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding-right: 6px;
    padding-left: 4px;
    font-weight: 400
}
.bread-cramp span.current-item{
    padding-right: 6px;
    padding-left: 4px;

}
.bread-cramp a span{
    color: #ffffff;
}

.bread-cramp a:not(:first-child) {
    padding-left: 6px
}
.blog-banner-wrapper .bread-cramp span,
.article-banner-wrapper .bread-cramp span{
    color: #fff;
}
.about-banner-text-wrapper {
    display: flex;
    justify-content: space-between
}

.about-banner-text-left {
    width: 45%
}

.about-banner-text-left h1 {
    font-weight: 700;
    font-size: 58px;
    color: #FFFFFF
}
.about-banner-text-left h1{
    font-size: 53px;
    text-transform: uppercase;
}

.about-banner-text-right {
    width: 45%;
    font-size: 22px;
    color: #ffffff;
    line-height: 34px
}

.about-banner .container {
    height: 100%;
}
.thumb img{
    width: 100% !important;
    margin-left: 0 !important;
}

.about-banner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 45;
}

.menu-about .container {
    width: 100%;
    max-width: 100%
}

.menu-about-wrapper {
    background-color: #ECECEC;
	
}

.menu-about {
    display: flex;
    justify-content: center;
    list-style: none
}

.menu-about li {
    max-width: 274px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.menu-about li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #242433;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.menu-about .active {
    background-color: #ffffff
}

.part-one-about-wrapper {
    display: flex;
    padding: 0% 5%;
    margin-top: 40px;
    justify-content: space-between
}

.part-two-about-wrapper {
    margin-top: 50px
}

.part-one-about-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 40%
}

.part-one-about-left1 h2 {
    font-size: 25px;
    line-height: 40px
}

.part-one-about-left2 p {
    font-size: 22px;
    color: #232323;
    line-height: 34px
}

.part-two-about-backimg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    background-size: cover;
    position: relative;
    border: 10px solid rgb(100, 175, 50);;
}

.part-two-about-text {
    font-size: 32px;
    line-height: 51px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    position: relative
}

.part-two-about-underbackimg {
   
    width: 100%;
}

.part-two-about-underbackimg p {
    font-size: 18px;
    line-height: 30px;
	text-align: justify;
	padding: 15px;
}

.part-three-about-img {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.part-three-about-img img {
	width:30%;
}

.part-four-about-img img {
    width: 100%;
    height: 100%
}

.part-two-about-backimg:before {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    content: '';
    background-color: rgba(0, 0, 0, 0.45);
    left: 30px;
    top: 30px;
    position: absolute
}

.map-about {
    background-repeat: no-repeat;
    background-size: 100%
}

.map-about .container {
    max-width: 100%;
    width: 100%
}

.map-about-wrapper {
    height: 100%;
    width: 100%;
    position: relative
}

.map-about-numbers-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 36px;
    position: absolute;
    max-width: 1260px;
    top: 90%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.map-about-numbers {
    display: flex
}

.map-about-title {
    font-weight: 700;
    font-size: 52px;
    color: #FFFFFF;
    padding-top: 60px;
    top: 10%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.map-about-numbers-number {
    font-size: 100px;
    font-weight: 300;
    color: #ffffff
}

.map-about-numbers-text {
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 24px
}

.map-about-text {
    max-width: 1000px;
    width: 100%
}

.map-about-text p {
    color: #ffffff;
    font-size: 16px
}

.map-about-back-img {
    width: 100%
}

.part-one-about-right img {
    width: 100%;
    height: 100%
}

.part-one-about-right {
    width: 54%
}

.bottomForm {
    max-width: 540px;
    background-color: #F6F6F6
}

.bottomForm .consultation-form {
    border: none
}

.tehno{
  padding-top: 70px;
  padding-bottom: 55px;
}
.h1, .h2, .h3, .h4, .h5, .h6{
    display: block;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
}
.h1, .h2{
    font-size: 46px;
}
.h3, .h4{
    font-size: 36px;
}
.h5, .h6{
    font-size: 30px;
}
.h2-page{
    font-family: 'Muller';
    font-weight: 700;
    color: #068c4f;
    font-size: 23px;
    line-height: 38px;
    padding-top: 20px;
    text-align: center;
}
@media screen and (max-width: 1920px) {
    .about-banner {    
        height: 70vh;            
    }
}
@media screen and (max-width: 1600px) {
    .about-banner {    
        height: 70vh;            
    }
    .container {
        width: 1533px
    }
	.toDown-text {
		display:none;
	}
	#tehnology,
	#zavod {
		margin-bottom:0!important;
	}
	#uslugi {
		margin-top: 6%!important;
	}
}

@media screen and (max-width: 1440px) {
    .container {
        width: 90%;
    }
	.about-banner video {
        position: absolute;
        top: -10%;
    }
	#tehnology,
	#zavod {
		margin-bottom:0!important;
	}
    .about-banner-text-left h1 {
        font-size: 42px;
    }
    .about-banner {
        height: 58vh;
    }
}

@media screen and (max-width: 1280px) {
    .part-three-about-img {
        justify-content: space-around;
        flex-wrap: wrap
    }
    .part-three-about-img img {
        margin-bottom: 30px;
        object-fit: cover
    }
    .container {
        width: 90%
    }
	.menu-about{
		margin-top: 0;
	}
	#tehnology,
	#zavod {
		margin-bottom:0!important;
	}
}

@media screen and (max-width: 1200px) {
    .map-about-text {
        width: 100%;
        margin-left: 10px
    }
    .map-about-numbers-number {
        font-size: 50px
    }
    .map-about-numbers-wrapper {
        width: 80%
    }
    .container {
        width: 90%
    }
	.about-banner{
        height: 52vh;
	}
    .about-banner video {
        top: -12%;
    }
	.about-banner-text-left h1 {
		font-size: 50px;
	}
	.menu-about{
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
    .productRewies {
        padding-bottom: 40px;
    }
    .part-two-about-wrapper {
        margin-top: 0px;
    }
        #uslugi {
        margin-top: 0!important;
    }
    .about-banner-wrapper {
        justify-content: center;
        position: relative;
    }
    .bread-cramp {
        margin-bottom: 5%;
    }
    .topmainVideo{
        display: none;
    }
    .part-one-about-left1 h2 {
        font-size: 28px;
        line-height: 53px;
        padding-bottom: 30px
    }
    .menu-about {
        flex-wrap: wrap
    }
    .menu-about li {
        max-width: 50%;
        border-bottom: 1px solid #C8C8C8;
        margin: -1px;
    }
    .menu-about li:not(:last-child):before{
        display: none;
    }
    .backcall {
        position: initial !important
    }
    .headerMobile-wrapper {
        width: 100%;
        height: 70px;
        box-sizing: border-box;
        background-color: #232323;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px
    }
    .header {
        display: none
    }
    .headerMobile {
        display: flex
    }
    .container {
        width: 90%
    }
    .header_mobile-btn-wrapper-menu {
        display: flex;
        position: relative
    }
    .header_mobile-menu-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 63%;
        top: 40%;
        color: #ffffff;
        opacity: 0.85;
        font-weight: 500;
        font-size: 11px;
        text-transform: uppercase
    }
    .backcall-blue {
        width: 44px !important;
        height: 44px !important;
        box-shadow: 0px 5px 15px rgba(13, 141, 106, 0) !important
    }
    .backcall {
        background: linear-gradient(45deg, rgba(2, 125, 197, 0), rgba(100, 172, 214, 0)) !important
    }
	
	.about-banner {
		margin: 0;
	}
	.about-banner video {
        top: -20%;
    }
	.tehno {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .about-banner-text-left {
        width: 100%
    }
    .about-banner-text-right {
        width: 100%;
        font-size: 18px;
        margin-top: 10px
    }
    .about-banner-text-wrapper {
        flex-direction: column
    }
	
    .about-banner-text-left h1 {
        font-size: 32px
    }
	
    .part-one-about-wrapper {
        width: 100%;
        flex-direction: column
    }
    .part-one-about-left {
        width: 100%
    }
    .part-one-about-right {
        width: 100%;
        text-align: center;
    }
    .part-one-about-wrapper {
        padding: 0% 0%
    }
    .part-two-about-underbackimg {
        margin: 40px auto
    }
    .map-about-back-img {
        height: 460px;
        object-fit: cover
    }
	#tehnology,
	#zavod {
		margin-bottom:0!important;
	}
}

@media screen and (max-width: 1000px) {
    .container {
        width: 90%
    }
	
}

@media screen and (max-width: 1024px) {
    .container {
        width: 90%
    }
	.part-two-about-underbackimg img,
	.tean img,
	.part-two-about-underbackimg p img {
		width: 100%;
		height: auto;
	}
	#pressa-all.blog-banner {
		background-image: url(../img/bg/blog.jpg) !important;
	}
	#news-all.blog-banner {
		background-image: url(../img/bg/blog.jpg) !important;
	}
	/* страница завод*/
	.zavod {
		display: none;
	}
	.about-banner {
		background-image: url(https://grain.cleaning/wp-content/uploads/2021/01/photo1.jpg);
		background-repeat: no-repeat;
         background-size: cover;
	}
	#zavod.about-banner {
		background-image: url(../img/bg/zavod.jpg);
	}
	#tehnology.about-banner {
		background-image: url(../img/bg/tehno.jpg);
	}
	#part.about-banner {
		background-image: url(../img/bg/partner.jpg);
	}
	#produkcia.about-banner {
		background-image: url(../img/bg/product.jpg);
	}
	#uslugi.about-banner {
		background-image: url(../img/bg/montag.jpg);
	}
	#crl.about-banner {
		background-image: url(../img/bg/kontact.jpg);
	}
	#blog.about-banner {
		background-image: url(../img/bg/blog.jpg) !important;
	}
	#tehnology,
	#zavod {
		margin-bottom:0!important;
	}
}

@media screen and (max-width: 425px) {
    .container {
        width: 90%
    }
    .map-about-text p {
        display: none
    }
    .map-about-title {
        text-align: center
    }
	.part-two-about-underbackimg img,
	.tean img,
	.part-two-about-underbackimg p img {
		width: 100%;
		height: auto;
	}
	/* страница завод*/
	.zavod {
		display: none;
	}
	.about-banner {
		background-image: url(https://grain.cleaning/wp-content/uploads/2021/01/photo1.jpg);
		background-repeat: no-repeat;
         background-size: cover;
	}
	.about-banner-wrapper {
		margin: 0;
	}
	#photo-page,
	#video-page{
		margin-top: -39%;
		background-image: url(https://grain.cleaning/wp-content/uploads/2021/01/photo1.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
	}
	/*продукция */
	.howchoose-h2 {
		font-size: 26px!important;
	}
	/*новоси на главной */
	.slider-news-item {
		width: 300px;
        height: auto!important;
	}
	
}

@media screen and (max-width: 325px) {
	/* страница завод*/
	.zavod {
		display: none;
	}
	.about-banner {
		background-image: url(https://grain.cleaning/wp-content/uploads/2021/01/photo1.jpg);
		background-repeat: no-repeat;
         background-size: cover;
	}
	.about-banner-wrapper {
		margin: 0;
	}
	.about-banner-text-left {
		display: none;
	}
	
	/*     */
    .container {
        width: 90%
    }
	.part-two-about-underbackimg img,
	.tean img,
	.part-two-about-underbackimg p img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	/* вкладки на стр товара */
	.character-card,
	.opis-card {
		width: 90%;
	}
	.character-card img,
	.complect img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 7680px){
	
	

}
@media screen and (min-width: 1920px){ 
	.about-banner-wrapper {
		height: 100%;
        min-height: 700px;
	}
}

.icon-soc {
	margin: 15px 0px 15px;
}
.icon-soc p {
	margin-top: 10px;
}
.icon-soc a {
color: #232323;
    font-size: 24px;
    text-decoration: none;
    padding-bottom: 7px;
}
.character-card ul li:before {
	content: '\2713';
    color: black;
    padding: 5px;
}
.character-card ul li {
	list-style: none;
}
/* страница технологии */
.first-tech {
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.element1 {
	max-width: 40%;
    margin-bottom: 20px;
	text-align: justify;
	font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
.element2 {
	width: 48%;
    margin-bottom: 20px;
	text-align: justify;
}
.first-row,
.second-row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	margin-bottom: 20px;
}
.rows {
	max-width: 380px;
	text-align: center;
	background-color: #068c4f;
	margin: 20px;
}
.rows a {
	text-decoration: none!important;
	
}
.rows a p {
	color: white;
	text-align: center!important;
}
.rows img {
	width: 380px;
    height: 270px;	
	background-image: url(http://grain.cleaning/wp-content/themes/zerno/img/backcat.png);
    background-color: white;
}
.consultation-check span {
	padding-right:10px;
}
.tehno .table_quel p,
.tehno .table-2 p {
	text-align: center;
}
.clearzern-left-title h2{
    text-align: center;
    font-size: 42px !important;
    text-transform: uppercase;
}
/* таблицы в технологиях */
.table tr, td, th {
	border: 1px solid green;
	text-align: center;
}
.table td p {
	text-align: center;
}

.konf_new_block .part-one-about-left2 p{
    font-size: 16px;
    line-height: 28px;
}
.konf_new_block .part-one-about-left2 p strong{
    font-size: 20px;
    margin: 10px 0;
}
.productRewies-main-all.display_nones{
    display: none;
}
.clearzern-left-text ul,
.clearzern-left-text ol{
    padding-left: 15px;
    padding-bottom: 15px;
}
.clearzern-left-text ul li,
.clearzern-left-text ol li{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    opacity: 0.8;
}
/* Maximum height */
@media (max-height: 768px) {
  .about-banner {
	    height: 71vh;
	}
}