body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background: url('../img/header-2.jpg');
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
}
header {
    padding-top: 50px;
    padding-bottom: 170px;
    z-index: 228;
    position: relative;
    width: 100%;
    overflow: hidden;
}
a:hover {
    text-decoration: none;
}
.container {
    max-width: 1400px;
    z-index: 1;
}
.logo {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #028fd9;
    text-decoration: none;
}
.logo:hover {
    text-decoration: none;
    color: #007fc4;
}
.verified {
    font-weight: 300;
    color: #999;
    font-size: 12px;
    margin-top: -4px;
}
.phone-block {
    background-color: rgba(255, 255, 255, 0.685); 
    color: #999;
    border-radius: 30px;
    width: fit-content;
    float: right;
    display: flex;
}
.phone-number {
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #028fd9;
}
.phone-callback {
    background: #028fd9;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 30px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0,167,255,1) 0%, rgba(2,143,217,1) 100%);
    border-bottom: 2px solid #007fc4;
    box-shadow: 0px 13px 11px -5px rgba(2,143,217,0.35);
}
.main-heading {
    font-size: 44px;
    line-height: 60px;
    font-weight: 800;
    margin-top: 150px;
}
.main-heading span {
    color: #028fd9;
}
.sub-heading {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(77, 77, 77);
}
.cta {
    background: #ffffff52;
    margin-top: 45px;
    border: 1px solid rgb(233 233 233 / 70%);
    border-radius:35px;
    width: fit-content;
    display: flex;
}
.cta-btn {
    background: #028fd9;
    background: linear-gradient(180deg, rgba(0,167,255,1) 0%, rgba(2,143,217,1) 100%);
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 35px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
    border-bottom: 3px solid #007fc4;
    box-shadow: 0px 23px 21px -15px rgba(2,143,217,0.35);
    transition: 0.3s box-shadow ease-in-out;
}
.cta-btn:hover{
    box-shadow: 0px 23px 21px -15px rgba(2,143,217,0.55);
}
.cta-btn:hover > .btn-arrow{
    background-color: rgba(255, 255, 255, 0.5);
}
.btn-arrow {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url('../img/arrow.svg');
    background-size: 13px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin-top: -3px;
    transition: 0.3s background-color ease-in-out;
}
.cta-price {
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
}
#divider {
    padding: 10px;
    margin-top: -65px;
}
.brands {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.61);
    height: fit-content;
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: space-between;
}
.brand-logo {
    height: 50px;
    width: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 20px;
}
.logos {
    display: flex;
}
.brand-title {
    font-size: 20px;
    font-weight: 600;
}
.brand-caption {
    font-size: 15px;
    font-weight: 400;
    color: rgb(100, 100, 100);
}
.novattro {
    background-image: url('https://safplast.ru/upload/iblock/035/novattro-logo_bez-fona.png');
}
.actual {
    background-image: url('http://actual-bio.ru/themes/actual/logo-color.png');
}
.rational {
    background-image: url('https://safplast.ru/upload/iblock/1cf/kazanskiy-logo-seryy.png');
}
#catalog {
   padding-top: 10px;
}
.heading {
    font-size: 28px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-card {
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 49%;
    flex-shrink: 0;
}
.product-preview {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    background-size: cover;
    background-position: center center;
    margin-right: 20px;
    flex-shrink: 0;
    border: 1px solid rgb(233 233 233 / 70%);
}
.product-name {
    padding-bottom: 10px;
    color: #028fd9;
    font-weight: bold;
    font-size: 19px;
}
.product-param {
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.product-caption {
    padding-top: 0px;
    font-size: 14px;
    color: rgb(114, 114, 114);
}
.application {
    display: flex;
    padding-top: 10px;
}
.product-application {
    font-size: 11px;
    color: #999;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    border-radius: 6px;
}
.product-info {
    padding: 15px;
}
.preview-novattro {
    background-image: url('../img/novattro.jpg');
}
.preview-actual {
    background-image: url('../img/actual.jpg');
}
.preview-rational {
    background-image: url('../img/rationa.jpg');
}
.preview-monolythic {
    background-image: url('../img/monolythic.jpg');
}
.preview-pet {
    background-image: url('../img/pet.jpg');
}
.preview-prof {
    background-image: url('../img/prof.jpg');
}
.preview-gpps {
    background-image: url('../img/gpps.jpg');
}
.preview-tsh {
    background-image: url('../img/termosha.jpg');
}
.price-block {
    background: #ffffff52;
    margin-top: 20px;
    border: 1px solid rgb(233 233 233 / 70%);
    border-radius:35px;
    width: fit-content;
    display: flex;
}
.buy-btn {
    background: #028fd9;
    background: linear-gradient(180deg, rgba(0,167,255,1) 0%, rgba(2,143,217,1) 100%);
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 35px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
    border-bottom: 3px solid #007fc4;
    box-shadow: 0px 23px 21px -15px rgba(2,143,217,0.35);
    font-size: 13px;
    transition: 0.3s transform ease-in-out, 0.3s box-shadow ease-in-out;
}
.buy-btn:hover {
    box-shadow: 0px 23px 21px -15px rgba(2,143,217,0.55);
    transform: translateY(-5px);
}
.price {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
}
#pay-delivery {
    margin-top: 50px;
    border-bottom: 1px solid #e8f7ff;
}
#pay-delivery .container {
    background-size: 700px;
    background-image: url('../img/NAIL.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.delivery-info {
    background: #e8f7ff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}
.delivery-heading {
    font-size: 24px;
    font-weight: 800;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    color: #028fd9;
    width: 100%;
    background-size: 35px;
    background-position: right center;
    background-repeat: no-repeat;
}
.delivery-icon {
    background-image: url('../img/truck.svg');
}
.services-icon {
    background-image: url('../img/wrench.svg');
}
.payment-icon {
    background-image: url('../img/transaction.svg');
}
.modal-dialog {
    max-width: 400px; 
}
.modal-content {
    border: none;
    box-shadow: none;
    border-radius: 16px;
}
.modal-right {
    min-height: 500px;
    width: 100%;
    background-image: url('../img/modal.jpg');
    background-size: cover;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.modal-name {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    width: 100%;
    padding: 30px;
    color: #028fd9;
}
.top-address {
    padding: 10px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    background-image: url('../img/locationdark.svg');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #028fd9;
}
form {
    padding: 30px;
    padding-top: 0;
}
.btn-accept {
    margin-top: 20px;
    background: #028fd9;
    background: linear-gradient(180deg, rgba(0,167,255,1) 0%, rgba(2,143,217,1) 100%);
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 35px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
    border-color: transparent;
    border-bottom: 3px solid #007fc4;
    border-top: 1px solid #028fd9;
    box-shadow: 0px 23px 21px -15px rgba(2,143,217,0.35);
}
.form-control {
    border-radius: 35px;
    padding: 17px;
}
.legal {
    line-height: 13px;
    font-size: 11px;
    text-align: center;
    color: #999;
    margin-top: 20px;
}

#reviews {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e8f7ff;
}
.review {
    padding: 25px;
    border-radius: 12px;
    /* border: 1px solid #c6d7e0; */
    box-shadow: 0px 0px 36px -15px rgba(200,220,230,1);
}
.review-subject {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.review-content {
    font-size: 14px;
}
.review-meta {
    color: #96c0d6;
    font-size: 12px;
    margin-top: 10px;
}
.btn-collapse {
    padding: 0;
    font-size: 14px;
    color: #028fd9;
    background: transparent;
}
.card {
    background: transparent;
    padding: 0;
    margin-top: 10px;
    border-color: transparent;
    font-size: 14px;
}
#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-address {
    background-image: url('../img/location-point.svg');
}
.company-social {
    margin-top: 20px;
    display: flex;
}
.social-link {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: red;
    margin-left: 10px;
    background-size: 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.vk {
    background-color: #4680C2;
    background-image: url('../img/vk.svg');
}
.insta {
    background-color: #833AB4;
    background-image: url('../img/instagram.svg');
}
.whatsapp {
    background-color: #128C7E;
    background-image: url('../img/whatsapp.svg');
}
.telegram {
    background-color: #25a2e0;
    background-image: url('../img/telegram.svg');
}
.youtube {
    background-color: red;
    background-image: url('../img/youtube.svg');
}
/* Parallax */
.floatPhone {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    background-color: #028fd9;
    box-shadow: 0px 23px 21px -15px rgba(2,143,217,0.35);
    background-image: url('../img/phone-volume.svg');
    background-size: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}
.home {
    position: fixed;
    bottom: 40px;
    left: 40px;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 23px 21px -15px rgba(192, 192, 192, 0.35);
    background-image: url('../img/arrow-up.svg');
    background-size: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}
footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(41, 41, 41);
}
.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('../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;
}
.close-modal-btn {
    position: absolute;
    right: -40px; top: 0;
    height: 40px;
    width: 40px;
    background-image: url('../img/times.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
    transition: 0.3s opacity ease-in-out;
}
.close-modal-btn:hover{ 
    opacity: 0.8;
    cursor: pointer;
}
.background {
    position: absolute;
    top: 0%;
    left: 0;
    width: auto;
    height: auto;
    z-index: -1;
    font-family: Courier;
  }
  .cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 1;
  }
.admin-bg {
    background: #fff;
}
.settings {
    padding-bottom: 100px;
}
.admin-heading {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.settings-category {
    border: 1px solid #e8f7ff;
    background-color: #e8f7ff;
    background-size: 50px;
    background-position: top 30px left 30px;
    background-repeat: no-repeat;
    color: #028fd9;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    padding: 30px;
    padding-top: 110px;
    margin-bottom: 30px;
    transition: 0.3s all ease-in-out;
}
.settings-category:hover {
    cursor: pointer;
    transform: translateY(-5px);
    border-color:  #bedae9;
}
.contacts {
    background-image: url('../img/admin/info-circle.svg');
}
.prices {
    background-image: url('../img/admin/bill.svg');
}
.content {
    background-image: url('../img/admin/file-alt.svg');
}
.social {
    background-image: url('../img/admin/whatsapp.svg');
}
.maps {
    background-image: url('../img/admin/map.svg');
}
.admin-logo {
    margin: 0 auto;
    background-position: center center;
    margin-bottom: 30px;
}



