*{
    font-family: "Montserrat", sans-serif;
}
.aie{
    display: flex;
    align-items: center;
    justify-content: end;
}
.ai{
   display: flex;
    align-items: center;
}

.top-head .menu-block ul{
    display: flex;
    margin: 0;
    padding: 0;
}
.site-header.pc-block{
         display: block;
                position: sticky;
                top: 0px;
                background: white;
                z-index: 9;
}
.content-block-page.not-home strong{
    font-weight: 500;
}
.service-block .single-service a{
        text-decoration: none;
    color: #000000;
}
.content-block-page.not-home blockquote{
    position: relative;
    margin-bottom: 20px;
}
.content-block-page.not-home blockquote::before{
     content: '!';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: red;
    font-weight: 900;
}

.content-block-page h2{
         font-size: 20px;
    margin: 15px 0;
    display: block;
    /* font-size: 18px; */
    /* margin: 25px 0px 15px; */
    /* display: block; */
    color: #215388;
    font-weight: 600;
}
.content-block-page h3{
          font-size: 18px;
    margin: 25px 0px 15px;
    display: block;
    color: #215388;
    font-weight: 500;
}
.content-block-page{
    padding: 0 0 40px;
}
.gallery-h {
        color: #215388;
    font-size: 24px;
    margin: 40px 0;
    font-weight: 600;
}

.content-block-page p{
         font-size: 16px;
    margin-bottom: 10px;
}
.content-block-page ul{
       margin-left: 0;
    padding: 0px 0 0px 15px;
}
.content-block-page ol{
        margin-left: 0;
    padding: 0px 0 0px 15px;
}


.top-head .menu-block ul li{
    list-style: none;
}
.top-head .menu-block ul li a{
    color: black;
    text-decoration: none;
    padding: 0 14px;
    font-weight: 500;
}
.top-head .top-info-block span{
    font-size: 14px;
    margin-right: 20px;
}
.top-head .top-info-block a{
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.top-head{
        padding: 15px;
    background: #e3f7ff;
}
.head-block {
    padding: 20px 0;
}
.head-block .right-head-block{
        display: flex;
    align-items: center;
    justify-content: end;
}
.right-head-block .btn-block a{
        background: #0aa3f3;
    padding: 12px 18px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    margin-right: 30px;
    display: block;
}
.right-head-block .phone-block a{
    display: block;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: black;
}

.head-block .logo a{
        font-weight: 900;
    text-decoration: none;
    color: #0aa3f3;
    text-transform: uppercase;
    font-size: 26px;
}

.banner-block .banner-img img{
        height: 450px;
    width: 100%;

    object-fit: contain;
}
.all-etap{
    display: flex;
    padding: 40px 0;
}
.all-etap .single-etap{
    width: 33%;
    display: flex
;
    align-items: center;
    gap: 24px;
}
.all-etap .single-etap span{
      font-size: 18px;
    /* border-bottom: 1px solid #0aa3f3; */
    margin-bottom: 15px;
    display: block;
    width: fit-content;
    font-weight: 600;
}
.all-etap .single-etap p{
      margin: 0;
}

.all-etap .etap-info-block{
    padding-right: 20px;
}

.banner-block{
        background: #215388;
    padding: 40px 0;
    background: url(../img/backgrround-img1.jpg);
    position: relative;
        background-size: contain;
}
.banner-block::after{
       content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #215388eb;
    z-index: 1;
}
.banner-img{
        z-index: 3;
    position: relative;
}
.banner-content{
         z-index: 3;
    position: relative;
}

.etap-block{
    padding: 40px 0 0;
}

.all-etap .single-etap i{
        font-size: 64px;
    font-weight: 900;
    color: #0aa3f3;
    margin: 0;
}
.etap-block .title h2{
    font-size: 24px;
        text-align: center;
}

.banner-block .banner-content h1{
        color: white;
    font-size: 40px;
    margin: 0 0 30px;
}
.banner-block .banner-content p{
        color: white;
    font-size: 16px;
    margin: 0 0 30px;
}
.banner-block .banner-content a{
        background: #0aa3f3;
    padding: 12px 18px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    margin-right: 30px;
    display: block;
    width: fit-content;

}

.service-block .title span{
        font-size: 24px;
            margin-bottom: 40px;
            display: block;
                color: black;
}
.service-block{
    padding: 40px 0;
    background: #e3f7ff;
}
.service-block .all-service{
    display: flex;
    flex-wrap: wrap;
}
.service-block .all-service .single-service{
    width: 50%;
}
.service-block .all-service .single-service span{
        font-size: 16px;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.service-block .all-service .single-service span::after{
    content: '';
    position: absolute;
    left: 0;
    background: #215388;
    height: 2px;
    width: 14px;
    top: 50%;
    transform: translate(0, -50%);
}


.otz-block{
    padding: 40px 0 0;
}
.otz-block .title h2{
    font-size: 24px;

}
.title.with-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
        margin-bottom: 40px;
}
.custom-owl-nav i{
    color: #215388;
    font-size: 20px;
}

.reviews-carousel i{
    font-size: 14px;
    color: gold;
}
.reviews-carousel .review-text{
    font-size: 14px;
    margin-bottom: 10px;
        padding-right: 20px;
}
.reviews-carousel .stars-block{
    margin-bottom: 20px;
}

.custom-owl-nav {
    display: flex;
    gap: 10px;
}
.custom-owl-nav .owl-prev,
.custom-owl-nav .owl-next {
    cursor: pointer;
    font-size: 24px;
    color: #333;
        background: no-repeat;
    border: 0;
}

#social-media-list .fa-phone-alt{
    color: #215388eb;
}

#social-media-list {
        position: fixed;
    /* bottom: 100%; */
    right: 0;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    z-index: 999;
    bottom: -5%;
    display: block;
    padding: 10px 15px;
    /* width: 42px; */
    text-align: center;
    transform: translate(-25%, -50%);
}
.single-post-page ol {
    margin: 0;
    padding: 10px 0 20px 15px;
}
.site-footer{
        padding: 40px 0 20px;
    background: #215388;
}
.site-footer .foot-logo a{
        font-weight: 900;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 26px;
}
.footer-contanct .tel-block a{
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
}

#social-media-list a {
    display: block;
    text-decoration: none;
    padding: 8px 0;

    font-size: 22px;
    color: #111;
}

#social-media-list a .fa-viber{
        color: #926fcf;
    font-weight: 600;
}
#social-media-list a .fa-telegram-plane{
        color: #00BCD4;
    font-weight: 600;
}
#social-media-list a .fa-whatsapp{
    color: #218125;
    font-weight: 600;
}


.about-block .single-count{
    text-align: center;
    background: #fbfbfb;
    padding: 15px;
    min-height: 200px;
}
.about-block .single-count span{
        font-size: 64px;
    font-weight: 900;
    color: #0aa3f396;
    margin: 0;
}
.faq-block .title span{
        font-size: 24px;
    margin-bottom: 40px;
    display: block;
    color: black;
    font-weight: 500;
}

.accordion-header:hover {
        background: #043c69;
    color: white;
}

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    transition: max-height 0.3s ease-out, padding 0.3s;
}

.accordion-item.active .accordion-content {
    padding: 15px 20px;
    max-height: max-content;
}
.accordion-header {
    width: 100%;
    padding: 25px 15px;
    background: #ffffff;
    border: none;
    outline: none;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 18px;
}
.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    transition: max-height 0.3s ease-out, padding 0.3s;
}
.accordion-content p {
    margin-bottom: 0;
}
.faq-block{
    padding: 20px 0 60px;
    background: #f7f7f7;
    padding: 60px 0 60px;
}
.service-archive.home-page h2{
        font-size: 20px;
    margin: 15px 0 30px;
    display: block;

    color: #215388;
    font-weight: 600;
}
.service-archive.home-page img{
        height: 380px;
    width: 100%;
    object-fit: cover;
}
.service-archive.home-page .service-title-arhiv a{
        font-size: 16px;
}

.about-block .single-count p{
        margin: 10px 0 0;
    font-weight: 500;
}
.bread-block{
    background: #215388;
}
.bread-block *{
    color: white;
     font-size: 14px;
}
.content-block{
    padding: 40px 0;
        background: #e3f7ff;
}
.content-block p{
        font-size: 16px;
    margin-bottom: 10px;
}
.content-block h3{
        font-size: 20px;
    margin: 15px 0;
    display: block;
}


.content-block ul{
    margin: 0;
    padding: 15px 0 15px 15px;
}

#breadcrumbs{
    padding: 15px 0;
    margin: 0;
}
#breadcrumbs a{
    color: white;
        text-decoration: none;
    font-size: 14px;
}

.about-block{
    padding: 40px 0;
}
.about-block .title h1{
        font-size: 24px;
    margin-bottom: 40px;
}

.single-post-page{
    padding: 40px 0;
}
.single-post-page h1{
       font-size: 28px;
    margin-bottom: 15px;
}
.single-post-page h2{
       font-size: 24px;
    margin-bottom: 15px;
}
.single-post-page h3{
        font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: black;
}
.single-post-page ul{
        margin: 0;
    padding: 10px 0 20px 15px;
}
.single-post-page p{
        font-size: 16px;
    margin-bottom: 15px;
}


.single-post-page .post-thumbnail{
    margin-bottom: 20px;
}
.new-block-page{
    padding: 40px 0;
}

.new-block-page .news-title.h5 a{
        color: black;
    text-decoration: none;
    font-size: 18px;
    margin: 15px 0px 15px;
    display: block
}
.new-block-page .title h1{
    font-size: 24px;
    margin-bottom: 40px;
}

.modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex; align-items: center; justify-content: center;
    z-index: 9999;
}
.modal-content {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}
.close-modal {
    position: absolute;
    top: 10px; right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.modal-content span.title{
        display: block;
    font-size: 20px;
    margin-bottom: 25px;
}
.modal-content .form-block input{
        padding: 10px 15px;
    margin-bottom: 15px;

    border-radius: 0;
    width: 100%;
}

.modal-content .form-block .wpcf7-form-control.wpcf7-submit.has-spinner{
        background: #215388;
    padding: 12px 18px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    margin-right: 30px;
    display: block;
    border: 0;
    margin-top: 15px;
    width: fit-content;
    padding: 15px 30px;
    font-weight: 600;
}

.new-block-page .news-image img{
        border-radius: 12px;
    margin-bottom: 20px;
    display: block;
}

.price-block .price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.price-block .price-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.price-block .price-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.price-block .price-table tr:hover {
    background-color: #f1f1f1;
}

.price-block .price-note {
        font-weight: 500;
    color: #b30000;
    margin-top: 30px;
}

.price-block .price-call {
    font-style: italic;
    margin-top: 10px;
}
.price-block{
    padding: 40px 0;
}
.price-block .title h1{
    font-size: 24px;
    margin-bottom: 40px;
}

.contact-page{
    padding: 40px;
}
.contact-page .title h1{
    font-size: 24px;
    margin-bottom: 40px;
}
.contact-page-block .our-contact i {
    font-size: 20px;
    margin-right: 10px;
    color: #CDDC39;
    font-weight: 700;
}
.social-block .viber i {
    background: #7b42ad;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}
.contact-page .telegram i {
    background: #03A9F4;
    color: white !important;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}
.contact-page .our-contact a{
    display: flex
;
    text-decoration: none;
    font-size: 22px;
    margin-bottom: 20px;
    gap: 10px;
    color: black;
        align-items: center;
            width: max-content;
}
.contact-page .our-contact p{
    display: flex
;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 20px;
    gap: 20px;
    color: black;
        align-items: center;
}
.our-contact i{
    font-size: 18px;
    margin: 0;
    color: #215388;
}

.contact-page .whatap i{
        background: #218125;
    color: white !important;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}
.contact-page .social-block{
        display: flex
;
    gap: 16px;
}
.single-page{
    padding: 40px;
}
.single-page h1{
         font-size: 24px;
    margin-bottom: 40px;
}
.single-page h2{
      font-size: 22px;
    margin: 25px 0 25px;
    display: block;
    /* border-bottom: 2px solid #215388; */
    width: fit-content;
    color: black;
    font-weight: 600;
}
.single-page h3{
        font-size: 20px;
    margin: 15px 0;
    display: block;
}
.single-page ul{
        margin: 0;
    padding: 15px 0 15px 15px;
}

.single-page a{
    text-decoration: none;
    color: #215388 !important;
    font-weight: 500;
}
.single-page p{
        font-size: 16px;
    margin-bottom: 10px;
}
footer .footer-menu span{
        color: white;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
        font-weight: 600;
}
footer  .footer-menu ul{
        margin: 0;
    padding: 0px 0 15px 0px;
}
footer  .footer-menu ul li{
    list-style: none;
}
footer  .footer-menu ul li a{
        color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
footer .copy-block p{
        margin: 0;
    font-size: 14px;
    color: white;
}
footer .copy-block a{
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
footer .copy-block{
        border-top: 1px solid #ffffff61;
    padding-top: 40px;
    margin-top: 20px;
}

footer .mail-block a{
        text-decoration: none;
    color: white;
    margin-top: 20px;
    display: block;
    font-size: 18px;
}

footer .social-block{
    display: flex
;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}
footer .social-block .telegram i{
        background: #03A9F4;
    color: white !important;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}
footer .social-block .whatap i{
        background: #218125;
    color: white !important;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}
footer .foot-logo p{
    color: #cfcfcf;
    margin: 20px 0;
    padding-right: 70px;
    font-size: 14px;
}
.brand-block .title h2{
        font-size: 24px;
        margin-bottom: 40px;
}
.brand-block .all-brands{
        display: flex
;
    flex-wrap: wrap;
}
.brand-block .all-brands .single-brand{
       width: 17%;
    text-align: center;
    margin: 20px 0;
    background: white;
    padding: 10px;
    margin: 10px;

}
.brand-block .all-brands .single-brand img{
          height: 45px;
    width: 100%;
    object-fit: contain;
}
.brand-block{
    padding: 40px 0;
    background: #e3f7ff;
}

.brand-block .all-brands p{
        margin-top: 20px;
    display: block;
    margin-left: 10px;
    font-weight: 600;
    color: #b30000;
}

.price-block .title h2{
        font-size: 24px;
    margin-bottom: 40px;
    display: block;
    color: black;
    font-weight: 500;
}
.rayons{
           background: #215388;
    padding: 40px 0 20px;
    border-bottom: 1px solid #ffffff61;
}
.rayons .title h2{
           font-size: 24px;
    margin: 0px 0 20px;
    display: block;
    color: white;
    text-align: center;
}
.rayon-banner{
    padding: 80px 0 40px;
}
.rayon-banner .title-form span{
    color: black;
    font-size: 20px;
    margin: 0 0 30px;
    display: block;
    font-weight: 500;
}

.rayon-banner .rayon-form input{
    border: 1px solid;
    border-radius: 0;
    margin: 0px 0px 20px;
    display: block;
    padding: 10px;
        font-family: "Montserrat", sans-serif;

.content-block-page.not-home h3{
        margin: 25px 0px 15px;
}

}
.rayon-banner .rayon-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
    background: #215388;
    padding: 12px 18px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    margin-right: 30px;
    display: block;
    border: 0;
    margin: 15px 0 0 0;
    width: fit-content;
    padding: 15px 30px;
    font-weight: 600;

}
.wpcf7 form .wpcf7-response-output{
    margin: 0px 0.5em 0em !important;
}

.rayon-banner h1{
     color: #215388;
    font-size: 40px;
}
.rayon-form .wpcf7-not-valid-tip{
        position: relative;
    top: -7px;
}

.rayon-banner p{
    color: black;
       font-size: 16px;
    margin: 0 0 30px;
}

.rayons .all-rayons{
    display: flex
;
    align-items: center;
    justify-content: space-around;
}
.rayons .all-rayons a{
        color: white;
    font-weight: 500;
}

.otz-block .title span {
       font-size: 24px;

    display: block;
    color: black;
}
.right-head-block .lang ul{
        margin: 0;
    padding: 0;
    display: flex
;
    margin-right: 30px;
}
.gallery-block-service{
    padding: 60px 0 20px;
}

.right-head-block .lang ul li{
    list-style: none;
}
.right-head-block .lang ul li a{
    color: black;
    text-decoration: none;
    padding: 6px;
}
.right-head-block .current-lang a{
        font-weight: 600;
        color: #215388 !important;
}
.content-block-page.not-home{
    padding: 40px 0;
}

.right-head-block .btn-block a {
    transition: background 0.3s ease; /* плавное изменение фона за 0.3 секунды */
}
.right-head-block .btn-block a:hover{
    background: #215388;
}
.banner-block .banner-content a{
    transition: background 0.3s ease;
}
.banner-block .banner-content a:hover{
    background: white;
    color: #215388;
}
.service-container{
    padding: 40px 0;
}
.service-container ul{
        padding: 0 0 0 20px;
    margin-left: 0;
}
.service-container  h1{
        color: #215388;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.service-archive{
    padding: 40px 0;
}
.service-archive h1{
        color: #215388;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 600;
}
.service-meta-arhiv p{
        font-size: 14px;
    margin: 10px 0;
    color: #717171;
}
.service-title-arhiv a{
        text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.service-content p strong{
    font-weight: 600;
}

@media (max-width: 800px){
    #social-media-list{
        bottom: -5%;
    }
    .banner-block .banner-content h1{
        font-size: 32px;
    }
    .all-etap{
            flex-wrap: wrap;
            padding: 20px 0;
    }
    .service-meta{
           font-size: 14px;
    margin: 10px 0;
    color: #717171;
    }
    .service-container h1{
        font-size: 20px;
    }
    .service-container{
        padding: 30px 0;
    }
    .service-archive{
        padding: 30px 0;
    }

    .rayons .all-rayons{
            display: flex
;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    }
    .rayon-banner .rayon-form input{
        width: 100%;
    }
    .rayon-banner h1{
        font-size: 32px;
    }
    .all-etap .single-etap i{
        font-size: 54px;
    }
    .all-etap .single-etap span{
        margin-bottom: 10px;
    }

    .rayon-banner .title-form span{
        font-size: 16px;
    }

    .rayons .title h2{
        font-size: 20px;
    }
    .gallery-h {
        color: #215388;
    font-size: 18px;
    margin: 20px 0 20px;
    font-weight: 600;
}
    .price-block .title span{
        font-size: 20px;
    }
    .service-block .title span{
        font-size: 20px;
    }

    .all-etap .single-etap span{
        border: 0px solid;
    }
    .service-block .all-service .single-service {
    width: 100%;
}
.service-block .title h2{
    font-size: 20px;
    margin-bottom: 30px;
}
.price-block .title h1{
        font-size: 20px;
    margin-bottom: 30px;
}
.brand-block .title h2{
        font-size: 20px;
    margin-bottom: 30px;
}
.brand-block .all-brands .single-brand{
    width: 44%;
}

    .all-etap .single-etap{
               width: 100%;
        display: flex
;
        align-items: anchor-center;
        gap: 24px;
    }
    .etap-block .title h2{
            font-size: 20px;

    }
    .contact-page{
        padding: 20px 0;
    }
    .contact-page .our-contact a{
        font-size: 18px;
    }
    .copy-block .aie{
            justify-content: center;
    }
    footer .copy-block p{
            text-align: center;
    margin-bottom: 30px;
    }
    .about-block{
        padding: 20px 0;
    }
    .price-block{
        padding: 20px 0;
    }
    .new-block-page{
        padding: 20px 0;
    }
    .single-post-page{
        padding: 20px 0;
    }
    header.mob-block{
                padding: 15px 0;
        position: sticky;
        top: 0;
        background: white;
        z-index: 9;
    }
    header.mob-block .logo a{
            font-weight: 900;
    text-decoration: none;
    color: #0aa3f3;
    text-transform: uppercase;
    font-size: 20px;
    }
    .banner-block .banner-img img{
            height: 300px;
    width: 100%;
    object-fit: contain;
    margin-top: 40px;
    }
    .mobile_menu_content .menu-2-mob .logo a{
            font-size: 20px;
        padding: 20px 20px 0;
        display: block;
    }
    .mobile_menu_content .menu-2-mob .social-block{
                 border-bottom: 1px solid #efefef;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 0px;
        display: flex;
                gap: 16px;
                        border-top: 1px solid #efefef;
        padding-top: 20px;
    }
    .head-contact-left .lang ul{
            display: flex;
                padding-bottom: 0px;
    }
    .head-contact-left .lang ul .current-lang a{
        font-weight: 600;
    }

    .contact-menu-list a{
        color: #215388eb;
    font-size: 20px;
    font-weight: 600;
    }
    .phone-mob-block{
        margin-right: 20px;
    }
    .phone-mob-block a{
            padding: 10px 10px;
    background: #215388eb;
    border-radius: 12px;
    color: white;
    }

      .mobile_menu_content .menu-2-mob .social-block .whatap i{
        background: #218125;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
    }
    .mobile_menu_content .menu-2-mob .social-block .telegram i{
        background: #03A9F4;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
    }
        .head-contact-left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

}


@media (max-width: 800px){
    .pc-block{
        display: none !important;
    }
    .mob-block{
        display: block;
    }

}
@media (min-width: 801px){
    .pc-block{
        display: block;
    }
    .mob-block{
        display: none;
    }

}





























/*----------------------------mobile menu----------------------- */

.mobile_menu_overlay, .mobile_menu_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.mobile_menu_overlay{
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container{
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 10201;
    background: #ffffff;
}
.mobile_menu_container.loaded{
       -webkit-transform: translateX(0px);
       transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
}
.mobile_menu_container ul{
    margin: 0;
    padding: 20px 0px;
}
.mobile_menu_container ul li{
    list-style: none;
}
.mobile_menu_container ul li a{
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    font-weight: 400;
        font-family: "Montserrat", sans-serif;";
    text-transform: initial;
}
.mobile_menu_container ul li a.parent{
    padding-right: 50px;
    background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
    background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.back{
    padding-left: 50px;
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a:hover{
    background: #efefef;
}
/*.mobile_menu_container ul li ul{
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3884da;
    z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}*/
.mobile_menu_container ul li ul.activity{
    overflow-y: auto;
    overflow-x: hidden;
}


@media (max-width: 720px){
    .cart-header.mobile p {
        padding: 5px 15px;
        font-weight: 600;
    }
    #cookie-ok-btn{
            margin: 10px auto 0;
    }
    #cookie-notice{
        text-align: center;
    }

    .cart-header.mobile p a{
        color: black;
        text-decoration: none;
    }
    .menu-item-has-children::before{
            font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 400;
        position: absolute;
    right: 40px;
     width: 50px;
    text-align: center;
    padding-top: 10px;
    }
    .price-block .title h2{
        font-size: 20px;
    }



    .site-branding img{
                height: 100px;
    }
    .pll-parent-menu-item a{
        -webkit-text-fill-color: black !important;
    }

    .menu_container .mobile_menu i{
                 color: black;
        font-weight: 600;
        font-size: 26px;
    }

}

@media (max-width: 320px){
    .mobile_menu_container{
        width: 240px;
    }


}
.mobile_menu_container ul li a {
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: initial;
}


/*-------------------end mob menu-----------------------  */