@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Pobeda Bold';
    src: url('../fonts/pobeda_bold.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/pobeda_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
        url('../fonts/pobeda_bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/pobeda_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
        url('../fonts/pobeda_bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/pobeda_bold.svg#pobeda_bold') format('svg'); /* Chrome < 4, Legacy iOS */
    font-display: swap;
}
body {
    font-family: 'Montserrat', sans-serif !important;
    color: #444342;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 600 !important;
}

header ul,
footer ul {
    color: #F2A860;
    font-weight: 500;
}

.not_found p {
    color: #444342 !important;
}

.about_seo {
    margin-bottom: 3rem;
    color: #444342;
}

.about_seo h2 {
    font-family: 'Pobeda Bold';
    color: #444342;
    font-size: 50px;
}

.about_seo h2::before,
.about_seo h2::after {
    content: '•';
}

.about_seo p {
    margin: .75rem 0 0 0;
}

.about_seo .col div {
    padding: 3rem;
    background: #f9f9f9;
}

p a,
.about_seo .col div a {
    color: #444342;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

p a:hover,
.about_seo .col div a:hover {
    color: #F2A860;
    border-color: #F2A860;
}

.share {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
}

.share .ya-share2 {
    margin-top: .75rem;
}

.offcanvas ul {
    color: #fff;
}

.not_found h1 {
    font-size: 50px;
    font-family: 'Pobeda Bold' !important;
    color: #444342;
}

.article_inner .mb-4 img {
    min-width: 100% !important;
}

.article_inner i {
    font-style: normal;
    padding: .375rem .75rem;
    background: #f9f9f9;
    font-size: 12px;
}

.articles_block_2 {
    margin-top: 0 !important;
}

a {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}

.not_found {
    margin-top: 150px;
    margin-bottom: 1.5rem;
}

.not_found .row {
    align-items: center;
}

.not_found img {
    width: 100% !important;
    max-width: 400px !important;
}

.not_found .go_home {
    display: inline-block;
    background: #F2A860;
    margin-top: .75rem;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff !important;
    font-weight: 500;
}

.not_found .go_home:hover {
    background: #444342;
}

.nav-up {
    top: -200px;
}

header {
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 999;
    background: #20201F;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

header img {
    height: 70px !important;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

header ul li {
    display: inline-block;
    margin-right: 3rem;
}

header ul a {
    color: #fff;
}

header ul a:hover {
    color: #F2A860;
}

header ul li:last-child {
    margin-right: 0;
}

.application {
    padding: 10px 20px;
    font-size: 13px;
    border: 1.5px solid #F2A860;
    color: #F2A860;
    font-weight: 500;
}

.application:hover {
    background: #F2A860;
    color: #444342;
}

main {
    margin-top: calc(70px + 1.5rem);
}

.slider_block {
    height: 600px;
    background: url(../img/slide.webp) center no-repeat;
    background-size: cover;
    color: #fff;
}

.slider_block .row {
    height: 100%;
}

.slider_block h1 {
    font-family: 'Pobeda Bold';
    font-size: 70px;
}

.slider_block p {
    margin-bottom: 0;
}

h1::before,
h1::after {
    content: '•';
}

.about_block {
    padding-top: 100px;
    padding-bottom: 50px;
}

.about_block h2,
.products_block h2,
.articles_block h2,
.contacts h2 ,
footer h3 {
    font-family: 'Pobeda Bold';
    font-size: 50px;
    color: #444342;
    display: block;
    margin-bottom: 1.5rem;
}

.about_block h2::before,
.about_block h2::after,
.products_block h2::before,
.products_block h2::after,
.articles_block h2::before,
.articles_block h2::after,
.contacts h2::before,
.contacts h2::after,
footer h3::before,
footer h3::after  {
    content: '•';
}

.about_block p {
    font-size: 15px;
    line-height: 160%;
}

.products_block {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f4f4f4;
}

.product picture {
    width: 100%;
    height: 200px;
    display: block;
}

.product picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.product picture:hover img {
    transform: scale(1.1);
}

.product {
    background: #fff;
    margin-bottom: 1.5rem;
}

.product_info {
    padding: .75rem 1.5rem 1.5rem 1.5rem;
    font-size: 15px;
    line-height: 150%;
    font-weight: 600;
}

.product_info span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin-top: .75rem;
}

.product_info a {
    padding: .5rem 1.5rem;
    background: #F2A860;
    display: inline-block;
    margin-top: 1.5rem;
    font-weight: 400;
    color: #20201F;
}

.product_info a:hover {
    background: #444342;
    color: #fff;
}

.offcanvas-body {
    background: #F2A860;
}

.offcanvas-body ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem;
    font-size: 35px;
    line-height: 200%;
    font-family: 'Pobeda Bold';
}

.offcanvas-body ul a {
    color: #20201F;
}

.offcanvas-body picture {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.offcanvas-body picture img {
    width: 50px !important;
}

.benefits {
    margin-top: 50px !important;
}

.benefits .d-flex {
    flex-direction: column;
}

.benefits picture {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
}

.benefits p {
    font-size: 13px;
    line-height: 130%;
    padding-right: 3rem;
    margin: .75rem 0 0 0;
}

.benefits b {
    font-size: 17px;
    line-height: 130%;
    display: block;
    color: #444342;
}

.application_block {
    background: url(../img/application.webp) center no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.application_block h3 {
    font-size: 50px;
    font-family: 'Pobeda Bold';
}

.application_block p {
    margin: .375rem 0 0 0;
    font-size: 20px;
    font-weight: 300;
}

.application_block a {
    padding: 1.5rem 3rem;
    background: #F2A860;
    color: #20201F;
    font-size: 17px;
    font-weight: 500;
}

.application_block a:hover {
    color: #fff;
    background: #444342;
}

.articles_block {
    margin-top: 100px;
    margin-bottom: 100px;
}

.articles_block h2 {
    margin-bottom: 0;
}

.article {
    font-size: 12px;
    font-weight: 300;
    padding: 1.5rem;
    border: 1px solid #f1f1f1;
    margin-top: 1.5rem;
}

.article picture {
    width: 100%;
    display: block;
    height: 100%;
    margin-bottom: .75rem;
    background: #e1e1e1;
    overflow: hidden;
}

.article picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.article picture:hover img {
    transform: scale(1.1);
}

.article a {
    color: #20201F;
    font-size: 17px;
    font-weight: 500;
}

.article a:hover {
    color: #F2A860;
}

.more {
    color: #444342;
    font-size: 15px;
    font-weight: 500;
}

.more:hover {
    color: #F2A860;
}

.contacts {
    margin-bottom: 100px;
}

.contacts iframe {
    width: 100%;
    height: 400px;
}

.contact {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    font-size: 20px;
}

.contact img {
    width: 50px !important;
}

.contact picture {
    width: 50px;
    margin-right: 1.5rem;
    display: inline-block;
}

.contact p {
    margin: 0;
}

.contact a {
    color: #444342;
}

.contact a:hover {
    color: #f2a860;
}

footer {
    background: #20201F;
}

footer .container {
    margin-top: 50px;
    color: #fff;
}

footer h3 {
    color: #F2A860;
    font-size: 40px;
    margin: .75rem 0;
}

footer span {
    font-size: 20px;
    font-weight: 300;
}

footer p {
    margin: 0;
    font-size: 15px;
    line-height: 160%;
}

footer ul {
    list-style: none;
    font-size: 17px;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 1.5rem;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #F2A860;
}

.cpy {
    font-size: 12px;
    border-top: 1px solid #333;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    padding-top: 2rem;
}

.wa {
    position: fixed;
    right: .75rem;
    bottom: .75rem;
    width: 60px;
    height: 60px;
    background: url(../img/wa.svg) center no-repeat;
    border-radius: 60px;
    z-index: 99;
    box-shadow: 0 15px 35px rgba(0,0,0,.3) !important;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    
}

@media (max-width: 992px) {
    header .text-end img {
        width: 50px !important;
    }

    .benefits {
        text-align: center;
    }

    .benefits picture {
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }

    .benefits p {
        padding: 0 1.5rem;
    }

    .article {
        padding: .75rem;
    }
}

@media (max-width: 768px) {
    
}

@media (max-width: 576px) {
    .slider_block {
        height: 300px;
    }

    .slider_block h1 {
        font-size: 40px;
    }

    .about_block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product picture {
        height: 120px;
    }

    .product_info {
        padding: .75rem;
        text-align: center;
        font-size: 12px;
        line-height: 120%;
    }

    .product_info span {
        font-size: 15px;
    }

    .product_info a {
        margin-top: .75rem;
    }

    .about_block h2,
    .products_block h2 {
        font-size: 40px;
    }

    .benefits picture {
        width: 80px !important;
        height: 80px !important;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1.5rem;
    }

    .benefits picture img {
        width: 80px !important;
    }

    .benefits {
        text-align: start;
        margin-top: 1.5rem !important;
    }
    
    .benefits .d-flex {
        align-items: center;
    }

    .benefits b {
        font-size: 17px;
    }

    .benefits p {
        padding: 0;
        font-size: 15px;
        margin-top: .375rem;
    }

    .application_block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .contacts iframe {
        height: 250px;
    }
    
    .contacts {
        margin-bottom: 1.5rem;
    }
    
    .benefits .d-flex {
        flex-direction: row;
    }
    
    .not_found {
        margin-top: 120px;
    }
    
    .not_found h1 {
        font-size: 35px;
    }
    
    .about_seo .col div {
        padding: 1.5rem;
    }
    
    .about_seo h2 {
        font-size: 30px;
    }
}