@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');

body{
    direction: ltr;
    font-family: 'Comic Neue', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

a{
    word-break: break-all;
}


        .atf_header_top{
            background-color: #FFA069;
            padding: 7px 0;
            color: rgba(255, 255, 255, 0.8);
            transition: all 0.3s ease 0s;
        }

        .header-top-bar {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            gap: 22px;
            justify-content: flex-start;
        }

        .header-top-bar p,.header-top-bar a{
            margin: 0;
            color: inherit;
            text-decoration: none;
            font-size: 16px;
        }

        .header-top-bar i {
            padding-right: 7px;
            color: rgba(255, 255, 255, 0.8);
        }

        .atf_header_top p:hover {
            color: white;
        }

        .navigation {
            display: flex;
            flex-direction: row;
            gap: 24px;
            padding: 12px 0;
        }

        .logo-head {
            display: flex;
            flex-direction: row;
            gap: 7px;
            align-items: center;
        }

        .logo-head-link {
            text-decoration: none;
            color: inherit;
        }

        .logo-head-img {
            width: 45px;
            height: auto;
        }

        .logo-head-txt {
            font-size: 35px;
            color: black;
            margin: 0;
        }

        .nav-bar-link {
            text-decoration: none;
            font-size: 18px;
            color: black;
        }

        .nav-bar {
            flex: 1;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: end;
            align-items: center;
            gap: 22px;
        }

        .nav-bar a {
            float: left;
            font-size: 17px;
            color: black;
            text-align: center;
            text-decoration: none;
        }

        .dropdown {
            float: left;
        }

        .dropdown .dropbtn {
            font-size: 17px;
            border: none;
            outline: none;
            color: black;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
        }

        .nav-bar a:hover, .dropdown:hover .dropbtn {
            background-color: black;
            color: white;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            max-width: 180px;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .main-view {
            width: 100%;
            height: auto;
            overflow: hidden;
            background-position: center;
            background-size: cover;
            background-image: url(static/images/section-bg-Oe0.jpg);
        }

        .main-view-op {
            height: 100%;
            background-color: #000957;
        }

        .main-view-content {
            padding-top: 70px;
            padding-bottom: 70px;
            display: flex;
            flex-direction: row;
            gap: 39px;
            align-items: center;
        }

        .m-v-txt {
            flex: 1;
        }

        .m-v-title {
            margin-bottom: 89px;
            font-size: 21px;
            color: white;
            text-transform: uppercase;
            text-align: start;
            font-weight:  600;
        }

        .link-btn {
            text-decoration: none;
        }

        .m-v-btn {
            width: 100%;
            font-size: 18px;
            margin: 0;
        }

        .m-v-vector {
           flex: 1;
           top: -50px;
           position: relative;
        }

        .border-first {
            border: 50px solid #257A3E;
            border-radius: 50%;
        }

        .border-second {
            border: 12px solid #c4b6b6;
            border-radius: 50%;
        }

        .border-second img {
            width: 35rem;
            height: 35rem;
            overflow: hidden;
            border: 35px solid #387c6d;
            border-radius: 50%;
            object-fit: cover;
        }

        .feature-section-bg {
            height: auto;
            background-color: #000957;
        }

        .feature-section {
            padding: 84px 0;
        }

        .feature-title {
            margin-bottom: 89px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .feature-block {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            gap: 16px;
        }

        .feature-card {
            box-shadow: 0 12px 40px -12px rgba(0,64,128,.2);
            border: 1px solid #eeeeee;
            border-radius: 3px;
            background: white;
            padding: 27px 22px;
            display: flex;
            flex-direction: column-reverse;
            gap: 16px;
            flex: 1;
        }

        .feature-img {
            height: 100px;
        }

        .feature-img img {
            height: 100px;
            width: auto;
        }

        .feature-txt {
            flex: 1;
            display: flex;
            align-items: center;
        }

        .how-work-n-content {
            padding: 84px 0;
        }

        .how-work-content-block {
            display: flex;
            flex-direction:  row-reverse;
            gap: 26px;
            align-items: center;
        }

        .h-work-content-img {
            width: 50%;
            display: flex;
            flex-direction:  column-reverse;
            gap: 27px;
        }

        .content-img {
           width: 100%;
            display: flex;
        }

        .c-img {
            max-width: 100%;
            margin: 0 auto;
            object-fit: contain;
        }

        .content-text {
            padding: 0  24px;
            width: 50%;
        }

        .content-title {
            margin-bottom: 89px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .content-txt {
            font-size: 21px;
        }

        .how-work {
            padding: 27px 0;
        }

        .how-work-title {
            margin-bottom: 89px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .how-work-list {
            display: flex;
            flex-direction: column;
            gap: 22px;
            justify-content: center;
        }

        .how-work-item {
            padding: 12px 16px 10px;
            box-shadow: 0 0 16px rgba(0,0,0, 0.1);
            border-left: 3px solid #FFA069;
            border-radius: 3px;
        }

        .core__how-work-txt p {
            margin: 0;
        }

        .stat-section-bg {
            height: auto;
            background-color: #000957;
        }

        .stat-section {
            display: flex;
            flex-direction: row-reverse;
            gap: 27px;
            padding: 84px 0;
        }

        .core__stat-item {
            color: #ffffff;
            text-align: center;
            flex: 1;
            padding: 0 0 39px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            width: 100%;
        }
        .core__stat-item i {
            position: absolute;
            font-size: 40px;
            left: 40%;
            top: 45%;
            color: #FFA069;
        }
        .core__stat-item:before,
        .core__stat-item:after{
            content: '';
            background-color: #FFA069;
            height: calc(100% - 120px);
            width: 100%;
            border-radius: 0 0 22px 22px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
        }
        .core__stat-item:after{
            width: 27px;
            height: 27px;
            border-radius: 0;
            transform: translateX(-50%) rotate(45deg);
            bottom: -16px;
            left: 50%;
        }
        .stat-value {
            color: #FFA069;
            background: linear-gradient(#f9f9f9 50%,#f2f2f2 50%);
            font-size: 40px;
            font-weight: 800;
            line-height: 150px;
            width: 250px;
            height: 250px;
            margin: 0 auto 22px;
            border-radius: 50%;
            box-shadow: 0 -5px 0 rgba(255,255,255,0.8),0 12px 12px rgba(0, 0, 0, 0.3);
            display: block;
            -webkit-text-fill-color: #ddd;
            -webkit-text-stroke-color: #FFA069;
            -webkit-text-stroke-width: 1px;
        }
        .core__stat-item h3 {
            font-size: 18px;
            font-weight: 800;
            text-transform: uppercase;
            margin: 0 12px;
            color: #ffffff;
        }

        .services-section {
            padding: 84px 0;
        }

        .service-title {
            margin-bottom: 89px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .double-block {
            display: flex;
            flex-direction: row-reverse;
            gap: 22px;
        }

        .services-list {
            width: 50%;
            display: flex;
            flex-direction: column-reverse;
            gap: 22px;
        }

        .s-card {
            box-shadow: 0 0 16px rgba(0,0,0,0.1);
            padding: 22px;
            border-left: 3px solid #FFA069;
            border-radius: 3px;
            display: flex;
            flex-direction: row-reverse;
            gap: 22px;
            transition: .3s;

        }

         .s-card:hover {
            transform: scale(1.05);
        }


        .s-link {
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .s-img {
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }


        .core__s-text a {
            text-decoration: none;
        }

        .s-title {
            margin-bottom: 10px;
            font-size: 18px;
            text-align: start;
            color: black;
        }

        .media-block {
            width: 50%;
            display: flex;
            flex-direction: column-reverse;
            gap: 22px;
        }

        .media-img {
            display: flex;
            flex-direction:  row-reverse;
            gap: 22px;
            height: 100%;
        }

        .img-first, .img-second {
            width: 50%;
        }

        .img-first img, .img-second img {
            display: block;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .media-video video {
            display: block;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .cta {
            border: none;
            background: none;
        }

        .cta span {
            padding-bottom: 7px;
            letter-spacing: 5px;
            font-size: 15px;
            padding-right: 16px;
            text-transform: uppercase;
        }

        .cta svg {
            transform: translateX(-8px);
            transition: all 0.3s ease;
        }

        .cta:hover svg {
            transform: translateX(0);
        }

        .cta:active svg {
            transform: scale(0.9);
        }

        .hover-underline-animation {
            position: relative;
            color: black;
            padding-bottom: 16px;
        }

        .hover-underline-animation:after {
            content: "";
            position: absolute;
            width: 100%;
            transform: scaleX(0);
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: #000000;
            transform-origin: bottom right;
            transition: transform 0.25s ease-out;
        }

        .cta:hover .hover-underline-animation:after {
            transform: scaleX(1);
            transform-origin: bottom left;
            color: #FFA069;
        }

         .blog-section {
            padding: 84px 0;
        }

        .blog-title {
            margin-bottom: 89px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .blog-block {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .blog-wrap {
            width: calc(100% / 2 - 10px);
            display: flex;
            flex-direction:  row-reverse;
            gap: 22px;
        }

        .blog-card {
            width: calc(100% / 2 - 10px);
            border: 1px solid #eeeeee;
            border-radius: 3px;
            overflow: hidden;
            transition: .3s;
            box-shadow: 0 12px 16px rgba(0,0,0,.1);
            display: flex;
            flex-direction: column-reverse;

        }

        .blog-card:hover {
            box-shadow: 0 12px 16px rgba(0,0,0,.2);
            transform: translateY(-16px);
        }


        .blog-link {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .blog-img {
            width: 100%;
            height: 398px;
            object-fit: contain;
        }

        .blog-text {
            padding: 39px 16px 16px;
            background: #fff;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .core__blog-stat i {
            color: #FFA069;
        }

        .blog-text a {
            text-decoration: none;
        }

        .b-title {
            font-size: 18px;
            font-weight: 600;
            color: #222;
            text-align: start;
            margin-bottom: 16px;
        }

        .blog-txt {
            padding-bottom: 22px;
            border-bottom: 1px solid #f7f7f7;
            margin-bottom: 0;
            color: #748182;
            text-align: start;
        }

        .comment-section-bg {
            height: auto;
            background-color: #000957;
        }

        .comment-section {
            padding: 84px 0;
        }

        .comment-title {
            margin-bottom: 89px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .comment {
            text-align: center;
            margin: 39px 12px 0;
            padding: 0 10% 1%;
            background: white;
            border: 1px solid #eee;
        }
        .comment-avatar {
            width: 100px;
            height: 100px;
            border-radius: 50;
            border: 5px solid rgba(255,255,255,0.3);
            display: inline-block;
            margin-top: -50px;
            overflow: hidden;
            box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);
        }
        .comment-avatar img{
            width: 100%;
            height: auto;
        }
        .description{
            font-style: italic;
            margin: 12px 0 16px;
        }
        .comment-person {
            text-transform: uppercase;
        }
        .comment-person:before{
            content: "";
            width: 32px;
            display: block;
            margin: 12px auto;
            border: 1px solid #d3d3d3;
        }

        :root {
            --star-size: 35px;
            --star-color: rgb(156, 156, 156);
            --star-background: #FFA069;
        }

        .Stars {
            text-align: center;
            --percent: calc(var(--rating) / 5 * 100%);
            font-size: var(--star-size);
            font-family: Times;
            line-height: 1;
            margin-bottom: 25px;
        }
        .Stars::before {
            content: '★★★★★';
            letter-spacing: 5px;
            background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .slick-list {
            padding: 50px 0px;
        }

        .slick-slide {
            height: auto;
        }

        .slick-prev {
            left: -60px ;
        }

        .slick-next {
            right: -25px ;
        }

        .slick-prev:before {
            content: '<';
            background: #e2e2e2;
            color: initial;
            font-size: 41px;
            padding: 0 17px 9px;
            border-radius: 16px;
        }

        .slick-next:before {
            content: '>';
            background: #e2e2e2;
            color: initial;
            font-size: 41px;
            padding: 0 17px 9px;
            border-radius: 16px;
        }

        .slick-prev:hover:before, .slick-next:hover:before {
            background-image:  linear-gradient( to left, #FFC3A1 0%,  #227C70 85%);
            color: #fff;
        }


        .team-section {
            padding: 84px 0;
        }

        .team-title {
            margin-bottom: 89px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .team-block {
            display: flex;
            flex-direction: row-reverse;
            gap: 16px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .team-item {
            flex: 0 0 auto;
            width: 23%;
            box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
            text-align: center;
            overflow: hidden;
            border-radius: 35px;
        }

        .team-avatar img{
            width: 100%;
            height: auto;
        }

        .core__team-content{
            padding: 12px 7px;
            background: white;
        }

        .team-person {
            font-size: 18px;
            font-weight: 600 ;
            color: black;
            text-transform: uppercase;
            margin: 0 0 11px 0;
        }

        .team-post {
            font-size: 16px;
            color: #000;
        }

        .feedback-section {
            padding-bottom: 84px;
        }

        .feedback-block {
            display: flex;
            flex-direction: row-reverse;
            gap: 39px;
        }

        .form-block {
            width: 50%;
        }

        .vector-img {
            display: none;
            width: 100%;
        }

        .form-title {
            margin-bottom: 39px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .form-txt {
            font-size: 16px;
            color: #737373;
        }

        .card {
            border: 0;
        }

        .feed-form {
            display: flex;
            flex-direction: column;
        }

        .feed-form input {
            padding: 12px 16px;
            border-radius: 3px;
            border-left: 6px solid #FFA069;

        }

         .form-check {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .form-check .form-check-input {
            border: 1px solid #FFA069;
        }



        .contact-block {
            width: 50%;
            padding: 0 26px;
            display: flex;
            flex-direction: column;
        }

        .contacts-title {
            margin-bottom: 39px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .contact-wrap {
            display: flex;
            flex-direction: column-reverse;
            justify-content: space-around;
            flex: 1;
        }
        .contact-wrap a {
            word-break: break-all;
        }
        .adress, .phone, .email {
           display: flex;
           flex-direction: row;
           gap: 16px;
           align-items: center;
        }
        

        .adress i, .phone i, .email i {
            font-size: 41px;
            color:  #FFA069;
            text-align: center;
        }

        .adress h4, .phone h4, .email h4 {
            color: black;
            font-size: 18px;
            font-weight: 600;
        }
        .adress p, .phone p, .email p,.phone a, .email a {
            color: black;
            text-decoration: none;
            font-size: 16px;
            
        }

        .map {
            padding-bottom: 84px;
        }

        .footer-bg {
            background-color: #FFA069;
            padding: 39px 0 27px 0;
        }

        .footer {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .footer-col {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .footer-logo-txt {
            color: #fff;
        }

        .spesial-link {
            color: #fff;
            font-size: 16px;
            text-decoration: none;
        }

        .spesial-link:hover {
            text-decoration: underline;
        }

        .footer-gallery {
            display: flex;
            flex-direction: row-reverse;
            gap: 16px;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

        .footer-gallery img {
            display: block;
            height: 133px;
            width: 133px;
            object-fit: cover;
        }

        .spes-page {
            padding: 84px 0;
        }

        .core__spes-page-block {
            height: auto;
            overflow: hidden;
        }

    
        .spes-page-title {
            margin-bottom: 89px;
            font-size: 35px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  800;
        }

        .spes-page-txt {
            font-size: 21px;
        }

        .cont-page {
            padding-top: 84px;
            padding-bottom: 84px;
        }

        .cont-txt {
            font-size: 19px;
            text-align: center;
            margin-bottom: 27px;
        }

        .cont-wrap {
            display: flex;
            flex-direction: row-reverse;
            gap: 39px;
        }

        .core__cont-block {
            background: #FFA069;
            padding: 27px 26px;
            border-radius: 50;
            box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05), 0 5px 16px rgba(0, 0, 0, 0.03);
            margin-bottom: 50px;
        }
        .form-check{
            margin-top: 12px;
        }
        input, textarea {
            padding: 12px 16px;
            border-radius: 50px;
            border-left: 6px solid #FFA069;
            margin: 12px 0px;
        }
        .feed-form button{
            margin-top: 16px;
        }

        .cont-form {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .cont-adress i, .cont-phone i, .cont-email i {
            font-size: 41px;
            color: #fff;
            text-align: center;
        }

        .cont-adress, .cont-phone, .cont-email {
            display: flex;
            flex-direction: row;
            gap: 22px;
            align-items: center;
         }

        .cont-adress h4, .cont-phone h4, .cont-email h4 {
            color: #fff;
            font-size: 18px;
            font-weight: 800;
        }
        .cont-adress p, .cont-phone a, .cont-email a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }










#cookie-product-contentlm{
    display: none;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 16px;
    left: 50%;
    width: 1154px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 16px;
    background-color:  #310B0B;
    border-radius: 0px;
    box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.6);
    gap: 16px;
    z-index: 999999;
}
#cookie-product-contentlm button{
    max-width: 200px;
    width: 100%;
}

#cookie-product-contentlm p{
    margin: 0;
    font-size: 16px;
    color: #fff;
}


@media (min-width: 576px){
    #cookie-product-contentlm.show{
        display: flex;
    }
    .cookie_accept{
        margin: 0 0 0 27px;
    }
}

@media (max-width: 575px){
    #cookie-product-contentlm.show{
        display: flex;
        flex-direction: column;
    }
    .cookie_accept{
        margin: 12px 0 0 0;
    }
    button{
        width: 100%;
    }
}



.button-1 {
    display: inline-block;
    width: 150px;
    height: 50px;
    border-radius: 12px;
    border: 1px solid #03045e;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
   }
   
   .button-1::before,
   .button-1::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transform: skew(15deg);
    transition: all 0.5s;
    overflow: hidden;
    z-index: -1;
   }
   
   .button-1::before {
    left: -12px;
    background: #240046;
   }
   
   .button-1::after {
    right: -12px;
    background: #5a189a;
   }
   
   .button-1:hover::before,
   .button-1:hover::after {
    width: 58%;
   }
   
   .button-1:hover span {
    color: #e0aaff;
    transition: 0.3s;
   }
   
   .button-1 span {
    color: #03045e;
    font-size: 17px;
    transition: all 0.3s ease-in;
   }
  
   .button-2 {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 16px 39px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 800;
    font-size: 17px;
    border-radius: 500px;
    overflow: hidden;
    background: #66ff66;
    color: ghostwhite;
   }
   
   .button-2 span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
   }
   
   .button-2:hover span {
    color: black;
   }
   
   .button-2::before,
   .button-2::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
   }
   
   .button-2::before {
    content: "";
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
   }
   
   .button-2:hover::before {
    transform: translate3d(100%, 0, 0);
   }
  
   .button-3 {
    padding: 0.1em 0.25em;
    width: fit-content;
    height: 65px;
    background-color: #212121;
    border: 0.08em solid #fff;
    border-radius: 0.3em;
    font-size: 11px;
  }
  
  .button-3 span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.4em;
    height: 50px;
    background-color: #212121;
    border-radius: 0.2em;
    font-size: 17px;
    color: #fff;
    border: 0.08em solid #fff;
    box-shadow: 0 0.4em 0.1em 0.019em #fff;
  }
  
  .button-3 span:hover {
    transition: all 0.5s;
    transform: translate(0, 0.4em);
    box-shadow: 0 0 0 0 #fff;
  }
  
  .button-3 span:not(hover) {
    transition: all 1s;
  }
   
   .button-4 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #183153;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
   }
   
   .button-4:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #FFD401;
    position: absolute;
    transition: all 0.5s ease-in-out;
    right: 0;
   }
   
   .button-4:hover::after {
    right: auto;
    left: 0;
    width: 100%;
   }
   
   .button-4 span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 16px 27px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.3em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
   }
   
   .button-4:hover span {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
   }
   
   @keyframes scaleUp {
    0% {
     transform: scale(1);
    }
   
    50% {
     transform: scale(0.95);
    }
   
    100% {
     transform: scale(1);
    }
   }
   
   .button-5 {
    display: inline-block;
    border-radius: 5px;
    background-color: #3d405b;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    width: fit-content;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
   }
   
   .button-5 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
   }
   
   .button-5 span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -16px;
    transition: 0.5s;
   }
   
   .button-5:hover span {
    padding-right: 16px;
   }
   
   .button-5:hover span:after {
    opacity: 1;
    right: 0;
   }

   
@media (max-width: 1199px) {
    .nav-bar {
        gap: 12px;
    }

    .nav-bar a {
        font-size: 16px;
    }

    .m-v-txt {
        width: 50%;
    }

    .feature-block {
        flex-direction: column;
    }

    .feature-card {
        align-items: center;
    }

    .stat-section {
        flex-direction: column;
        gap: 50px;
    }

    .double-block {
        flex-direction: column;
    }

    .services-list {
        width: 100%;
    }

    .media-block {
        width: 100%;
    }

    .blog-block {
        flex-direction: column;
    }

    .blog-wrap {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .header-top-bar {
        gap: 12px;
    }

    .header-top-bar p {
        font-size: 11px;
    }

    .navigation {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .main-view-op {
        display: flex;
    }

    .m-v-vector {
        width: 40%; 
        top: -320px;
    }

    .border-first {
        position: absolute;
    }

    .how-work-content-block {
        flex-direction: column;
    }

    .h-work-content-img {
        width: 100%;
    }

    .content-text {
        width: 100%;
    }

    .feedback-block {
        gap: 12px;
    }

    .m-v-btn {
        font-size: 17px;
    }

   
}

@media(max-width: 767px)  {
    .header-top-bar {
        flex-direction: column; 
        align-items:center ;
    }

    .m-v-vector {
        display: none;
    }

    .blog-wrap {
        flex-direction: column; 
    }

    .blog-card {
        width: 100%;
    }

    .team-block {
        flex-direction: column;
    }

    .team-item {
        width: 100%;
    }

    .feedback-block {
        flex-direction: column;
    }

    .form-block {
        width: 100%;
    }

    .contact-block {
        width: 100%;
    }

    .cont-wrap {
        flex-direction: column;
    }

    .cont-block {
        width: 100%;
    }

    .footer {
        flex-direction: column;
        gap: 22px;
        align-items: center;
    }

    .footer-col {
        align-items: center;
    }

    .comment-avatar {
        overflow: inherit; 
        border-radius: 0;
    }
}

@media(max-width: 600px) {
    .nav-bar {
        justify-content: center; 
        flex-wrap: wrap;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .s-card  {
        flex-direction: column; 
        align-items: center; 
    }

}

.politica-area, .about-area{
    padding: 84px 0px;
}

.cont-map iframe, .map iframe{
    border: 0;
}

.star1{
    --rating:5;
}

.star2{
    --rating:3;
}

.star3{
    --rating:4;
}

.spes-page-img{
    position: relative;
    float: left;
    margin: 39px;
    width: 40%;
    height: 484px;
    margin: 27px;
    border-radius: 35px;
  }
  
  .spes-page-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  
  @media (max-width: 992px){
    .spes-page-img{
      float: none !important;
      width: 100% !important;
      margin: 0 0 30px 0 !important;
    }
  }
  
  
  @media (max-width: 420px){
  
    .spes-page-img{
      height: auto;
    }

    .content-text{
        padding: 0 12px;
    }
  
  }

  .politica-area h2, .politica-area h3{
      font-size: 23px !important;
  }