* {
    -webkit-locale: auto;
    white-space: normal;
    box-sizing: border-box;
}
a:hover{
    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: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: 10s slideshow infinite;
    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: rgb(0 154 66);
    color: #fff;
}
.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: 42px;
    line-height: 54px;
    padding: 60px;
    padding-top: 90px;
    color: #fff;
    text-align: left;
}
.subheading {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 4px;
    padding-top: 30px;
    padding-bottom: 0px;
    line-height: 24px;
}
.main-heading b {
    color: #fff;
    border-bottom: 3px solid #fff;
}
.top-cta-btn {
    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: 40px;
    font-weight: 400;
    line-height: 22px;
    transition: 0.3s all ease-in-out;
}
.top-cta-btn:hover{
    background-color: #fff;
    color: rgb(0 154 66);
 }
.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;
}
.gost-logo {
    display: block;
    height: 80px;
    width: 95px;
    background-image: url('../img/gost.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 20px;
    margin-right: 20px;
}
.iso-logo {
    display: block;
    height: 90px;
    width: 90px;
    background-image: url('../img/iso.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 20px;
    margin-right: 20px;
}
#gost {
    padding-bottom: 100px;
    padding-top: 50px;
    /* border-bottom: 2px solid #b1b1b1; */
}
.gost-heading {
    text-align: center;
    font-size: 30px;
    color: rgb(0 154 66);
}
.objects-heading{
    margin-bottom: 20px;
}
.logo-line {
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider {
    background-color: rgb(0 154 66);
    height: 2px;
    width: 100%;
}
.new-label {
    font-weight: 700;
    background: transparent;
    color: rgb(0 154 66);
    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-shockproof {
    background-image: url('../img/shockproof.svg');
}
.emoji-gost {
    background-image: url('../img/gost.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: 7px;
    padding-bottom: 15px;
    text-align: center;
}
.value-caption {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
#strong {
    
}
#strong .container {
    background-image: url('../img/bulletproof.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 440px;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 440px;
}
#strong small {
    font-size: 11px;
}
.numbers {
    display: flex;
}
.number {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 40px;
}
.number-title {
    font-size: 28px;
    font-weight: 900;
}
#application {
    /*border-top: 2px solid #b1b1b1; */
    padding-top: 55px;
    padding-bottom: 65px;
}
.application-heading {
    font-weight: 900;
    font-size: 36px;
    color: #333;
    padding-bottom: 20px;
}
.application-heading span{
    color: rgb(0 154 66);
}
#novattro-fr {
    background-color: #f1f1f0;
    padding-top: 60px;
    padding-bottom: 10px;
}
.fr-heading {
    font-weight: 900;
    font-size: 36px;
    color: #333;
    padding-bottom: 20px;
    text-align: center;
}
.fr-demo {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 350px;
    max-width: 1000px;
    background-image: url('../img/FR.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#novattro-fr p{
    text-align: center;
}
.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;
}
.app-value span{
    background-color: #0000008a;
    padding: 9px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: fit-content;
    left: 0; right: 0;
    margin: 0 auto;
 }
.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 {
    height:50px;
    width: 100%;
    background-image: url('https://safplast.ru/promo/d-res/img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 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 rgb(0 154 66);
    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 rgb(0 154 66);
    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;
    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: rgb(0 154 66);
}
.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 );
}
.gost-logo {
    
}
#and-yet {
    background-color: #f1f1f0;
    color: #222;
}
.and-yet-heading {
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 900;
}
.and-yet-heading span{
    color: #009a42;
}
#and-yet .container {
    background-image: url('../img/preview.png');
    background-size: 450px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
.feature h3 {
    font-weight: 600;
    font-size: 20px;
}
.feature p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}
.feature-icon {
    height: 40px;
    width: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    margin-top: 25px;
}
#and-yet small {
    font-size: 11px;
    line-height: 10px;
    color: rgb(185, 185, 185);
}
a {
    color:rgb(0, 154, 66);
}
.uv {
    background-image: url('../img/uv-protective-fabric.svg');
}
.flexible {
    background-image: url('../img/wedding-arch.svg');
}
.clear {
    background-image: url('../img/display.svg');
}
@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;
}
.download-link {
    padding: 4px;
    border:1px solid rgb(0 154 66);
    color: rgb(0 154 66);
    margin-left: 5px;
}
.download-link:hover{
    background: rgb(0 154 66);
    color: #fff;
}
.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: rgb(0, 154, 66);
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-accept:hover {
    color: #fff;
    background-color: rgb(0, 102, 44);
}
.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;
}
@media (max-width: 700px) {
    .top-slideshow {
        height: 250px;
    }
    .main-heading {
        font-size: 28px;
        line-height: 36px;
        padding: 30px;
    }
    .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;
    }
    #strong .container {
        background-position: bottom center;
        padding-right: 10px;
        padding-bottom: 500px;
    }
}
