* {
    -webkit-locale: auto;
    white-space: normal;
    box-sizing: border-box;
}
a {
    color: #009a42;
}
a:hover{
    color:#007934;
    text-decoration: none;    
}
body {
    font-family: 'Inter', sans-serif;
}
.container-fluid {
    margin: 0 auto;
}
header {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

header .container-fluid {
    /* background-position: bottom right -100px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: 10s slideshow infinite; 
    border-top: 5px solid #0b70a0;
    border-bottom: 5px solid #0b70a0;*/
}
.top-slideshow {
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/pet.jpg');
    background-position: left center;
    position: relative;
}
.warranty-label {
    position: absolute;
    height: 100px;
    width: 100px;
    background-size: 100px;
    background-image: url('../img/Warranty.svg');
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 40px;
    right: 40px;
}
.bg-blue {
    background-color: #fff;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/pet.jpg');
    background-position: right center;
}
.bg-white, .bg-blue {
    padding: 0;
}
@keyframes slideshow {
    0% {
        background-image: url('../img/1.jpg');
        border-color: #ffdfc5;
    }
    32% {
        background-image: url('../img/1.jpg');
        border-color: #ffdfc5;
    }
    33% {
        background-image: url('../img/2.jpg');
        border-color: #daf4ff;
    }
    65% {
        background-image: url('../img/2.jpg');
        border-color: #daf4ff;
    }
    66% {
        background-image: url('../img/3.jpg');
        border-color: #d1ffe2;
    }
    99% {
        background-image: url('../img/3.jpg');
        border-color: #d1ffe2;
    }
    100% {
        background-image: url('../img/1.jpg');
        border-color: #ffdfc5;
    }
}
.main-heading {
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    padding: 70px;
    padding-top: 80px;
    padding-bottom: 130px;
    color: #009a42;
    text-align: left;
}
.subheading {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 0px;
    line-height: 24px;
}
.main-heading b {
    color: #fff;
    border-bottom: 3px solid #fff;
}
.top-cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    color: #fff;
    padding: 20px;
    padding-left: 35px;
    padding-right: 35px;
    border: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
    font-size: 20px;
    margin-top: 55px;
    font-weight: 400;
    line-height: 22px;
    transition: 0.3s all ease-in-out;
}
.top-cta-btn:hover{
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
 }
 .top-cta-link {
    color: #fff;
    margin-top: 30px;
    padding: 20px;
    padding-left: 35px;
    padding-right: 35px;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
    font-size: 20px;
    margin-top: 55px;
    font-weight: 400;
    line-height: 22px;
    transition: 0.3s all ease-in-out;
}
.top-cta-link:hover{
    color: rgba(209, 209, 209, 0.808);
 }
 .ozon-white {
    height: 28px;
    width: 70px;
    background-image: url('https://safplast.ru/promo/redesign/ozon_white.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
 }
.practiq-logo {
    display: block;
    height: 66px;
    width: 230px;
    background-image: url('https://safplast.ru/promo/d-res/img/tmlogos/novattro.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-position: center center;
}
.top-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logo-line {
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider {
    background-color: #009a42;
    height: 2px;
    width: 100%;
}
.new-label {
    font-weight: 700;
    background: transparent;
    color: #0b70a0;
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
}
.emoji {
    height: 70px;
    width: 70px;
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}
.emoji-sun {
    background-image: url('../img/reflective.svg');
}
.emoji-biceps {
    background-image: url('../img/resistant.svg');
}
.emoji-10 {
    background-image: url('../img/guarantee.svg');
}
.emoji-like {
    background-image: url('../img/piggy-bank.svg');
}
#values {
    padding-top: 40px;
    padding-bottom: 37px;
    background-color: rgb(255, 255, 255);
    /* border-top: 2px solid #ec6604; */
}
.value {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    padding-top: 27px;
    padding-bottom: 15px;
    text-align: left;
    color: #009a42;
}
.value-caption {
    padding-right: 8px;
    padding-left: 10px;
    border-left: 2px solid #009a42;
    font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
}
.value-caption b{ 
    color: #000;
    font-weight: 600;
    border-bottom: none;
}

#application {
    border-top: 2px solid #0b70a0;
    padding-top: 55px;
    padding-bottom: 65px;
}
.application-heading {
    font-weight: 900;
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    color: #009a42;
    border-bottom: 3px solid #009a42;
    width: fit-content;
}
.application-heading span{
    color: #333;
    font-size: 29px;
}
.instruction-heading {
    font-weight: 900;
    text-align: left;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.app-value {
    font-size: 16px;
    padding-bottom: 190px;
    background-size: cover;
    background-position: top center;
    text-align: left;
    box-shadow: 13px 13px 0px 0px rgba(11,112,160,1);
}
.app-value span{
    background-color: #0b70a0;
    padding: 9px;
    padding-left: 14px;
    padding-right: 14px;
    color: #fff;
 }
.margin {
    padding-top: 40px;
}
.buildings {
    background-image: url('../img/buildings.jpg');
}
.interiors {
    background-image: url('../img/interiors.jpg');
}
.greenhouses {
    background-image: url('../img/greenhouses.jpg');
}
.pools {
    background-image: url('../img/pool.jpg');
}
.pavilion {
    background-image: url('../img/pavilion.jpg');
}
.greenhouses {
    background-image: url('../img/greenhouses.jpg');
}
.enter {
    background-image: url('../img/enter.jpg');
}
footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #292929;
}
.footer-heading {
    color: rgb(90, 90, 90);
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;

}
.safplast-logo {
    margin: 0 auto;
    height:50px;
    width: 200px;
    background-image: url('https://safplast.ru/promo/d-res/img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
}
.footer-link {
    font-size: 12px;
    color: #999;
    width: 100%;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}
.footer-link:hover {
    color: #fff;
}
.copy {
    color: #999;
    font-size: 14px;
}
.copy a {
    color: #fff;
}
.step {
    border-bottom: dashed 1px #0b70a0;
    padding: 15px;
    padding-left: 0;
    display: flex;
}
.step:last-child {
    border-color: #fff;
}
.instruction-block {
    background: transparent;
    border-radius: 7px;
}
.step-icon {
    width: 70px;
    height: 70px;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 2px solid #0b70a0;
    background-size: cover;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}
.step1 {
    background-image: url('../instructions/step1.jpg');
}
.step2 {
    background-image: url('../instructions/step2.jpg');
}
.step3 {
    background-image: url('../instructions/step3.jpg');
}
.step4 {
    background-image: url('../instructions/step4.jpg');
}
.step5 {
    background-image: url('../instructions/step5.jpg');
}
.step6 {
    background-image: url('../instructions/step6.jpg');
}
.step-text {
    color: #333;
    flex-grow: 1;
    flex-shrink: 1;
    line-height: 15px;
    font-size: 14px;
    padding: 8px;
    padding-left: 14px;
    padding-top: 4px;
}
.step-heading {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0b70a0;
    font-weight: 700;
}
#instruction {
}
#instruction .container {
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url('../img/muzhique.jpg');
    background-position: right bottom;
    background-size: 700px;
    background-repeat: no-repeat;
}
#buy {
    background-color: rgb(245, 245, 245);
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.buy-container {
    padding-top: 60px;
    padding-bottom: 75px;
    color: #222;
    border-radius: 10px;
}
.buy-title {
    font-size: 45px;
    font-weight: 900;
    padding-bottom: 10px;
    color: #333;
}
.buy-btn {
    margin: 0 auto;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
    padding-left: 35px;
    padding-right: 35px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #0b70a0;;
}
.social-link {
    background: #111;
    padding: 9px;
    margin-top: 15px;
    margin-bottom: 35px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.social-heading {
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
}
#social-links {
    padding-top: 40px;
    padding-bottom: 23px;
    background-color: rgb(194 228 245);
}
.vk {
    background: #4a76a8;
}
.facebook {
    background: rgb(24, 119, 242);
}
.ok {
    background: #ee8208;
}
.instagram {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.modal-content {
    background-color: rgb(234 234 234);
    color: #222;
    border-radius: 0;
    border: none;
}
.close {
    color: #999;
    text-shadow: none;
}
.legal {
    font-size: 11px;
    opacity: 0.6;
    color: #333;
}
.legal a {
    color: #333;
    text-decoration: underline;
}
.modal-footer {
    padding: 0;
}
.btn-accept {
    padding: 15px;
    background-color: #009a42;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}
.btn-accept:hover {
    color: #fff;
    background-color: #00662c;
}
.form-control {
    border-radius: 0;
}
.modal-footer > * {
    margin: 0;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.info {
    padding: 20px;
    margin-top: 40px;
    background-color: #ebebeb;
}
.photo-caption {
    font-size: 12px;
    margin-top: 10px;
}
form {
    padding-right: 20px;
}
.star {
    font-weight: bold;
    color: red;
}
.required {
    margin-bottom: 8px;
}
#contact-form {
    padding-bottom: 100px;
}
@media(max-width: 768px) {
    .main-heading {
        font-size: 35px;
    }
    .app-value {
        margin-bottom: 30px;
    }
    .social-link {
        margin-bottom: 10px;
    }
    .footer-heading {
        margin-top: 15px;
    }
    #instruction .container {
        background-image: none;
    }
}
.color-demo {
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    border: 1px solid #cecece;
    width: fit-content;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}
.color-icon {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #cecece;
    margin-right: 12px;
}
.colors {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.thickness {
    display: flex;
}
.thvalue {
    font-size: 24px;
    margin-right: 20px;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #cecece;
}
.instruction-heading {
    padding-top: 50px;
}
.document {
    display: block;
    margin-bottom: 7px;
    padding-left: 30px;
    color: #0b70a0;
    width: fit-content;
    background-image: url('../img/document.svg');
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
}
.document:hover {
    color: #333;
}
.italy {
    width: fit-content;
    padding-top: 0;
    margin-top: 23px;
    padding-left: 70px;
    background-image: url('../img/italy.svg');
    background-size: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 20px;
    margin-top: 70px;
}
.germany {
    width: fit-content;
    padding-top: 0;
    margin-top: 23px;
    padding-left: 70px;
    background-image: url('../img/germany.svg');
    background-size: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 20px;
}
#relevant {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #3a3a3a;
    color: #b1b1b1;
}
.relevant-header {
    font-size: 18px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.relevant-name a{
    color: #fff;
    font-size: 16px;
    padding-right: 20px;
    background-image: url('../img/right-chevron.svg');
    background-size: 10px;
    background-position: right center;
    background-repeat: no-repeat;
}
.relevant-caption {
    font-size: 13px;
    margin-top: 8px;
}
#other {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f0f0f0;
}
.catalog-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog-card {
    height: 200px;
    width: 13.3%;
    background-color: #e9e9e9;
    padding: 14px;
    font-weight: bold;
    color: #1e2548;
    border-radius: 8px;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}
.catalog-card:hover {
    transform: translateY(-4px);
    color:#009a42;
}
.catalog-modal {
    padding: 14px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    position: absolute;
    bottom: -250px;
    z-index: 100;
    display: none;
}
.catalog-modal .catalog-card {
    width: 9%;
}
.big-card {
    width: 40% !important;
    background-image: none !important;
    font-size: 24px;
}
.big-card-link {
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.big-card-link span {
    font-weight: bold;
    font-size: 16px;
}
.multiwall-preview {
    background-image: url('https://safplast.ru/promo/redesign/preview/multiwall.png');
}
.prof-preview {
    background-image: url('https://safplast.ru/promo/redesign/preview/prof.png');
}
.solid-preview {
    background-image: url('https://safplast.ru/promo/redesign/preview/solid.png');
}
.pet-preview {
    background-image: url('https://safplast.ru/promo/redesign/preview/pet.png');
}
.gpps-preview {
    background-image: url('https://safplast.ru/promo/redesign/preview/gpps.png');
}
.led-preview {
    background-image: url('https://safplast.ru/promo/redesign/preview/led.png');
}
.hcp-preview {
    background-image: url('https://safplast.ru/promo/redesign/preview/hcp.png');
}
#contacts {
    padding-top: 100px;
    padding-bottom: 100px;
}
.company-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}
.company-description {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.company-block {
    padding: 10px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600;
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
}
.c-phone {
    background-image: url('../img/phone.svg');
}
.c-mail {
    background-image: url('../img/at.svg');
}
.c-web {
    background-image: url('../img/external-link-alt.svg');
}
.c-web {
    color: #028fd9;
}
.c-address {
    background-image: url('../img/location-point.svg');
}
@media (max-width: 700px) {
    .bg-blue {
        background-position: top left;
    }
    .main-heading {
        padding-top: 300px;
    }
    .top-slideshow {
        height: 250px;
    }
    .main-heading {
        font-size: 28px;
        line-height: 36px;
        padding: 30px;
        padding-top: 150px;
    }
    .thvalue {
        font-size: 16px;
        margin-right: 8px;
    }
    .color-demo {
        margin-right: 8px;
    }
    .italy {
        margin-top: 30px;
        font-size: 14px;
    }
    .germany {
        font-size: 14px;
    }
    .margin {
        padding-top: 0;
    }
    .warranty-label {
        bottom: 10px;
        right: 10px;
    }
}
@media (max-width: 480px) {
    .catalog-container {
        flex-wrap: wrap;
    }
    .catalog-card {
        width: 49%;
        margin-top: 7px;
    }
    .photo-caption {
        margin-bottom: 20px;
    }
}