@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/roboto-cond-300-cyryl-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/roboto-cond-300-cyryl.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/roboto-cond-300-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*cyrillic-ext*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/roboto-cond-400-cyryl-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/*cyrillic*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/roboto-cond-400-cyryl.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/*latin*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/roboto-cond-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*cyrillic-ext*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/roboto-cond-700-cyryl-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/*cyrillic*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/roboto-cond-700-cyryl.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/*latin*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/roboto-cond-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    --main-gr: rgb(19, 145, 67);
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {clear: both;}

/*header*/
/*header top*/
.header-top {
    height: 30px;
    background-color: #00923F;
    font-size: 12px;
    color: rgb( 255, 255, 255 );
    line-height: 30px;
    border-bottom: 1px solid #006628;
    padding-right: 20px;
}
.wrap {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
/*new rules start */
.wrap.top {
    width: 100%;
    height: 100%;
    margin: 0;
}
.proekty-top, .komanda-top, .garantiya-top {
    float: right;
    margin-left: 10px;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
.header-pipe {
    float: left;
    margin-right: 10px;
    color: #FFF;
    font-size: 16px;
}
.empty-span {
    display: none!important;
    color: transparent;
}

.main-specialization {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-intro-label {
    width: 100%;
    text-align: center;
    font-size: 2em;
}

.second-main-label {
    margin: 50px 0;
}

.bineo-img {
    border: 4px solid #05903a;
    border-radius: 5px;
    margin: 5px;
}
.bineo-list h4 {
    display: unset;
    font-weight: bold;
}
.bineo-img.first {
    float: left;
    margin-right: 20px;
}
.bineo-list {
    position: relative;
    z-index: 1;
}
.bineo-list.right {margin-bottom: 45px;}
.bineo-list.right li::before {left: 385px!important;}

.bineo-list.right li h4 {
    margin-left: 25px;
    word-break: break-word;
}

.wrapper p {display: inline-block;}
.montazh {text-align: center;}
.model-row {
    text-align: center;
    margin-top: 100px;
}
.small1 {
    font-size: 22px;
    margin-top: 0px;
}
.small2 {font-size: 20px;}
.programa {
    text-align: center;
    margin-top: 30px;
    clear: both;
}

.h3halva {color: #000000!important;}
.box-calculator{
    box-shadow: 0 0 10px 7px;
    color: #006616;
    border-radius: 17px;
}

.logo-box {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    clear: left;
    margin-top: 30px;
}
.logo-box img {
    float: right;
    width: 160px;
    height: 40px;
    padding-bottom: 10px;
}
.warranty-heading {text-align: center;}
.warranty-heading h1 {padding-bottom: 40px;}
.warrantyTextContainer {
    padding-bottom: 70px;
    width: 100%;
}
.section1-slogan, .section1-slogan-ru {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #00923F;
    font-weight: 700;
    clear: both;
    margin-bottom: 0;
}
#calculator-label {
    background: #00330c;
    border-radius: 15px 15px 0 0;
    width: 220px;
}
#calculator-label p {
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
#block-block-3 {
    width: 240px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 10px 70px 10px 20px;
    border: 0;
    display: flex;
    float: right;
}
#block-block-3 table {
    color: #f0f9f9;
    min-width: 240px;
}
#block-block-3 input, textarea, select {
    font-family: inherit;
    font-size: 106%;
    margin: 0;
    line-height: normal;
    padding-top: 5px;
    height: 25px;
    position: relative;
    z-index: 999;
}
select {
    text-transform: none;
    line-height: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#block-block-3 #model-range, #block-block-3 #model-range-ua {
    height: 35px;
    padding-top: 0;
}

#block-block-3 #chelovek {
    display: block;
    padding: 10px 7px;
    height: 40px;
    background-color: #009942;
    border: 3px solid #006616;
    border-top: 0;
    border-bottom: 1px dashed #00330c;
    color: #fff;
}
#block-block-3 #field_price_stanok_value, #calcul-up #field_price_stanok_value{
	padding: 15px 5px 0 5px;
	display: block; 	 
	height: 40px;
    background-color: #009942;
    border-radius: 0 0 15px 15px;
    border: 3px solid #006616;
    border-top: 0;
}
#block-block-3 #field_name_stanok_value, #calcul-up #field_name_stanok_value{
    padding: 15px 5px 0 5px;
    display: block; 
    height: 55px;
    background-color: #009942;
    border: 3px solid #006616;
    border-top: 0;
    border-bottom: 1px dashed #00330c;
}
#block-block-3 #proizvoditelnost, #calcul-up #proizvoditelnost{
    padding: 10px 5px 0 5px;
    display: block; 
    height: 55px;
    background-color: #009942;
    border: 3px solid #006616;
    border-top: 0;
    border-bottom: 1px dashed #00330c;
}
div[itemprop="articleBody"] h3.mainpoint {
    text-align: center;
    margin-top: 30px;
    font-size: x-large;
    color: #006616;
}
.container-dr a {color: #fff!important;}
.bineo-outline {
    text-align: justify;
    font-size: large;
    color: #363636;
    text-transform: uppercase;
    margin: 0 12px 50px 12px;
}

@media (min-width: 1201px) and (max-width: 2560px){
    #block-block-3 {margin: 0 70px 0 auto;}
    p.inner-img.halva {
        width: 400px;
        margin-right: 10px;
        padding-left: 200px;
    }
    .programa {
        padding-top: 30px;
        margin-bottom: 60px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px){
    p.inner-img.halva {
        width: 400px;
        margin-right: 0;
        padding-left: 190px;
    }
    .programa {padding-top: 30px;}
}
@media (min-width: 869px) and (max-width: 1000px){
    p.inner-img.halva {
        width: 400px;
        margin-right: 0;
        padding-left: 120px;
    }
    ul.halvalist{text-align: start!important;}
    .programa {padding-top: 30px;}
}
@media (min-width: 770px) and (max-width: 869px){
    p.inner-img.halva {
        width: 400px;
        margin-right: 0;
        padding-left: 20px;
        padding-bottom: 10px;
    }
    ul.halvalist{text-align: start!important;}
}
@media (min-width: 630px) and (max-width: 769px) {
    p.inner-img.halva {
            width: 350px;
            margin-right: 0;
            padding-left: 20px;
    }
    ul.halvalist{text-align: start!important;}
}
@media (min-width: 595px) and (max-width: 975px) {
div[itemprop="articleBody"] h3.mainpoint {margin-top: 110px;}
}
@media (min-width: 976px) and (max-width: 2560px) {
    div[itemprop="articleBody"] h3.mainpoint {margin-top: 160px;}
}
@media only screen and (min-width: 700px) {
    .galva-offer-width-td {
        min-width: 123px;
    }
}
@media (max-width: 460px) {
.model-table {font-size: x-small;}
}
@media (max-width: 364px) {
.model-table {margin-left: -9px!important;}
.model-table.ukr {margin-left: -3px!important;}
}
@media only screen and (min-width: 491px) and (max-width: 600px){
.bineo-outline {text-align: left;}
}
@media only screen and (max-width: 490px){
.bineo-outline {text-align: center;}
}

@media (min-width: 993px) and (max-width: 1005px) {
    .tanks-and-pipelines-slider  {
        margin-left: 100px!important;
        margin-right: 0px!important;
    }
}
@media (min-width: 1005px) {
    .tanks-and-pipelines-slider  {
        margin-left: 125px!important;
        margin-right: 0px!important;
    }
}

@media (min-width: 1250px) and (max-width: 1300px) {
    .tel-1, .mail, .mod-languages {margin-left: 9px!important;}
}

@media (min-width: 1200px){
    .ekoplast {margin-left: 35px!important;}
}
@media (min-width: 1136px) and (max-width: 2560px) {
.wrapper {
    margin: auto;
    width: 1090px;
}
}
@media (min-width: 901px) and (max-width: 1135px) {
.bineo-list.right li {margin-right: 60px;}
.bineo-list.right {margin: 0;}
.wrapper {
    width: 540px;
    margin: auto;
}
.bineo-img {margin: 4px;}
}
@media (min-width: 900px) and (max-width: 958px) {
.bineo-list.right li:nth-child(6):before {
    left: -28px!important;
    top: -6px!important;
}
.bineo-list.right li:nth-child(6) h4 {margin-left: 0px;}
}
@media (min-width: 761px) and (max-width: 900px) {
.bineo-list.right {margin: 0;}
.bineo-list.right li {
    margin-right: 60px;
}
.bineo-list.right li:nth-child(6):before {
    left: -28px!important;
    top: -6px!important;
}
.bineo-list.right li:nth-child(6) h4 {margin-left: 0px;}
.bineo-list.right li:nth-child(6) {margin-top: 30px;}
.wrapper {
    width: 540px;
    margin: auto;
}
.bineo-img {margin: 4px;}
}
@media (min-width: 630px) and (max-width: 760px) {
.bineo-list.right {
    margin: 0;
    display: block;
}
.wrapper{margin: 0;}
.bineo-list.right li h4 {
    margin-left: 0px;
}
.bineo-list.right li {
    margin-right: 50px;
    word-wrap: break-all;
}
.wrapper p {
    margin-bottom: 10px;
    display: block;
}
.bineo-list.right li::before {
    left: -28px!important;
    top: -6px!important;
}
.bineo-img {
    float: none;
    width: 250px;
    margin: 0 auto 25px auto;
}
.bineo-img.first {
    float: none;
    margin: auto;
    height: auto;
    width: 400px;
}
}

@media (min-width: 481px) and (max-width: 629px){
.bineo-list.right {
    margin: 0;
    display: block;
}
.wrapper{margin: 0;}
.bineo-list.right li h4 {margin-left: 0px;}
.bineo-list.right li {margin-right: 50px;}
.wrapper p {
    margin-bottom: 10px;
    display: block;
}
.bineo-list.right li::before {
    left: -28px!important;
    top: -6px!important;
}
.bineo-img {
    float: none;
    width: 250px;
    margin: 0 auto 25px auto;
}
.bineo-img.first {
    float: none;
    margin: auto;
    height: auto;
    width: 400px;
}
p.inner-img.halva {
    width: 280px;
    margin-right: 0;
    padding-left: 35px;
}
ul.halvalist{text-align: start!important;}
}
@media (max-width: 480px) and (min-width: 320px) {
.empty-span {
    display: block!important;
}
.bineo-list.right {
    margin: 0;
    display: block;
}
.wrapper{margin: 0;}
.bineo-list.right li h4 {margin-left: 0px;}
.bineo-list.right li {
    margin-right: 50px;
    word-wrap: break-all;
}
.wrapper p {
    margin-bottom: 10px;
    display: block;
}
.bineo-list.right li::before {
    left: -28px!important;
    top: -6px!important;
}
.bineo-img {
    float: none;
    width: 250px;
    margin: 0 auto 25px auto;
}
.bineo-img.first {
    float: none;
    margin: auto;
    height: auto;
}
#block-block-3, #calcul-up {
    width: 240px;
    display: flex;
    float: none;
    clear: both;
}
}
/*new rules end */
/*new rules end */
.tel-1, .mail {
    float: left;
    margin-left: 40px;
    text-decoration: none;
    color: #FFF;
}
.mod-languages {
    float: right;
    margin-left: 40px;
    text-decoration: none;
    color: #FFF;
}
.tel-2 {
    float: left;
    text-decoration: none;
    color: #FFF;
    padding-left: 8px;
}
.header-text {
    float: left;
    padding: 0 0 0 8px;
}
.mail {
    background: url('/images/mail.png') no-repeat left center;
    padding-left: 31px;
}
.tel-1 {
    background: url('/images/tel.png') no-repeat left center;
    padding-left: 30px;
}
.mod-languages {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    background: url('/images/lang-switch-globe.png') no-repeat left center;
}
.mod-languages::before {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    top: 10px;
    right: 10px;
    background: url('/images/lang-switch-arrow.png') no-repeat center center;
}
.text-bold {font-weight: 700;}
.lang-inner p {margin: 0;}
.mod-languages {position: relative;}
.lang-inline {
    position: absolute;
    top: 25px;
    left: -10px;
    background-color: #00923F;
    z-index: 1001;
    padding: 0px 0 !important;
    border-radius: 5px;
    margin-top: 15px !important;
    display: none;
}
.lang-inline li {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding-left: 40px;
    background-color: #00923F;
    background-image: url(/images/ua-flag.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    margin-top: 1px !important;
    width: 75px;
}
.lang-inline li:nth-child(1) {
    background-image: url(/images/ua-flag.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    margin-top: 0 !important;
}
.lang-inline li:nth-child(2) {
    background-image: url(/images/ru-flag.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}
.lang-inline li:nth-child(3) {
    background-image: url(/images/pl-flag.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}
.lang-inline li:nth-child(4) {
    background-image: url(/images/eng-flag.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    margin-top: 0 !important;
}
.lang-inline li:first-child {border-radius: 5px 5px 0 0;}
.lang-inline li:last-child {border-radius: 0 0 5px 5px;}
.lang-inline li:hover,
.lang-inline li.lang-active {background-color: rgb(1, 119, 52);}
.lang-inline li a {
    color: #fff;
    display: block;
    width: 60px;
    height: 100%;
}
.lang-inline::before {
    position: absolute;
    content: ' ';
    top: -15px;
    left: 0;
    width: 116px;
    height: 15px;
    z-index: 999;
    background: url('/images/lang-switch-arrow-green.png') no-repeat;
    background-position: 53px 8px;
}
.mod-languages:hover .lang-inline {z-index: 1001;}
/*end header top*/
/*header main*/
.header-main {
    height: 80px;
    padding-bottom: 20px;
}
.logo {
    margin: 30px 0 0 15px;
    float: left;
}
.logo img {height: 35px;}
.logo a {text-decoration: none;}
.logo-text {
    color: #003B08;
    font-size: 12px;
    margin-top: 3px;
    display: block;
    font-weight: 700;
    letter-spacing: 3.4px;
    transform: skewX(-25deg);
}
.fixed-menu .logo-text {letter-spacing: 0.8px;}

.header .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 177px);
    float: right;
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.header .menu-main-menu-ua, .header .menu-main-menu-ru,
.header .menu-main-menu-eng, .header .menu-main-menu-pl {
    margin-top: 20px;
}

.header .nav li {
    display: inline-block;
    position: relative;
    transform: skewX(-10deg);
    z-index: 220;
}
.mod-languages ul.lang-inline li {transform: skewX(0deg);}
.header > .nav li:first-child {background: none;}
.header .nav li a {
    color: rgb( 75, 75, 75 );
    text-decoration: none;
    display: block;
    padding: 7px 11px;
    transition: all .3s ease;
    font-size: 16px;
}

.header .menu-main-menu-ua li a, .header .menu-main-menu-ru li a, 
.header .menu-main-menu-eng li a, .header .menu-main-menu-pl li a {
    font-size: 20px;
}

.header .nav > li > a::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -6px;
    width: 6px;
    height: 6px;
    background: #00923F;
    border: 3px solid #fff;
    border-radius: 50%;
    z-index: 250;
}

@media only screen and (max-width: 1450px) {
    
    .header .nav li a {
        font-size: 13px;
    }
    
    .header .nav > li > a::before {
        top: 9px;
    }
    
    .header .menu-main-menu-ua li a, .header .menu-main-menu-ru li a,
    .header .menu-main-menu-eng li a, .header .menu-main-menu-pl li a {
        font-size: 16px;
    }
    
    .header .menu-main-menu-ua > li > a::before,
    .header .menu-main-menu-ru > li > a::before,
    .header .menu-main-menu-eng > li > a::before,
    .header .menu-main-menu-pl > li > a::before {
        top: 12px;
    }
}

.header .nav li:first-child a::before {display: none;}
.header .nav > li:hover, .header .nav > .active {
    transition: all .3s ease;
    background-color: #ECECEC;
    border-radius: 3px;
    z-index: 230;
}
.header .nav li a:hover::before {transform: skewX(10deg);}
.header .nav-child, .footer .nav-child {display: none;}
.header .nav-child {
    position: absolute;
    z-index: 999;
    padding: 4px 0 0 0;
    left: 11px;
    width: 223px;
    -webkit-box-shadow: 4px 7px 5px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 7px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 4px 7px 5px -1px rgba(0,0,0,0.4);
    transform: skewX(10deg);
}
.header .nav-child:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 107px;
    width: 6px;
    height: 6px;
    background: #00923F;
    border: 3px solid #fff;
    border-radius: 50%;
    z-index: 300;
}
.header .nav-child li {display: block; transform: skewX(0deg);}
.header .nav-child li {
    background-color: #E1E1E1;
    background-image: url(/images/small_menu_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.header .nav-child li:hover {
    background-color: #EDEDED;
    background-image: none;
}
.header .nav-child li:first-child {
    border-radius: 3px 3px 0 0;
}
.header .nav-child li:last-child {
    border-radius: 0 0 3px 3px;
    background-image: none;
}
.header .nav-child li a:hover {
    transform: skewX(-10deg);
    transition: all .3s ease;
}
.header .nav-child li a {font-size: 15px !important;}
.header .nav li:hover > ul {display: block;}
/*end header main*/
/*lang swither*/
.pretext p {margin: 0;}
/*end lang swither*/
/*end header*/
/*footer*/
/*footer top*/
footer {
    color: rgb(255, 255, 255);
    font-weight: 300;
    clear: both;
    background: #00923f;
}
.footer-top {
    display: flex;
    background-color: #00923F;
    height: 350px;
    width: 100%;
    padding-bottom: 2px;
    padding-top: 10px;
}

/*footer left*/
footer a {
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    text-decoration: none;
    font-weight: 300;
}
.footer-left {
    float: left;
    width: 20%;
    margin-right: 34px;
    margin-left: 50px;
}
.menu-footer-menu {
    position: relative;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid #189d4b;
}

.menu-footer-menu:nth-child(3) {
    padding-top: 0;
    border-top: none;
}

.menu-footer-menu li {line-height: 22px;}
.menu-footer-menu a:hover {font-weight: 700;}
/*end footer left*/

/*footer center*/
.footer-center {
    width: 35%;
    height: 265px;
    background-image: url(/images/footer_map_4_03.jpg);
    background-repeat: no-repeat;
    background-position: 100% 94%;
    float: left;
}
footer h2 {
    margin: 15px 0 0px 0;
    font: 400 20px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #11833d;
}
.footer-center-l {
    border-top: 1px solid #189d4b;
    margin-top: 0;
}
.footer-center-1, .footer-center-2, .footer-center-3 {padding: 20px 0 0 55px;}
.footer-center-1 {
    background: url('/images/contact3.png') no-repeat;
    background-position: left 25px;
}
.footer-center-2 {background: url('/images/contact2.png') no-repeat left bottom;}
.footer-center-3 {background: url('/images/contact1.png') no-repeat left bottom;}
/*end footer center*/
/*footer right*/
.footer-right {
    width: 30.5%;
    margin-left: 34px;
    float: left;
}
@media only screen and (max-width: 975px){
.footer-top {height: 440px;}
}
@media only screen and (min-width: 640px) and (max-width: 832px){
.footer-right {margin-left: 0px;}
}
@media only screen and (max-width: 640px) {
.footer-socials{justify-content: center;}
}
div#foxcontainer_m134,
div#foxcontainer_m135,
div#foxcontainer_m137 {padding: 0;}
div#foxcontainer_m97 h2,
div#foxcontainer_m134 h2,
div#foxcontainer_m135 h2,
div#foxcontainer_m137 h2 {
    border-bottom: 1px solid #11833d;
    height: 24px;
}
div#foxcontainer_m97 .control-group,
div#foxcontainer_m134 .control-group,
div#foxcontainer_m135 .control-group,
div#foxcontainer_m137 .control-group {margin: 0;}
.footer-right form input,textarea {border: 1px solid #0f873d !important;}
div#mid_97-customhtml0 .controls > div,
div#mid_134-customhtml0 .controls > div,
div#mid_135-customhtml0 .controls > div,
div#mid_137-customhtml0 .controls > div {
    margin: 0 0 10px 0;
    border-top: 1px solid #189d4b;
    padding-top: 20px;
}
#mid_97-sender0, #mid_97-sender1, #mid_97-text0,
#mid_134-sender0, #mid_134-sender1, #mid_134-text0,
#mid_135-sender0, #mid_135-sender1, #mid_135-text0,
#mid_137-sender0, #mid_137-sender1, #mid_137-text0 {
    width: 49%;
    float: left;
    clear: both;
    position: relative;
    margin: 0 0 4px 0 !important;
    height: 34px;
    line-height: 34px;
}
div#foxcontainer_m97 select, div#foxcontainer_m97 input[type="text"],
div#foxcontainer_m134 select, div#foxcontainer_m134 input[type="text"],
div#foxcontainer_m135 select, div#foxcontainer_m135 input[type="text"],
div#foxcontainer_m137 select, div#foxcontainer_m137 input[type="text"] {
    height: 34px;
    line-height: 34px;
}
div#mid_97-textarea0,
div#mid_134-textarea0,
div#mid_135-textarea0,
div#mid_137-textarea0 {
    position: relative;
    width: 50%;
    height: 110px;
    display: inline-block;
    margin: 0px 0px 0px 1% !important;
}
div#foxcontainer_m97 #fox_form_m97 input,
div#foxcontainer_m134 #fox_form_m134 input,
div#foxcontainer_m135 #fox_form_m135 input,
div#foxcontainer_m137 #fox_form_m137 input {
    color: #fff;
    font: 100 14px/34px 'Roboto Condensed', sans-serif;
    padding-top: 0px;
    padding-bottom: 0;
}
div#foxcontainer_m97 #fox_form_m97 textarea,
div#foxcontainer_m134 #fox_form_m134 textarea,
div#foxcontainer_m135 #fox_form_m135 textarea,
div#foxcontainer_m137 #fox_form_m137 textarea {
    color: #fff;
    font: 100 14px/16px 'Roboto Condensed', sans-serif;
    width: 100%!important;
    height: 110px!important;
    padding: 10px 5px;
}
div#foxcontainer_m97 .fox_form select,
div#foxcontainer_m97 .fox_form textarea,
div#foxcontainer_m97 .fox_form input[type="text"],
div#foxcontainer_m134 .fox_form select,
div#foxcontainer_m134 .fox_form textarea,
div#foxcontainer_m134 .fox_form input[type="text"],
div#foxcontainer_m135 .fox_form select,
div#foxcontainer_m135 .fox_form textarea,
div#foxcontainer_m135 .fox_form input[type="text"],
div#foxcontainer_m137 .fox_form select,
div#foxcontainer_m137 .fox_form textarea,
div#foxcontainer_m137 .fox_form input[type="text"] {
    background-color: #1faa54;
    border: none;
    color: #fff;
}
div#foxcontainer_m97 .fox_form input[type="text"]:hover,
div#foxcontainer_m97 .fox_form textarea:hover,
div#foxcontainer_m97 .fox_form input[type="text"]:focus,
div#foxcontainer_m97 .fox_form textarea:focus,
div#foxcontainer_m134 .fox_form input[type="text"]:hover,
div#foxcontainer_m134 .fox_form textarea:hover,
div#foxcontainer_m134 .fox_form input[type="text"]:focus,
div#foxcontainer_m134 .fox_form textarea:focus,
div#foxcontainer_m135 .fox_form input[type="text"]:hover,
div#foxcontainer_m135 .fox_form textarea:hover,
div#foxcontainer_m135 .fox_form input[type="text"]:focus,
div#foxcontainer_m135 .fox_form textarea:focus,
div#foxcontainer_m137 .fox_form input[type="text"]:hover,
div#foxcontainer_m137 .fox_form textarea:hover,
div#foxcontainer_m137 .fox_form input[type="text"]:focus,
div#foxcontainer_m137 .fox_form textarea:focus {background-color: #00C457;}
div#foxcontainer_m97 select, div#foxcontainer_m97 textarea,
div#foxcontainer_m97 input[type="text"], div#foxcontainer_m97 input[type="password"],
div#foxcontainer_m134 select, div#foxcontainer_m134 textarea,
div#foxcontainer_m134 input[type="text"], div#foxcontainer_m134 input[type="password"],
div#foxcontainer_m135 select, div#foxcontainer_m135 textarea,
div#foxcontainer_m135 input[type="text"], div#foxcontainer_m135 input[type="password"],
div#foxcontainer_m137 select, div#foxcontainer_m137 textarea, div#foxcontainer_m137 input[type="text"],
div#foxcontainer_m137 input[type="password"] {border: 1px solid #00A94B;}
div#foxcontainer_m97 button.btn, div#foxcontainer_m97 input[type="submit"].btn,
div#foxcontainer_m134 button.btn, div#foxcontainer_m134 input[type="submit"].btn,
div#foxcontainer_m135 button.btn, div#foxcontainer_m135 input[type="submit"].btn,
div#foxcontainer_m137 button.btn, div#foxcontainer_m137 input[type="submit"].btn {
    background: #005011;
    border: none;
    outline: none;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: rgb( 227, 247, 254 ) !important;
    font-family: Roboto Condensed;
    height: 40px;
    width: 50%;
    float: right;
    margin-top: 4px;
}
div#foxcontainer_m97 button.btn:hover,
div#foxcontainer_m134 button.btn:hover,
div#foxcontainer_m135 button.btn:hover,
div#foxcontainer_m137 button.btn:hover {
    background-color: #005011;
    color: rgb( 227, 247, 254 ) !important;
}
/*end footer right*/
/*end footer top*/
/*end footer*/
/* footer form placeholder*/
div#foxcontainer_m97 input::-webkit-input-placeholder,
div#foxcontainer_m134 input::-webkit-input-placeholder,
div#foxcontainer_m135 input::-webkit-input-placeholder,
div#foxcontainer_m137 input::-webkit-input-placeholder {
    color: #fff !important;
    font: 100 14px/34px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
div#foxcontainer_m97 input::-moz-placeholder,
div#foxcontainer_m134 input::-moz-placeholder,
div#foxcontainer_m135 input::-moz-placeholder,
div#foxcontainer_m137 input::-moz-placeholder {
    color: #fff !important;
    font: 100 14px/34px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
div#foxcontainer_m97 input:-moz-placeholder,
div#foxcontainer_m134 input:-moz-placeholder,
div#foxcontainer_m135 input:-moz-placeholder,
div#foxcontainer_m137 input:-moz-placeholder {
    color: #fff !important;
    font: 100 14px/34px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
div#foxcontainer_m97 input:-ms-input-placeholder,
div#foxcontainer_m134 input:-ms-input-placeholder,
div#foxcontainer_m135 input:-ms-input-placeholder,
div#foxcontainer_m137 input:-ms-input-placeholder {
    color: #fff !important;
    font: 100 14px/34px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
div#foxcontainer_m97 input::placeholder,
div#foxcontainer_m134 input::placeholder,
div#foxcontainer_m135 input::placeholder,
div#foxcontainer_m137 input::placeholder {
    color: #fff !important;
    font: 100 14px/34px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
div#foxcontainer_m97 textarea::-webkit-input-placeholder,
div#foxcontainer_m134 textarea::-webkit-input-placeholder,
div#foxcontainer_m135 textarea::-webkit-input-placeholder,
div#foxcontainer_m137 textarea::-webkit-input-placeholder {
    color: #fff !important;
    font: 100 14px/16px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
div#foxcontainer_m97 textarea::-moz-placeholder,
div#foxcontainer_m134 textarea::-moz-placeholder,
div#foxcontainer_m135 textarea::-moz-placeholder,
div#foxcontainer_m137 textarea::-moz-placeholder {
    color: #fff !important;
    font: 100 14px/16px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
div#foxcontainer_m97 textarea:-moz-placeholder,
div#foxcontainer_m134 textarea:-moz-placeholder,
div#foxcontainer_m135 textarea:-moz-placeholder,
div#foxcontainer_m137 textarea:-moz-placeholder {
    color: #fff !important;
    font: 100 14px/16px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
div#foxcontainer_m97 textarea:-ms-input-placeholder,
div#foxcontainer_m134 textarea:-ms-input-placeholder,
div#foxcontainer_m135 textarea:-ms-input-placeholder,
div#foxcontainer_m137 textarea:-ms-input-placeholder {
    color: #fff !important;
    font: 100 14px/16px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
div#foxcontainer_m97 textarea::placeholder,
div#foxcontainer_m134 textarea::placeholder,
div#foxcontainer_m135 textarea::placeholder,
div#foxcontainer_m137 textarea::placeholder {
    color: #fff !important;
    font: 100 14px/16px 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
/** footer bottom*/
.footer-bottom {
    width: 100%;
    height: 65px;
    background-color: #005011;
}
.footer-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding-top: 19px;
}
.footer-wrap div {min-width: 150px;}
.design-by {text-align: right;}
.footer-title p {
    margin: 0;
    text-align: center;
}
.footer-title p:first-child {
    font-weight: 400;
    font-size: 17px;
}
.footer-title p:nth-child(2) {
    font-weight: 100;
    font-size: 11px;
}
/*   projects */
.projects-table {margin-bottom: 30px;}
.projects-table * {
    box-sizing: border-box;
    outline: none;
    text-align: left;
}
.projects-table img {
    max-width: 100%;
    max-height: 130px;
    margin: 0 auto;
    display: block;
}
.projects-table > div {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #00923F;
    padding: 10px 0;
}
.projects-table > div > div {
    width: calc(25% - 4px);
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.projects-table .projects-slider {
    max-width: 297px;
    padding: 0 25px;
}
.projects-slider .slick-prev.slick-arrow {
    background: none;
    font-size: 0;
    height: 15px;
    width: 15px;
    box-shadow: none;
    border-left: 2px solid #00923F;
    border-top: 2px solid #00923F;
    border-right: none;
    border-bottom: none;
    padding: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 7px);
    left: 5px;
    cursor: pointer;
    outline: none;
}
.projects-slider .slick-next.slick-arrow {
    background: none;
    font-size: 0;
    height: 15px;
    width: 15px;
    box-shadow: none;
    border-left: 2px solid #00923F;
    border-top: 2px solid #00923F;
    border-right: none;
    border-bottom: none;
    padding: 0;
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
    cursor: pointer;
    outline: none;
}
.projects-slider .magnific-slide {
    margin: 0 20px;
    height: 200px;
    overflow: hidden;
}
.projects-slider .magnific img {
    transform: skew(0deg);
    margin: 0 auto;
    width: inherit;
    min-height: 200px;
}
.projects-table div:first-child * {
    color: #00923F;
    font-size: 18px;
    text-align: center;
}
.mfp-wrap, .mfp-bg {z-index: 9005 !important;}

/*main slider*/
#rev_slider_1_1_wrapper {
    position: relative;
    border-bottom: 5px solid #fff;
}
#rev_slider_1_1_wrapper::after {
    position: absolute;
    content: ' ';
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(/images/shadow.png) no-repeat top center;
}
.tp-bannertimer {
    height: 5px;
    background: rgba(0, 88, 30, 0.5);
}
.slider-descr p {margin: 0;}
.slider-descr span {
    font-size: 25px;
    text-align: center;
}
/*main slider end*/

/*slider links*/
.mainslider {
    position: relative;
}
.custom_slider-links {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 260px;
    background: transparent;
    z-index: 25;
}
.slider-links-wrap {
    width: 1200px;
    margin: 0 auto;
}
.slider-links-wrap  a {
    position: relative;
    width: 345px;
    height: 240px;
    display: block;
    background-color: #FAFAFA;
    border: 5px solid #fff;
    margin: 5px auto;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    outline: none;
}
.slider-links-wrap a{transform: skew(-10deg);}
.slider-links-wrap  a::before{
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, .25);
}
.slider-links-wrap  a:hover::before {
    transition: all .5s ease;
    opacity: 1;
}
.slider-links-wrap img {
    transform: skew(10deg);
    width: 112%;
    margin: -8% 0 0 -6%;
}
img.slider-links-wrap-hover-off {
    opacity: 1;
    transition: all .3s ease;
}
img.slider-links-wrap-hover-off.slider-links-wrap-hover-off_2 {
    width: auto;
    height: 113%;
}
img.slider-links-wrap-hover-on {
    width: 270px;
    margin-top: 62px;
    margin-left: 40px;
}
img.slider-links-wrap-hover-on {
    opacity: 0;
    transition: all .3s ease;
}
.slider-links-wrap1:hover img.slider-links-wrap-hover-off{
    opacity: 0;
    position: absolute;
    transition: all .3s ease;
}
.slider-links-wrap1:hover img.slider-links-wrap-hover-on{
    opacity: 1;
    position: absolute;
    transition: all .3s ease;
}
/*end slider links*/

/*section1*/
.custom_section1 {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    padding-top: 50px;
    padding-bottom: 40px;
    clear: both;
}
.section1_1 {
    height: 30px;
    margin-bottom: 45px;
}
span.section1_1_1 {
    font-size: 27px;
    font-family: "Roboto Condensed",sans-serif;
    color: rgb(65, 64, 64);
    text-transform: uppercase;
    display: block;
    float: left;
}
.section1_1_2 {
    width: 950px;
    height: 22px;
    background-image: url(/images/ekoplast-3_03.png);
    display: block;
    float: right;
    color: transparent;
    margin-top: 5px;
}
.section1_2 {
    font-weight: 300;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    text-align: justify;
}
.section1_2 ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.section1_2 ul li:before {
    content: "";
    background-image: url(/images/ekoplast-3_10.png);
    height: 30px;
    width: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: -28px;
    top: -5px;
}
.section1_2_1 {
    float: left;
    margin-right: 38px;
    margin-bottom: 20px;
}
.section1_2_1 img {border-radius: 5px;}
.section1_2_2 {
    float: left;
    width: 725px;
    margin-bottom: 20px;
}
.section1_2_2 p {margin: 10px 0;}
.section1_2_2 p:first-child {margin: 0;}
.section1_2_2 ul {padding-left: 35px;}
/*end section 1*/
/*section 2*/

.section2 {
    position: relative;
}
.custom_section2 {
    clear: both;
    padding: 96px 0;
    background-image: url(/images/section2_bg_02.jpg);
    background-position: center;
}
.section2:before {
    /*content: "";*/
    width: 100%;
    height: 16px;
    background-image: url(/images/shadow_top.png);
    position: absolute;
    background-position: center;
}
.section2:after {
    /*content: "";*/
    width: 100%;
    height: 16px;
    background-image: url(/images/shadow_bottom.png);
    position: absolute;
    background-position: center;
    bottom: 0;
}
.section2-wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 300;
    color: #fff;
    text-shadow: 0.5px 0.866px 1px rgba(173, 75, 39, 0.75);
}
/*end section 2*/
/*section 3*/
.custom_section3 {
    background: url('/images/bg-sec3.png') repeat;
    width: 100%;
    margin-top: 30px;
    padding-top: 2px;
}
.section3-wrap {
    width: 1200px;
    margin: 0 auto;
}
.section3_2, .section3-flex {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section3-flex {
    width: 100%;
}

.section3_2 span {display: block;}
.section3_2 a {text-decoration: none;}
.section3_2 a:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.section3_2 a:hover .section3_2_1_1 {
    overflow: hidden;
    border-radius: 9px;
}
.section3_2 a:hover .section3_2_1_2 {color: #00923F;}

.main-specialization .section3_2_1 {
    max-width: 370px;
    padding-bottom: 0;
}

.section3_2_1 {
    max-width: 280px;
    padding-bottom: 50px;
}

.main-specialization a  {
    width: 33.3%;
    flex-shrink: 0;
}

.main-specialization .section3_2_1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.section3_2_1 img {
    width: 100%;
    
}

.section3-flex .section3_2_1_1 img {
    max-height: 165px;
    object-fit: cover;
}

.section3_1_1 {
    font-size: 27px;
    font-family: "Roboto Condensed",sans-serif;
    color: rgb(65, 64, 64);
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 50px 0;
}
.section3_1 {position: relative;}
.section3_1::before {
    position: absolute;
    content: ' ';
    right: 0;
    top: calc(50% - 11px);
    height: 22px;
    width: 68.5%;
    background: url(/images/ekoplast-3_03.png) repeat-x center center;
}
.section3_1_ru::before {width: 64.5%;}
.section3_1 img {border-radius: 10px;}
span.section3_2_1_1 {
    border-radius: 10px;
    overflow: hidden;
}
.section3_2_1_2 {
    font: 400 22px "Roboto Condensed", sans-serif;
    color: #414040;
    margin: 20px 0 10px 0;
}
.mainpage-title {
    font: 400 22px "Roboto Condensed", sans-serif;
    color: #414040;
    margin: 0;
    padding: 0;
    display: inline;
}
.section3_2_1_3 {
    font: 100 16px "Roboto Condensed", sans-serif;
    color: #9c9c9c;
    text-align: justify;
}

.gray-border-sec3_2 {
    border: 1px solid #d1d1d1;
}

/*end section 3*/
/*section 4*/
.custom_section4 {position: relative;}
.custom_section4::before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(/images/shadow.png) no-repeat top center;
}
.custom_section4::after {
    position: absolute;
    content: ' ';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    transform: rotate(-180deg);
    background: url(/images/shadow.png) no-repeat top center;
}
.section4-wrap {
    width: 100%;
    background-color: #F9F8F8;
}
.sec4-title-wrap {
    width: 1200px;
    margin: 0 auto;
    background: url(/images/ekoplast-3_03.png) repeat-x center center;
    text-align: center;
    padding: 50px 0;
}
.sec4-slider-wrap .slick-track {padding: 10px 0;}
.sec4-title-wrap h2 {
    font-size: 27px;
    font-family: "Roboto Condensed",sans-serif;
    color: rgb(65, 64, 64);
    text-transform: uppercase;
    display: inline-block;
    background-color: #F9F8F8;
    font-weight: 400;
    padding: 0 20px;
    margin: 0;
}
.sec4-slider-wrap {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    margin: -10px 0 50px 0;
}
.sec4-slide {
    margin: 0 auto;
    position: relative;
    height: 240px;
    width: 410px;
    background-color: #aaa;
    border: 5px solid #fff;
    transform: skew(-10deg);
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.sec4-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin-left: -10%;
    z-index: 5;
}
.sec4-slide img {
    transform: skew(10deg);
    width: 112%;
    margin-left: -4%;
}
/*end section 4*/

/*section 5*/
.custom_section5 {
    background: url('/images/bg-sec3.png') repeat;
    width: 100%;
}
.section5-wrap {
    width: 1200px;
    margin: 0 auto;
}
.sec5-title-wrap {
    position: relative;
}
.sec5-title-wrap::before {
    position: absolute;
    content: ' ';
    right: 0;
    top: calc(50% - 11px);
    height: 22px;
    width: 84%;
    background: url(/images/ekoplast-3_03.png) repeat-x center center;
}
.sec5-title-wrap h2 {
    font-size: 27px;
    font-family: "Roboto Condensed",sans-serif;
    color: rgb(65, 64, 64);
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 50px 0;
    font-weight: 400;
    margin: 0;
}
.sec5-slider {margin-bottom: 60px;}
.sec5-slider .slick-slide img {
    display: block;
    margin: 0 auto;
    height: 150px;
}
/*end section 5*/
/*menu link destroer*/
a.separator {pointer-events: none;}
/*end menu link destroer*/
/*content*/
.content_container {
    background-color: #fafafa;
}
.content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.second-tank-img {
    margin: 0;
    padding: 5px 20px 10px 0;
    float: left;
}
.second-tank-img img {
    border: 4px solid #05903a;
    border-radius: 10px;
}
p.inner-img {
    float: left;
    margin: 0;
    margin-right: 30px;
    margin-top: 7px;
}
p.inner-img img {
    border: 4px solid #05903a;
    border-radius: 10px;
}
p.inner-img.halva {
    float: right;
}

.halva__gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 40px auto;
}

.halva__gallery img {
    flex: 0 0 30%;
    max-width: 30%;
    object-fit: cover;
    border-radius: 10px;
    height: 300px;
}

.halva__external {
    display: flex;
    justify-content: center;
    padding: 40px 0 60px;
    gap: 20px;
    cursor: pointer;
    align-items: center;
    text-decoration: none;
}

.halva__external .halva__promo {
    margin: 0;
    font-size: 22px;
}

.inner-img.halva img {
    width: 100%;
    max-width: 100%;
}

.margin{
    margin-top: 20px;
    margin-bottom: 0px;
}
.ul{
    margin-top: 30px;
    margin-bottom: 20px;
}
p.inner-img_right {
    float: right;
    padding: 0;
    margin: 0;
    margin-left: 30px;
    margin-top: 7px;
}
p.inner-img_right img {
    border: 4px solid #05903a;
    border-radius: 10px;
}
div[itemprop="articleBody"] h3, .h3style {
    font-size: 23px;
    font-family: "Roboto Condensed", sans-serif;
    color: rgb(19, 145, 67);
    text-transform: uppercase;
    text-align: justify;
}
.article_separator {
    background-image: url(/images/ekoplast-3_03.png);
    height: 22px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}
.page-header h2, .page-header h1, .page-header-1 {
    font-size: 27px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 54px;
    background-color: rgb(19, 145, 67);
    padding-left: 20px;
    margin-top: 25px;
}
div[itemprop="articleBody"] p,
div[itemprop="articleBody"] ul {
    font-size: 16px;
    color: #363636;
    line-height: 1.438;
    text-align: justify;
}
.list-mark {
    list-style: none;
    padding-left: 15px;
}

/*BINEO*/

@media (min-width : 1201px) {
.list-mark-fixed li:nth-child(1),
.list-mark-fixed li:nth-child(2), 
.list-mark-fixed li:nth-child(3), 
.list-mark-fixed li:nth-child(4), 
.list-mark-fixed li:nth-child(5) {padding-left:360px;}
.list-mark-fixed li:nth-child(1):before,
.list-mark-fixed li:nth-child(2):before, 
.list-mark-fixed li:nth-child(3):before, 
.list-mark-fixed li:nth-child(4):before, 
.list-mark-fixed li:nth-child(5):before {left: 330px !important;}
}
@media (min-width: 993px) and (max-width: 1200px) {
.list-mark-fixed {margin-left: 248px;}
}
@media (min-width: 769px) and (max-width: 992px) {
.list-mark-fixed {margin-left: 272px;}
}
@media (min-width: 633px) and (max-width: 768px){
.list-mark-fixed li:nth-child(1), .list-mark-fixed li:nth-child(2), .list-mark-fixed li:nth-child(3) {margin-left: 200px;}
.list-mark-fixed li:nth-child(4) {margin-top: 18px;}
}
@media (min-width: 497px) and (max-width: 632px){
.list-mark-fixed li:nth-child(1), .list-mark-fixed li:nth-child(2), .list-mark-fixed li:nth-child(3) {margin-left: 200px;}
.list-mark-fixed li:nth-child(4) {margin-top: 17px;}
}
@media (min-width: 481px) and (max-width: 496px){
.list-mark-fixed li:nth-child(1), .list-mark-fixed li:nth-child(2) {margin-left: 200px;}
}
/*left menu*/
ul.nav.menu_left {
    padding: 0;
    margin-top: 0;
    width: 220px;
}
ul.nav.menu_left li {
    list-style: none;
    width: 220px;
    min-height: 50px;
    background-color: #139143;
    border-bottom: 1px solid #08652b;
    border-top: 1px solid #18c359;
    margin-bottom: 0px;
}
ul.nav.menu_left li:last-child {border-bottom: none;}
ul.nav.menu_left li:hover {background-color: #08652b;}
ul.nav.menu_left li.active {background-color: #08652b;}
ul.nav.menu_left li a {
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    margin-left: 15px;
    height: 100%;
    display: block;
}
/*end left menu*/
/*breadscrumbs*/
ul.breadcrumb {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
    min-height: 20px;
}
ul.breadcrumb li {
    list-style: none;
    float: left;
    background-color: #f0f0f0;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
span.divider {padding: 0 5px;}
ul.breadcrumb li:first-child {
    padding-left: 10px !important;
    width: 0;
}
ul.breadcrumb li:last-child {padding-right: 10px}
/*end breadscrumbs*/
/*indastial menu aticle*/
.local_team div {float: left;}
.about_l,
.about_r {
    width: 50%;
    display: flex;
    margin-bottom: 25px;
}
.main_img_indastrial img {border-radius: 5px;}
.name {font-weight: 700;}
.team {
    width: 100%;
    margin-bottom: 15px;
}
.local_team .team p {
    text-align: center;
    font-weight: 700;
}
.team img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: fit-content;
}
.main_discription_indastrial {
    width: 100%;
    padding: 0 30px;
}
div[itemprop="articleBody"] .main_discription_indastrial p, .main_discription_indastrial div {
    text-align: left;
    width: 100%;
}
.header .nav li:hover > ul {display: none;}
.header .nav li.item-109:hover > ul.nav-child, .header .nav li.item-103:hover > ul.nav-child,
.header .nav li.item-115:hover > ul.nav-child {display: block;}
.item-page div[itemprop="articleBody"] ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.item-page div[itemprop="articleBody"] ul li:before {
    content: "";
    background-image: url(/images/ekoplast-3_10.png);
    height: 30px;
    width: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: -28px;
    top: -3px;
}
/*end content*/
/* tanks and pipelines slider popup */
.tanks-and-pipelines-slider .slick-prev.slick-arrow {
    background: none;
    font-size: 0;
    height: 15px;
    width: 15px;
    box-shadow: none;
    border-left: 2px solid #00923F;
    border-top: 2px solid #00923F;
    border-right: none;
    border-bottom: none;
    padding: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    cursor: pointer;
    outline: none;
}
.tanks-and-pipelines-slider .slick-next.slick-arrow {
    background: none;
    font-size: 0;
    height: 15px;
    width: 15px;
    box-shadow: none;
    border-left: 2px solid #00923F;
    border-top: 2px solid #00923F;
    border-right: none;
    border-bottom: none;
    padding: 0;
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    cursor: pointer;
    outline: none;
}
.tanks-and-pipelines-slider {
    padding: 0 25px;
    margin: 50px 0;
    max-width: 930px;
}

.tanks-and-pipelines-slider.en-fac {
    margin: 50px auto!important;
}

.en-fac {
    max-width: 930px;
}

.tanks-and-pipelines-slider .magnific-slide {
    margin: 0 25px;
    height: 240px;
    background-color: #aaa;
    border: 5px solid #fff;
    transform: skew(-5deg);
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.tanks-and-pipelines-slider  .slick-track {
    padding: 10px 0;
}
.magnific img {
    transform: skew(0deg);
    width: 100%;
    height: 100%;
}

.tanks-and-pipelines-slider img[src*="stekloplast-1"],
.tanks-and-pipelines-slider img[src*="stekloplast-2"],
.tanks-and-pipelines-slider img[src*="stekloplast-3"],
.tanks-and-pipelines-slider img[src*="stekloplast-4"]{
    object-fit: cover
}

.tanks-and-pipelines-slider img[src*="stekloplast-1"] {
    object-position: 0 0;
}

/*      media       */
.tp-caption.excerpt {
    left: 50%!important;
    transform: translateX(-50%)!important;
}

.slick-slide{
    outline: none;
}
.mob_lang_visible{
    display: block!important;
}
.mob_lang_hiden{
    display: none!important;
}
.footer{
    z-index: 999;
    position: relative;
}
.desc-link{
    display: none;
}
.projects-wrap{
    max-width: 1200px;
    column-gap: 60px;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    margin: 0 15px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
.projects-wrap::before{
    content: "";
    display: table;
    clear: both;
}
.projects-wrap .project{
    border-radius:8px;
    margin: 0;
    padding: 25px 0px;
    display: inline-block;
}
.projects-wrap img{
    display:block;
    margin: 0 0 15px;
    padding: 0;
    width:100%;
    height: auto;
    border: 4px solid #05903a;
    border-radius: 10px;
    box-sizing: border-box;
}
.projects-wrap .project h3{
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px;
}
div[itemprop="articleBody"] .page-header {
    padding-left: 20px;
}
div[itemprop="articleBody"] .page-header-1 {
    font-size: 14px;
}
div[itemprop="articleBody"] .page-header:first-child {
    margin-top: 0;
    font-size: 27px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 54px;
    background-color: rgb(19, 145, 67);
}
a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.header-main {
    transition: top .5s;
    top: -100px;
}
.fixed-menu {
    position: fixed;
    top: -1px;
    width: 100%;
    height: auto;
    z-index: 9000;
    background-color: #fff;
    box-shadow: 0 1px 8px 1px rgba(63,83,83,.5);
    padding-bottom: 0;
}
.header .fixed-menu .nav {top: 56px;}
.left > .nav{transition: .7s;}
.sidebar-space{width: 270px;}
.fixed-menu .logo{margin: 20px;}
.fixed-menu .logo img {height: 25px;}
.fixed-menu .navbar-toggle {margin: 18px 15px 11px 0!important;}
@media (min-width : 1201px) {
    .list-mark-img li:nth-child(1),
    .list-mark-img li:nth-child(2), .list-mark-img li:nth-child(3), .list-mark-img li:nth-child(4) {padding-left: 380px;}
    .list-mark-img li:nth-child(1):before, .list-mark-img li:nth-child(2):before, 
    .list-mark-img li:nth-child(3):before, .list-mark-img li:nth-child(4):before {left: 350px !important;}

    .fixli {padding-left: 360px;}
    .fixli:before {left: 330px!important;}
    div[itemprop="articleBody"] p.margin-0-480 {margin: 40px auto;}
}


.header .fixed-menu .nav {
    margin: 0;
    padding: 0;
}

/*html[lang="pl-pl"] section Налаштування під певну мову*/
@media (min-width: 993px) {.custom-nav-but{display: none;}}
@media (max-width: 1235px) {
div#foxcontainer_m97 #fox_form_m97 textarea,
div#foxcontainer_m134 #fox_form_m134 textarea,
div#foxcontainer_m135 #fox_form_m135 textarea,
div#foxcontainer_m137 #fox_form_m137 textarea {
    width: 100% !important;
    height: 110px !important;
    }
div#foxcontainer_m97 button.btn,
div#foxcontainer_m97 input[type="submit"].btn,
div#foxcontainer_m134 button.btn,
div#foxcontainer_m134 input[type="submit"].btn,
div#foxcontainer_m135 button.btn,
div#foxcontainer_m135 input[type="submit"].btn,
div#foxcontainer_m137 button.btn,
div#foxcontainer_m137 input[type="submit"].btn {width: 50%;}
.footer-wrap {width: 100%;}
}
@media (max-width: 1200px) {
    
    .tanks-and-pipelines-slider .magnific-slide {
        height: 200px;
    }
    .left {
        max-width: 250px;
    }
}
/*=======================================================
                     max-width: 1200px
=======================================================*/
@media (max-width: 1200px) {
/*                      base                      */
.wrap {width: 100%;}
.content {
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
/*                    header                         */
.logo {margin: 20px 0 0 15px;}
.fixed-menu .logo {margin: 7px 16px;}
.custom-nav-but{display: block;}
    .header .nav {
        display: none;
        margin: 0;
        padding: 0;
        width: 100%;
        z-index: 1000;
        position: absolute;
        background: #fff;
        top: 111px;
        border-top: 1px solid #eee;
    }

    .header .nav li a {
        font-size: 16px;
    }
    
    .header .menu-main-menu-ua, .header .menu-main-menu-ru,
    .header .menu-main-menu-eng, .header .menu-main-menu-pl {
        top: 315px;
    }
    
    .header .fixed-menu .nav {top: 56px;}
    
        .header .fixed-menu .menu-main-menu-ua,
    .header .fixed-menu .menu-main-menu-ru,
    .header .fixed-menu .menu-main-menu-eng,
    .header .fixed-menu .menu-main-menu-pl {
        top: 260px;
    }

    .header-main .nav li {
        width: 100%;
        margin: 0;
        transform: skewX(0deg);
        font-style: italic;
    }
    .header-main .nav  li:last-child {margin: 0;}
    .header-main .nav  li a::before {display: none;}
    .header-main .nav li a {
        padding: 0;
        text-align: center;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }
.header .nav  li:hover, .header .nav  .active {
    transform: skewX(0deg);
    background-color: transparent;
}

.header .nav  li:hover a, .header .nav  .active a{
    color: #00923F;
    background-color: #fff;
    font-style: normal;
}

.header .nav-child {
    left: calc(50% - 111px);
    transform: skewX(0deg);
}

.header .nav  li:hover .nav-child li a {
    color: #000;
}

.header .nav  li .nav-child li:hover a {
    transform: none;
    color: #00923F;
}

.navbar-toggle {
    position: relative;
    z-index: 998;
    float: right;
    padding: 10px 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    margin: 28.5px 15px 32.5px 0;
    width: 30px;
    cursor: pointer;}
.navbar-toggle > span {
    font-size: 0;
    background: #00923F;
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-toggle > span:nth-child(1) {top: 0;}
.navbar-toggle > span:nth-child(2) {top: 8px;}
.navbar-toggle > span:nth-child(3) {top: 16px;}
.open.top-menu {display: block;}
.open.navbar-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navbar-toggle.open span:nth-child(2) {opacity: 0;}
.navbar-toggle.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slider-links-wrap {
    width: 100%;
    margin: 0 auto;
}
.slider-links-wrap::after{
    content:"";
    display: table;
    clear: both;
}
.slider-links-wrap  a{
    width: 240px;
    height: 160px;
}
.custom_slider-links {bottom: -175px;}
img.slider-links-wrap-hover-on {
    width: 180px;
    margin-top: 40px;
    margin-left: 30px;
}
    /*                    .section1                     */
.custom_section1 {
    padding-left: 15px;
    padding-right: 15px;
}
.section1_1{margin-bottom: 35px;}
span.section1_1_2 {width: calc(100% - 192px);}

/*                    .section2                     */
.section1_2_1 {width: 100%;}
.section1_2_1 img{width: 100%;}
.section1_2_2 {
    float: left;
    width: 57%;
}
.custom_section2 {padding: 80px 0;}
.section2-wrap {
    margin: 0 auto;
    width: 90%;
    font-size: 25px;
}
/*                    .section3                     */
.section3_1 {margin: 0 15px;}
.section3_1::before {width: calc(100% - 380px);}

span.section3_2_1_1 img{
    width: 100%!important;
}

.section3-flex .section3_2_1_1 img {
    min-height: calc(45vw * 0.55);
    object-fit: cover;
}

.section3-wrap {width: 100%;}
.section3_2 {justify-content: space-around;}


.section3-flex {
    justify-content: center;
}

.section3-flex a {
    max-width: 45%;
}

.section3_2_1 {
    margin: 0 10px;
    max-width: 100%;
}
/*                    .section4                      */
.sec4-title-wrap {width: 100%;}
/*                    .section5                     */
.section5-wrap {
    width: 100%;
    margin: 0 auto;
}
.sec5-title-wrap {margin: 0 15px;}
.sec5-title-wrap::before {width: calc(100% - 180px);}
/*.footer */
.footer-logo{margin-left: 15px;}
.design-by{margin-right: 15px;}
html[lang="ru-ru"] .section3_1::before {width: calc(100% - 430px);}
html[lang="ru-ru"] .sec5-title-wrap::before {width: calc(100% - 200px);}
html[lang="ru-ru"] span.section1_1_2 {width: calc(100% - 166px);}
html[lang="en-gb"] span.section1_1_2 {width: calc(100% - 255px);}
html[lang="en-gb"] .section3_1::before {width: calc(100% - 187px);}
html[lang="en-gb"] .sec5-title-wrap::before {width: calc(100% - 155px);}
p.inner-img{
    width: 250px;
    margin-right: 20px;
}
p.inner-img img{
    width: 100%;
    height: auto;
    margin-left: -4px;
}
p.inner-img_right{
    width: 250px;
    margin-right: 20px;
}
p.inner-img_right img{
    width: 100%;
    height: auto;
    margin-left: -4px;
}
.article-wrap {width: calc(100% - 15px);}
.tanks-and-pipelines-slider {width: 70vw;}
.projects-slider .magnific-slide {height: inherit;}
.projects-slider .magnific img {min-height: inherit;}
.list-mark-img li:nth-child(1) {padding-left: 280px;}
.list-mark-img li:nth-child(1):before {left: 250px !important;}

.proekty-top, .garantiya-top, .komanda-top {
    display: none;
}
 
.halva__gallery img {
    flex: 0 0 48%;
    max-width: 48%;
}
    
}
/*min-width: 993px  max-width: 1200px*/

@media (min-width: 993px) {
.mod-languages:hover .lang-inline {display: block;}
.ul-mixing{margin-top: 30px;}
.par3-mixing {margin-top: 35px;}
.inner-img_right.mixer-ua, .inner-img_right.mixer-ru {
    padding-bottom: 40px;
    width: 300px;
    height: auto;
}
.inner-img_right.mixer-ua img, .inner-img_right.mixer-ru img {
    width: 100%;
    height: auto;
}
}
@media (min-width: 993px) {.inner-img_right.mixer-ua, .inner-img_right.mixer-ru {margin-right: 20px;}}
/*max-width: 992px*/
@media (max-width: 992px) {
    .menu_left{position: static !important;}
    
    ul.nav.menu_left {width: 100%; display: none;}
    
    ul.nav.menu_left li {width: 100%;}
    
    .header, .header-main{
        height: auto;
    }
    
    .header .nav {
        top: 80px;
    }
    
    .header .menu-main-menu-ua, .header .menu-main-menu-ru,
    .header .menu-main-menu-eng, .header .menu-main-menu-pl {
        top: 284px;   
    }

.header .logo img {height: 35px;}
.fixed-menu .logo-text {letter-spacing: 3.3px;}
.header .navbar-toggle {margin: 25px 15px 11px 0!important;}
.lang-mobile {background-color: #00923F;}
.mod-languages {
    float: none;
    padding: 0;
    margin-left: 0px;
    background: none;
}
.lang-inline::before,
.mod-languages::before{display: none;}
.lang-inner {text-align: center;}
.lang-inner p {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 50px;
    color: #fff;
    background: url(/images/lang-switch-globe.png) no-repeat left center,
    url(/images/lang-switch-arrow.png) no-repeat right center;
}
.header .nav .lang-mobile:hover {
    transform: skewX(0deg);
    background-color: #00923F;
}
.mod-languages::before {
    top: calc(50% - 5px);
    left: 130px;
}
.lang-inline li a {width: auto;}
.lang-inline {
    top: 49px;
    left: 0;
    width: 100%;
    margin-top: 0!important;
    border-radius: 0;
    text-align: center;
}
.lang-inline li:nth-child(1) {background: none;}
.lang-inline li:nth-child(2) {background: none;}
.lang-inline li:nth-child(3) {background: none;}
.lang-inline li:nth-child(4) {background: none;}
.lang-inline li:nth-child(1) a {background: url(/images/ua-flag.png) no-repeat left center;}
.lang-inline li:nth-child(2) a {background: url(/images/ru-flag.png) no-repeat left center;}
.lang-inline li:nth-child(3) a {background: url(/images/pl-flag.png) no-repeat left center;}
.lang-inline li:nth-child(4) a {background: url(/images/eng-flag.png) no-repeat left center;}
.header .lang-mobile .lang-inline li a ,
.header .lang-mobile .lang-inline .active a {
    display: inline-block;
    height: 30px;
    width: 100px;
    padding-left: 30px;
    line-height: 30.5px;
    text-align: left;
    color: #fff;
}
.lang-inline li {
    margin-top: 0 !important;
    padding-left: 0;
    height: 30px;
    border-top: 1px solid #00923F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.lang-inline li:nth-child(1) {border-top: 0;}
.header-main .lang-inline li a {border-bottom: 0;}
.header .lang-inline li:hover, .header .lang-inline .active {background-color: #017734;}
.custom_slider-links {bottom: -189px;}
.slider-links-wrap  a {
    width: 200px;
    height: 132px;
}
img.slider-links-wrap-hover-on {
    width: 150px;
    margin-top: 35px;
    margin-left: 25px;
}
.tp-caption.excerpt {top: 40% !important;}
/*                    header                        */
.header-top{display: none;}
/*                    .section1                     */
.section1_2_1 {
    float: right;
    margin: 0  0 15px 15px;
}
.section1_2_2 {
    float: none;
    width: 100%;
}
/*                    .section2                     */
.section2-wrap {font-size: 21px;}

/*                    .section3                     */

.section3_2_1 {
    max-width: 360px;
}

.section3-flex .section3_2_1_1 img {
  max-height: calc(45vw * 0.48);
}

/*                    .section4                     */
.sec4-slide {
    width: 350px !important;
    height: 200px !important;
}
.sec4-slide-descr h5 {
    margin: 45px 15px 15px;
    font-size: 25px;
}
.sec4-slide-descr p {
    margin: 0 0 20px;
    padding: 0 20px;
    font-size: 12px;
}
.sec4-slide-descr span {
        padding: 7px 15px;
        font-size: 16px;
}
.sec4-slide a {margin-left: -19%;}
p.inner-img{
    width: 275px;
    margin-right: 15px;
}
p.inner-img_right{
    width: 275px;
    margin-right: 15px;
}
.left{display: none;}
.right {width: 100%;}
.projects-wrap{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.tanks-and-pipelines-slider {width: 94vw;}
.local_team div {float: none;}
.about_l, .about_r {margin: 0 auto 25px auto;}
.list-mark-img li:nth-child(1),
.list-mark-img li:nth-child(2) {padding-left: 295px;}
.list-mark-img li:nth-child(1):before,
.list-mark-img li:nth-child(2):before {left: 265px !important;}
}
/*max-width: 780px*/
@media (max-width: 780px) {
.section3_2 {justify-content: center;}
.list-mark-img li:nth-child(2) {padding-left: 0;}
.list-mark-img li:nth-child(2):before {left: -28px !important;}
}
/*max-width: 768px*/
@media (max-width: 768px) {

.halva__gallery {
    row-gap: 50px;
    justify-content: center;
} 

.halva__gallery img {
    flex: 0 0 100%;
    max-width: 500px;
}

.custom_slider-links {bottom: -195px;}
.slider-links-wrap  a {
    width: 180px;
    height: 119px;
}
img.slider-links-wrap-hover-on {
    width: 130px;
    margin-top: 30px;
    margin-left: 24px;
}

/*                    .section2                     */
.section2-wrap {
    width: 94%;
    margin: auto;
    font-size: 18px;
}
.section1_2 {font-size: 15px;}
/*                    .section3                     */

.main-specialization {
    justify-content: center;
    flex-wrap: wrap;
}


.section3_2_1_2, .mainpage-title{font-size: 20px;}
.section3_2_1_3{font-size: 14px;}

.main-specialization a, .main-intro-label {
    width: 80%;
}

.main-specialization .section3_2_1 {
    max-width: 100%;
    padding-bottom: 50px;
}

.main-specialization .section3_2_1_1 img {
    width: 100%;
    height: 300px!important;
}

/*                    .section4                     */
div[itemprop="articleBody"] p, div[itemprop="articleBody"] ul {font-size: 15px}
div[itemprop="articleBody"] h3, .projects-wrap .project h3{font-size: 18px;}
.about_l, .about_r {width: 70%;}
p.inner-img{width:200px;}
p.inner-img img{
        width: 100%;
        height: auto;
        margin-left: -4px;
}
p.inner-img_right{width:200px;}
p.inner-img_right img{
    width: 100%;
    height: auto;
    margin-left: -4px;
}
.tanks-and-pipelines-slider .magnific-slide {height: 150px;}
.projects-table > div > div:nth-child(3) {display: none;}
.projects-table > div > div {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 15px;
}
.list-mark-img li:nth-child(1):before {left: 190px !important;}
.list-mark-img li:nth-child(1) {padding-left: 220px;}
.projects-table img {max-height: 100px;}

.flex-parent {
    flex-wrap: wrap;
}

.fatcatchers.flex-parent {
    width: 100%;
    max-width: 350px;
}

.fatcatchers.flex-parent .flex-column {
    width: 100%;
    border-right: 0;
}

.plants .flex-column {
    width: 49.9%!important;
}

.flex-column:nth-child(2n) {
    border-right: 0!important;
}

.plants .flex-column:nth-child(3n) .flex-label, .plants .flex-column:nth-child(4n) .flex-label {
    border-top: 1px solid #000;
}

.plants .flex-photo, .fatcatchers .flex-photo {
    height: auto!important;
    max-height: unset!important;
}

.plants .flex-column:nth-child(3n) .flex-photo, .plants .flex-column:nth-child(4n) .flex-photo {
    min-height: 200px!important;
    max-height: 200px!important;
}

.fatcatchers.flex-parent .flex-column:not(:first-child) .flex-label {
    border-top: 1px solid #000;
}

}
/*max-width: 650px */
@media (max-width: 650px) {
.slider-links-wrap  a {
        width: 350px ;
        height: 200px ;
}
.custom_slider-links {
        position: static;
        bottom: 0px;
        height: auto;
        margin-top: 70px;
    }
.custom_section1{border-top: 70px;}
.desc-link{
        display: block;
        text-align: center;
        font-size: 20px;
    }
img.slider-links-wrap-hover-on {
    width: 270px;
    margin-top: 40px;
    margin-left: 40px;
}
.section2-wrap {font-size: 14px;}
.tanks-and-pipelines-slider .magnific-slide {height: 132px;}
.flex-container h2{text-align: center;}
}
/*max-width: 640px*/
@media (max-width: 640px) {
.footer-logo, .design-by, .footer-right, .footer-left, .footer-center {
        margin: 0;
        width: 100%;
        text-align: center;
        position: relative;
}
.footer-logo {
    margin-top: 20px;
}
.footer-center-1, .footer-center-2, .footer-center-3 {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 10px 10px;
    position: relative;
}
.footer-center-2 {
    line-height: 30px;
    min-height: 40px;
}
.footer-bottom{
        height: auto;
        margin-top: 530px;
    }
.footer-center {background: #00923F;}
.footer-wrap{
    padding: 20px 0;
    flex-direction: column;
    text-align: center;
}
.footer-title{
    margin: 30px 0;
    text-align: center;
}
.projects-wrap .project {padding: 10px 0px;}
.page-header h2 {font-size: 24px;}
.projects-wrap .project h3 {
        font-size: 16px;
        text-align: center;
}
div[itemprop="articleBody"] p, div[itemprop="articleBody"] ul {font-size: 13px}
div[itemprop="articleBody"] h3 {font-size: 16px;}
.slider-descr p {
    font-size: 20px !important;
    line-height: 20px !important;
}
.about_l, .about_r, .team img {width: 100%;}
.projects-table img {max-height: 50px;}
}
/*max-width: 580px */
@media (max-width: 580px) {
    div[itemprop="articleBody"] p img{ width: 100%;}

    .tanks-and-pipelines-slider .magnific-slide {
        height: 51vw;
    }
    .flex-div-wastewater {
        display: flex; justify-content: center;
    }
    .icon-graphics {
        justify-content: center;
        row-gap: 40px;
    }
    
    .section3-flex a {
        max-width: 100%;
    }
    
    .section3-flex .section3_2_1_1 img {
        max-height: unset;
    }
    
}
/*max-width: 480px*/
@media (max-width: 580px) {
.list-mark-img li:nth-child(1) {padding-left: 0;}
.list-mark-img li:nth-child(1):before {left: -28px !important;}
}
/*max-width: 480px */
@media (max-width: 480px) {
    .halva__gallery img {
        max-width: 100%;
    }
.custom_section1 {padding-top: 60px;}
span.section1_1_1 {font-size: 20px;}
span.section1_1_2 {
    width: calc(100% - 144px);
    margin-top: 0;
}
.section1_2 {font-size: 12px;}
.section3_1_1 {font-size: 20px;}
.sec4-title-wrap h2 {font-size: 20px;}
.sec5-title-wrap h2 {font-size: 20px;}
.sec5-title-wrap::before {width: calc(100% - 135px);}
.section3_2_1 {max-width: 100%;}
.section3_2_1_1 img{height: auto!important;}
.page-header h2 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 20px;
    line-height: 30px;
}
p.inner-img, p.inner-img.halva, p.inner-img_right {
    float: none;
    width: 280px;
    margin: 0 auto 25px;
}
p.inner-img img{
    width: 100%;
    height: auto;
}
.second-tank-img {
    width: 270px;
    padding: 0;
    margin: 0 auto;
    float: none;}
p.inner-img_right img{
    width: 100%;
    height: auto;
}
.slider-descr p {
    font-size: 16px !important;
    line-height: 16px !important;
}
.projects-wrap{
    margin: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.about_l, .about_r {display: block;}
.main_img_indastrial img {
        display: block;
        margin: 0 auto;
}
.main_discription_indastrial {padding: 0;}
.local_team .main_discription_indastrial p, .local_team .main_discription_indastrial div div, .local_team .main_discription_indastrial div p {
    text-align: center!important;}
.about_l, .about_r {margin-bottom: 50px;}
.projects-table > div > div {
        width: 100%;
        text-align: center;
    }
.projects-table > div:first-child {display: none;}
.projects-table .projects-slider {max-width: 100%;}
.project-logo img {max-width: 50%;}
.projects-table .project-company {padding: 20px 10px;}

}
/*max-width: 400px */
@media (max-width: 400px) {
.fiber-last-grid-3-2-1 img {    
    width: 140px;
    height: auto;
}
img.slider-links-wrap-hover-on {
        width: 180px;
        margin-top: 35px;
        margin-left: 35px;
}
.custom_section2 {padding: 40px 0;}
.section1_2_1{
        width: 100%;
        margin: 0 auto 15px;
}
.section1_2 {font-size: 13px;}
.section1-slogan {margin-top: 380px;}
.slider-links-wrap  a,
.sec4-slide {
    height: 146px !important;
    width: 250px !important;
}
.sec4-slide-descr h5 {
    margin: 20px 15px 15px;
        font-size: 16px;
    }
    .sec4-slide-descr p {
        margin: 0 0 20px;
        padding: 0 20px;
        font-size: 12px;
    }
    .sec4-slide-descr span {
        padding: 7px 15px;
        font-size: 16px;
    }
    .sec4-slide-descr p{display: block;}
}
/* fix projects slider */
.projects-slider .magnific-slide {margin: 0;}
.projects-slider .magnific-slide .magnific.item {
  	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.projects-slider .magnific-slide .magnific.item img {
  	min-height: auto;
    max-height: 200px;
    height: auto;
    width: auto;
}
/* socials in footer */
.footer-socials {
  list-style: none;
  margin: .5rem 0 0;
  padding: 0;
  display: flex;
}
.footer-socials li {
  display: block;
  align-self: center;
  margin-right: .5rem;
}
.footer-socials li:last-child {margin-right: 0;}
.footer-socials svg {
  width: 24px;
  height: auto;
}
/*TABLE BINEO*/
/*TABLE BINEO END*/
.bineo-table {
    border: 1px solid #000;
	color: #000;
    border-collapse: collapse;
    width: 778px;
    margin: 50px auto;
}
.bineo-table td {
    border: 1px solid #000;
	padding: 5px 7px;
	color: #336633;
	text-align: center;
	background-color: #EAFFE6;
}
tr.bineo-tbl-grn td, td.bineo-tbl-grn {
    background-color: #336633!important;
    color: #fff!important;
}

td.bineo-tbl-grn {
    min-width: 110px;
}

@media only screen and (max-width: 800px) {
  .bineo-table {
    width: 600px;
  }
}
@media only screen and (max-width: 640px) {
    .bineo-table {
      width: 440px;
    }
    .first-none {
      display:none;
    }
}
@media only screen and (max-width: 480px) {
    .bineo-table {
        width: 319px;
    }
    .second-none {
        display: none;
    }
}
@media only screen and (max-width: 350px) {
    td.bineo-tbl-grn {
        min-width: 80px;
        max-width: 80px;
    }
}
@media only screen and (max-width: 340px) {
    .bineo-table {
      margin-left: -9px;
    }
}
/*calculator font fix*/
.box-calculator td, .box-calculator td p {
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
@media (max-width: 580px) {
.block .content {
    padding: 10px 0px;
    overflow: visible;
    box-sizing: unset;
}
}
/*calculator font fix END*/
/*bineo article rules + MEDIA*/
.diler-box {
    width: 250px;
    height: 220px;
    float: left;
    color: #fff;
    padding: 20px 40px;
    background-color: #336633;
    border-radius: 8px;
    margin: 50px 0px;
}
.retail-box {
    width: 250px;
    height: 220px;
    float: right;
    color: #fff;
    padding: 20px 40px;
    background-color: #336633;
    border-radius: 8px;
    margin: 50px 0px;
}
.retail-box p, .diler-box p {
    text-align: center!important;
    color: #fff!important;
    font-size: 20px!important;
}

/*bineo article rules END*/
.bineo-title-wrap {
    max-width: 1200px;
    width: 1200px;
    margin: 10px auto;
}
.bineo-title-wrap p {
    font: 400 26px "Roboto Condensed", sans-serif;
    color: #70B570;
    text-align: center;
}
.mar-span {
    display: block;
    margin-bottom: 35px;
}
.green-text-mainpage:hover {color: #00923F;}
.icon-new {display: inline-block;}
.span-title-bineo {font-weight: bold;}
@media (max-width: 1200px) {
    .bineo-title-wrap {width: 80%;}
    .bineo-title-wrap p {font-size: 22px;}
}
@media (max-width: 956px) {
    .bineo-title-wrap p {font-size: 20px;}
}
@media (max-width: 880px) {
    .bineo-title-wrap p {font-size: 17px;}
}
@media (max-width: 765px) {
    .bineo-title-wrap p {font-size: 16px;}
    .bineo-title-wrap {width: 100%;}
}
@media (max-width: 520px) {
    .span-title-bineo {display: block;}
}
.bineo-preview {margin-bottom: 0px;}
.no-decor {text-decoration: none;}
.wrapper-main p {display: inline-block;}
.wrapper-main .bineo-img {
    margin: 4px;
    border: 1px transparent;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 2560px) and (min-width: 1203px) {
    .wrapper-main {
        margin: auto;
        width: 1205px;
        text-align: center;
    }
}
@media (max-width: 1202px) and (min-width: 611px) {
    .wrapper-main {
        margin: auto;
        width: 602px;
    }
}
@media (max-width: 610px) {
    .wrapper-main {
        width: 400px;
        text-align: center;
        margin: auto;
    }
}
@media (max-width: 400px) {
    .wrapper-main {
        width: 320px;
        text-align: center;
        margin: auto;
    }
}
@media (max-width: 780px) {
    .wrapper-main .bineo-img {
        width: 280px;
        height: auto;
    }
}
.menu-footer-menu .item-175, .menu-footer-menu .item-176 {margin-left: 0;}
.warranty-file p.warranty-upper-text, .warranty-file p.warranty-lower-text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.warranty-file {
    width: 700px;
    margin: 70px auto 0;
}

@media (max-width: 1200px) {
    .logo-box {min-width: 290px;}
}

@media (max-width: 750px) and (min-width: 641px) {
    .menu-footer-menu {width: 160px;}
    footer a, .footer-center-1 {font-size: 14px;}
}
.projects-slider.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.proper-size-img-projects {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.projects-table .proper-size-img-projects p {display: block;}
.projects-table .proper-size-img-projects img {
    display: block;
    width: inherit;
    height: inherit;
    max-width: 246px;
    max-height: 200px;
}

div[itemprop="articleBody"] p.font-22 {
    font-size: 22px; color: #000;
}

.fiber-last-grid-3-2-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    grid-gap: 15px;
    margin-bottom: 30px;
}


@media only screen and (max-width: 800px) { /* 610 для 5 картинок */
    .fiber-last-grid-3-2-1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.fiberglass-contacts, .fiberglass-contacts p {
    width: 100%;
}

.fiberglass-contacts p {
    text-align: center!important;
    font-weight: bold;
}

.fiberglass-contacts p a {
    font-weight: normal;
}

.center-sandez {text-align: center!important;}

.product-block {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}
.product-block h3 {text-align: center!important;}
.usage {
    display: flex; align-items: flex-start; flex-direction: row;
    margin: 50px 0;
    width: 100%;
}
.usage-left {max-width: 300px; width: 25vw;}
.usage-left ul li {
    text-align: left!important;
}
.usage-right {max-width: 900px; width: 75vw;}
.usage-kid-up {display: flex; flex-direction: row;}
.usage-kid-up figure {max-width: 200px; min-width: 200px; width: 200px; display: flex; flex-direction: column; align-items: center; text-align: center}
.pics-center div {background: deepskyblue; height: 100px; width: 100px;}
.sertificates {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 360px;
}
.sertificates .cert.he {
    background-image: url(/images/certificates/certHE.jpg);
}
.sertificates .cert.hs {
    background-image: url(/images/certificates/certHS.jpg);
}
.sertificates .cert.hs1 {
    background-image: url(/images/certificates/certHS1.jpg);
}
.sertificates .cert.sdz {
    background-image: url(/images/certificates/certSDZ.jpg);
}

.sertificates div {
    width: 250px;
    height: auto;
    background-repeat: no-repeat;
}

.canisters-100per, .hydrofor-100, .hydrofor-20, .every-day, .canisters-25per {display: flex; flex-direction: row; justify-content: space-evenly; }
.pics-center {display: flex; flex-direction: row; justify-content: space-evenly; margin: 80px 0;}
.canister-5, .canister-1, .usage-right {
    display: flex; align-items: center; flex-direction: column;
}
.tagline-sandez{
    margin-top: 65px;
}
.mar-sndz {
    margin-top: 20px;
}
#sndz-usage-1{
    width: 200px;
    height: 200px;
}
#sndz-usage-2 {
    width: 200px;
    height: 200px;
}
#sndz-usage-3 {
    width: 200px;
    height: 200px;
}
#img-s-5l {
    width: 107px;
    height: 150px;
}
#img-s-1l {
    width: 62px;
    height: 150px;

}
#img-s1-5l {
    width: 117px;
    height: 150px;
}
#img-s1-1l {
    width: 86px;
    height: 150px;
}
#img-every-5l {
    width: 128px;
    height: 150px;
}
#img-every-1l {
    width: 105px;
    height: 150px;
}
.pics-center {
    display: none;
}

.sndz-font20 {
  font-size: 21px;
}
.menu-footer-menu .item-181, .menu-footer-menu .item-182, .menu-footer-menu .item-187 {
    margin-left: 0;
}

.product-sndz-table {
    max-width: 1000px;
    max-height: 400px;
    table-layout: fixed;
    width: 100%;
    color: #000;
    border: 1px solid #000;
    background-color: #fafafa;
    margin: 20px auto;
}
.border-r-td {
    border-right: 1px solid #000;
}
.product-sndz-table td, .product-sndz-table th {
    color: #000;
    max-width: 500px;
    background-color: #fafafa;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
    white-space: break-spaces;
}

.product-sndz-table th {
    padding: 20px 0;
}

.product-sndz-table td {
    padding: 0 20px;
}

.sndz-td-line-ht {
    line-height: 12px;
}

.hide-desktop {
    display: none;
    width: 100%;
    table-layout: fixed;
    color: #000;
    background-color: #fff;
    margin: 20px auto;
}
.hide-desktop td, th {
    color: #000;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    word-wrap: break-word;
    white-space: break-spaces;
}

/*MODAL POPUP*/
.popup-wrapper {
    background: rgba(105,105,105, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2000;
}

 #first-popup, #main-popup, #thanks {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

.rating-area, .proceed, .thanks {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 400px;
	height: 200px;
	margin: calc(50vh - 100px) auto;
	padding: 50px 8px;
    box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
}

.rating-area {
	flex-direction: row-reverse;
	position: relative;
	align-items: flex-start;
}

.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 50px;
	line-height: 50px;
	color: lightgrey;
}
.rating-area:not(:checked) > label:before {
	content: "\2605";
}
.rating-area > input:checked ~ label {
	color: #00923f;
	text-shadow: 0 0 8px #005011;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: #00923f;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: #00923f;
	text-shadow: 0 0 8px #005011;
}
.rate-area > label:active {
	position: relative;
}

.proceed .buttons {
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}

.popup-wrapper p, .popup-wrapper div {
    color: #000!important;
}

.popup-wrapper button, .rating-area #submit {
	display: block;
	width: 80px;
	height: 30px;
	background-color: #00923f;
	color: #fff;
	border-color: transparent;
	border-radius: 3px;
	transition: all .5s ease;
	cursor: pointer;
	font-size: 14px;
}

.rating-area #submit {
	position: absolute;
	bottom: 40px;
	width: 100px;
}

.popup-wrapper button:hover, #submit:hover {
	background-color: #005011;
}

/*waste-water*/
.intro-block-waste {
    margin-bottom: 50px;    
}
.intro-block-waste img {
    float: left;
    border-radius: 46%;
    margin-right: 20px;
}
.img-block-waste {
    border-radius: 10px;
    margin-bottom: 80px;
}
.img-block-waste img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

div[itemprop="articleBody"] .big-text-waste {
    font-size: 20px;
}

div[itemprop="articleBody"] .tac {
    text-align: center;
}

.icon-graphics, .icon-graphics > img, div[itemprop="articleBody"] .big-text-waste {
    width: 100%;
}

.icon-graphics, .graphics-img {
    margin: 30px auto;
}

.graphics-img {
    width: 100%;
    display: flex;
    column-gap: 10px;
}

.graphics-img img {
    width: calc(50% - 5px);
    height: auto;
}

.icon-graphics p {
    width: 100%;
    margin: 0 auto;
}
.info-block-waste img {
    float: left;
    margin-right: 20px;
    height: 110px;
}

.text-center {
    text-align: center!important;
}

div[itemprop="articleBody"] h3.clr000 {
    color: #000;
}

.final-elem-waste {
    margin-bottom: 50px;
}

.flex-parent {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    border: 1px solid #000;
}

.flex-column {
    display: flex;
    flex-direction: column;
    width: 33.3333333%
}

.plants .flex-column {
    width: 25%;
}

.flex-label {
    min-height: 160px;
}

div[itemprop="articleBody"] .flex-column h3 {
    font-size: 20px;
    text-align: left;
    text-transform: none;
}

.flex-photo-label, div[itemprop="articleBody"] .flex-column h3 {
    margin: 0;
    padding: 20px;
}

.flex-column:not(:last-child) {
    border-right: 1px solid #000;
}

.flex-photo {
    height: 180px;
    max-height: 180px;
}

.flex-photo img {
    width: 100%;
    height: 100%;
}

.flex-label, .flex-photo-label, .flex-photo {
    border-bottom: 1px solid #000;
}

.flex-list {
    height: auto;
    padding: 0 10px;
}

.flex-list ol {
    padding-inline-start: 30px;
}

.flex-list ol li {
    margin-bottom: 5px;
}

div[itemprop="articleBody"] .fatcatchers-h3 {
    text-transform: none;
    color: #000;
}

.fatcatchers .flex-label {
    min-height: 136px;
}

.fatcatchers div:last-child {
    border-bottom: 0;
}

.fatcatchers .flex-photo {
    height: 300px;
    max-height: unset;
}

/*MODAL POPUP END*/

table.galva-offer {
    max-width: 800px;
    margin: 0 auto 30px;
}

table.galva-offer td {
    border: 1px solid #000;
    text-align: center;
}

div[itemprop="articleBody"] .line-spacing-sndz p {
    margin: 7px 0;
}

.fiber-top-img {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    height: auto;
    max-width: 600px;
}



.fiber-label {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.fiber-label .red {
    font-size: 28px;
    font-weight: 600;
    color: red;
}

.fiber-img-block {
    display: flex;
    column-gap: 40px;
}

.fiber-img {
    width: 50%;
    height: auto;
}

.fiber-storage,
.underground-storage,
.fiber-advantages {
    margin-top: 50px;
}

.fiber-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}
.f-tile {
    width: calc(50% - 20px);
}

.f-tile.combined {
    display: flex;
    flex-direction: column;
}

.f-tile.combined .fiber-tile-img:last-child {
    margin-top: auto;
}

.fiber-tile-img {
    width: 100%;
}

.ukr-label {
    position: absolute;
    right: 0;
    width: 180px;
}

.fixed-menu .ukr-label {
    width: 160px;
}

.ukr-label-img {
    width: 100%;
}

@media only screen and (min-width: 1450px) {
    .ukr-label {
        right: 60px;
    }
}

@media (max-width: 1200px) {
    .ukr-label {
        right: 60px;
        width: 146px;
    }
    
    .fixed-menu .ukr-label {
        display: none;
    }
}

@media only screen and (max-width: 992px) and (min-width: 674px) {
    .sertificates {
        height: 720px;
        justify-content: center;
    }
    .cert {
        margin: 0 36px;
    }
}

@media only screen and (max-width: 673px) {
    .sertificates {
        height: 720px;
        justify-content: center;
    }
    .cert {
        margin: 0;
    }
}
@media only screen and (max-width: 530px) {
    .sertificates {
        height: 1440px;
    }
}
 
@media only screen and (max-width: 1060px) {
    .usage-left {
      max-width: 100vw;
      width: 100vw;
    }   
    .usage-left ul li {
      text-align: left;
    }
    .usage-right {
      width: 100%;
    }
    .usage {
      flex-direction: column;
      align-items: center;
    }
    .flex-label {
        min-height: 208px!important;
    }
    
    .fatcatchers .flex-photo {
        height: 250px;
    }
}
@media only screen and (max-width: 800px) {
    .usage-kid-up {
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
    }
}

@media (max-width: 740px) {
.warranty-file {
    width: 320px;
    margin: 40px auto 0 auto;
}
}

@media (max-width: 706px) {
    .container-dr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 700px) {
    .usage-left {
      display: none;
    }
    .usage-right {
      width: 100%;
    }
}

@media (max-width: 550px) {
    .diler-box, .retail-box {margin: 20px 0px;}
    
    #block-block-3 {
        margin: 20px auto;
        float: none;
    }
    
    .img-block-waste, .intro-block-waste {
        margin-bottom: 30px;
    }
    
    .graphics-img {
        column-gap: 0;
        row-gap: 10px;
        flex-direction: column;
    }
    
    .graphics-img img {
        width: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .usage-kid-up, .usage-kid-down {
        flex-direction: column;
    }
    .product-sndz-table {
        display: none;
    }
    .hide-desktop {
        display: table;
    }
    .sndz-font20 {
        font-size: 19px;
    }
    
    .plants .flex-column {
        width: 100%!important;
    }
    
    .plants .flex-column {
        border-right: 0;
    }
    
    .plants .flex-column:not(:first-child) .flex-label {
        border-top: 1px solid #000;
    }
    .plants .flex-column:nth-child(3n) .flex-photo, .plants .flex-column:nth-child(4n) .flex-photo {
        min-height: unset!important;
        max-height: unset!important;
    }
    
    .flex-label {
        min-height: unset!important;
    }
    
    .fiber-tiles {
        justify-content: center;
    }
    
    .f-tile {
        width: 100%;
    }
    
    .fiber-img-block {
        flex-direction: column;
        gap: 40px;
    }
    
    .fiber-img {
        width: 100%;
    }
}

@media (max-width: 410px) {
    .ukr-label {
        position: static;
        margin: auto;
        width: 100%;
        max-width: 300px;
    }
    
    .ukr-label-img {
        margin-top: 20px;
    }
}

@media (max-width: 350px) {
    .diler-box, .retail-box {width: 220px;}
    .warranty-file {width: 290px!important;}
}

/* train section styles */
.train-section {
    display: flex;
    position: relative;
    width: clamp(300px, 90%, 1200px);
    margin: 50px auto;
    overflow: hidden;
}

.train-image-container {
    flex: 0 0 70%;
    position: relative;
}

.train-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.train-content {
    position: absolute;
    top: 0;
    right: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.train-title {
    background: var(--main-gr);
    padding: 20px;
    border-radius: 4px;
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: bold;
    color: white;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: right;
}

.train-view {
    margin: 50px auto 70px;
    .train-view-title {
        font-size: 2.4rem;
        letter-spacing: 0.03em;
        text-align: center;
    }
}

.train-p {
    letter-spacing: 0.02em;
}

.train-phil {
    margin-bottom: 50px;
    padding: 50px 32px 70px;
    background-color: var(--main-gr);
}

.train-phil-title,
.train-partner-title,
.tr-customers-title,
.tr-usual-title {
    margin-bottom: 40px;
    font-size: 3rem;
    text-align: center;
    color: #fff;
}

.train-phil-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
}

.train-phil-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.train-phil-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-around;
    align-items: center;
    padding: 20px 10px;
    background-color: #fff;
    box-sizing: border-box;
    flex: 1 0 216px;
}

.train-phil-tick {
    width: 64px;
    height: 64px;

    svg {
        width: 100%;
        height: 100%;
    }
}

.train-phil-name {
    font-size: 1.3rem;
    color: var(--main-gr);
}

.train-phil-text {
    color: #fff;
}

.train-partners,
.tr-customers,
.usual-section {
    margin: 30px auto 50px;
}

.usual-section {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}

.train-partner-title,
.tr-customers-title {
    margin-bottom: 50px;
    color: var(--main-gr);
}

.train-partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 4rem;
    justify-content: space-between;
}

.tr-partner-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.tr-partner-img {
    display: block;
    width: 100%;
}

.tr-partner-label {
    font-size: 1.25rem;
    text-align: center;
}

.tr-customers {
    padding: 50px;
    background-color: var(--main-gr);
}

.tr-customers-title {
    margin-bottom: 50px;
    color: #fff;
}

.tr-customers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 150px 150px 1fr;
    gap: 2rem;
    justify-content: space-between;
    align-items: start;
}

.tr-cs-grid-en {
    grid-template-columns: 1fr repeat(3, 0.8fr);
}

.tr-customers-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    height: 100%;
}

.tr-customers-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    
    .tr-customers-img {
        width: 80%;
    }
}

.tr-customers-group {
    margin-top: 1rem;
    grid-column: span 4;
    display: flex;
    align-items: center;
    gap: 1rem;

    .smaller-img {
        width: 60%;
    }

    .tr-customers-item {
        width: calc(50% - 0.5rem);
    }

    .tr-customers-item:first-child .tr-customers-inner {
        gap: 2rem;
    }
}

.image-200 {
    max-width: 200px !important;
}

.image-100-h {
    height: 100px !important;
    object-fit: cover !important;
}

.tr-customers-img {
    width: auto;
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.tr-usual-title {
    color: var(--main-gr);
}

.tr-image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.tr-details-img,
.tr-img {
    display: block;
    flex: 1;
    height: auto;
    object-fit: contain;
    overflow: hidden;
}

.rotated {
    max-height: 300px;
    transform: rotate(27deg);
}

.tr-modern-grid {
    display: flex;
    gap: 1rem;
}

.tr-modern-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 70%;

    .tr-image-row:first-child {
        max-height: 250px;

    }

    .tr-img {
        object-fit: cover;
        height: 100%;
    }
}

.tr-modern-col:last-child {
    width: 30%;
}

.tr-dev-grid {
    display: flex;
}

.tr-dev-img {
    width: 100%;
}

.tr-dev-item {
    position: relative;
}

.tr-label {
    position: absolute;
    top: 20%;
    left: 10px;
    padding: 2px 5px;
    border-radius: 12px;
    color: #fff;
    background-color: var(--main-gr);
}

.tr-label.bottom {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 10px;
}

.tr-fix-grid {
    display: flex;
    gap: 1rem;
}

.tr-fix-col {
    display: flex;
    align-items: end;
    gap: 1rem;
}

.tr-fix-img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    object-position: left center;
    border-bottom: 30px solid var(--main-gr);
}

.tr-fix-item:nth-child(2) {
    .tr-fix-img {
        height: 320px;
    }
}

.tr-fix-item:nth-child(3) {
    .tr-fix-img {
        height: 340px;
    }
}

.tr-fix-text {
    width: calc(30% - 0.5rem);

    span {
        text-decoration: underline;
        line-height: 2;
    }
}

.tr-fix-col {
    width: calc(70% - 0.5rem);
}

.tr-fix-label {
    margin: 10px auto;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    max-width: 50%;
}

.tr-fix-item {
    width: 100%;
}

.tr-complex-grid,
.tr-sol-grid {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.tr-complex-img-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tr-complex-img {
    flex: 1 1 auto;
}

.tr-complex-label,
.tr-sol-label,
.tr-sol-footer-label {
    text-decoration: underline;
}

.tr-sol-grid {
    margin-bottom: 30px;
}

.tr-sol-footer-label {
    display: block;
    width: 100%;
}

.tr-sol-img,
.tr-sol-text {
    width: 50%;
}

.tr-sol-img {
    object-fit: cover;
}

.tr-sol-footer {
    text-align: center;
}

.tr-pts {
    margin-top: 70px;
}

.tr-pts-grid {
    display: flex;
}

.tr-pts-item {
    width: 33.3333%;
    height: 80dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.tr-pts-item-1 {
    background-color: var(--main-gr);
}

.tr-pts-item-2 {
   .tr-pts-label {
       color: #005011;
   }
}

.tr-pts-item-3 {
   background-color: #005011;
}

.tr-pts-label {
    font-size: 3rem;
    text-align: center;
}

@media (max-width: 1200px) {
    .train-view {
        margin: 40px auto 50px;
    }
    
    .usual-section {
        max-width: calc(100vw - 40px);
    }
}

@media (max-width: 1000px) {
    .train-phil-grid {
        grid-template-columns: 1fr;
    }
    
    .train-phil-box {
        flex-grow: 0;
    }
    
    .train-view .train-view-title {
        font-size: 2rem;
    }
    
    .tr-fix-grid {
        flex-direction: column;
    }

    .tr-fix-col,
    .tr-fix-text {
        width: 100%;
    }
    
    .tr-pts-grid {
        flex-direction: column;
    }

    .tr-pts-item {
        width: 100%;
        height: 20dvh;
    }

    .tr-pts-label {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .train-partner-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .tr-customers {
        padding: 30px 16px;
    }
    
    .tr-customers-title,
    .train-partner-title,
    .tr-usual-title,
    .train-phil-title {
        margin-bottom: 20px;
        font-size: 2rem;
    }
    
    .train-title {
        margin-bottom: 0;
    }
    
    .tr-customers-grid {
        grid-template-columns: repeat( 2, minmax(auto, 200px));
        grid-template-rows: 120px 120px 100px 200px 100px;
        gap: 1rem;
        justify-content: space-around;
    }
    
    .tr-cs-grid-en {
        grid-template-rows: 150px 150px 150px 150px 1fr;
    }

    .tr-customers-group {
        grid-column: span 2;

        .image-100-h {
            width: 100%;
        }
    }
    
    .tr-label {
        font-size: 0.8rem;
    }
    
    .tr-fix-label {
        font-size: 1rem;
    }
    
    .tr-fix-col {
        flex-wrap: wrap;
    }

    .tr-fix-img {
        height: 200px !important;
    }
    
    .tr-sol-img,
    .tr-sol-text {
        width: 100%;
    }
    
    .tr-sol-img {
        max-width: 500px;
        margin: 0 auto;
    }

    .tr-sol-grid {
        flex-direction: column;
    }
    
    .tr-partner-label {
        font-size: 0.8rem;
    }
}

@media (max-width: 550px) {
    .tr-complex-img {
        max-width: 180px;
    }
}

@media (max-width: 400px) {
    .train-section {
        flex-direction: column;
    }

    .train-content {
        position: static;
    }

    .train-phil {
        padding: 30px 20px 30px;
    }

    .train-phil-box {
        flex: 0 0 144px;
        padding: 10px;
    }
    
    .train-phil-name {
        font-size: 1rem;
    }
    
    .tr-label {
        font-size: 0.6rem;
    }
}