body {
    color: var(--color-black);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1260px;
    }
}


.header-logo{
    width: 100%;
    max-width: 164px;
}

a {
    color: var(--color-black) !important;
}

a:hover {
    color: var(--color-primary) !important;
}

.poweredby-logo
{
    max-height: 15px;
}

.powered-separator
{
    padding: 0px 5px;
}

.main-h1
{
    font-size: 40px !important;
    font-weight: 800;
    margin-bottom: 27px;
    text-align: center;
}
.subpage-banner{
    max-width: 980px;
    height: 300px;
    border-radius: 30px;
    margin-bottom: 30px;
    display: flex;
}

.site-content-view
{
    font-size: 16px;
    line-height: 150%;
}

.breadcrumb
{
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumb-item
{
    color: var(--color-black) !important;
    display: -webkit-flex;
    display: flex;
}

.breadcrumb-item a
{
    display: -webkit-flex;
    display: flex;
}

.navbar-toggler {
    position: relative;
}

.navbar-toggler svg {
    transition: transform 0.3s;
}

.navbar-toggler.collapsed svg {
    transform: rotate(0deg);
}

.navbar-toggler:not(.collapsed) svg {
    transform: rotate(90deg);
}


.navbar
{
    height: 100px;
    padding: 0px;
}

.navbar-main
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    gap: 40px;
}
.anim, .anim :where( svg ,path,circle, rect, line){
    transition: all .2s ease-in-out;
}
.navbar-link
{
    color: var(--color-black);
    font-size: 15px;
    font-weight: 400;
}
.navbar-link:is(:hover,:focus){
    color: var(--color-primary) !important;
}
.login-btn,.contact-btn{
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 110%;
}
.login-btn{
    background: var(--color-gray);
    height: 100%;
    max-width: 120px;
    min-width: 120px;
    gap: 9px;
}
.login-btn:is(:hover,:focus){
    color: var(--color-gray) !important;
    background: var(--color-primary);
}
.login-btn:is(:hover,:focus) path{
    fill: var(--color-gray) !important;
}
.contact-btn:is(:hover,:focus){
    color: #fff !important;
    border-color: var(--color-secondary) !important;
    background: var(--color-secondary);
}
.contact-btn:is(:hover,:focus) path{
    stroke: var(--color-primary) !important;
}
.contact-btn{
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    gap: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}
.header-wrapper{

}
.navbar-collapse{
    padding: 0;
    flex-grow: 0;
    margin-left: auto;
}
.header-logo img{
    max-width: 164px;
    max-height: 90px;
    height: 100px;
}

.circle-btn
{
    border-radius: 50%;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    border: 2px solid #F6F6F6;
}

a.circle-btn:hover
{
    background-color: #F6F6F6;
}

.main-container
{
    margin-top: 24px;
    margin-bottom: 75px;
}

header
{
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.header-phone-btn
{
    margin-left: 31px;
}

.header-contact-btn
{
    margin-left: 21px;
}

.color-btn
{
    display: flex;
    align-items: center;
    text-align: center;
    padding: 12px 19px !important;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #FBFBFB !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    background: var(--color-primary);
    max-width: 196px;
    width: 100%;
    justify-content: center;
}
.carousel-indicators{
    z-index: 10 !important;
    gap: 5px;
    margin-bottom: 21px !important;
}
.carousel-indicators [data-bs-target]{
    opacity: 1 !important;
    border-radius: 50% !important;
    width: 8px !important;
    height: 8px !important;
    background-color: #fff !important;
    margin: auto 0 !important;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.carousel-indicators button.active{
    border-radius: 20px !important;
    background-color: var(--color-primary) !important;
    border: none !important;
    width: 24px !important;
}

.color-btn:hover {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
    color: #fff !important;
}
.banner-top .color-btn-inverse{
    padding: 15px 52px;
    font-weight: 800;
    border: none !important;
    line-height: normal;
}
.color-btn-inverse
{
    display: block;
    color: #fff !important;
    background-color: var(--color-primary) !important;
    padding: 11px 17px;
    border-radius: 40px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    border: 2px solid var(--color-primary);
    line-height: 100%;
}

.color-btn-inverse:hover {
    color: var(--color-primary) !important;
    background-color: #fff !important;
}
.news-section .color-btn{
    padding: 14px 47px;
}

.banner-top
{
    width: 100%;
    height: 694px;
    position: relative;
    padding: 35px;
}

.banner-top-img
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.banner-top::before
{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(14, 15, 16, 0.60);
}

.banner-top-content
{
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 850px;
    color: #fff;
    z-index: 4;
}
@media(min-width: 1399px){
    .header-container{
        max-width: 1314px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
@media(max-width: 1399px){
    .banner-top-content{
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .btc-btn-row{
        margin-top: 40px !important;
    }
}

.btc-name
{
    font-size: 45px;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 16px;
    padding: 0px 30px;
}

.btc-content
{
   color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0px auto;
    width: 100%;
    max-width: 576px;
    padding: 0px 30px;
}

.btc-btn-row
{
    margin-top: 48px;
}

.page-block
{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.banner-bottom .page-block{
    padding: 60px 0px;
}

.page-block-gray
{
    background-color: #F6F6F6;
}

.read-more-row
{
    margin-top: 37px;
}

.scroll-position
{
    position: absolute;
    top: -150px;
    left: 0px;
    width: 0px;
    height: 0px;
}

#kapcsolat{
    top: -50px;
}

.aboutus-img
{
    border: 10px solid #F5F5F5;
}

.aboutus-h1
{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 12px;
}

.aboutus-content
{
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 150%;
}

.aboutus-info
{
    gap: 20px;
    margin-bottom: 25px;
}

.aboutus-info-text
{
    font-size: 16px;
    line-height: 150%;
}

.more-arrow-btn:hover path
{
    stroke: var(--color-primary) !important;
}

.page-block-title
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 22px;
}

.page-block-info
{
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.section-services-swiper .swiper-wrapper
{
    padding-bottom: 10px;
}

.service-item-outside
/*,.news-swiper-item*/
{
    width: 25%;
    padding: 0px 10px;
    height: auto !important;
}


.news-swiper-item{
    width: 25%;
    height: auto !important;
    padding: 0 13px !important;
}

.service-item
{
    padding: 50px 13px;
    gap: 35px;
    background-color: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
    text-align: center;
}

.smi-img
{
    height: 75px;
}

.smi-img img
{
    max-width: 75px;
    max-height: 75px;
    transition: all 0.3s;
}

.service-item:hover .smi-img img
{
    transform: scale(1.2);
}

.smi-name
{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    min-height: 25px;
}

.smi-info
{
    font-size: 16px;
    line-height: 150%;
    padding: 0px 15px;
}

.gallery-images
{
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
}

.gallery-images a
{
    width: calc(100% / 3);
    display: block;
    overflow: hidden;
}

.gallery-images a img
{
    transition: all 0.3s;
}

.gallery-images a:hover img
{
    transform: scale(1.1);
}

.news-list-item
{
    margin-bottom: 30px;
}

.news-item
{
    background-color: #fff;
    gap: 16px;
    /*padding-bottom: 28px;*/
}

.news-item-img
{
    border-radius: 30px;
    overflow: hidden;
}

.news-item-img img {
    transition: all 0.3s;
}

.news-item:hover .news-item-img img
{
    transform: scale(1.1);
}

.news-item-title
{
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 0px 12px;

    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item-lead
{
    padding: 0px 12px;
}

.news-view-block-more
{
    width: 320px;
    min-width: 320px;
    padding-left: 30px;
    gap: 30px;
}

.share-row
{
    margin-top: 30px;
}

.share-title
{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.share-row ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    gap: 10px;
}

.share-row ul li {
    display: inline-block;
}

.share-row ul li a {
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 12px;
    color: #fff !important;
    background-color: var(--color-black);
    position: relative;
}

.share-row ul li a:hover {
    background-color: var(--color-primary);
}

.share-row ul li a span {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: -32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: nowrap;
}

.share-row ul li a span::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -8px;
    border: 5px solid var(--color-primary);
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.share-row ul li a:hover span {
    opacity: 1;
    visibility: visible;
    top: -35px;
}

.brand-item-outside
{
    padding: 25px;
    width: initial;
}

.brand-item-outside img
{
    max-height: 50px;
}

.banner-bottom
{
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 41px;
    background-color: #EFEFEF;
}
.contact-logo
{
    margin-bottom: 25px;
}
.contact-logo img
{
    max-width: 175px;
}
.banner-bottom-page-block
{
    position: relative;
    z-index: 3;
}

.banner-bottom-img
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

/*.banner-bottom::before
{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(31, 30, 35, 0.75);
}*/

.bbc-name
{
    width: 100%;
    font-size: 45px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.contact-send-row{
    margin-top: 27px;
}
.bbc-content
{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 340px;
}

.banner-bottom-left
{

}

.banner-bottom-column
{
    width: 100%;
    max-width: 600px;
    text-align: left;
}

#contactform
{
    width: 100%;
    max-width: 400px;
}

.contact-title
{
    font-size: 40px;
    font-weight: 900;
    line-height: 110%;
    margin-bottom: 34px;
    var(--color-block);
}

.contact-description
{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
}

#contactform .form-control{
    height: 50px;
    border: none;
    font-size: 14px;
    line-height: normal;
    padding: 14px 21px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

#contactform textarea.form-control{
    height: 131px;
}
.banner-bottom-content{
    max-width: 486px;
    width: 100%;
    margin: 0px auto;
}

#contactform .form-control::placeholder {
    color: var(--color-black);
    opacity: 1;
}

#contactform .form-control::-ms-input-placeholder {
    color: var(--color-black);
}

#contactform .form-check-label
{
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

#contactform .form-check-label a
{
    font-weight: 700;
}

#contactform .form-check-input
{
    box-shadow: none !important;
    border: 1px solid #0B1215;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.contact-success-msg
{
    font-size: 20px;
    text-align: center;
}

.footer-left
{
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-infos
{
    margin-top: 35px;
    margin-bottom: 15px;
}

footer .aboutus-info
{
    margin-bottom: 22px;
}

.footer-social
{
    gap: 15px;
}

.footer-social a
{
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;

    background-color: var(--color-secondary) !important;
}

.footer-social a:hover
{
    background-color: var(--color-primary) !important;
}

.footer-top, .footer-bottom
{
    width: 100%;
    position: relative;
}

.footer-bottom-content
{
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--color-black);
}

.map-block
{
    width: 100%;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
}

#contact-map
{
  /*   position: absolute;
    top: 0px;
    right: 0px; */
    width: 100%;
    height: 100%;
   /*  z-index: 9; */
}

.map-btn
{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.footer-bottom
{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 20px;
}

.footer-bottom img
{
    height: 25px;
}

.swiper-arrows
{
    margin-top: 15px;
    gap: 45px;
}

.swiper-arrows-btn
{
    background: initial !important;
    border: 0px;
    padding: 0px;
}

.gallery-images-view
{
    gap: 20px;
}

.gallery-images-view a
{
    width: 230px;
    min-width: 230px;
    display: block;
}

.footer-container{
    padding: 0 0 40px 0;
    max-width: 1130px;
    width: 100%;
}
.footer-logo{
    max-width: 270px;
    width: 100%;
    margin: auto 0;
}
.footer-logo img{
    max-width: 270px;
    max-height: 270px;
    width: 100%;
}
.footer-contact{
    gap: 20px;
    padding-top: 16px;
}
.footer-menu{
    gap: 20px;
    padding-top: 16px;
}
.footer-contact{
    max-width: 260px;
    width: 100%;
}
.footer-title{
    font-size: 24px;
    font-weight: 800;
    line-height: 125%;
}
.contacts-container{
    gap: 40px;
}
.contacts-container :where(a,.info-wrapper){
    gap: 10px;
    color: var(--color-black) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
}
.contacts-container a:is(:hover,:focus){
    color: var(--color-primary) !important;
}
.contacts-container a:is(:hover,:focus) path{
    fill: var(--color-primary) !important;
}
.footer-links{
    gap: 10px;
}
.footer-links a{
    color: var(--color-black) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.footer-links a:hover{
    color: var(--color-primary) !important;
}
.footer-menu{
  /*   margin-left: 19px; */
    max-width: 170px;
    width: 100%;
}
.footer-subscribeds{
    gap: 20px;
    padding-top: 16px;
    width: 100%;
    max-width: 380px;
}
.socials{
    padding-top: 85px;
}
.socials h2{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}
.social-icons{

}
.social-icons a svg{
    width: 15px;
    height: 15px;
}
.footer-logo-wrapper{
    gap: 34px;
    margin-top: auto;
}
.social-link:hover path{
    fill: var(--color-primary);
}

.news-section{
    padding-bottom: 110px;
}
.sec-title{
    color: var(--color-black);
    font-size: 32px;
    margin-bottom: 28px;
    font-weight: 800;
    line-height: 115%; /* 46px */
}
.sec-title .bottom-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}

.opi-card{
    max-width: 499px;
    border-radius: 30px;
    background: #fff;
    color: var(--color-black);
    padding: 33px 46px 22px 46px;
    gap: 27px;
    height: 100%;
}
.opi-content{
    font-size: 13px;
    font-weight: 400;
    line-height: 125%;
}
.opi-name{
    font-size: 14px;
    font-weight: 900;
    line-height: 125%;
}
section.opinions
{
    background-image: url(/img/opinions-bck.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 80px;
}
section.opinions::before
{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #180C02 0%, rgba(24, 12, 2, 0.00) 100%);
    z-index: 1;
}
.opinions .sec-title
{
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    color: #fff;
}
.opinions button{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opinions button svg{
    transform: scale(.75);
}
.opinions .position-relative{
    max-width: 1190px;
    width: 100%;
    margin: 0px auto;
    z-index: 4;
}
.opinions .slick-track
{
    display: flex !important;
}

.opinions .slick-slide
{
    height: inherit !important;
}
.opinions .slick-slide>div,.opi-outer{
    height: 100%;
}
/* .opi-outer{
    padding-right: 49px;
} */
.swiper-arrows.position-absolute{
    transform: translateY(-50%);
    top: 50%;
}
.swiper-opi-prev,.swiper-opi-next{
    transform: translateY(-50%);
    top: 50%;
}
.swiper-opi-prev{
    left: 0;
    transform: translateY(-50%);
}
.swiper-opi-next{
    right: 0;
}

.opi-slider{
    max-width: 1047px;
    width: 100%;
    margin: 0 auto;
}
section.opinions{
    padding-bottom: 109px;
}
.services-wrapper{
    gap: 29px;
}
section.services{
    padding-bottom: 106px;
}
.services .sec-title{
    margin-bottom: 42px;
}
.service-card{
    width: 100%;
    max-width: 398px;
    gap: 28px;
}
a.service-card:is(:hover,:focus) .image-wrapper{
    background-color: var(--color-secondary);
}

.service-body{
    gap: 7px;
}
.service-name{
    color: var(--color-black);
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}
.service-content{
    color: var(--color-black);
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}
.service-card .image-wrapper{
    max-width: 398px;
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
}
.service-card img{
    max-width: 398px;
    width: 100%;
}
section.about-us{
    padding: 80px 0 80px 0;
}
.about-img{
    padding-right: 30px !important;
}
.about-us-body
{
    padding-top: 30px;
    padding-left: 30px !important;
}
.about-img img {
    border-radius: 30px;
}
.about-us-content{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
}
.gray-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 3px solid #F5F5F5;
    background: #fff;
    color: var(--color-black);
    padding: 11px 20px;
    max-width: 196px;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}
.gray-btn:hover{
    background: var(--color-secondary);
    color: #fff !important;
}
.about-us .gray-btn{
    margin-top: 28px;
}

.about-us-inner{
    max-width: 1140px;
    margin: 0px auto;
}
.pros-card{
    max-width: 266px;
    width: 100%;
    background: #F4F6F9;
    padding: 46px 20px 38px 20px;
    color: var(--color-black);
    gap: 15px;
    font-size: 13px;
    cursor: pointer;
    line-height: 125%; /* 22.5px */
}
.pros-card:hover path{
    fill: var(--color-secondary) !important;
}
.pros-card:hover path{
    fill: #fff;
}
.pros{
    padding-bottom: 100px;
}
.pro-name{
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    padding: 0 12px;
}
.pros-card img{
    max-width: 45px;
    width: 100%;
}
.pros-card div{
    max-width: 230px;
}
.spaceholder{
    position: relative;
    top: -150px;
    height: 1px;
    display: block;
}
.pros .container{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.contact-block .contact-btn{
    margin-left: 0 !important;
    padding: 14px 62px;
}
.services-view{
    word-wrap: break-word;
}
.pros{
    padding-top: 50px;
}
.pros-head{
    margin-bottom: 42px;
}
.pros-head :where(h2,h3){
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 110%;
}
.about-us-gallery{
    gap: 20px;
    margin-top: 7px;
}
.about-us-gallery img{
    max-width: 75px;
    height: auto;
    object-fit: contain;
    max-height: 72px;
}
.bottom-caro .btc-name{
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
    padding: 0;
}
.bottom-caro .banner-top-content{
    max-width: 723px;
    width: 100%;
}
.bottom-caro .banner-top{
    height: 609px;
}
.bottom-caro .btc-btn-row{
    margin-top: 63px;
}
.mid-caro-section{
    padding-bottom: 54px;
}
.slick-wrapper{
    max-width: 1240px;
    width: 100%;
}
.slider-arrow{
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    z-index: 10;
}
.prev-arrow{
    left: -45px;
}
.next-arrow{
    right: -50px;
}
.slider-arrow:not(.slick-disabled):hover :where(path,line){
    stroke: var(--color-secondary);
}
.slider-outer{
    padding-right: 16px;
}
.ref-section .slick-wrapper{
    max-width: 1130px;
    width: 100%;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
    border-color: var(--color-primary) !important;
}
.ref-wrapper .service-card,.gallery-wrapper .service-card{
    max-width: 366px;
    gap: 14px;
}
.ref-wrapper .service-card .service-name,.gallery-wrapper .service-card .service-name{
    font-size: 22px;
    margin-bottom: 2px;
    font-weight: 700;
}
.single-gallery img{
    max-width: 366px;
    display: block;
    width: 100%;
    border: 10px solid #F5F5F5;
    cursor: pointer;
}
.single-gallery img:hover{
    border-color: var(--color-secondary);
}
.ref-section{
    padding-top: 49px;
    padding-bottom: 76px;
    border-radius: 30px;
    background: #F4F6F9;
    max-width: 1338px;
    margin-bottom: 100px;
}
.ref-wrapper .service-body,.gallery-wrapper .service-body{
    padding-left: 19px;
    max-width: 328px;
    width: 100%;
}
.news-item:hover{
    color: var(--color-black) !important;
}
.news-item:hover img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.news-more-item {
    margin-bottom: 1rem;
}
.pros-row{
    gap: 50px;
}
.pros-card-outer{
    padding-right: 50px;
}
.slick-arrow.slick-disabled{
    opacity: .6;
    cursor: unset !important;
}
.pros-slider .slick-track
{
    display: flex !important;
}

.pros-slider .slick-slide
{
    height: inherit !important;
}
.news-outer{
    padding-right: 19px;
}
.news-item{
    max-width: 293px;
    width: 100%;
}
.opinions .sec-title{
    margin-bottom: 57px;
}
.newsletter-inner{
    padding: 30px 0;
}
.newsletter-container{
    max-width: 1362px !important;
    width: 100%;
    margin: 0 auto;
}
.newsletter-row{
    gap: 80px;
}
.newsletter-row h2{
    width: 100%;
    max-width: 390px;
    color: var(--color-black);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: normal;
}
.newsletter-row h2 strong{
    font-weight: 700;
}
.field-newsletterssubscribeds-email{
    max-width: 487px;
    width: 100%;
    margin-bottom: 0 !important;
}
.newsletters-subscribe-input{
    border-radius: 5px 0px 0px 5px;
    border: 1px solid var(--color-secondary);
    background: #FFF;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    height: 47px;
    padding: 0px 15px;
}
.newsletter-form{
    max-width: 631px;
}
.newsletters-subscribe-submit{
    border-radius: 0px 5px 5px 0px;
    color: #fff !important;
    background: var(--color-secondary);
    height: 47px;
    border: 1px solid var(--color-secondary);
    padding: 10px 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 125%;
}
.newsletters-subscribe-submit:hover{
    color: var(--color-secondary) !important;
    background: #fff;
}
.field-newsletterssubscribeds-agree{
    padding-left: 8px;
}
.newsletter-inner .form-check-input[type=checkbox]{
    border: 1px solid #1F1E23;
    background-color: #FFF;
    border-radius: 0;
}
.newsletter-inner .form-check-label{
    color: var(--color-black);
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.36px;
}
.newsletter-inner .form-check-label a{
    color: var(--color-black);
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
}
.faq-section{
    padding-bottom: 96px;
}
.faq-section h2{
    margin-bottom: 42px !important;
}
.faq-container{
    max-width: 1107px;
    gap: 21px;
}
.faq-sub-container{
    max-width: 543px;
    width: 100%;
}
.faq-section .accordion{
    gap: 10px;
}
.accordion-item,.accordion-header{
    border-radius: 15px !important;
    background: #F4F6F9 !important;
    border: none !important;
    box-shadow: none !important;
}
.accordion-button{
    box-shadow: none !important;
    border-radius: 15px !important;
    background: #F4F6F9 !important;
    padding: 25px 36px !important;
}
.accordion-button{
    color: var(--color-black) !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0 !important;
}
.accordion-body{
    color: var(--color-black) !important;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 150% !important;
    margin-bottom: 0 !important;
    padding: 0 58px 29px 33px !important;
}
.accordion-button::after{
    background-image: url("/img/plus.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("/img/minus.svg") !important;
}
.breadcrumb{
    justify-content: center;
    margin-top: 27px;
    margin-bottom: 0 !important;
}
.breadcrumb-item,.breadcrumb-item a{
    text-transform: capitalize;
    color: var(--color-black);
    font-size: 13px;
    font-weight: 400;
    line-height: 150%; /* 16.5px */
}
.breadcrumb-item.active{
    font-weight: 700;
}
.maintitle-block
{
    margin-top: 30px;
}
.mpmaintitle-img
{
    margin-bottom: 20px;
}
.mpmaintitle-img img
{
    max-width: 90px;
}
.maintitle-body
{
    width: 100%;
    max-width: 1000px;
}
.maintitle-title
{
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 125%;
}
.maintitle-content
{
    text-align: center;
    font-size: 18px;
    line-height: 125%;
}
.contact-infos
{
    padding-bottom: 80px;
}
.contact-info
{
    font-size: 14px;
    line-height: 125%;
    width: 100%;
    padding: 20px 30px;
    color: #fff;
    border-radius: 10px;
    background: var(--color-secondary);
    box-shadow: 0 0 1px 2px rgba(63, 31, 6, 0.10);
}
.ci-image
{
    min-width: 30px;
    padding-right: 20px;
}
.ci-title
{

}
.ci-value
{
    font-weight: 700;
}
.quote-block
{
    background: var(--color-secondary);
    padding-top: 60px;
    padding-bottom: 60px;
}
.quote-img img
{
    max-width: 135px;
}
.quote-title {
    color: #fff;
    position: relative;
    width: 100%;
    max-width: 720px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 125%;
    padding: 0px 15px;
}
.quote-title svg {
    position: absolute;
}
.quote-title svg:first-child {
    top: -25px;
    left: 0px;
}
.quote-title svg:nth-child(2) {
    bottom: -25px;
    right: 0px;
}
.shop-item
{
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}
.shop-item::before
{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, #180C02 0%, rgba(24, 12, 2, 0.00) 55.29%);
}
.shop-name
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 30px;
    padding-bottom: 45px;
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    line-height: 125%;
    z-index: 3;
    max-width: 300px;
}
.shop-item img
{
    transition: transform 0.3s;
}
.shop-item:hover img
{
    transform: scale(1.1);
}
@media(min-width: 1200px){
    .newsletter-inner .container{
        max-width: 1131px !important;
    }
}
@media (max-width: 1399px) {
    .bbc-name, .contact-title {
        font-size: 36px;
    }
    .slick-wrapper{
        max-width: 1140px;
    }
    .ref-section.mx-auto{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

@media(min-width: 1300px){
    .container{
        max-width: 1253px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media(max-width: 1299px){
    .opi-slider{
        max-width: 860px;
    }
    .opi-card{
        max-width: 405px;
    }
    .pros-card{
        padding: 31px 22px 33px 22px;
    }
    .ref-section .slick-wrapper,.services .slick-wrapper{
        max-width: 1000px;
    }
}

@media (max-width: 1199px) {
    .navbar-main {
        gap: 20px;
    }
    .contact-block {
        padding: 50px 20px;
    }
    .bbc-name, .contact-title {
        font-size: 32px;
        font-weight: 900;
    }
    .bbc-name{
        margin-bottom: 20px;
    }
    .read-more-row
    {
        margin-top: 53px;
    }
    .services .read-more-row-news{
        margin-top: 29px;
    }
    .footer-container{
        gap: 40px;
    }
    .news-swiper-item.index-3{
        display: none !important;
    }
    .news-swiper-item{
        width: 33%;
    }
    .about-us .sec-title .bottom-title{
        font-size: 35px;
        line-height: 35px;
    }
    .pros-card{
        font-size: 16px;
    }
    .navbar-collapse{
        margin-left: 0;
    }
    .slick-wrapper{
        max-width: 880px;
    }
    .pros-row{
        column-gap: 8px;
        row-gap: 12px;
    }
}

@media (max-width: 992px) {
    .maintitle-title
    {
        font-size: 28px;
    }
    section.about-us{
        padding: 40px 0 40px 0;
    }
    .contact-infos
    {
        padding-bottom: 45px;
    }
    .contact-btn-mobile{
        height: 100%;
    }
    .navbar-main {
        background-color: var(--color-secondary);
        padding: 32px;
        gap: 0 !important;
    }
    #navbarsMain
    {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 99;
    }
    .navbar-link {
        color: #fff !important;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        /* line-height: 250%; */
        border-bottom: 1px solid #fff;
        width: 100%;
        display: block;
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .navbar-link.last{
        border-bottom: none !important;
    }
    .navbar-item{
        width: 100%;
    }
    .navbar-link:is(:hover,:focus) {
        color: var(--color-primary) !important;
    }
    .navbar-toggler
    {
        margin-right: 20px;
    }
    .header-contact-btn
    {
        margin-right: 21px;
    }
    .header-contact-btn .color-btn
    {
        padding: 14px 12px;
    }
    .aboutus-img
    {
        margin: 23px auto;
    }
    .service-item-outside
    {
        width: 292px;
    }
    .bbc-content, .contact-description {
        font-size: 14px;
    }
    .footer-left
    {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .footer-social
    {
        margin-top: 60px;
    }
    .socials{
        padding-top: 65px;
    }
    .news-section .color-btn{
        padding: 14px 90px;
    }
    .services .color-btn{
        padding: 14px 35px;
    }
    section.opinions{
        padding-bottom: 42px;
    }
    .opi-btns{
        justify-content: center;
        gap: 31px;
        margin-top: 37px;
    }
    .swiper-opi-next{
        transform: none;
        position: initial !important;
    }
    .swiper-opi-prev{
        transform: none;
        position: initial !important;
    }
    .opi-card{
        max-width: 390px;
        margin: 0 auto;
    }
    .opi-outer{
        padding: 0;
    }
    .about-us-inner{

    }
    .about-us-body p:last-child{
        margin-bottom: 0;
    }
    .sec-title .bottom-title{
        font-size: 30px !important;
    }
    .sec-title{
        text-align: center;
        font-size: 28px !important;
        font-weight: 800 !important;
        margin-bottom: 29px !important;
    }
    .about-img {
        padding-right: 15px !important;
        text-align: center;
    }
    .about-us-body {
        padding-left: 15px !important;
        text-align: center;
    }
    .pros-card{
        font-size: 12px;
        height: 100%;
    }
    .pros .col-6:nth-child(1),.pros .col-6:nth-child(2){
        margin-bottom: 9px;
    }
    /*.btc-name{
        font-size: 39px;
    }*/
    .btc-content{
        font-size: 20px;
    }
    .banner-top{
        height: 500px;
    }
    .pros-head :where(h2,h3){
        font-size: 30px;
    }
    .footer-logo-wrapper{
        margin-top: 0;
    }
    .footer-container{
        padding-top: 40px;
    }
    .pro-name{
        padding: 0;
    }
    .pros-card-outer{
        padding-right: 20px;
    }
    .banner-bottom .page-block{
        padding: 40px 0px;
    }
    #contactform{
        max-width: unset;
    }
    .contact-send-row{
        justify-content: center;
    }
    .opinions button{
        position: unset !important;
    }
    .footer-container{
        padding-bottom: 40px !important;
        padding-top: 0 !important;
    }
    .newsletter-row{
        gap: 24px;
    }
    .newsletter-row h2{
        max-width: 631px;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        font-size: 18px;
    }
    .newsletter-inner{
        padding: 0px;
    }
    .faq-container{
        gap: 5px;
    }
    .faq-section .accordion{
        gap: 5px;
    }
    .faq-section h2{
        margin-bottom: 25px !important;
    }
}

@media (max-width: 767px) {
    .opinions .sec-title{
        margin-bottom: 37px;
    }
    .banner-bottom-content{
        text-align: center;
        margin: auto;
    }
    .contact-title{
        text-align: center;
    }
    .page-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .read-more-row
    {
        margin-top: 53px;
    }
    .banner-top {
        height: 560px;
    }
    .news-view-block-more
    {
        width: 100%;
        padding: 0px;
        margin-top: 30px;
    }
    .banner-bottom-left {
        padding-top: 0px;
        margin-bottom: 27px;
    }
    .contact-block {
        padding: 35px 25px;
    }
    .banner-bottom-page-block
    {
        padding: 67px 12px 21px 12px;
    }
    .bbc-name, .bbc-content {
      /*   text-align: center; */
        padding: 0 10px 0 10px;
    }
    .banner-bottom-column{
        padding: 0 !important;
    }
    .bbc-content{
        font-size: 12px;
    }
    footer .circle-btn {
        width: 75px;
        min-width: 75px;
        height: 75px;
        min-height: 75px;
    }
    footer .circle-btn svg {
        width: 36px;
        height: 36px;
    }
    footer .aboutus-info {
        margin-bottom: 60px;
        gap: 20px;
    }
    .footer-infos
    {
        margin-top: 60px;
    }
    .navbar-collapse{
        padding: 0;
    }
    .footer-bottom{
        padding: 35px 0;
    }
    .footer-container{
        max-width: 293px;
        width: 100%;
        padding: 92px 0 73px 0;
    }
    .footer-logo{
        margin: 0 auto 11px auto;
    }
    .news-swiper-item.index-2{
        display: none !important;
    }
    .news-swiper-item{
        width: 100%;
    }
    .news-section{
        padding-bottom: 37px;
    }
    .sec-title{
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 47px;
    }
    .news-swiper-item{
        padding-bottom: 45px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .services .sec-title{
        line-height: 45px;
        margin-bottom: 25px;
    }
    .services-wrapper{
        gap: 47px;
    }
    .service-body,.service-card{
        gap: 9px;
    }
    .pros{
        padding-bottom: 52px;
    }
    .bottom-caro .banner-top{
        height: 500px;
    }
    .social-icons a svg{
        width: 25px;
        height: 25px;
    }
    .pros-row{
        flex-wrap: wrap;
    }
    .pros-row:not(.pros-slider) .pros-card{
        width: 49%;
    }
    .pros{
        padding-top: 0;
    }
    .service-card{
        max-width: 317px;
    }
    .service-name{
        font-size: 22px;
        font-weight: 700;
    }
    section.services{
        padding-bottom: 47px;
    }
    .ref-section.mx-auto{
        margin: 0 !important;
        border-radius: 0;
        padding-top: 38px;
        padding-bottom: 70px;
    }
    section.opinions{
        padding: 47px 0;
    }
    .faq-section{
        padding-bottom: 0;
        padding-top: 37px;
    }
    .accordion-button{
        padding: 20px 30px !important;
    }
    .accordion-body{
        padding: 3px 30px 29px 28px !important;
    }
    .footer-menu, .footer-contact, .footer-subscribeds
    {
        width: 100%;
        max-width: 100%;
        min-width: 0px;
    }
    .footer-title {
        font-size: 23px;
        font-weight: 700;
    }
}

@media (max-width: 575px) {
    .ci-image {
        padding-right: 15px;
    }
    .contact-info
    {
        padding: 20px;
    }
    .header-wrapper{
        padding-right: 20px;
    }
    .newsletters-subscribe-input{
        min-width: unset;
    }
    .pros-card{
        max-width: unset;
    }
    .aboutus-h1, .page-block-title, .main-h1
    {
        font-size: 32px !important;
        margin-bottom: 19px;
        text-align: center;
    }
    .aboutus-content
    {
        text-align: center;
    }
    .aboutus-info {
        gap: 15px;
        text-align: center;
    }
    .gallery-images a
    {
        width: 100%;
    }
    .gallery-images-view
    {
        gap: 10px;
    }
    .gallery-images-view a {
        width: calc(50% - 5px);
        min-width: calc(50% - 5px);
    }
    .pros .col-6{
        padding: 0 3px;
    }
    .btc-name{
        font-size: 30px;
        margin-bottom: 36px;
    }
    .btc-content{
        font-size: 16px !important;
    }
    .btc-btn-row{
        margin-top: 36px;
    }
    .banner-top{
        height: 480px;
    }
    .btc-name{
        padding: 0 12px !important;
    }

    .btc-content{
        padding: 0 33px;
    }

    .services-wrapper .service-card{
        max-width: 280px;
    }
    .services-wrapper .service-name{
        font-size: 23px;
    }
    .contact-btn-mobile{
        font-size: 10px !important;
    }
    .header-container{
        padding-left: 0px !important;
        padding-right: 0 !important;
    }
    .header-logo img, .header-logo{
        max-width: 100px !important;
    }
    .header-logo img
    {
        max-height: 52px;
    }
    .pros-card{
        padding: 30px 10px;
        gap: 10px;
    }
    .ref-wrapper .service-card,.gallery-wrapper .service-card{
        max-width: 280px;
    }
    .ref-section{
        padding: 40px 0;
    }
    .contact-btn
    {
        padding: 10px 20px;
    }
    .header-logo
    {
        margin-left: 10px;
    }
    .pros-row:not(.pros-slider) .pros-card{
        width: 48%;
    }
    .pros-card{
        padding: 46px 14px 76px 14px;
    }
    .pros-card-outer{
        padding-right: 12px;
    }
    .about-us-body{

    }
    .services .container,.ref-section .container,.news-section .container{
        padding-left: 18px !important;
        padding-right: 0 !important;
    }
    .banner-bottom-column.banner-bottom-right,.faq-section .container{
        padding: 0 20px !important;
    }
    .bbc-name, .bbc-content{
        padding: 0 30px;
    }
}

@media (max-width: 450px) {
    .navbar-toggler {
        margin-right: 10px;
    }
    .header-contact-btn {
        margin-right: 10px;
    }
    .header-contact-btn .color-btn {
        padding: 13px 6px;
        font-size: 12px;
    }
}

.share-row a{
    background-color: var(--color-primary) !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 0 !important;
    display: flex !important;
    justify-content:center;
    align-items: center;
}

.social-link-f
{
    width: 30px;
    height: 30px;
    background-color: var(--color-secondary) !important;
}

.social-link-f:hover
{
    width: 30px;
    height: 30px;
    background-color: var(--color-primary) !important;
}

.social-link-f svg{
    width: 15px !important;
    height: 15px !important;
}

@media (max-width: 1199px) {
    .navbar-main{
        gap: 20px;
    }
}
@media(max-width: 1099px){
    .login-btn{
        min-width: 80px;
    }
}
@media (max-width: 991px) {
    .header-logo img, .header-logo{
        max-width: 120px;
    }
    .navbar-toggler{
        background: none !important;
        border: none !important;
        border-radius: 0;
        box-shadow: none !important;
        margin: 0;
    }
    .navbar{
        height: 75px !important;
        padding: 0px !important;
    }
    .contact-btn-mobile{
        color: var(--color-primary) !important;
        font-size: 13px;
        font-weight: 600;
        line-height: 110%;
        gap: 4px;
    }
    .contact-btn-mobile:is(:hover,:focus){
        color: var(--color-secondary) !important;
    }
    .contact-btn-mobile:is(:hover,:focus) path{
        stroke: var(--color-secondary) !important;
    }
    .login-btn{
        gap: 4px;
        font-size: 10px;
        font-weight: 600;
        min-width: 75px;
    }
    .socials-link-container{
        gap: 25px;
        margin-top: 40px;
    }
    .header-contact-label{
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    .header-socials{
        gap: 30px;
    }
    .header-socials a:hover path{
        fill: var(--color-primary);
    }
    .banner-top .color-btn{
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        padding: 15px 54px;
    }
    .header-logo img {
        max-height: 70px;
    }
}
@media (max-width: 767px) {
    .pros-card{
        margin-bottom: 13px;
    }
}
@media(max-width: 400px){
    /*.contact-btn-mobile div{
        display: none;
    }*/
    .pro-name{
        font-size: 14px;
    }
    .header-wrapper{
        padding-right: 0;
    }
}
@media(max-width: 575px) and (min-width: 399px){
    .container{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

