@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans-BoldItalic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProCondBold";
    src: url("../fonts/MyriadProCondBold/Myriad_Pro_Cond_Bold.woff");
    src:     url("../fonts/MyriadProCondBold/Myriad_Pro_Cond_Bold.woff") format("woff"),
    url("../fonts/MyriadProCondBold/Myriad_Pro_Cond_Bold.ttf") format("truetype"),
    url("../fonts/MyriadProCondBold/Myriad_Pro_Cond_Bold.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family:Font Awesome\ 5 Brands;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/fa-brands-400.eot);
    src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
        url(../fonts/fa-brands-400.woff2) format("woff2"),
        url(../fonts/fa-brands-400.woff) format("woff"),
        url(../fonts/fa-brands-400.ttf) format("truetype"),
        url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family:Font Awesome\ 5 Free;
    font-style:normal;font-weight:400;
    src:url(../fonts/fa-regular-400.eot);
    src:url(../fonts/fa-regular-400.eot?#iefix) 
        format("embedded-opentype"),
        url(../fonts/fa-regular-400.woff2) format("woff2"),
        url(../fonts/fa-regular-400.woff) format("woff"),
        url(../fonts/fa-regular-400.ttf) format("truetype"),
        url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family:Font Awesome\ 5 Free;
    font-style:normal;
    font-weight:900;
    src:url(../fonts/fa-solid-900.eot);
    src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
        url(../fonts/fa-solid-900.woff2) format("woff2"),
        url(../fonts/fa-solid-900.woff) format("woff"),
        url(../fonts/fa-solid-900.ttf) format("truetype"),
        url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}


body {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

body img {
    max-width: 100%;
    display: inline;
}

body input[type="button"], 
body input[type="submit"], 
body input[type="reset"], 
body input[type="file"]::-webkit-file-upload-button, 
body button,
body button:focus {
    -webkit-box-align: center;
    text-align: center;
    color: inherit;
    border: inherit;
    outline: none;
}

body input {
    font-weight: normal;
}

body p,
body * {
    margin-bottom: 0;    
}

body ol, 
body ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

body a:focus, 
body a:hover{
    text-decoration: none;  
} 

body a:focus, body a:hover {
    color: inherit;
}

body .slick-slide img {
    display: inline;
}

#rOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

body, 
html,
.main-container,
.header {
    height: 100%;
}

.fa,
.far,
.fas {
    font-family:Font Awesome\ 5 Free;
}
.fa,
.fas {
    font-weight:900
}

.far {
    font-weight:400
}

.fab {
    font-family:Font Awesome\ 5 Brands
}

.main-container {
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.header-navbar {
    -webkit-transition: all 0ms ease;
    transition: all 0ms ease;
}

body {
    padding-right: 0px !important;
}

body * {
    font-size: 0.875rem;
    font-family: 'OpenSans';
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 1.2;
    text-align: left;
}

body b {
    font-weight:700;  
}

/****************************/
/********** HEADER *********/
/***************************/
@media (min-width: 1200px) {
    .fixed .navbar-nav,
    body .container {
        max-width: 1165px;
    }
    
}

.fixed .navbar-nav {
    margin: auto;
}

.fixed .mynavbar .navbar-collapse {
    position: fixed;
    width: 100%;
    padding: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 1135px;
}

.fixed .mynavbar .navbar-nav {
    padding: 1.4rem 1rem;
}

/*.fixed .wrapper-fixmenu {
    position: fixed;
    background-color: #404040;
    height: 60px;
    width: 100%;
    top: 0;
    z-index: 2;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.5);
}*/

.main-container h2 {
    font-size: 2.5rem;
    color: #363636;
    font-weight:700;
    line-height: 1.481;
    text-align: center;
    /*text-transform: uppercase;*/
}

.main-pic {
    position: absolute;
    top: 0;
    left: 0;
    /*background-image: url(../img/fon-main-screen.jpg);
    min-height: 1695px;*/
    /*background-image: url(../img/main-banner-2024.jpg);*/
    min-height: 1900px;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 0;
}

.header .second-panel,
.header .mynavbar {
    padding: 0 80px 0 0;
}

.header {
    position: relative;
    width: 100%;
    color: #000;
    padding: 1.787% 0 0 0;
}

.header .navbar-light .navbar-brand {
    max-width: 230px;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 0.6875rem;
    line-height: inherit;
    white-space: normal;
    color: #000000;
}

.main-container .additives,
.main-container .gofra,
.main-container .print,
.main-container .about,
.main-container .readypack {
    padding-top: 50px;
}

.navbar-brand img {
    margin: 1rem 0 0 0;
    border: 0;
	max-height: 100px;
}

.second-panel,
.header .mynavbar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}


.header .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.second-panel,
.header .navbar-nav,
.header .mynavbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    width: 100%;
    position: relative;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
}

.mynavbar .navbar-nav {
    padding: 2.4625rem 0;
}

.mynavbar .navbar-collapse {
    max-width: 635px;
}

.header .navbar-light .navbar-nav .nav-link {
    font-weight:700;
    padding: 0px;
    color: #ffffff;
    font-size: 0.8125rem;
    border-bottom: 1px solid transparent;
    /*text-transform: uppercase;*/
    transition: all 400ms ease;
}

.header .navbar-light .navbar-nav .nav-link:hover,
.header .navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.header-contact {
    margin-top: 1rem
}

.header-contact a {
    display: block;
    color: #363636;
}

.header-tel {
    font-weight:700;
    font-size: 1.5rem;
}

.header-mail {
    font-size: 1rem;
}

.second-panel h1 span,
.second-panel h1 {
    font-size: 2.9625rem;
    color: #fff;
    font-weight:700;
    max-width: 520px;
    text-align: right;
    
}

.header-text div {
    color: #fff;
    font-weight: 700;
    max-width: 520px;
    text-align: right;
	margin-top: 20px;
}

.second-panel h1 {
    letter-spacing: 3px;
}

.second-panel h1 span {
    display: block;
}

.arrow-down {
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
}

.arrow-down a {
    display: inline-block;
    width: 32px;
    height: 107px;
    background-image: url(../img/arrow-down.png);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.scroll-down-btn {
    position: relative;
    top: 0;
}

/**************************/
/********** about *********/
/**************************/

.about {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 6.83% 0;
}

.about h2 {
    margin-bottom: 2.1875rem;
    text-align: left;
}

.wrapper-text span,
.wrapper-text b,
.wrapper-text p,
.wrapper-text li {
    font-size: 1.125rem;
    color: #363636;
    position: relative;
    line-height: 1.5;
}


.wrapper-text {
    max-width: 800px;
    padding-left: 0px;
    position: relative;
    z-index: 1;
}

.wrapper-text li {
    padding-left: 30px;
}

.wrapper-text li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url('../img/pic-round.png');
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}

.wrapper-text ul,
.wrapper-text p {
    margin-bottom: 1.25rem;
}

.wrapper-text ul p {
    margin-bottom: 0;
}

.print ul li:first-child:before,
.readypack ul li:first-child:before,
.about ul li:first-child:before {
    display: none;
}

.print ul li:first-child,
.readypack ul li:first-child,
.about ul li:first-child {
    padding-left: 0;
}

/**************************/
/******** partners ********/
/**************************/
.partners {
    width: 100%;
    height: auto;
    background-color: #e4e4e4;
    padding: 0;
    position: relative;
    padding: 1.375% 0 2%;
}

.partners h3 {
    margin: 0;
    padding: 0;
    color: #363636;
    font-size: 2.5rem;
    line-height: 1.852;
    text-align: center;
    font-weight:700;
}

.partners p {
    color: rgb(0, 0, 0);
    line-height: 1.143;
    text-align: center;
    font-weight: 300;
    max-width: 180px;
    margin: auto;
}

.block-partners {
    width: 24.7%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.563rem;
}

.pic-partners {
    width: 230px;
    height: 138px;
    margin: 0 auto 1rem;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.look-more {
    display: none;
    width: 100%;
    font-family: "Open Sans";
    color: rgb(54, 54, 54);
    text-decoration: underline;
    line-height: 3.704;
    font-size: 1.125rem;
    text-align: center;
    cursor: pointer;
}


/**************************/
/******* additives ********/
/**************************/

.additives {
    width: 100%;
    height: auto;
    background-image: url(../img/fon-additives.jpg);
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding: 2.37% 0 4.05%;
    position: relative;
    color: rgb(255, 255, 255);
    background-color: rgb(232, 9, 2);
}

.additives h2 {
    margin-bottom: 2.125rem;
    color: rgb(255, 255, 255);
    text-align: left;
}

.additives h3 {
    font-size: 1.875rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 1.875rem;
    color: rgb(255, 255, 255);
    text-align: left;
}

.item-block p>a,
.item-block p {
    font-size: 1.375rem;
    font-weight:700;
    color: rgb(255, 255, 255);
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.item-block p:hover {
    color: #000;
}

.item-block p:hover i {
    background-color: #000;
}

.item-block p {
    padding: 1rem 0;
    position: relative;
    /*z-index: 1;*/
}

.item-block i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    margin: 7px 30px 0 0;
    vertical-align: top;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.item-block {
    margin-bottom: 1rem;
}

.item-block .item-link {
    padding: 1rem 0 0 3.75rem;
    height: auto;
}

.item-block a:focus,
.item-block a:hover,
.item-block a b,
.item-block a {
    display: inline;
    font-size: 1.375rem;
    color: rgb(255, 255, 255); 
}

.item-link a,
.item-link a:focus,
.item-link a:hover {
    display: inline-block;
}

.item-block a:hover b,
.item-block a:hover {
    text-decoration: underline;
}

.item-block a b {
    font-weight: 700;
    font-style: italic;
}

.additives .item-block.active .item-link {
    height: 120px;
    padding: 1rem 0 0 3.75rem; 
}

.additives .item-block .item-link{
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.item-link {
    padding: 0;
}


.mark-additives {
    display: inline-block;
    padding: 3.4rem 2rem;
    background-image: url(../img/pic-additives.png);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.mark-additives p {
    display: inline-block;
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    font-family: "MyriadProRegular";
}

.mark-additives span,
.mark-additives b {
    display: block;
    font-family: "MyriadProCondBold";
    text-transform: lowercase;
}

.mark-additives span {
    font-size: 1.5rem;
}

.mark-additives b {
    font-size: 2.188rem;
    margin-top: -8px;
}

.wrapper-additives .col-lg-3 {
    text-align: right;
}

/**************************/
/******* readypack ********/
/**************************/
.readypack {
    width: 100%;
    height: auto;
    background-image: url(../img/fon-readypack.jpg);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 3.313% 0 8.31%;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.readypack h2 {
    color: rgb(255, 0, 0);
    margin-bottom: 2.125rem;
    text-align: left;
}

.readypack .item-link a:focus,
.readypack .item-link a:hover,
.readypack .item-link a b,
.readypack .item-link a {
    color: #000; 
    display: inline-block;
}

.readypack .item-link a {
    font-size: 1.5rem;
    padding-left: 2.1875rem;
    margin-bottom: 1rem;
    position: relative;
}

.readypack .item-link a:before {
    content: '';
    width: 21px;
    height: 23px;
    background-image: url(../img/arrow-r2.png);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0;
    position: absolute;
    top: 8px;
    left: 0;
}

.readypack .item-block {
    margin-top: 5.125rem;
}

.readypack .item-link a b {
    font-style: normal;
    display: inline;
}

.readypack b,
.readypack li, 
.readypack p {
    font-size: 1.375rem;
}

.readypack li:before{
    top: 13px;
}

.readypack .wrapper-text {
    max-width: 982px;
}

/**************************/
/********* print **********/
/**************************/
.print {
    width: 100%;
    height: auto;
    background-image: url(../img/fon-print.jpg);
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding: 2.63% 0 3.16%;
    position: relative;
    background-color: #d6d6d6;
}

.print h2 {
    color: #363636;
    margin-bottom: 2.125rem;
}

.print li,
.print b,
.print p {
    font-size: 1.125rem;
    color: #363636;
}

.print p,
.print ul {
    margin-bottom: 1rem;
}

.print .wrapper-text {
    max-width: 100%;
}
/**************************/
/******** type-print ******/
/**************************/
.type-print {
    width: 100%;
    height: auto;
    padding: 2.10% 0 4.312%;
    position: relative;
    background-color: #fff;
}

.type-print p,
.slider-product {
    margin-bottom: 2.5625rem;
}

.slider-product-img {
    display: block;
    margin: 0;
    width: 100%;
    height: 210px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.slider-product .slick-slide {
    outline: none;
}

.slider-product .slick-prev:before,
.slider-product .slick-next:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 41px;
    width: 41px;
    display: inline-block;
    z-index: 2;
    padding: 0;
    color: transparent;
    border: none;
    outline: none;
    content: "";
    z-index: 2;
}

.slider-product .slick-next {
    right: 0;
}

.slider-product .slick-prev {
    left: 0;
}

.slider-product .slick-prev,
.slider-product .slick-next,
.slider-product .slick-prev:hover,
.slider-product .slick-prev:focus,
.slider-product .slick-next:hover,
.slider-product .slick-next:focus {
    top: 50%;
    z-index: 1;
    height: 42px;
    width: 41px;
    background: transparent;
}

.slider-product .slick-next:hover:before {
   background-position: 41px 41px;
    background-image: url(../img/arrows.png);
}

.slider-product .slick-next:before {
    background-position: 41px -82px;
    background-image: url(../img/arrows.png);
}

.slider-product .slick-prev:hover:before {
    background-position: 0px 41px;
    background-image: url(../img/arrows.png);
}

.slider-product .slick-prev:before {
    background-position: 0px -82px;
    background-image: url(../img/arrows.png);
}


.type-print p {
    max-width: 90%;
    text-align: center;
    color: #363636;
    font-size: 1.5rem;
    font-weight:700;
    margin-left: auto;
    margin-right: auto;
}

.type-print h3 {
    font-size: 2.5rem;
    color: #363636;
    margin: 0;
    text-align: center;
    font-weight:700;
}

.block-type-print {
    width: 20%;
    margin-top: 2.5rem;
}

.pic-type-print {
    width: 100%;
    height: 170px;
    max-width: 140px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.block-type-print p {
    font-size: 1.375rem;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-style: normal;
    font-family: 'OpenSans';
    margin: 1rem 0 0;
    max-width: 100%;
}

.wrapper-type-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/**************************/
/********* gofra **********/
/**************************/

.gofra {
    width: 100%;
    height: auto;
    background-image: url(../img/fon-gofra.jpg);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 3.05% 0 6.36%;
    position: relative;
    background-color: #dfdfe1;
}

.gofra h2 {
    color: #363636;
    margin-bottom: 2.125rem;
}

.gofra p {
    font-size: 1.125rem;
    color: #000000;
}

.gofra .wrapper-text {
    max-width: 1110px;
}

/************************/
/********* why **********/
/************************/

.why {
    width: 100%;
    height: auto;
    background-image: url(../img/fon-why.jpg);
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding: 3.37% 0 5.26%;
    position: relative;
    background-color: #fff;
}

.why p {
    font-size: 1.875rem;
    font-weight:700;
    color: #363636;
    text-align: center;
    margin: 0 auto 2.375rem;
    width: 80%;
}

.block-why {
    margin-bottom: 4.355rem;
}

.block-why p {
    text-align: left;
    margin: 0 0 0 2.5rem;
    width: 100%;
}

.block-why .wrapper-text {
    padding: 2.1875rem 0 0 0;
}

.pic-why {
    display: inline-block;
    width: 50px;
    height: 60px;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.block-why-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/**************************/
/********** footer ********/
/**************************/

.footer {
    background-color: #404040;
    padding: 1.26% 0 1.68%;
}

.footer b,
.footer p,
.footer a,
.footer a:hover,
.footer a:focus {
    font-size: 1rem;
    color: rgb(255, 255, 255);
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-menu p {
    text-align: center;
    text-transform: uppercase;
}

.footer-menu ul {
    padding-top: 1.5rem;
    text-align: left;
}

.footer-link {
    padding: 1rem 0 0;
    display: inline-block;
}

/*********************/
/**** stuped shift ***/
/*********************/

.w1200m {
    display: none;
}

.w992m {
    display: none;
}


.w768m {
    display: none;
}


.w480m {
    display: none;
}

.w-800 {
    max-width: 800px;
}

.header-contact br {
    display: none;
}

/**************************/
/********** form **********/
/**************************/
.call-form {
    width: 100%;
    height: auto;
    background-image: url(../img/fon-form.jpg);
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding: 5.5625rem 0 6.875rem;
}

.call-form p {
    font-size: 1.875rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 1rem;
}

.call-form span {
    font-size: 1.25rem;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

form {
    text-align: center;
}

form label {
    position: relative;
    vertical-align: top;
}

form label {
    margin: 0 auto 3px;
}

label > input[type="text"] {
    background-color: transparent;
}

form input {
    height: 59px;
}

form textarea,
form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgb(23, 21, 21);
    border-radius: 0;
    box-shadow: none;
    outline: none;
    position: relative;
    padding: 20px 0 2px;
    display: block;
    font-family: 'OpenSans';
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    color: rgb(54, 54, 54);
    background-color: transparent;
    line-height: 1.2;
}

.form1 button {
    background-color: #e70901;
    color: #ffffff;
    outline: none;
    font-family: 'OpenSans';
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    margin: auto;
    border: 0;
    border-radius: 2px;
    padding: 7px 18px 9px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    cursor: pointer;
    width: 90%;
    display: block;
}

.form1 button:focus,
.form1 button:hover {
    background-color: rgba(161, 17, 13, 1);
    color: #ffffff;
}

form textarea::-o-input-placeholder,
form input::-o-input-placeholder {
    transition: all 0.2s ease-in-out;
    color: rgb(54, 54, 54);
}

form textarea::-webkit-input-placeholder,
form input::-webkit-input-placeholder {
    transition: all 0.2s ease-in-out;
    color: rgb(54, 54, 54);
}

form textarea::-moz-placeholder,
form input::-moz-placeholder {
    transition: all 0.2s ease-in-out;
    color: rgb(54, 54, 54);
}

form textarea:-ms-input-placeholder,
form input:-ms-input-placeholder {
    transition: all 0.2s ease-in-out;
    color: rgb(54, 54, 54);
}

form textarea::placeholder,
form input::placeholder {
    transition: all 0.2s ease-in-out;
    color: rgb(54, 54, 54);
}

form textarea::placeholder,
form input::placeholder {
    transition: all 0.2s ease-in-out;
    color: rgb(54, 54, 54);
}

form textarea:focus::-webkit-input-placeholder,
form input:focus::-webkit-input-placeholder {
    color: transparent;
}

form textarea:focus::-moz-placeholder,
form input:focus::-moz-placeholder {
    color: transparent;
}

form textarea:focus:-ms-input-placeholder,
form input:focus:-ms-input-placeholder {
    color: transparent;
}

form textarea:focus:-o-input-placeholder,
form input:focus:-o-input-placeholder {
    color: transparent;
}

form input:focus::placeholder, 
form textarea:focus::placeholder {
  color: transparent;
}

.form1 textarea {
    resize: none;
    line-height: 57px;
    padding: 8px 0 0;
    margin-top: 0px;
    margin-bottom: 22px;
    height: 118px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent 58px, #363636 0, #363636 59px,transparent 0);
    background-image: linear-gradient(transparent 58px, #363636 0, #363636 59px,transparent 0);
    background-size: 100% 59px;
    border: none;
}

.form1 {
    padding-left: 115px;
}

/**************************/
/********** media *********/
/**************************/

.w1300m {
    display: block;
}

@media (max-width: 1199px) {
    .w1300m {
        display: none;
    }
    
    .fixed .navbar-nav,
    body .container {
        max-width: 970px;
    }
    
    .header {
        padding-top: 34px;
    }

    .header .second-panel,
    .header .mynavbar {
        padding: 0;
    }
    
    .main-pic {
        background-position: 47% 0%;
    }
    
    .pic-partners {
        margin-bottom: 0.625rem;
    }
    
    .partners {
        padding: 0.625rem 0 1.875rem;
    }
    
    .block-partners {
        margin-top: 1rem;
    }
    
    .additives {
        padding-bottom: 2.4375rem;
    }
    
    .readypack {
        padding-bottom: 6.5625rem;
    }
    
    .print {
        padding-bottom: 3.1875rem;
    }
    
    .block-type-print p {
        font-size: 1.3125rem;
    }
    
    .type-print {
        padding: 2.375rem 0 4.3125rem;
    }
    
    .gofra {
        padding-bottom: 5rem;
    }
    
    .why p {
        width: 100%;
        font-size: 1.5rem;
    }
    
    .block-why p {
        font-size: 1.875rem;
        width: 80%;
    }
    
    .why {
        padding-bottom: 3.625rem;
    }
    
    .footer-adress {
        padding-right: 3rem;
    }
    
    .item-block i {
        margin: 7px 26px 0 0;
    }
    
    .readypack .w1200 {
        display: block;
    }
    
    .readypack .item-block .item-link {
        padding-left: 0;
        min-width: 550px;
    }
    
    .w1200m {
        display: block;
    }
    
    .w1200n {
        display: none;
    }
    
    .w-800 p:nth-child(3) {
        max-width: 720px;
    }
    
    .gofra .wrapper-text {
        max-width: 912px;
    }
    
    .block-why .wrapper-text li {
        padding-right: 16px;
    }
    
    .form1 {
        padding-left: 15px;
    }
    
}

@media (max-width: 991px) {  
    .call-form {
        background-image: url(../img/fon-form2.jpg);
        padding: 52px 0 98px;
    }
    
    .call-form span,
    .call-form p {
        text-align: center;
        display: block;
    }
    
    .form1 {
        padding: 130px 65px 0;
    }
    
    .gofra .w1200m {
        display: none;
    }
    
    .readypack {
        background-position: 56% 95%;
    }
    
    .about .wrapper-text {
        max-width: 708px;
    }
    
    .w992m {
        display: block;
    }
    
    .w992n {
        display: none;
    }
    
    .fixed .navbar-nav,
    body .container {
        max-width: 750px;
    }
    
    .header .navbar-light .navbar-toggler-icon {
        background-image: url(../img/mobile-menu.svg);
        height: 56px;
        width: 56px;
    }
    
    .header .navbar-light .navbar-toggler {
        border: 0;
        padding: 0;
        z-index: 3;
    }

    .navbar-toggler p {
        font-size: 0.8125rem;
        color: #fff;
        text-align: center;
        font-weight:700;
        padding: 0.5rem 0 0 0;
        text-transform: uppercase;
    }

    .header .navbar-light .navbar-nav .nav-link {
        text-align: center;
        display: inline-block;
        padding: 0.5rem 0;
    }

    .header .navbar-light .navbar-nav li {
        text-align: center;
    }

    .mynavbar .navbar-nav {
        padding: 1rem 0;
        display: block;
        text-align: center;
        margin: auto;
    }
    
    .header {
        overflow: hidden;
    }
    
    .mynavbar .navbar-collapse {
        max-width: 100%;
        position: absolute;
        top: 0px;
        background-color: #e80902;
        left: 0px;
        right: 0px;
        z-index: 2;
        width: 100%;
    }
    
    .header .mynavbar {
        position: static;
    }
    
    .mynavbar .navbar-nav {
        padding: 7rem 0 3rem;
    }
    
    .fixed .navbar-light .navbar-toggler {
        position: fixed;
        right: 20px;
        top: 3px;
        z-index: 10;
    }
    
    .header.fixed  .navbar-light .navbar-toggler-icon {
        height: 41px;
        width: 41px;
    }
    
    .header.fixed .navbar-toggler p {
        display: none;
    }
    
    .fixed .mynavbar .navbar-nav {
        padding: 3rem 0 2rem;
    }
    
    .second-panel h1 span,
    .second-panel h1 {
        font-size: 2.5rem;
        max-width: 400px;
		text-align: center;
    }
	
	.header-text div {
		max-width: 400px;
	}
    
    .arrow-down a {
        display: none;
    }
    
    .partners h3,
    .type-print h3,
    .main-container h2 {
        font-size: 1.875rem;
    }
    
    .block-partners {
        width: 32.5%;
    }
    
    .additives h3 {
        font-size: 1.5rem;
    }
    
    .wrapper-additives .col-lg-3 {
        order: -1;
        margin-top: -115px;
    }
    
    .wrapper-additives .col-lg-9 {
        margin-top: -82px;
    }
    
    .readypack .item-block {
        margin-top: 1.875rem;
    }
    
    .readypack .item-block .item-link {
        padding-top: 0;
        min-width: 475px;
    }
    
    .readypack {
        padding-bottom: 0;
    }
    
    .print {
        padding-bottom: 0.5rem;
    }
    
    .slider-product-img {
        background-size: contain;
        max-width: 270px;
        margin: auto;
    }
    
    .type-print p {
        margin-bottom: 2rem;
    }
    
    .block-type-print {
        width: 33%;
    }
    
    .wrapper-type-print {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    
    .block-type-print p {
        margin-bottom: 0;
    }
    
    .gofra,
    .type-print {
        padding-bottom: 2.875rem;
    }
    
    .pic-why,
    .block-why-title {
        display: block;
    }
    
    .pic-why {
        margin: 0 auto 30px;
    }
    
    .why p {
        font-size: 1.375rem;
    }
    
    .block-why p {
        font-size: 1.5rem;
        text-align: center;
        margin-left: 0;
        width: 100%;
    }
    
    .block-why .wrapper-text {
        padding-left: 1rem;
    }
    
    .block-why {
        margin-bottom: 0.6875rem;
    }
    
    .why {
        padding-bottom: 2rem;
    }
    
    .footer {
        padding: 1.5625rem 0 2.4375rem;
    }
    
    .footer .col-lg-2 {
        order: 1;
        position: relative;
        top: -20px;
        padding-left: 4rem;
    }
    
    .item-block br {
        display: none;
    }

}

@media (max-width: 767px) {
    .readypack .item-block .item-link {
        min-width: auto;
    }
    
    .call-form {
        padding: 25px 0 65px;
    }
    
    .form1 {
        padding: 80px 65px 0;
    }
    
    .w768m {
        display: block;
    }

    .readypack .item-block br.w480m,
    .additives .item-block br.w480m,
    .block-why .w1200m,
    .gofra .w992m,
    .gofra .w1200,
    .print .w1200m,
    .print .w1200,
    .readypack .w992m,
    .w768n {
        display: none;
    }
    
    .additives .item-block a b {
        display: block;
    }
    
    .fixed .navbar-nav,
    body .container {
        max-width: 480px;
    }
    
    .navbar-brand img {
        width: 80px;
    }
    
    .second-panel h1 span,
    .second-panel h1 {
        font-size: 1.875rem;
        max-width: 259px;
    }
	
	.header-text div {
		max-width: 250px;
		font-size: 13px;
	}
    
    .second-panel h1 {
        letter-spacing: 0;
    }
    
    .main-pic {
        /*background-image: url(../img/fon-main-screen2.jpg);
        min-height: 1990px;*/
        /*background-image: url(../img/fon-main-screen5.jpg);*/
        min-height: 2100px;
        background-position: 44% 0%;
    }
    
    .header-contact br {
        display: block;
    }
    
    .header-contact .header-tel {
        font-size: 1.5rem;
        color: #4f4f4f;
        font-family: 'OpenSans';
    }

    .header-contact .header-mail {
        font-size: 0.9rem;
        color: #4f4f4f;
        font-family: 'OpenSans';
    }

    .header-contact .header-mail br {
        display: none;
    }
    
    .header {
        min-height: 580px;
    }
    
    .why p,
    .print h2,
    .readypack h2,
    .additives h2,
    .about h2 {
        margin-bottom: 1.875rem;
    }
    
    .block-partners {
        width: 49.5%;
    }
    
    .wrapper-additives .col-lg-3 {
        order: 0;
        margin: auto;
        text-align: center;
    }

    .wrapper-additives .col-lg-9 {
        margin-top: 0;
    }
    
    .additives h2 {
        text-align: center;
    }
    
    .additives h3 {
        margin-bottom: 1rem;
    }
    
    .item-block .item-link {
        padding-left: 0;
    }
    
    .readypack {
        background-image: url(../img/fon-readypack2.jpg);
        background-position: 40% 50%;
    }
    
    .why {
        background-image: url(../img/fon-why2.jpg);
        background-position: 50% 50%;
    }
    
    .readypack .item-link a b,
    .type-print p,
    .readypack .item-link a {
        font-size: 1.125rem;
    }
    
    .block-type-print p {
        font-size: 1.375rem;
    }
    
    .type-print h3 {
        font-size: 1.5rem;
    }
    
    .block-type-print {
        width: 50%;
    }
    
    .gofra {
        background-position: 38% 0%;
    }
    
    .block-why p {
        font-size: 1.375rem;
    }
    
    .block-why .wrapper-text {
        padding-top: 0;
    }
    
    .pic-why {
        margin-bottom: 1.25rem;
    }
    
    .footer .col-lg-2 {
        order: -1;
        top: 0;
    }
    
    .footer .col-lg-3 {
        order: -1;
    }
    
    .footer-adress {
        padding-top: 2.75rem;
    }
    
    .footer {
        padding: 3.0625rem 0 3.5rem;
    }
    
    .footer b, 
    .footer p, 
    .footer a {
        line-height: 1.3;
    }
    
    .block-why .wrapper-text {
        padding-left: 0;
    }
    
    .additives .item-block.active .item-link {
        height: 180px;
        padding-left: 0;
    }
    
    .item-block br {
        display: block;
    }
}

@media (max-width: 480px) {
    .form1 {
        padding: 20px 5px 0;
    }
    .additives .item-block a b {
        display: inline;
    }

    .readypack .item-block br.w480m,
    .additives .item-block br.w480m,
    .w480m {
        display: block;
    }
    
    .about .w992m,
    .readypack .w1200,
    .w480n {
        display: none;
    }
    
    .fixed .navbar-nav,
    body .container {
        max-width: 320px;
    }
    
    .header {
        padding-top: 1.125rem;
    }
    
    .header .navbar-light .navbar-toggler {
        padding-top: 2.5625rem;
    }
    
    .header .second-panel {
        display: block;
    }
    
    .header-contact {
        margin-top: .5rem;
        line-height: 1.333;
    }
    
    .second-panel h1 {
        line-height: 1.1;
        max-width: 100%;
    }
    
    .fixed .navbar-light .navbar-toggler {
        padding: 0;
    }
    
    .block-type-print,
    .block-partners {
        width: 100%;
    }
    
    .main-container h2,
    .readypack h2,
    .partners h3 {
        line-height: 1.2;
    }
    
    .look-more {
        display: block;
    }
    
    .block-more {
        display: none;
    }
    
    .show-info .block-more {
        display: block;
    }
    
    .footer .col-lg-2,
    .readypack h2,
    .additives h3 {
        text-align: center;
    }
    
    .pic-why,
    .why p,
    .slider-product,
    .item-block {
        margin-bottom: 1rem;
    }
    
    .why p, 
    .print h2, 
    .readypack h2, 
    .additives h2, 
    .about h2 {
        margin-bottom: 1.4375rem;
    }
    
    .readypack,
    .additives {
        padding-bottom: 1rem;
    }
    
    .readypack .item-link a:before {
        display: none;
    }
    
    .readypack .item-link a {
        padding-left: 0;
    }
    
    .readypack {
        background-image: url(../img/fon-readypack3.jpg);
        background-position: 43% 0%;
    }
    
    .print {
        background-image: url(../img/fon-print2.jpg);
        background-position: 50% 0%;
        background-color: #e7e7e7;
    }
    
    .slider-product-img {
        max-width: 220px;
        height: 161px;
    }
    
    .block-why p {
        margin: 0;
    }
    
    .footer .col-lg-2 {
        padding: 2.9375rem 0 0;
    }
    
    .footer .col-lg-3 {
        order: -2;
        max-width: 212px;
        margin: auto;
    }
    
    .footer {
        padding-top: 2rem;
    }
    
    .footer-adress {
        padding-right: 0;
    }
    
    .why {
        background-image: url(../img/fon-why3.jpg);
        background-position: 50% 0%;
    }
    
    .additives .item-block.active .item-link {
        height: 255px;
        padding: 1rem 0 0 0;
    }
    
    .main-pic {
        /*background-image: url(../img/fon-main-screen2.jpg);
        min-height: 1990px;*/
        background-position: 50% 0%;
        background-image: url(../img/fon-main-screen5.jpg);
        min-height: 2550px;
    }
    
    .item-block br {
        display: none;
    }
}


.belkozin .wrapper-text {
    max-width: 1100px;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .belkozin .wrapper-text {
        max-width: 912px;
    }
}

.belkozin .wrapper-title {
    background: #6b120c;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 120px 0;
}

.header .navbar-light .navbar-nav .nav-link {
    padding: 0 2.5px;
    text-align: center;
    min-width: 90px;
}

.header {
    background-image: url(../img/main-banner-top-2024.jpg);
    background-size: cover;
    background-position: top right;
}

.about {
    background-image: url(../img/main-banner-about-2024.jpg);
    background-size: cover;
    background-position: bottom center;
}
@media (max-width: 1199px) {
	.header .navbar-light .navbar-nav .nav-link {
		font-size: 0.7125rem;
	}
	
    .header {
        background-position: 50% 0%;
    }
}
@media (max-width: 767px) {
    .header {
        background-position: bottom center;
    }
}
@media (max-width: 480px) {
    .header {
        background-position: bottom center;
    }
}

.block-why .wrapper-text li {
    margin-bottom: 1rem;
}
	
.fixed.header .mynavbar {
	height: 60px;
	width: 100%;
	background: #404040;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1050;
}

.fixed .mynavbar .top-panel-block {
	margin: 0 auto;
}
	
.fixed.header .navbar-light .navbar-brand,
.fixed .navbar-brand img {
	display: none;
}

.fixed .navbar-light .navbar-collapse.show .navbar-brand, 
.fixed .navbar-collapse.show .navbar-brand img {
    display: flex;
}



@media (max-width: 991px) {
	
	body * {
		font-family: 'MyriadProRegular', 'OpenSans', sans-serif;
	}

    .header {
        background-image: url(../img/first-banner-mob-960.png);
    }

    .header .navbar-light .navbar-brand {
        display: flex;
        flex-direction: column;
        color: #fff;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }
    
    .header .navbar-light .navbar-phone-icon {
        background-image: url(../img/phone.svg);
        height: 56px;
        width: 56px;
        display: inline-block;
        vertical-align: middle;
        background-size: contain;
    }
    
    .second-panel .header-text > * {
        text-align: center;
    }

    .header-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .modal-open .modal .header-contact_wrapper {
        position: absolute;
        left: 50%;
        top: 100px;
        transform: translate(-50%, 0%);
        overflow: unset;
		min-width: 300px;
    }
    
    .header-contact_wrapp {
        background: #fff;
        border-radius: 10px;
        padding: 15px;
    }
    
    .header .second-panel, .header .mynavbar {
        position: inherit;
    }
    
    .header-contact .header-tel {
        padding: 15px;
        border-bottom: 1px solid #dbdbdb;
    }
    
    .header-contact .header-mail {
        padding: 15px;
    }
    
    .modal-backdrop.show {
		background-color: rgb(199 199 199 / 50%);
	}
	
	.modal-open:after {
		content: "";
		position: fixed;
		width: 100vw;
		height: 100vh;
		left: 50%;
		top: 0;
		transform: translate(-50%, 0%);
		backdrop-filter: blur(10px);
		z-index: 0;
		background-color: rgb(199 199 199 / 50%);
	}

	.navbar-header {
		position: relative;
	}
	
	.header-contact .close {
		position: absolute;
		left: 50%;
		top: -80px;
		transform: translate(-50%, 0);
		width: 56px;
		height: 56px;
		background-image: url(../img/close.svg);
        background-size: contain;
		opacity: 1;
	}
	
	.fixed .navbar-light .navbar-toggler.navbar-toggler-phone {
		left: 20px;
		right: auto;
	}

	.fixed .navbar-light .navbar-toggler.navbar-toggler-phone .navbar-phone-icon {
		height: 41px;
		width: 41px;
	}
    .mynavbar .navbar-collapse {
        z-index: 1050;
        bottom: auto;
    }
	
	.navbar-collapse .close {
		position: absolute;
		right: 0;
        top: 34px;
		width: 56px;
		height: 56px;
		background-image: url(../img/close.svg);
        background-size: contain;
		opacity: 1;
	}
	
	.header .navbar-light .navbar-brand {
		font-size: 10px;
	}
	
	.navbar-header .top-panel-block .navbar-brand {
	    display: flex;
	    flex-direction: row;
	    font-size: 10px;
	    padding-left: 0;
	    justify-content: flex-start;
	}
	
	.navbar-header .top-panel-block .navbar-brand img {
	    order: -1;
	    margin: 0;
	    width: 50px;
	}
	
	.navbar-header .top-panel-block {
	    max-width: calc(100% - 60px);
	}

    .mynavbar .top-panel-block {
        padding: 24px 0;
    }
	
	.mynavbar .navbar-header .top-panel-block {
		padding: 34px 0;
	}
	
	.navbar-collapse .close {
        right: 0;
        top: 34px;
    }
	
	.mynavbar .navbar-nav {
	    padding: 2rem 15px;
	    border-top: 1px solid #fff;
	    width: 100%;
	}
	
	.header .navbar-light .navbar-nav li {
	    text-align: left;
	    padding-bottom: 10px;
	}
	
	.header .navbar-light .navbar-nav .nav-link {
	    text-align: left;
	}
	   
	.header .navbar-light .navbar-nav .nav-link {
        font-size: 0.9rem;
        font-weight: 400;
    }
}

@media (min-width: 991px) {
    .header-contact.modal {
        display: block;
        position: relative;
    }
	
	.modal.navbar-collapse {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		z-index: 1050;
		display: block;
		overflow: auto;
		outline: 0;
	}

    .header-contact .close,
	.navbar-header	{
        display: none;
    }
}

@media (max-width: 768px) {
    .top-panel-block {
		max-width: calc(100% - 120px);
    }
	
	.navbar-header .top-panel-block .navbar-brand {
        padding-left: 0;
        line-height: 13px;
    }
}

.banner-prod {
    display: none;
}

@media (max-width: 480px) {
	.header {
        background-image: url(../img/first-banner-bg-center.png);
        background-position: top center;
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: space-between;
    }

    .banner-prod {
        display: block
    }
	
	.header .container {
		max-width: 100%;
	}
	
    .header .navbar-light .navbar-toggler {
        padding-top: 0.5rem;
    }

    .mynavbar .top-panel-block {
        padding: 20px 0;
    }
	
	.mynavbar .navbar-header .top-panel-block {
		padding: 21px 0;
	}
	
	.navbar-collapse .close {
		width: 44px;
		height: 44px;
        top: 26px;
    }

    .header .navbar-light .navbar-phone-icon,
    .header .navbar-light .navbar-toggler-icon{
        height: 44px;
        width: 44px;
    }
	
	.header-contact .close {
        width: 44px;
        height: 44px;
    }
	
	.fixed .mynavbar .top-panel-block {
		margin: 0;
	}
}