@import url('bootstrap/css/bootstrap-grid.min.css');
@import url('bootstrap/css/bootstrap.min.css');

@font-face {
    font-family: 'PF Din Text Comp Pro';
    src: url('fonts/subset-PFDinTextCompPro-Light.woff2') format('woff2'), url('fonts/subset-PFDinTextCompPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PF Din Text Comp Pro';
    src: url('fonts/subset-PFDinTextCompPro-Regular.woff2') format('woff2'), url('fonts/subset-PFDinTextCompPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF Din Text Comp Pro';
    src: url('fonts/subset-PFDinTextCompPro-Medium.woff2') format('woff2'), url('fonts/subset-PFDinTextCompPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/*********************************/
body {
    font: 30px/130% 'PF Din Text Comp Pro';
    font-weight: 400;
    width: 100%;
    color: #E3E3E3;
    margin: 0;
    background-color: #465566;
    background-position: 50% 50%;
    background-size: cover;
}

body.supplier {
    background-image: url("images/bg-supp.jpg")
}

body.about {
    background-image: url("images/bg-about.jpg")
}

body.contacts {
    background-image: url("images/bg-cont.jpg");
    background-size: auto;
    background-position: 50% 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #1b86f7;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #92c3ff;
}

a,
a:hover,
a img,
a:hover img {
    transition: all 300ms;
}

a:hover img {
    filter: brightness(1.1);
}

strong {
    font-weight: 900;
    /*color: #669282;*/
}

p {
    margin: 0 0 25px;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px;
    color: #1b86f7;
    font-weight: 500;
}

h1 {
    font-size: 60px;
}

h1 span {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-left: 30px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1850px;
    }
}

.container {
    position: relative
}

.oh {
    overflow: hidden
}

.mob-menu {
    display: none
}

/* header
****************************************************/
.header{
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgba(228, 228, 228, 0.08);
    position: relative;
    overflow: hidden;
    /*margin-bottom: 55px;*/

    z-index: 5;
    /*transform: translate(0, 100%);*/
    margin-bottom: -159px;
}
.home .header:after{display: none;}

/*
.header {
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgba(228, 228, 228, 0.08);
    position: relative;
    overflow: hidden;

}
*/
/*
.header:after{
    content: '';
    position: absolute; z-index: 0;
    top: 0;
    left: calc(30% + 623px);
    bottom: 0;
    background: rgba(0, 0, 0, 0.06);
    width: 2000px;
    transform: skew(-30deg, 0);
}*/
.header > * {
    position: relative;

}

.logo {

}

.logo a {
    font-size: 36px;
    color: #EEEEEE;
    text-decoration: none !important;
}

.logo a img {
    display: inline-block;
    margin-right: 20px;
}

.top-menu {
}

.top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.top-menu ul li {
    margin-right: 10px;
}

.top-menu ul li:last-child {
    margin-right: 0;
}

.top-menu ul li i {
    font-size: 21px;
    transform: scale(1.3, 1);
}

.top-menu ul li i.fa-home {
    transform: scale(1, 1);
}

.top-menu ul li a {
    display: block;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
}

.top-menu ul li a:hover, .top-menu ul li a.active {
    color: #1b86f7;
}

.phone {
    font-size: 24px;
    text-align: right;
}

.phone i {
    font-size: 22px;
    color: #669ED2;
    margin-right: 15px;
}

.pull-wrap {
    display: none
}

/* main
****************************************************/
.main {
    padding-top: 200px;
    padding-bottom: 50px;
    overflow: hidden;
}

.main > .container {
    padding-left: 123px;
}

.main ol,
.main ul {
    padding: 0;
    list-style: none;
    margin: 0 0 40px 0;
}

.main ul li {
    display: flex;
    flex-flow: row nowrap;
}

.main ul li:before {
    padding-right: 25px;
    content: '';
    background: url("images/V.png") 0 17px no-repeat;
    width: 10px;
    display: block;
}


.main ol {
    counter-reset: list 0;
}

.main ol li:before {
    margin-right: 25px;
    width: 23px;
    height: 17px;
    display: inline-block;
    counter-increment: list;
    content: counter(list) ". ";
}

.main img {
    margin-bottom: 20px;
}

/***********************************/
.about-frame-wrap {
    padding-left: 0;
}
.about-frame-wrap img{
    margin-bottom: 0;
}

.about-txt {
    padding-right: 50px;
    text-align: justify;
}

.about-frame {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 11px solid #fff;
    padding: 20px 20px;
    min-height: 277px;
}

.about-frame img {
    display: inline-block;
    margin-right: 45px;
    margin-left: 25px;
    flex-shrink: 0;
}

.about-frame p {
    margin-bottom: 0;
    font-size: 35px;
}

/***********************************/
.cont-info {
    display: flex;
    flex-flow: row wrap;
    font-weight: normal;
}

.cont-info dt {
    flex: 0 0 35%;
    width: 100%;
    max-width: 35%;
    font-weight: normal;
}

.cont-info dd {
    flex: 0 0 65%;
    width: 100%;
    max-width: 65%;
    margin-bottom: 30px;
}

/***********************************/
::-webkit-input-placeholder {
    color: #B2B2B2;
}

::-moz-placeholder {
    color: #B2B2B2;
}

:-moz-placeholder {
    color: #B2B2B2;
}

:-ms-input-placeholder {
    color: #B2B2B2;
}

input:not([type='checkbox']) {
    background: #FFFFFF;
    border: 0;
    padding: 12px 10px 12px 25px;
    width: 100%;
    font-size: 30px;
    color: #1a1a1a;
    outline: none;
}

textarea {
    background: #FFFFFF;
    border: 0;
    height: 80px;
    margin-bottom: 0;
    overflow: auto;
    padding: 12px 10px 12px 25px;
    width: 100%;
    font-size: 30px;
    color: #1a1a1a;
    outline: none;
}

label {
    margin: 8px;
}

textarea:focus, textarea:active {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

input:active, input:focus {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

button[type=submit] {
    display: block;
    position: relative;
    height: 63px;
    /*line-height: 63px;*/
    z-index: 2;
    background: #1b86f7;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 13px 0;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
}

button[type=submit] i {
    font-size: 40px;
    margin-left: 30px;
    vertical-align: middle;
}

button[type=submit]:hover {
    text-decoration: none;
    background: #8bbbff;
}

/***********************************/
.map {
    margin-top: 50px;
    margin-bottom: -60px;
}

iframe[src*="2gis"] {
    width: 100%;
    border: 0 !important;
}

/***********************************/
#cb {
    max-width: 1221px;
    width: 100%;
    background-color: #465568;
    color: #fff;
    border-top: 12px solid #5C6A7A;
    border-bottom: 12px solid #5C6A7A;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 0 !important;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

/*body .fancybox-is-open .fancybox-bg{*/
/*    opacity: .2;*/
/*}*/
/*body .fancybox-bg {*/
/*    background: #FFFFFF;*/
/*}*/
#cb h2 {
    font-size: 60px;
}

#cb form {
    max-width: 970px;
    margin: 0 auto 20px;
}

.send-result {
    display: flex;
    align-items: center;
    color: #00ea00;

    /*display: none;*/
}

.send-result i {
    flex: 0 0 125px;
    display: block;
    font-size: 55px;
    width: 125px;
    height: 125px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    border: 10px solid currentColor;
    letter-spacing: 0;
    margin-right: 60px;
}

.send-result div {
    line-height: 80%;
    font-size: 72px;
    font-weight: 500;
}

.send-result.unsuccess {
    color: #D24A43;
}

/***********************************/
/***********************************/
/***********************************/

/* blog
****************************************************/
body.blog .header {
    background: #000000;
}
body.blog .main {
    background: #FFFFFF;
    color: #465568;
}
body.blog .main ol li {
    margin-bottom: 20px;
}

.blog-cat {
    border: 20px solid #EEEEEE;
    background-position: 50% 50%;
    background-size: cover;
    padding: 30px 30px 0;
    min-height: 380px;
    margin-bottom: 30px;
    transition: all .3s;
    height: calc(100% -30px);
}

.blog-cat:hover {
    border-color: rgba(111, 171, 255, 0.64);
}

.blog-cat h2 {
    margin-bottom: 15px;
}

.blog-cat h2 a {
    font-size: 48px;
    font-weight: 500;
}

.blog-cat h2 a:hover {

}

.blog-cat p {
    font-size: 24px;
    line-height: 120%;
}

.blog-content {
    margin-bottom: 30px;
}

/********************************/
.blog-item {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
}

.blog-item:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    z-index: 1;
    background: #E3E3E3;
    width: 150vw;
    transition: all .3s;
}

.blog-item:hover:before {
    opacity: 1;
}

.blog-item-img {
    position: relative;
    z-index: 2;
    flex: 0 0 137px;
    width: 100%;
    max-width: 137px;
    border: 5px solid #DCDCDC;
    border-radius: 50%;
    height: 137px;
    overflow: hidden;
    line-height: 137px;
    text-align: center;
    font-size: 0;
    background: #fff;
}

.blog-item-img img {
    max-width: 100%;
    height: auto;
}

.blog-item-desc {
    position: relative;
    z-index: 2;
    padding-left: 65px;
}

.blog-item-desc h3 {
    margin-bottom: 10px;
}

.blog-item-desc h3 a {
    font-size: 30px;
    font-weight: 400;
    line-height: 110%;
}

.blog-item-desc p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 120%;
}
.blog-item-desc.plast-item {
    padding-left: 0;
}
/********************************/
.bc {
    color: #E3E3E3;
    font-size: 36px;
    vertical-align: middle;
    margin-bottom: 20px;

}

.bc a {
    font-size: 30px;
    color: #E3E3E3;
    text-decoration: underline;
    display: inline-block;
    margin-right: 20px;
}

.bc span span, .bc span {
    text-decoration: none;
}

.bc a span, .bc span span {
    color: #E3E3E3;

}

.bc a:first-child {
    margin-left: 0;
}

.bc a:hover {
    color: #1b86f7;
    text-decoration: underline;
}

.bc a i {
    color: #E3E3E3;
    font-size: 26px;
}

.bc a:hover i, .bc a:hover span {
    color: #1b86f7;
}

.bc span {
    color: #E3E3E3;
    font-size: 30px;
    margin-left: 15px;
}

/********************************/
table {
    border: 0;
    font-size: 30px;
    /*width: 100%;*/
    margin-bottom: 30px;
}

table tr th {
    color: #fff;
    background: #465568;
    font-weight: 400;
    border-bottom: 2px solid #FFFFFF;
    padding: 9px 25px;
}

table tr td {
    background: #E3E3E3;
    color: #465568;
    border-bottom: 2px solid #FFFFFF;
    padding: 9px 25px;
}

/********************************/
.blog .main ul li:before {
    filter: brightness(.4);
}

/* products
****************************************************/
body.products {
}

.white {
    color: #465568;

}

.white ol li:before,
.white ul li:before {
    background: url(images/V.png) 0 10px no-repeat;
    filter: brightness(.4);
}

.prod1 {
    background: #313942 url("images/prod1.jpg");
}

.prod2 {
    background: #EEEEEE url("images/prod2.jpg") 0 100% no-repeat;
}

.prod3 {
    background: #465568 url("images/prod3.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.prod-content {
    margin-bottom: 25px;
}

/****************/
.car-wrap {
    max-width: 480px;
    max-height: 100%;
    height: 480px;
    width: 480px;
    margin: 0 auto 30px;
    border: 10px solid #fff;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}
.car-wrap.hoz-small {
    max-height: 275px;
    height: 275px;
}
.car-wrap .owl-carousel {
    position: relative;
    z-index: 1;
}

.car-wrap .text-over {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(60, 84, 105, 0.9);
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    transition: all .3s;
    opacity: 1;
    padding: 10px 15px;
}

.car-wrap h3 {
    font-size: 48px;
    font-weight: 500;
    color: #E3E3E3;
    margin-bottom: 10px;
    line-height: 110%;
}

.car-wrap p {
    font-size: 30px;
    color: #E3E3E3;
}

.car-wrap img {
    width: 480px;
    /*height: 255px;*/
    object-fit: cover;
}

.car-wrap:hover {
    border-color: #6D7E95;
}

.car-wrap:hover .text-over {
    transition: all .3s;
    transform: translate(0, 100%);
    opacity: 0;
}

/****************/
.car-wrap .owl-dots {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    height: 0;
    transition: all .3s;
    margin-bottom: 30px;
}

.car-wrap .owl-carousel button.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #1b86f7;
    border-radius: 50%;
    margin: 0 7px;
    outline: none;
}

.car-wrap .owl-carousel button.owl-dot.hover {

}

.car-wrap .owl-carousel button.owl-dot.active {
    background: #1b86f7;
}

.car-wrap:hover .owl-dots {
    bottom: 35px;
}

/****************/
.prod4 {
    background: #FFFFFF url("images/prod4.jpg") 90% 50% no-repeat;
    background-size: contain;
}

/****************/
.prod5 {
    background: #313942 url("images/prod1.jpg");
}

.car-wrap.x2 {
    height: 100%;
    max-width: 500px;
    max-height: 580px;
    margin: 0 auto 30px;
    border: 10px solid #fff;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}

.car-wrap.x2 img {
    width: 480px;
    height: 560px;
    object-fit: cover;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    height: 100%;
}

/* home
****************************************************/
.home-block {
    /*height: 1px;*/
    min-height: 100vh;
    padding-right: 140px;
    /*overflow: visible;*/
}

/****** video ****************/

.home-block-1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.home-block-1 .container {
    position: relative;
    z-index: 2;
}

.home-block-1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #536070;
    opacity: 0.8; /* степень затемнения */
    z-index: 1;
}

/**********************/
.home-block-1 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;

    min-height: calc(100vh -159px);
    background: #465568 url("images/home1.jpg") 0 50% no-repeat;
    background-size: cover;
    position: relative;
}

.home-block-1 > * {
    position: relative;
    z-index: 1
}
/*
.home-block-1:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    height: 2000px;
    left: 30%;
    background: rgba(255, 255, 255, 0.06);
    width: 1223px;
    transform: skew(-30deg, 0);
}
*/
.home-block-1-left {
    background: url("images/recycle.png") 0 30px no-repeat;
    padding-left: 120px;
    margin-bottom: 33%;
}

.home-block-1 a,
.home-block-1 h2,
.home-block-1 h1 {
    /*display: inline-block;*/
    text-decoration: none;
    font-size: 72px;
    color: #fff;
    font-weight: 400;
    line-height: 90%;
}

.home-block-1 a:hover {
    color: #1b86f7;
    /*border-bottom: 2px dashed #1b86f7;*/
}

.home-block-1 a:after {
    margin-left: 5px;
    display: inline-block;
    font-weight: 500;
    content: '»';
    transform: scale(0.7, 1.0) rotate(90deg);
    transition: all 0.7s;
    position: relative;
    top: 0;
}

.home-block-1 a:hover:after {
    top: 10px;
}

.home-block-1 p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.home-block-1-right {
    margin-top: 33%;
    background: url("images/press.png") 0 30px no-repeat;
    padding-left: 120px;
}

/*
.scroll-anim {
}

.scroll-anim img {
    height: 40px;
    filter: brightness(10);
}
*/
/**********************/
.home-block-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
}

.home-block-2 > .container {
    padding-left: 15px;
    min-height: 100vh;
}

.home-block-2 > .container-fluid > .row {
    min-height: 100vh;
}

.home-block-2-left {
    flex: 0 0 330px;
    width: 100%;
    max-width: 330px;
    background: #404C5B;
    margin: 0;
    border-top: 10px solid #5C6A7A;
    border-bottom: 10px solid #5C6A7A;
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 20px;
    color: #E3E3E3;
    font-size: 24px;
    font-weight: 300;
}

.home-block-2-right {
    padding-top: 55px;
    padding-left: 70px;
    padding-right: 140px;
    color: #465568;
    background: #465568 url("images/home2.jpg") 0 50% no-repeat;
    background-size: cover;
}

.home-block-2-left h3 {
    font-size: 30px;
    color: #E3E3E3;
    font-weight: 400;
    margin-bottom: 30px;
}

.home-block-2-left ul li:before {
    display: none
}

.home-block-2-left ul {
    margin: 0;
    padding: 0;

}

.home-block-2-left ul li {
    display: flex;
    align-items: center;
    line-height: 90%;
    margin-bottom: 17px;
}

.home-block-2-left ul li img {
    margin-right: 30px;
    margin-top: 20px;
}

.home-block-2-right h2 {
    font-size: 60px;
    font-weight: 500;
}

.home-block-2-right h2 span {
    display: inline-block;
    /*padding-left: 20px;*/
    font-size: 48px;
    font-weight: 400;
    color: #9DA2A9;
}

.feat-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.feat-item .desc {
    padding-left: 50px;
}

.feat-item h3 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 10px;
}

.feat-item p {
    font-size: 30px;
}

.feat-item .num {
    width: 215px;
    height: 215px;
    overflow: hidden;
    font-size: 250px;
    background: #fff;
    color: #A0A9B4;
    text-align: center;
    line-height: 225px;
    border: 20px solid currentColor;
    border-radius: 50%;
    font-weight: bold;
    opacity: .5;
    pointer-events: none;
}

/**********************/
.home-block-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
}

.home-block-3 > .container {
    padding-left: 15px;
}

.home-block-3 > .container-fluid > .row {
    min-height: 100vh;
}

.home-block-3-left {
    flex: 0 0 330px;
    width: 100%;
    max-width: 330px;
    background: #E3E3E3;
    margin: 0;
    border-top: 10px solid #D0D2D4;
    border-bottom: 10px solid #D0D2D4;
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 20px;
    color: #465568;
    font-size: 24px;
    font-weight: 300;
}

.home-block-3-right {
    padding-right: 140px;
    padding-top: 55px;
    padding-left: 70px;
    color: #E3E3E3;
    background: #465568 url("images/home3.jpg") 0 50% no-repeat;
    background-size: cover;
}

.home-block-3-left h3 {
    font-size: 30px;
    color: #465568;
    font-weight: 400;
    margin-bottom: 50px;
}

.home-block-3-left ul li:before {
    display: none
}

.home-block-3-left ul {
    margin: 0;
    padding: 0;
}

.home-block-3-left ul li {
    display: flex;
    align-items: center;
    line-height: 90%;
    margin-bottom: 70px;
}

.home-block-3-left ul li img {
    margin-right: 30px;
    margin-top: 0;
    flex-shrink: 0;
}

.home-block-3-right h2 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 50px;
}

.home-block-3-right h2 span {
    display: inline-block;
    padding-left: 20px;
    font-size: 48px;
    color: #9DA2A9;
    font-weight: 400;
}

.home-block-3 .num {
    border-color: #3f4752;
}

/**********************/
/**********************/
/**********************/
.right-bar {
    position: relative;
    z-index: 10;
}

.home-menu {
    position: fixed;
    top: 50%;
    right: 50px;
    z-index: 10;
    transform: translate(0, -50%);
}

.home-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-menu ul li {
}

.home-menu ul li a {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: #404C5B;
    border-bottom: 1px solid currentColor;
    text-decoration: none;
    display: block;
    width: 46px;
    text-align: right;
    padding: 0 0;
    transition: all .3s;
}

.darken .home-menu ul li a {
    color: #fff;
}

.darken .home-menu ul li.active a {
    color: #1b86f7;
    text-shadow: none;
}

.home-menu ul li.active a {
    padding-right: 18px !important;
    color: #1b86f7;
}

.home-menu ul li a:hover {
    padding-right: 5px;
}

.home-menu ul li a:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: -2px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: currentColor;
}

/*******************/

/* footer
****************************************************/
.footer {
    background: url("images/footer-bg.jpg") 0 0 no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 10px;
}

.footer i {
    color: #939393;
}

.f1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    padding-left: 50px;
}

.f1 p img {
    /*width: 30px;*/
    margin-right: 43px;
}

.logo-bot {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 100%;
}

.f1 .logo-bot img {
    max-width: 37px;
    margin-right: 35px;

}

.f2 {
}

.f2 img {
    /*width: 30px;*/
    margin-right: 43px;
}

.f2 .p-envelop img {
    /*width: 30px;*/
    margin-right: 38px;
}

.cb {
}

.cb i {
    color: #1b86f7;
}

.cb a {
    color: #E3E3E3;
    font-size: 32px;
    text-decoration: underline;
}

.cb a:hover {
    color: #1b86f7;
}

.bot-menus {
}

.bot-menus .bot-menus-wrap {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
}

.bot-menus ul {
    margin: -7px 0 40px 0;
    padding: 0;
    list-style: none;
}

.bot-menus ul:last-child {
    margin-right: 0;
}

.bot-menus ul li {
    line-height: 100%;
}

.bot-menus ul li a {
    font-size: 22px;
    font-weight: 300;
    text-decoration: underline;
    line-height: 100%;
    color: #E3E3E3;
}

.bot-menus ul li a:hover {
    color: #1b86f7;
}

.f3 {
    padding-left: 0;
}

.conf {
}

.sout a, .conf a {
    color: #E3E3E3;
    font-size: 32px;
}

.sout a:hover, .conf a:hover {
    color: #1b86f7;
}

.f3 img {
    margin-right: 43px;
    flex-shrink: 0;
}

.inf {
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
}

.inf i {
    font-size: 30px;
    width: 30px;
    margin-right: 30px;
}
.f3 .sout a, .f3 .conf a, .f2 .p-envelop a {
    text-decoration: none;
    border-bottom: 1px dashed #E3E3E3;
}
.f3 .sout a:hover, .f3 .conf a:hover, .f2 .p-envelop a:hover {
    border-bottom-color: #1b86f7;
}

/* responsive
****************************************************
/**************************************************/
#pull {
    display: none;
}
.fancybox-container p {
    text-align: justify;
}


@media only screen and (max-width: 1650px) {

    .main {
        /*padding-top: 30px;*/
    }

    .blog-cat {
        border-width: 16px;
    }
    .car-wrap {
        max-width: 100% !important;
        max-height: 56%;
        border-width: 8px;
    }
    .car-wrap.hoz-small {
        max-height: 200px;
    }
    .car-wrap.x2 {
        max-height: 430px;
    }
    .car-wrap img {
    }
    .about-frame {
        border-width: 8px;
    }
    .about-frame p {
        margin-bottom: 0;
        font-size: 30px;
    }
    h1 {
        font-size: 56px;
        line-height: 100%;
    }

    .blog-cat {
        padding-top: 14px;
    }

    .blog-cat h2 a {
        font-size: 36px;
        line-height: 100%;
    }

    .blog-cat p {
        font-size: 22px;
    }

    h2 {
        font-size: 44px;
        line-height: 100%;
    }

    .supplier p, .supplier ul li {
        font-size: 28px;
    }

    .home-block-1 a,
    .home-block-1 h2,
    .home-block-1 h1 {
        /*display: inline-block;*/
        text-decoration: none;
        font-size: 60px;
        color: #fff;
        font-weight: 400;
        line-height: 90%;
    }

    .sout a, .conf a, .cb a, .logo-bot {
        font-size: 26px;
    }

}

@media only screen and (max-width: 1450px) {
    .blog-cat {
        border-width: 14px;
    }

    .blog-cat p {
        font-size: 20px;
    }

    .logo a {
        font-size: 26px;
    }

    .top-menu {
        padding-left: 0;
    }

    .top-menu ul {
        justify-content: flex-start;
    }

    .top-menu ul li {
        margin-right: 25px;
    }

    .top-menu ul li:first-child {
        display: none
    }

    /**************************/
    .home-block-1 a, .home-block-1 h2, .home-block-1 h1,
    .home-block-2-right h2, .home-block-3-right h2 {
        font-size: 46px;
        line-height: 46px;

    }

    .home-block-2-right h2 span, .home-block-3-right h2 span {
        font-size: 40px;
        line-height: 40px;
    }

    .feat-item h3 {
        font-size: 42px;
        line-height: 42px;
    }

    .feat-item p {
        font-size: 26px;
        line-height: 26px;
    }

    .feat-item .num {
        width: 185px;
        height: 185px;
        font-size: 220px;
        line-height: 185px;

    }

    .about-txt {
        padding-right: 25px;
    }

    .about-txt p, .about-frame p {
        font-size: 28px;
        line-height: 120%;
    }
    .about-frame img {
        margin-right: 15px;
        margin-left: 5px;
        max-height: 80px;
    }
    /*
        .about-txt {
            flex: 0 0 100%;
            width: auto;
            max-width: 100%;
        }

        .about-frame-wrap {
            flex: 0 0 100%;
            width: 100%;
            max-width: calc(100% -30px);
            margin-right: 15px;
            margin-left: 15px;
            font-size: 30px;
        }
    */
    .about-frame {
        min-height: 0;
    }
    .car-wrap{
        max-height: 70%;
    }
    .car-wrap h3 {
        font-size: 30px;
    }

    .sout a, .conf a, .cb a, .logo-bot {
        font-size: 24px;
    }

    .inf, .bot-menus ul li a, .f1 {
        font-size: 20px;

    }

    .home-block-2-left, .home-block-3-left {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1330px) {
    .top-menu ul li {
        margin-right: 14px;
    }
    .sout a, .conf a, .cb a, .logo-bot {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {

    .blog-cat {
        border-width: 12px;
    }

    .about-frame {
        border-width: 6px;
    }

    .car-wrap {
        max-width: 100% !important;
        border-width: 8px;
    }
    .car-wrap.hoz-small {
        max-height: 200px;
    }
    .car-wrap.x2 {
        max-height: 430px;
    }

    .main {

    }

    .bc {
        font-size: 26px;
    }

    .bc a, .bc span {
        font-size: 26px;
    }

    h1 {
        font-size: 42px;
        line-height: 100%;
    }

    h1 span {
        font-size: 25px;
    }

    h2, .blog-cat h2 a {
        font-size: 34px;
        line-height: 100%;
    }

    .contacts dd,
    .contacts dt,
    .about p,
    .about ul li,
    .blog p,
    .blog ul li,
    .supplier p,
    .supplier ul li,
    .products p,
    .products ul li {
        line-height: 130%;
    }

    .blog-cat {
        min-height: 200px;
    }

    .blog-cat p {
        font-size: 24px;
    }

    .top-menu {
        display: none;
    }

    .logo a {
        font-size: 34px;
    }

    .pull-wrap {
        display: block
    }

    #pull {
        display: inline-block;
        width: 52px;
        height: 52px;
        line-height: 44px;
        border: 3px solid #B2B2B2;
        border-radius: 4px;
        text-align: center;
    }

    #pull:hover,
    #pull:active {
        color: #1b86f7;
        border-color: #1b86f7;
    }

    #pull i {
        font-size: 20px;
        transform: scale(1.4, 1);
    }

    .header:after {
        width: 35vw;
    }

    /**************************/
    .footer .logo-bot,
    .footer a {
        font-size: 24px;
    }

    body .footer i {
        width: 25px;
        margin-right: 15px;
    }

    .footer > .container > .row > div[class^=col] {
        padding-right: 15px;
        padding-left: 15px;
    }

    /***************************/
    .mob-menu {
        display: block;
        transform: translate(-100%, 0);
        width: 300px;

        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        bottom: 0;
        background: #465568;
        transition: transform 0.3s;
    }

    .mob-menu ul {
        padding: 0 40px;
        margin: 0;
        list-style: none;
    }

    .mob-menu ul li:first-child {
        display: none
    }

    .mob-menu ul li {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 2px solid #8B939E;

    }

    .mob-menu ul li a {
        display: block;
        text-decoration: none;
        padding: 5px 0;
        color: #fff;
    }

    .mob-menu ul li a:hover {
        color: #1b86f7;
    }

    #close {
        display: inline-block;
        width: 52px;
        height: 52px;
        line-height: 50px;
        border: 3px solid #B2B2B2;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        margin-left: 40px;
        margin-top: 54px;
        margin-bottom: 50px;
    }

    #close:hover,
    #close:active {
        color: red;
        border-color: red;
    }

    /****************************/
    .right-bar {
        display: none;
    }

    .home-block {
        padding-right: 0;
    }

    .main > .container {
        padding-left: 15px;
    }

    .main ol,
    .main ul {
        margin: 0 0 40px 0;
    }

    .home-block-2-left {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        order: 20;
    }

    .home-block-2-left ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 30px;
    }

    .home-block-2-left ul li {
        width: 25%;
        max-width: 25%;
    }

    .home-block-2-right h2 {
        font-size: 46px;

    }

    .home-block-2-right h2 span {
        display: block;
        line-height: 80%;
        font-size: 36px;
        font-weight: normal;
        padding-left: 0;
    }

    .feat-item h3 {
        font-size: 36px;
    }

    .feat-item p {
        font-size: 27px;
        line-height: 100%;
    }

    /*************/
    .home-block-3-left {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        order: 20;
    }

    .home-block-3-left ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-flow: row wrap;
    }

    .home-block-3-left ul li {
        width: 25%;
        max-width: 25%;
    }

    .home-block-3-right h2 {
        font-size: 46px;

    }

    .home-block-3-right h2 span {
        display: block;
        line-height: 80%;
        font-size: 36px;
        font-weight: normal;
        padding-left: 0;
    }

    .feat-item h3 {
        font-size: 36px;
    }

    .feat-item p {
        font-size: 27px;
        line-height: 100%;
    }

    /****************/
    /***************/
    .cform-l {
        flex: 0 0 100%;
        max-width: 100%;
        order: 20;
        padding-right: 0;
        padding-left: 0;
    }

    .cform-r {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
        padding-left: 0;
    }

    .cform-l input:not([type='checkbox']) {
        font-size: 22px;
        margin-bottom: 0;
    }

    .cform-l textarea,
    .cform-r textarea {
        font-size: 22px;
        margin-bottom: 0;
        height: 150px !important;
    }

    .cform-l button[type="submit"] {
        font-size: 22px;
        line-height: 17px;
        height: 58px;
    }

    .cform-l button[type="submit"] i {
        font-size: 22px;
    }

    .home-block-2-left, .home-block-3-left {
        font-size: 20px;
    }

}

@media only screen and (max-width: 992px) {
    .footer .logo-bot, .footer a {
        font-size: 22px;
    }
    td {
        font-size: 24px;
    }

    .blog-item-desc {
        padding-left: 35px;
    }

    .blog-item-desc h3 a {
        font-size: 26px;

    }

    .blog-item-desc p {
        font-size: 24px;

    }

    .blog-item-img {
        max-width: 110px;
        height: 110px;
    }

    #close {
        margin-top: 42px;
    }

    .blog-cat {
        border-width: 10px;
    }

    .blog-cat p {
        font-size: 22px;
    }


    .contacts h1, .contacts h2 {
        text-align: left;
    }

    .supplier p, .supplier ul li {
        text-align: justify;
    }

    .home-block-2-left h3, .home-block-3-left h3 {
        text-align: center;
    }

    .home-block-1 p {
        line-height: 30px;
    }

    .home-block-1 a::after {
        white-space: nowrap;
    }

    .home-block-1-left {
        padding-left: 0;
        padding-top: 80px;
        background: url(images/recycle.png) 50% 0 no-repeat;
    }

    .home-block-1-right {
        background: url(images/press.png) 50% 0 no-repeat;
        padding-top: 80px;
        padding-left: 0;
    }

    .logo a {
        font-size: 26px;
    }

    .logo a img {
        max-width: 55px;
        margin-right: 5px;
    }

    body .f1 img,
    body .f2 img,
    body .f3 img {
        width: 30px;
        margin-right: 20px;
    }

    .f1 .logo-bot img {
        width: 37px;
        margin-right: 13px;
    }

    /**************************/
    /*
    .home header {
        background: transparent;
    }*/
    .home header{
        background: transparent;
        margin-bottom: 0;
    }


    .home header:after {
        display: none;
    }

    .home-block-1:after {
        display: none
    }

    .home-block-1 {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        min-height: 0;
        background: transparent;
        position: relative;
    }

    .home-block-1 video {
        display: none;
    }

    .home-block-1 .overlay {
        opacity: 0;
    }

    body.home {
        background: #465568 url(images/home1.jpg) 50% 0 repeat;
        /*background-size: cover;*/
    }

    .home-block-2-right,
    .home-block-3-right {
        padding-right: 15px;
        padding-left: 15px;
    }

    body .home-block {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0;
        padding-left: 0;
    }

    body .home-block-3,
    body .home-block-2 {
        padding-bottom: 0;
        padding-top: 0
    }

    .blog h1 {
        text-align: left;
    }

    .home-block-1-left {
        margin-bottom: 0;
        text-align: center;
    }

    .home-block-1 a:after {
        display: block;
        text-align: center;
        margin-left: 0;
    }

    .home-block-1 h2,
    .home-block-1 h1 {
        margin-bottom: 0;
    }

    .home-block-1-right {
        margin-top: 30px;
        margin-bottom: 0;
        text-align: center;
    }

    .home-block-1 a:after {
        display: block;
        text-align: center;
        margin-left: 0;
    }

    .home-block-1 h1 {
        margin-bottom: 0;
    }

    /*************/
    .home-block-2-right h2,
    .home-block-3-right h2 {
        font-size: 48px;
        text-align: center;
        line-height: 100%;
    }

    .home-block-2-right h2 span,
    .home-block-3-right h2 span {
        font-size: 30px;
    }

    .feat-item {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        margin-bottom: 20px;
    }

    .feat-item .num {
        width: 105px;
        height: 105px;
        font-size: 110px;
        line-height: 115px;
        border: 10px solid currentColor;
        margin-bottom: 18px;
    }

    .feat-item h3 {
        font-size: 34px;
        text-align: center;
    }

    .feat-item .desc {
        padding-left: 0;
    }

    .feat-item p {
        font-size: 24px;
        text-align: center;
    }

    .home-block-3-left ul,
    .home-block-2-left ul {
        justify-content: center;
    }

    .home-block-3-left ul li,
    .home-block-2-left ul li {
        font-size: 20px;
        padding-right: 20px;
    }

    .home-block-3-left ul li img,
    .home-block-2-left ul li img {
        margin-right: 10px;
        margin-top: 20px;
    }

    .home-block-3-left {
        padding-bottom: 50px;
    }

    /***********************************/
    h1 {
        font-size: 40px;
        line-height: 100%;
        text-align: center;

    }

    h1 span {

        font-size: 25px;
        margin-left: 0;
        display: block;
    }

    h2 {
        font-size: 30px;
        line-height: 100%;
        text-align: center;
    }

    h3 {
        font-size: 28px;
        line-height: 100%
    }

    h4 {
        font-size: 26px;
        line-height: 100%
    }

    h5 {
        font-size: 24px;
        line-height: 100%
    }

    h6 {
        font-size: 22px;
        line-height: 100%
    }

    body {
        font: 22px/110% 'PF Din Text Comp Pro';
    }

    .prod2 {
        background-image: none;
    }

    .prod4 {
        background-image: none;
    }

    .car-wrap h3 {
        font-size: 30px;
        font-weight: 500;
        color: #E3E3E3;
        margin-bottom: 10px;
        line-height: 110%;
    }

    .car-wrap p {
        font-size: 22px;
        color: #E3E3E3;
        text-align: center !important;
    }

    .main ul li {
        margin-bottom: 5px;
    }

    .main ul li:before {
        padding-right: 35px;
        background: url("images/V.png") 0 3px no-repeat;
        transform: scale(.8);
    }

    #cb h2 {
        font-size: 30px;
    }

    .send-result i {
        flex: 0 0 50px;
        display: block;
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        border: 4px solid currentColor;
        letter-spacing: 0;
        margin-right: 60px;
    }

    .send-result div {
        line-height: 80%;
        font-size: 30px;
        font-weight: 500;
    }

    .blog-cat h2 a {
        font-size: 34px;
        font-weight: 500;
    }

    .about-frame p {
        font-size: 22px;
        text-align: left;
    }

    .products h1,
    .products h2,
    .products h3 {
        text-align: center;
    }

    .products p {
        text-align: justify;
    }

    .car-wrap {
        max-width: 100% !important;
        max-height: 100%;
    }

    .phone {
        font-size: 21px;
        text-align: right;
    }
    .f2 .bot-menus img  {
        margin-right: 37px;
    }

}

@media only screen and (max-width: 800px) {
    .home-block-3-left ul li, .home-block-2-left ul li {
        font-size: 18px;
    }

    .home-block-3-left ul li img, .home-block-2-left ul li img {
        min-height: 46px
    }

}

@media only screen and (max-width: 768px) {
    .article-title h1 {
        text-align: center;
    }

    .article-text p {
        text-align: justify;
    }

    .blog-item-img {
        max-width: 140px;
        height: 140px;
        flex: 0 0 140px;
        margin-bottom: 20px;
    }

    .blog-item-desc {
        padding-left: 0;
    }

    .blog-item-desc h3 {
        text-align: justify;
    }

    .blog-item-desc p {
        text-align: justify;
    }

    #close {
        margin-top: 40px;
    }

    .contacts h1 {
        text-align: center;
    }

    .header {
        padding-bottom: 20px;
    }

    .header > .container > .row > div[class^=col] {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
        margin-bottom: 20px;
    }

    .phone i {
        display: inline-block
    }

    /**************************/
    .footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .footer .logo-bot,
    .footer a {
        font-size: 24px;
    }

    .footer p.logo-bot {
        text-align: center;
        font-size: 24px;
    }

    .footer p.p-envelop {
        font-size: 30px;
    }

    .footer > .container > .row > div[class^=col] {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 0;
    }

    .footer .mb-5 {
        margin-bottom: 0 !important;
    }

    .footer p.mb-5,
    .footer p {
        margin-bottom: 20px !important;
        padding-bottom: 10px;
        font-size: 20px;
    }

    .footer p.d-flex {
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
    }

    .footer img {
        margin: 0 !important;
        width: 25px !important;
        margin-bottom: 12px !important;
    }

    .footer .logo-bot img {
        width: 40px !important;
    }

    .bot-menus {
        flex-flow: column nowrap;
        align-items: center !important;

    }

    .bot-menus .bot-menus-wrap {
        flex-flow: column nowrap;
        align-items: center;
    }

    .bot-menus ul {
        margin: 0;
        text-align: center;
    }

    .bot-menus ul li {
        margin-bottom: 2px;
        text-align: center;
    }

    .bot-menus ul li a {
        font-size: 20px;
    }

    .footer p.d-flex.conf {
        margin-top: 30px;
    }

    .footer p.d-flex.conf a, .footer p.d-flex.sout a {
        font-size: 24px;
    }

    .footer p.d-flex.inf {
        align-items: center !important;
        text-align: center;
    }

    /***********************/
    .home-block-1 a, .home-block-1 h2, .home-block-1 h1 {
        font-size: 30px;
        line-height: 100%;
    }

    .home-block-1 p {
        font-size: 22px;
        line-height: 100%;
    }

    .home-block-2-right h2,
    .home-block-3-right h2 {
        font-size: 36px;
    }

    .home-block-2-right h2 span,
    .home-block-3-right h2 span {
        font-size: 25px;
    }

    .feat-item .num {
        width: 75px;
        height: 75px;
        font-size: 82px;
        line-height: 90px;
        border: 5px solid currentColor;
    }

    .feat-item h3 {
        font-size: 26px;
        text-align: center;
    }

    .feat-item .desc {
        padding-left: 0;
    }

    .feat-item p {
        font-size: 20px;
    }

    .home-block-3-left ul,
    .home-block-2-left ul {
        justify-content: flex-start;
    }

    .home-block-3-left ul li,
    .home-block-2-left ul li {
        flex: 0 0 50%;
        width: 100%;
        max-width: 50%;
        font-size: 18px;
        padding-right: 10px;
    }

    .home-block-3-left ul li img,
    .home-block-2-left ul li img {
        margin-right: 10px;
        margin-top: 20px;
    }

    /*************************/
    .blog h1 {
        font-size: 30px;
    }

    .blog-item {
        flex-flow: column;
    }

    .main {
        /*padding: 25px 15px;*/
    }

    .bc {
        color: #E3E3E3;
        font-size: 22px;
        vertical-align: middle;
        margin-bottom: 20px;
    }

    .bc a {
        font-size: 22px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .bc span {
        font-size: 22px;
        margin-left: 5px;
    }

    .bc a i {
        font-size: 22px;
    }

    table {
        font-size: 20px;
    }

    table tr th,
    table tr td {
        line-height: 100%;
        padding: 5px 10px;
    }

    .phone {
        font-size: 24px;
    }

}

@media only screen and (max-width: 576px) {
    td {
        font-size: 20px;

    }

    .close-container {
        text-align: center;
    }

    #close {
        margin-left: 0;
    }

    .mob-menu ul li {
        text-align: center;
    }

    .logo a img {
        max-width: 70px;
        display: block;
        margin: 0 auto 10px;
    }

    .mob-menu {
        width: 100vw;
    }

    .footer {
        background: url("images/foot-768-2.png");
    }

    .footer > .container {
        background: url("images/foot-768.png") 50% 0 no-repeat;
        background-size: contain;
    }

}
.fancybox-wrapper {
    width: 90%;
    color: black
}
.failure h1, .failure p {
    color: #ff0000;
}
.success h1,.success p {
    color: #00ea00;

}