@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

:root{
    --white: #fff;    
    --black-tem: #363F4D;
    --accent-color: rgb(79, 139, 123);
    --dark-text:   #000;                
    --white-section:#CDCDCD;
}
body{
    direction: ltr;
    font-family: 'Oxygen', sans-serif !important;
    font-size: 16px;
    margin: 0;
}

a{
    text-decoration: none;
    color: inherit;
}
h1,h2,h3,h4,h5,h6,p{
   padding: 0;
   margin: 0;
}
ul{
list-style: none;
margin: 0;
padding: 0;
}
 img{
max-width: 100%;
}

.section{
    padding: 55px 0;
}
.section-contact{
    background:  #00000009;
}

.container-bg{
    background: url(uploads/overlay_1600x9000.png); 
    background-position: center;
    background-size: cover;   
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 39px 0 39px;

}
.bg-benefits{
    background: url(uploads/overlay_1600x9001.png); 
}

.privacy-box p{
    margin-bottom: 12px;
    text-indent: 3ch;
}
.privacy-box h1{
    font-weight: 900;
    text-align: center;
    margin-bottom:  20px;
}
.privacy-box h2{
    font-weight: {rand_weight};
    text-align: center;
    margin-bottom:20px ;
}
.privacy-box a{
    color: inherit;
} 
.privacy-box table,.privacy-box a{
    word-break: break-word;
} 

.navbar-expand-lg{
width: 100%;
}

.header-nav{
    background-color: var(--white);
    border-bottom: 1px  dashed #ececec;
}

.header-logo{
    text-align: center;
    padding: 12px 0px 12px;
}

.header-link{
    display: flex;
    align-items: center;             
    text-align: left;
    font-weight: {rand_weight};
    gap: 20px; 
    color: var(--dark-text);
    transition: all 0.3s ease-in-out;
}

.header-link:hover,.header-link:focus{
    color: var(--accent-color);
}

.header-link img{
    width: 50px;
    height: 50px;
}

.header-nav-container{
    display: flex;
    justify-content: space-between;
    gap: 29px;
}

.offcanvas{
    background-color: #f5f4f4;
}

.dropdown-menu[data-bs-popper]{
   border-radius: 2px;
    top: 140%;
    width: 228px;    
    z-index: 5;
    left: -121px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--accent-color);
    background-color: inherit;
}

.dropdown-item a{
    white-space: initial;
    transition: all 0.3s ease-in-out;
}

.nav-link {
    color: var(--dark-text);
}

.navbar-expand-lg {
    justify-content: space-between;
}

.nav-item:hover >a,
.nav-item:focus >a{
    color: var(--accent-color);
}

.hover{
    position: relative;
}

.hover::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    content: "";
    width: 100%;
    transform: scaleX(0);
    transition: transform 350ms ease-out;
    transform-origin: right;
    background: var(--accent-color);
}

.nav-item:hover.hover::after{
    transform: scaleX(1);
    transform-origin: left;
}

.nav-sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 3;   
box-shadow: 0 10px 39px rgba(0, 0, 0, .1) !important;
}

.section-hero{
    padding-bottom: 7px;
}

.hero-wrapper{
    display: flex;
    height: 550px;
    flex-direction:  row;
}

.hero-item{
    flex: 1;
    width: 100%;
}

.hero-img{
   display: flex;
   align-items: center;
   justify-content: center;
}

.hero-img img{
height: 100%;
width: 100%;
object-fit: cover;
 filter: contrast(0.8) opacity(0.98) saturate(1.1);
 background-color: var(--accent-color);
transition: all 0.3s ease-in-out;
}


.hero-bg{
    background: var(--accent-color);
}
.hero-text{
    color: var(--white);
    padding: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    height: 100%;
}
.hero-text p{
font-size: 16px;
}
.hero-text h1{
    font-size: 48px;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 20px;
}
.hero-text span{
font-size: 16px;
}

.section-benefits{   
    background: #222831;    
}
.predlojka-corobki{
    padding: 7px 20px 29px;
    position: relative;
    border: 1px solid#FF9A62;
    border-radius: 6px;
    transition: .5s;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    
}
.predlojka-corobki:hover{
    transform: translate3d(0,-6px,0);
}

.predlojka-kartinki{
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    height: 116px;
    width: 67px;
    line-height: 116px;
    background: #FF9A62;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
    border-radius: 6px;
}
.predlojka-kartinki i{
    color: var(--white);
    font-size: 33px;
}
.predlojka-texta{ 
    line-height: 1.5;
    font-size: 16px;
    font-weight: {rand_weight};
    color: var(--white);
}
.predlojka-corobki p{
    color: #FFFFFFB3;
    line-height: 1.5;
    font-size: 16px;
}
.style-2{
    border: 1px solid#2875FF;
}
.style-2 .predlojka-kartinki{
    background: #2875FF;
    clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}
.style-3{
    border: 1px solid#F05D8A;
}
.style-3 .predlojka-kartinki{
    background: #F05D8A;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}
.title{
    text-align: center;
    color: var(--white);
    font-size: 25px;
    margin-bottom: 39px;
}
.section-marg{
    margin-top: -7px;
}
.footer-bottom{
    color: #999999;
    text-align: center;
    border-top: 1px solid #333333;
    padding: 21px 0;
}
.site-info span{
    margin-right: 12px;
}
.footer-top{
    padding: 116px 0;
}
.footer-list{
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-item{
    flex: 1;
    color: #999999;
    line-height: 1.5;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 12px;
}
.footer-title{
    color: var(--white);
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 29px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-contact-list{
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: space-around;
}

.phone{
    color: var(--white-section);
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 50px;
    margin-top: 20px;
}

.footer-contact-link{
    transition: all 0.3s ease-in-out;
}

.footer-contact:hover .footer-contact-link,.footer-politik-item a:hover{
    color: var(--accent-color);
}

.footer-politik-item{ 
    flex: 1;              
    display: flex;
    gap: 12px;
    padding: 20px 12px;
    flex-direction: column;
    text-align: left;   
}
 .footer-img{
    display: flex;
    gap: 7px;
    justify-content:left;
    margin-top: 20px;
    flex-direction: row;
}

.map{
    height: 400px;
    overflow: hidden;
}

.map iframe{
    height: 100%;
}

.support-page{
    display: flex;
    gap: 20px;
    flex-direction:row;
} 

.support-page li{
    flex: 1;
}

.support-page-box{
    padding: 39px;
    display:flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 100%;
    background: var(--white);
    border: 1px dashed var(--accent-color);
}

.support-page-box:hover{
    transform: translate3d(0,-6px,0);
}

.support-page-box h2{
    font-size: 21px;
    color: #111;
}

.support-page-box p{
    font-size: 16px;
}

.support-icon{
    text-align: center;
}

.support-icon i{
    font-size: 33px;
    color: var(--accent-color);
    display: inline-block;
    text-align: center;
}

.cont-form-wraper{
    display: flex;
    gap: 29px;
    flex-direction: row;
}

.cont-form-wraper>div{
    flex: 1;
}

.cont-bg{
    padding: 29px;
    overflow: hidden;      
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(pic/figures_header_68779a58e7e432.64730276.jpg);
    background-size: cover;
    background-position: center center;  
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    box-shadow:  12px  12px 0px 0px var(--accent-color);
}

.form{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form-check{
    display: flex;
    align-items: center;
    gap: 7px;
}
.form-check-label{
    font-size: 16px;
}
.form-check-label a{
    color: inherit;
    transition: all 0.5s;
}
.form-check-label a:hover{
    color: var(--accent-color);
}
.grup-form{
    display: flex;
    gap: 20px;
    align-items: start;
    flex-direction: column;    
    justify-content: space-between;
    margin-top: 20px;
}
.form-wrapper input,.form-wrapper textarea,.input-form--box__input,.textarea-form--box__input{
    outline-color: var(--accent-color);
    border-radius: 2px;
    max-width: 100%;
    border: 1px solid #DEDEDE;
    text-transform: initial;
    padding: 12px 20px;
    color: #000;
    width: 100%;
    height: auto;    
    font-size: 16px;
}

.form-wrapper input::placeholder,.form-wrapper textarea::placeholder{
    font-size: 11px;
}

.contact-title{
    font-size: 33px;
    color: #111;
    margin-bottom: 29px;
}
.form-title{
    font-size: 33px;
    margin-bottom: 29px;
    color: var(--white);
    text-align: center;
    text-shadow: rgb(0,0,0) 3px 3px 3px;
}


.section-page{
    background-color:#00000009;
    padding: 116px 0px 50px 0px;
}

.title-section{
    color: #232323;
    font-size: 33px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
    text-transform: inherit;
}
.gallery-box{ 
    overflow: hidden;
    padding-right: 7px;
    padding-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.gallery-link{
    position: relative;    
    display: block;
    width: 100%;
    height: 150px;
}

.gallery-link::after{
    content: '';
    background: var(--accent-color);    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.3s;
    visibility: visible;
    opacity: 0;
}

.gallery-box:hover  .gallery-link::after{
    opacity: 0.6;
    visibility: visible;
}

.gallery-box:hover .gallery-link i{
    opacity: 1;
}

.gallery-link i{
    font-size: 25px;
    width: 20px;
    height: 20px;
    margin-left: -0.5em;
    margin-top: -0.5em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transition: all 0.4s;
    opacity: 0;
    visibility: visible;
    transform: scale(0.7);
}

.gallery-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .64s ease;
}

.serv-item{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.serv-item:hover .icon-box{
    transform: scale(1.1);
}

.icon-box{   
    border: 3px solid var(--accent-color);
    border-radius:  0%;
    font-size: 24px;
    color: var(--accent-color);
    fill: var(--accent-color);
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.serv-infa{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}

.work-schedule{
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.open-item{
    flex: 1;
    
}

.open-video{
    display: flex;
    align-items: center;
    justify-content: center;    
}

.open-video video{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 2px; 
}
.open-box{
    width: 100%;
    height: 100%;
    color: var(--white);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(pic/graphics_header_68779a58e7e300.14481881.jpg);
    border-radius: 2px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; 
    text-shadow: rgb(0,0,0) 3px 3px 3px;
    padding: 50px 50px 39px;
     box-shadow:  12px  12px 0px 0px var(--accent-color);    
}

.prod-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:  column;
    gap: 29px;
}

.prod-img{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    box-shadow:  12px  12px 0px 0px var(--accent-color);
}

.prod-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 500ms ease 0s;
}

.prod-btn{
    position: absolute;
    top: auto;
    bottom: 12px;
    left: 20px;
    right: 20px;
    opacity: 0;
    transition: all 500ms ease 0s;
}

.button-prod{
    width: 100%;
}

.prod-box:hover .prod-img img{
  transform: scale(1.1);
}

.prod-box:hover .prod-btn{
    opacity: 1;
}

.prod-box:hover .prod-infa-link h5{
    color: var(--accent-color);
}

.prod-infa{    
    display: flex;    
    flex-direction: column;
    gap: 12px;
    justify-content: space-around;
    flex: 1;
}

.prod-iner{
    display: flex;
    gap: 12px;
    flex-direction:  column;
}

.prod-infa-link h5{
    color: #282828;
    font-weight: 900;
    font-size: 19px;
    line-height: 1.5;
    transition: all 500ms ease 0s;
}

.price{
    display: flex;
    color: #FE4135;
    gap:  7px;
    font-size: 16px;
    font-weight: {rand_weight};   
}

.prod-star{
    font-size: 24px;
    color: #e07200;
}

.reviews{
    flex-direction: row;
}

.reviews-img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.reviews-img img{
    height: 479px;
    width: 100%;
    object-fit: cover;
}

.reviews-blok{
    padding: 0 55px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews-icon{   
    margin-bottom: 20px;
}

.reviews-icon svg{
    fill: var(--accent-color);
    border-color: var(--accent-color);
    height: 50px;
    width: 50px;
}

.review-item{
    padding: 0 15px;
}
.review-box{
    color: #666;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid #dedede;
    line-height: 1.5;
    border-radius: 20px;
    padding: 29px 29px 50px;
}
.rating i{
    color: #f7c633;
    margin: 0 1px;
}
.review-avatar{
    margin-left:  29px;
    margin-top: -29px;    
    width: 55px;
    height: 55px;
    border-radius: 0%;   
}

.review-avatar img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0%;
}

.review-name{
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    margin-left: 29px;
    margin-top: 20px;
}

.breadcrumb{
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    text-align: center;
}

.breadcrumb li {
    display: inline-block;
    color: var(--dark-text);
    text-transform: uppercase;
} 

.breadcrumb li a{
 transition: all 0.3s ease-in-out;
  color: var(--dark-text);
}

.breadcrumb li a:hover{
    color: var(--accent-color);
}

.breadcrumb li:not(:first-child):before {
    color: var(--dark-text);
    content: "/";
    margin: 5px;
}

.bord{
    border-bottom: 1px solid #EDECEA;
}

.bord-top{
    border-top: 1px solid #EDECEA;
    padding: 39px 12px 0 12px;
}

.right_cms{
    border-left: 1px solid #EDECEA;
}

.block-reassurance{
    margin-left: 20px;
}

.reassurance-list{
    display: flex;
    gap: 21px;
    flex-direction:  column;
}

.reassurance-item{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.single-product-title{
    font-weight: {rand_weight};
    color: #282828;
    margin-bottom: 29px;
    font-size: 25px;    
    text-align: center;
}

.single-product-infa .price{
    font-size: 19px;
    font-weight: {rand_weight};
    color: #FE4135;
    margin-bottom: 20px;
}

.single-product-infa{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 12px;
    height: 100%;
}

.infa-product{
    font-size: 16px;
    color: #282828;
    padding-left: 21px;
    list-style-type: disc;
    display: flex;
    gap: 12px;
    flex-direction:  column;
    margin-bottom: 50px;
}

.infa-product li span{
   margin-left: 12px;
}

.single-product-img-wr{
    flex: 2;
}

.single-product-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
}

.single-product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-wrapper{
    display: flex;
    gap: 20px;
    margin-bottom: 39px;
    flex-direction: column;
}

.single-product-img-box{
    flex: 3;
    display: flex;
    gap: 20px;
}

.page-servis-box{
    flex: 1;
}

.single-product-info-box{
    flex: 1;
}

.content{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.page-content{
    flex: 3;
}

.related-products{
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.related-item{
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 2px solid #EDECEA;
}

.related-link{
    height: 207px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-info{
    flex: 1;
    padding: 39px 12px;
    text-align: center;
    transition: all 500ms ease 0s;
}

.related-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms ease 0s;
}

.related-products .title-section{
    margin-bottom: 0;
    font-size: 33px;
}

.related-btn{
    position: absolute;
    top: auto;
    bottom: 12px;
    left: 7px;
    right: 7px;
    opacity: 0;
    transition: all 500ms ease 0s;
}

.related-item:hover .related-btn{
    opacity: 1;
}

.related-item:hover .related-info{
    color: var(--accent-color);
}

.page-content ul{
    list-style: square;
    margin-left: 39px;
}

.page-content p{
    margin-bottom: 12px;
}

.page-content_wraper{
    display: flex;
    gap: 20px;
}

.section-bg{
    padding: 116px 0 55px;
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(pic/figures_header_68779a58e7e432.64730276.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: var(--white);
}
.form-page{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
 .related-products-list{    
    border: 1px solid #EDECEA;
    padding:  12px;
 }
 .related-list{
    display: flex;
    gap: 20px;
    flex-direction: row;
    padding: 7px;
 }

        @media (max-width: 575px){
           
            button{
                width: 100%;
            }

            .navbar-toggler{
                width: auto;
            }

            .header-nav-container{
                flex-direction: column;
                gap: 0;
            }

            .header-logo{
                margin-left: auto;
                margin-right: auto;
            } 
            
            .navbar{
                justify-content: space-around;
            }

            .header-min{
                display: none;
            }

            .hero-title{
                font-size: 25px;
            } 

            .hero-text h1{
                margin-bottom: 0;
                font-size: 25px;
            }           
            
           .support-page-box{
                padding: 50px 12px;
            }

             .form-check-label{
                font-size: 13px;
            }

             .reviews-blok{
                padding: 39px 12px;
            }
           
            .title{
                font-size: 19px;
            }

            .grup-form{
                align-items: center;
            }
            
        }
        
        @media (max-width: 768px){         
        .header-min .row{
            flex-direction: column;
            gap: 12px;
            text-align: center;            
        }

        .header_list{
            justify-content: center;
        }

        .support-page{
            flex-direction: column;
        } 

        .prod-img{
            height: 349px;
        } 

        .page-wrapper{
            flex-direction: column;
        }

        .right_cms{
            border-top: 1px solid #EDECEA;
            border-left: 0px solid #EDECEA;
        }

        .block-reassurance{
            margin: 39px 0 0 20px;
        }

        .related-list{
            flex-direction: column;
        }
           
        .title-section{
            font-size: 25px;
        }    
    }
        
    
        @media (min-width: 768.99px) and (max-width: 991.99px){
            .support-page-box{
                padding:  12px;
            }

            .reassurance-item{
                flex-direction: column;
                align-items: start;
            }

            .related-list{
                flex-direction: row;
                padding: 0;
            }

            .related-info{
                padding: 39px 12px; 
            }

            .support-page-box h2{
                font-size: 19px;
            }

            .support-page-box p{
                font-size: 16px;
            }
        }

         @media (min-width: 574.99px) and (max-width: 768px){
           .reviews-blok{
                padding: 50px;
            }
         }

        @media(min-width: 992px){
            .logo-lg{
                display: none;
            }
           
           .offcanvas-body{
                align-items: center;
                justify-content: space-between;
           } 
        }

        @media(max-width: 991px){
            .dropdown-menu{
                border: none;
                background-color: #f5f4f4;
                
            }
            .nav-item,.dropdown-item:not(:last-child),.offcanvas-header{
                border-bottom: 1px dashed #dedede;
            }

            .nav-link{
                padding: 12px 0;
            }

            .logo-mob{
                display: none;
            }

            .hero-wrapper{
                flex-direction: column;
                height: auto;
            }
            
            .hero-img img{
                height: 349px;
            }

            .footer-list{
                flex-direction: column;
                text-align: center;
                align-items: center;
            }

            .footer-top{
                padding: 29px 0;
            }

            .footer-politik-item{
                flex-direction: inherit;
                flex-wrap: wrap;
                justify-content: center;
            }

            .form-wrapper .col-lg-4{
                margin-bottom: 20px;
            }

            .cont-form-wraper{
                flex-direction: column;
            }  

            .cont-bg{
                height: 207px;
            } 

             .work-schedule{
                flex-direction:  column;
             }

             .open-video video {
                height: 228px;
             }

             .single-product-img-box{
                flex-direction: column;
             }

             .form-page {
                width: 100%;
             }

             .content{
                flex-direction: column;
             }
        }
       
        .btn-1 {
            position: relative;
            padding: 12px 20px;
            border-radius: 6px;
            display: block;
            text-align: center;
            color: #FFF;
            font-size: 16px;
            font-weight: {rand_weight};
            letter-spacing: 2px;
            background-color: #212121;
            transition: all 0.5s;
             text-transform: uppercase;
            border: none;
          }
          
          .btn-1::before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(79, 139, 123, 0.281);
            border-radius: 6px;
            transition: all 0.3s;
            z-index: 1;
          }
          
          .btn-1:hover::before {
            opacity: 0;
            transform: scale(0.7,0.7);
          }
          
          .btn-1::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: all 0.4s;
            border: 1px solid rgba(79, 139, 123, 0.281);
            border-radius: 6px;
            transform: scale(1.5,1.5);
            opacity: 0;
            z-index: 1;
          }
          
          .btn-1:hover::after {
            opacity: 1;
            transform: scale(1,1);
          }
          
          .btn-2 {
            color: #ecf0f1;
            display: block;
            font-size: 16px;
            background-color: #212121;
            text-align: center;
            border: 1px solid #ffffff;
            border-radius: 6px;
            padding:  12px  20px;
            box-shadow: 0px  7px 0px #787878;
            transition: all 50ms;
          }
          
          .btn-2:active {
            box-shadow: 0px 2px 0px #787878;
            position: relative;
            top: 2px;
          }

          .btn-3 {
                display: inline-block;
                display: block;
                text-align: center;
                font-size: 16px;
                font-weight: {rand_weight};
                text-transform: uppercase;
                letter-spacing: 0.8px;
                color: #ffffff;
                background-color: rgb(79, 139, 123);
                border-style: none;
                border-radius: 7px;
                padding: 20px 18px;
                transform: scale(1);
                transition: 0.2s;
                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
                cursor: pointer;
          }
          
          .btn-3:hover {
            background-color:#222;
            box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.2);
          }
          
          .btn-3:active {
            transform: scale(0.95);
            box-shadow: none;
          }
          
          .btn-4 {
              background: #CDCDCD;
              padding: 12px  29px;
              border: 2px solid #CDCDCD;
              color: #222;
              border-radius: 6px;
              font-size: 16px;
              display: block;
              font-weight: {rand_weight};
              position: relative;
              text-transform: uppercase;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              text-align: center;
          }
          
          
          
          .btn-4:hover,.btn-4:focus {
                background: #1b2032;
                color: #fff;
                border: 2px solid #1b2032;
          }

          .btn-5 {
            background: #4f8b7b;
              border: 0;
              display: block;
              border-radius: 12px;
              box-shadow: 0 3.43693px 3.43693px rgba(0,0,0,.25);
              box-sizing: border-box;
              color: #ffffff;
              font-size: 16px;
              font-weight: {rand_weight};
              line-height: 1.5;
              outline: 0;
              padding: 12px 29px;
              position: relative;
              text-transform: uppercase;
              text-align: center;
              transition: background .3s ease-in-out;
              
            
          }
          .btn-5:hover,.btn-3:focus{
            background: #373737;
          }

          .pr-section{
            padding-top: 50px
          }

          .map iframe{
            border: none;
          }

          .contact-wr{
            flex: 2;
          }