.ai{
    display: flex;
    align-items: center;
}
.aie{
    display: flex;
    justify-content: end;
}
*{
    font-family: "Nunito", sans-serif;
}
a{
    text-decoration: none;
}

.site-header .top-head-block{
    display: flex;
}
.site-header .top-menu ul{
    display: flex;
    margin: 0;
    padding: 0;
    gap: 12px;
}
.site-header .top-menu ul li{
    list-style: none;
}
.site-header .top-menu ul li a{
        color: black;
    padding: 10px;
    display: block;
    font-weight: 600;
    position: relative;
}

.site-header{
    padding: 0px 0 16px;

}
.site-header .top-head-block .btn-block a{
        font-size: 16px;
    padding: 12px 18px;
    background: #000000;
    display: block;
    color: white;
    text-transform: uppercase;
    margin-left: 30px;
    border-radius: 6px;
    font-weight: 700;
}
.top-logo a{
         font-family: "Noto Sans TC", sans-serif;
    font-size: 28px;
    color: black;
    font-weight: 400;
}
.top-logo a span{
    font-size: 16px;
}

.banner-block{
        background: url(../img/photo-studio-banner.jpeg);
    height: 60vh;
    background-size: cover;
    background-position: center;
        position: relative;
}
.banner-block .banner-title{
        position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
}
.banner-block::after{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
       background: #ffffffb3;
    z-index: 0;
}
.banner-block .banner-title h1{
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    font-size: 36px;
}
.banner-block .banner-title  p{
        font-size: 18px;
    margin-bottom: 10px;
}
.banner-block .banner-title a{
        padding: 12px 18px;
    background: #000000;
    display: block;
    color: white;
    text-transform: uppercase;
    border-radius: 6px;
    width: fit-content;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
}

.site-header .contact-head .social-block{
        display: flex;
    gap: 12px;
        margin-left: 30px;
}
.contact-head{
       padding: 16px;
    background: #000000;
    margin-bottom: 16px;
}
.contact-head .social-block i{
          font-size: 20px;
    color: #e5e5e5;
}
.contact-head .adress-block a{
    color: #ffffff;
}
.contact-head .tel-block a{
    color: white;
}
.contact-head .tel-block a i{
    margin-right: 5px;
}

.top-menu li a.active::after {
    content: '';
    width: 50px;
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #000000;
    left: 50%;
    transform: translate(-50%, -50%);
}
.insta-block{
    padding: 60px 0;
}
.insta-block .text-block{
    text-align: center;
}
.insta-block .text-block p{
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    margin-bottom: 20px;
}
.insta-block .text-block a{
        font-weight: 500;
    color: black;
}
.price-block{
    padding: 60px 0;
        background: black;
}
.price-block .title h2{
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 60px;
}
.price-block .title{
    text-align: center;
}
.price-block .single-price span{
        font-size: 36px;
    font-weight: 800;
    color: #959595;
}
.price-block  .single-price {
    text-align: center;
}
.price-block  .single-price p{
        color: white;
    margin-top: 10px;
}

.info-block{
    background: #efefef;
    padding: 60px;
}
.info-block .title span{
        font-weight: 700;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    margin-bottom: 20px;
}
.info-block .title span i{
    color: red;
}
.info-block ul{
    margin: 0;
}
.info-block ul li{
        font-size: 16px;
    margin-bottom: 10px;
}
.info-block ul li a{
    text-decoration: underline;
    color: black;
}

.info-block .title {
        text-align: center;
    margin-bottom: 40px;
}
.info-block ul li button{
        border: 0px;
    background: no-repeat;
    padding: 0;
    font-weight: 500;
    text-decoration: underline;
    font-family: 'Nunito';
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 50px 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
}
.all-req .req{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.close-modal {
    float: right;
    font-size: 28px;
    cursor: pointer;
        position: absolute;
    right: 30px;
    top: 10px;
}


.modal-content .title-payment {
        font-weight: 600;
    color: red;
    font-size: 20px;
    text-align: center;
}
.modal-content p{
        text-align: center;
    margin-bottom: 10px;
}
.modal-content a{
        text-align: center;
    font-weight: 600;
    color: black;
    margin-bottom: 40px;
}
.req-block {
        display: flex
;
    justify-content: space-around;
    margin-bottom: 15px;
}
.req-block  span{
    max-width: 225px;
    text-align: center;
}

.all-req{
    margin-bottom: 40px;
}


.site-footer{
    padding: 60px 0;
    background: black;
}
.site-footer .top-logo a {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
}
.site-footer .top-logo {
    text-align: center;
}
.footer-menu ul{
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    list-style: none;
}
.footer-menu ul li a{
        color: #ffffff;
    padding: 3px;
    display: block;
    font-weight: 600;
    position: relative;
}
.footer-contact ul li a{
          color: #ffffff;
    padding: 3px;
    display: block;
    font-weight: 600;
    position: relative;
    display: flex;
    gap: 10px;
}
.footer-contact ul li i{
        width: 20px;
}

.footer-contact ul li{
    list-style: none;
}

.contact-block{
    padding: 60px 0;
}
.bread-block{
    background: #efefef;
    padding: 20px 0;
}
.bread-block a{
    color: black;
}
.bread-block p{
    margin-bottom: 0;
}
.contact-block ul{
    margin: 0;
    padding: 0;
}
.contact-block ul li{
    list-style: none;
}
.contact-block  h1{
      font-size: 28px;
    margin-bottom: 40px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-block ul li a{
        color: #000000;
    padding: 3px;
    display: block;
    font-weight: 600;
    position: relative;
    display: flex
;
    gap: 10px;
    font-size: 18px;
        margin-bottom: 10px;
}

.single-rule{
    display: flex;
    padding: 20px 0;
}
.rules-block .single-rule svg{
    width: 64px;
        height: 100px;
}
.rules-block .single-rule .svg-block{
    width: 10%;
}
.rules-block .single-rule .text-block{
    width: 90%;
        padding-left: 15px;
}
.rules-block .single-rule .text-block p{
    margin-bottom: 10px;
}

.rules-block .single-rule  ul{
    margin: 0;
        padding: 0px 20px;
}

.rules-block{
    padding: 60px 0;
}
.rules-block h1{
        font-size: 28px;
    /* margin-bottom: 40px; */
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}


.marshrut .single-marshrut{
    display: flex;
}
.marshrut .single-marshrut video{
        height: 480px;
    width: 100%;
}
.marshrut .single-marshrut path{
    fill: black;
}
.marshrut .single-marshrut svg{
        height: 145px;
    float: left;
    padding-right: 50px;
}
.marshrut .text-block ul{
       padding: 15px;
    margin: 0;
}

.marshrut  .marshrut-img{
    padding: 40px 0;
}

.marshrut  .marshrut-img img{
    width: 100%;
}
.marshrut  .marshrut{
    padding-top: 40px;
}
.dop-service-block .title h1{
       font-size: 28px;
   margin-bottom: 40px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}
.dop-service-block{
    padding: 40px 0 60px;
}
.dop-service-block .single-service{
        border: 1px solid #efefef;
    padding: 20px;
    text-align: center;
}
.dop-service-block .single-service img{
    height: 64px;
}
.dop-service-block .single-service h2{
        font-size: 24px;
    margin: 20px 0 10px;
}
.dop-service-block .single-service a{
        display: block;
    font-size: 20px;
    color: black;
}
.dop-service-block .single-service span.price{
    color: #b1b1b1;
    font-size: 32px;
    font-weight: 900;
}
.dop-service-block .single-service p.name{
    margin: 10px 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.dop-service-block .single-service .contact{
        display: flex
;
    align-items: center;
    justify-content: center;
    gap: 24px;
}


.sertificat-block{
    padding: 60px 0;
}
.sertificat-block .text-block h2{
        font-weight: 700;
    text-transform: uppercase;
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
}
.sertificat-block .img-block img{
    border-radius: 12px;
}
.sertificat-block  ul{
        margin: 0;
    padding: 0;
}
.sertificat-block  ul li{
    list-style: none;
    font-size: 16px;
    margin-bottom: 8px;
}
.sertificat-block .text-block p{
    font-size: 16px;
    margin-bottom: 10px;
}

.req-block-page .title-payment {
    font-weight: 600;
    color: red;
    font-size: 20px;
    text-align: center;
}

.req-block-page p {
    text-align: center;
    margin-bottom: 10px;
}
.req-block-page a {
    text-align: center;
    font-weight: 600;
        display: block;
    color: black;
    margin-bottom: 40px;
}
.req-block-page h1{
        font-size: 28px;
     margin-bottom: 40px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.req-block-page{
    padding: 60px 0;
}
.sertificat-block .price{
    margin-bottom: 40px;
}
.sertificat-block .price span{
        font-weight: 700;
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
.info-section{
    padding: 10px 0;
    background: black;
}
.info-section p{
       color: white;
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}
.dop-service-block .single-service .contact{
    display: block;
}

@media (min-width: 800px){
    .mob-block{
        display: none;
    }
    .pc-block{
        display: block;
    }
    .sertificat-block .text-block{
        padding-right: 40px;
    }

}
@media (max-width: 800px){
    .mob-block{
        display: block;
    }
    .req-block{
        display: block;
    }
    .photo-gallery-block{
        padding: 60px 0;
    }

    .req-block-page h1{
        font-size: 24px;
    margin-bottom: 40px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    }

    .pc-block{
        display: none;
    }
    .top-head-block{
            background: black;
    padding: 12px;
    text-align: center;
    }
    .top-head-block a{
        color: white;
    font-weight: 600;
    }
    .site-header{
        padding: 0;
    }
    .bottom-head-block{
        padding: 12px 0;
    }
    .banner-block .banner-title h1{
        font-size: 28px;
    }
    .info-block{
        padding: 60px 0;
    }
    .sertificat-block .img-block img{
        margin-top: 40px;
    }
    .rules-block{
        padding: 40px 0;
    }
    .single-rule{
        display: block;
        padding: 0;
    }
    .rules-block .single-rule .svg-block {
    width: 10%;
    text-align: center;
    width: 100%;
}
.rules-block .single-rule svg{
    width: 100px;
        height: revert-layer;
}
.dop-service-block{
    padding: 40px 0;
}
.dop-service-block .title h1{
        font-size: 24px;
    margin-bottom: 40px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}
.dop-service-block .single-service{
    margin-bottom: 40px;
}
.rules-block h1{
          font-size: 24px;
        margin-bottom: 0px;
        color: black;
        text-transform: uppercase;
        font-weight: 700;
}
.marshrut .single-marshrut{
    display: block;
}
.marshrut .single-marshrut svg{
    float: none;
}
.contact-block{
    padding: 40px 0;
}
.contact-block h1{
     font-size: 24px;
        margin-bottom: 40px;
        color: black;
        text-transform: uppercase;
        font-weight: 700;
}
.contact-block .info-block-contact{
    margin-bottom: 40px;
}
.site-footer .top-logo{
    text-align: center;
    margin: 40px 0;
}
.footer-menu ul li {
    list-style: none;
    text-align: center;
}
.footer-contact ul{
        margin: 0;
    padding: 0;
    text-align: center;
}
.footer-contact ul li a{
    display: block;
}
.head-contact-left .social-block{
            display: flex;
        gap: 16px;
        padding-left: 20px;
}
.head-contact-left .social-block i{
    font-size: 24px;
    color: black;
}

.head-contact-left{
        position: absolute;
    bottom: 0;
}
.mobile_menu_content .top-logo{
    padding: 15px 20px;
}

}

.photo-gallery-block{
        background: #efefef;
    padding: 60px;
}
.photo-gallery-block .title{
    text-align: center;
    margin-bottom: 40px;
}
.photo-gallery-block .title span{
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    margin-bottom: 20px;
}
