    body{
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-style: normal;
    }

    label {
        display: block;
        margin-top: 20px;
        margin: 5px 0 5px 5px;
        cursor: default;
    }
    
    label.error {
        font-style: italic;
        line-height: 24px;
        font-size: 18px;
        margin-top: 6px;
    }

    iframe{
        margin-top: 50px;
        margin-left: 250px;
    }

    .container {
        width: 100%;
        margin: 0 auto;
    }

    .text-center{
        text-align: center;
        text-decoration: none;
    }

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

    .relative{
        position: relative;
    }

    .justify-center{
        justify-content: center;
    }

    
    .header {
        padding-top: 30px;
        width: 100%;
        display: flex;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100
    }
    
    .header-menu {
        display: flex;
    }
    
    .logo {
        padding-right: 50px;
        margin-left: 110px;
    }
    
    .hamburger {
        display: none;
        font-size: 24px;
        user-select: none;
    }
    
    input[type=checkbox] {
        display: none;
    }
    
    .menu {
        display: inline-block;
        margin: 0 15px;
        color: #211F54;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }
    
    .menu:hover {
        color: #0075FF;
    }
    
    .cart {
        padding-left: 300px;
        color: #211F54;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }
    
    .btn {
        display: flex;
        margin-left: 50px;
        border-radius: 12px;
        border: #0075FF;
        background: #0075FF;
        height: 30px;
        color: #fff;
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 700;
    }
    
    .btn:hover {
        background: #211F54;
    }
    
    .intro {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100vh;
    }
    
    .introtitle {
        display: flex;
    }
    
    .title {
        width: 100%;
        max-width: 500px;
        padding-left: 110px;
        color: #211F54;
        font-weight: 700;
        font-size: 60px;
        line-height: 74px;
        padding-top: 100px;
        clear: none;
    }
    
    .suptitle {
        padding-left: 110px;
        color: #6E7191;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        text-align: left;
        clear: none;
    }
    
    .girl {
        float: right;
        padding-top: 100px;
        margin-left: 150px;
    }
    
    .clean {
        height: 640px;
    }
    
    .quote {
        display: flex;
        margin-left: 110px;
        border-radius: 12px;
        border: #0075FF;
        background: #0075FF;
        height: 30px;
        color: #fff;
        padding: 15px 30px;
        font-size: 18px;
        font-weight: 700;
    }
    
    .quote:hover {
        background: #211F54;
    }
    
    .phone {
        display: flex;
    }
    
    .imgphone {
        height: 92px;
    }
    
    .number {
        font-weight: 700;
        font-size: 23px;
        line-height: 10px;
        color: #211F54;
    }
    
    .call {
        font-weight: 400;
        font-size: 18px;
        line-height: 10px;
        color: #6E7191;
    }

    .section {
        padding: 200px 0;
    }
    
    .section-header {
        width: 100%;
        margin: 0 auto;
    
    }

    .section-title{
        color: #211F54;
        font-weight: 600;
        font-size: 48px;
        line-height: 55px;
    }

    .section-suptitle{
        color: #6E7191;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
    }

    .service-img{
        display: flex;
        margin-top: 93px;
    }

    .item {
        width: 30%;
        flex: 1 1 0;
        margin-left: 90px;
        margin-right: 50px;

    }

    .item-title{
        color: #211F54;
    }

    .item-suptitle{
        color: #6E7191;
    }

    .button-service{
        display: flex;
        margin-top: 50px;
        
    }

    .btn-service{
         padding: 15px 30px;
         border-radius: 12px;
         font-weight: 400;
         background: #0075FF;
         color: #fff;
         margin-right: 15px;

    }

    .btn-service:hover{
        background:#211F54;
    }

    .btn-explore{
        padding: 15px 30px;
        border-radius: 12px;
        font-weight: 400;
        background: #fff;
        border: 1px solid #6E7191;
        color: #211F54;
        
    }

    .line{
        margin-top: 180px;
        border-bottom: 2px solid #DCDDEB;
        margin-left: 110px;
        margin-right: 110px;
    }

    .reviews-item{
        display: flex;
        margin-top: 25px;
    }
    
    .reviews-name{
        display: flex;
        margin-left: 50px;
        margin-right: 50px;
    }

    .name{
        color: #6E7191;
        font-weight: 400;
        font-size: 16px;
        line-height: 9px;
    }

    .numeric{
        color: #211F54;
        font-weight: 700;
        font-size: 28px;
        line-height: 9px;
    }

    .imageboy{
        margin-top: 30px;
        display: flex;
        position: relative;
        height: 500;
        width: 600;

    }

   .play{
    position:absolute;
    top: 35%;
    left: 41%;
    margin: -50px 0 0 -50px;
    width: 328px;
    height: 328px;

    }

    .home-header{
        display: flex;
        margin-top: 100px;
    }
  
    .home-text{
        margin-left: 110px;
        color: #211F54;
        font-weight: 700;
        font-size: 48px;
        line-height: 58px;
    }

    .home-btn{
        padding: 20px 35px;
        border: 1px solid #6E7191;
        border-radius: 12px;
        color:#211F54;
        background: #fff;
        margin-left: 480px;

    }

    .home-container{
        display: flex;
        margin-top: 65px;
    }

    .home-item{
        border: 1px solid #DCDDEB;
        border-radius: 12px;
        padding: 80px 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .home-title{
        color: #211F54;
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
    }

    .home-suptitle{
        color: #6E7191;
        font-weight: 400;
        font-size: 21px;
        line-height: 30px;
    }

    .container-girl{
        display: flex;
        border: 1px solid #211F54;
        padding: -10px 500px;
        margin-top: 200px;
        margin: 50px;
        border-radius: 12px;
        background: #211F54;
    }

    .girl-text{
        float:right;
        margin-left: 50px;
        margin-top: 120px;
    }

    .girl-title{
        color: #fff;
        font-weight: 700;
        font-size: 48px;
        line-height: 58px;
        margin: 15px 0;
    }

    .girl-suptitle{
        color: #fff;
        font-weight: 400;
        font-size: 21px;
        line-height: 30px;
    }

    .girl-btn{
        display: flex;
        margin-top: 30px;
    }

    .girlclian-btn{
        border-radius: 12px;
        padding: 15px 30px;
        background: #0075FF;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }

    .girlclian-btn:hover{
        background: #fff;
        color: #211F54;
    }

    .call2{
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }

    .number2{
        font-weight: 600;
        line-height: 10px;
        font-size: 24px;
        color: #fff;
    }

    .container-house{
        display: flex;
        margin-top: 100px;
        margin-left: 96px;
    }

    .house-text{
        margin-left: 60px;
    }

    .house-title{
        color: #211F54;
        font-weight: 700;
        font-size: 48px;
        line-height: 58px;
    }

    .house-suptitle{
        color: #6E7191;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }

    .container-list{
        display:flex;
    }

    .blok-list{
        display: block;
        line-height: 26px;
    }

    .blok-list2{
        display: block;
        line-height: 30px;
        margin-left: 75px;
    }

    .list{
        display: flex;
    }

    .list-text{
        color: #211F54;
        margin-left: 10px;
        font-weight: 700;
        font-size: 18px;
    }

    .house-btn{
        padding: 26px 38px;
        border-radius: 12px;
        background: #0075FF;
        color: #fff;
    }

    .container-boy{
        display: flex;
        margin-top: 200px;
    }

    .boy-text{
        display: block;
        margin-left: 100px;
    }

    .title-boy{
        color: #211F54;
        font-weight: 700;
        font-size: 48px;
        line-height: 58px;
    }

    .suptitle-boy{
        color: #6E7191;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }

    .small-title{
        color: #6E7191;
        font-weight: 400;
        font-size: 12px;
        line-height: 30px;
    }

    .boy-list{
        display: flex;
        margin-top: -50px;
    }

    .list-number{
        display: flex;
        margin-right: 58px;
    }

    .l-num{
        color: #211F54;
        font-weight: 700;
        font-size: 54px;
        
    }

    .plus{
        color: #0075FF;
        font-weight: 400;
        font-size: 54px;
       
    }

    .boy-list-text{
        display: flex;
        margin-top: -60px;
    }
    
    .boy-title{
        margin-right: 120px;
    }

    .b-tit{
        color: #6E7191;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        white-space:nowrap;
    }

    .boy-btn{
        padding: 25px 38px;
        border-radius: 12px;
        background: #0075FF;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }

    .boy-btn:hover{
        background: #211F54;
    }

    .articles-cnerontai{
        display: block;
        margin-top: 230px;
        margin-left: 100px;
    }

    .articles-text{
        display: flex;
    }

    .articles-title{
        color: #211F54;
        font-weight: 700;
        font-size: 48px;
        line-height: 58px;
    }

    .articles-suptitle{
        color: #6E7191;
        font-weight: 400;
        font-size: 21px;
        line-height: 30px;
    }

    .articles-btn{
        background: #0075FF;
        color: #fff;
        border-radius: 12px;
        padding: 26px 38px;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        margin-right: 20px;
        margin-left: 297px;

    }

    .articl-btn{
        background: #fff;
        color: #211F54;
        border: 1px solid #211F54;
        border-radius: 12px;
        padding: 26px 38px; 
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }

    .img-articles{
        display: flex;
    }

    .img-articles1{
        margin-right: 28px;
    }

    .img-articles-text{
        position: relative;
        margin-top: -65px;
        border-radius: 12px;
        border:1px solid #EFF0F6;
        background-color: #fff;
        width: 500px;
        margin-left: 34px;
        padding-bottom: 49px;
        padding-right: 30px;
    }

    .img-articles-title{
        margin-left: 20px;
        color: #211F54;
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
    }

    .img-articles-suptitle{
        margin-left: 20px;
        color: #6E7191;
        font-weight: 400;
        font-size: 21px;
        line-height: 30px;
    }

    .img-articles-date{
        margin-left: 20px;
        color: #211F54;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }

    .square-date{
        display: flex;
    }

    .square{
        margin-left: 279px;
        background: #0075FF;
        border:1px solid #0075FF;
        padding: 30px 30px;
    }

    .request{
        margin-top: 300px;
    }

    .request-container{
        background-color: #f7f9fcdc;
        display: flex;
        height: 1040px;
    }

    .request-text{
        margin-left: 110px;
        padding-top: 100px;
    }

    .request-title{
        color: #211F54;
        font-weight: 700;
        font-size: 48px;
        line-height: 58px;
    }

    .request-suptitle{
        color: #6E7191;
        font-weight: 400;
        font-size: 21px;
        line-height: 30px;
    }

    .request-call{
        display: flex;
    }

    .request-phone{
        color: #6E7191;
        font-weight: 400;
        font-size: 16px;
    }

    .request-number{
        color: #211F54;
        font-weight: 700;
        font-size: 28px;
        line-height: 4px;
    }

    .request-line{
        border-bottom: 2px solid  #DCDDEB;
        width: 487px;
        margin-top: 59px;
        margin-bottom: 55px;

    }

    .request-text-title{
        color: #211F54;
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
    }

    .request-text-suptitle{
        color: #6E7191;
        font-weight: 400;
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 50px;
    }

    .request-button{
        background: #fff;
        color: #211F54;
        padding: 26px 39px;
        border: 1px solid #DCDDEB;
        border-radius: 12px;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }

    .form1{
        background: #FFFFFF;
        margin-left: 66px;
        margin-top: 100px;
        margin-bottom: 100px;
        border: 1px solid #EFF0F6;
        border-radius: 16px; 
        padding: 61px 83px;
    }

    .form{
        display:flex;
    }

    .form-text{
        display: block;
    }

    .form-text2{
        display: block;
        margin-left: 33px;
    }

    .form-text-name{
        color:#211F54;
        font-weight: 400;
        font-size: 18px;
        line-height: 50px;

    }


    input[type=text-form2] {
        background: #FFFFFF;
        border: 1px solid #EFF0F6;
        box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
        border-radius: 16px;
        padding: 56px 155px;

    }
    

    input[type=text-form] {
        background: #FFFFFF;
        border: 1px solid #EFF0F6;
        box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
        border-radius: 16px;
        padding: 20px 26px;
    }

    .text-button{
        background: #0075FF;
        border-radius: 14px;
        padding: 26px 20px;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        color: #fff;
    }

    .footer{
        margin-top: 157px;
        margin-right: 56px;
        display: flex;
    }

    .footer-text{
        margin-left: 86px;
    }

    .footer-title{
        color: #211F54;
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
    }

    .footer-suptitle{
        color: #6E7191;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }

    .footer-square{
        background: #EDF5FF;
        border: 1px solid #EDF5FF; 
        border-radius: 8px;
        width: 28px;
        height: 28px;
        margin-left: 16px;
    }

    .footer-contact{
        margin-top: 12px;
        margin-left: 48px;
    }

    .contact-title{
        color: #211F54;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
    }

    .contact-text{
        color: #6E7191;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }

    .footer-date{
        margin-top: 12px;
        margin-left: 68px;
    }

    .hours{
        color: #211F54;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
    }


    .date{
        color: #211F54;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }


    .time{
        color: #6E7191;
        font-weight: 400;
        font-size: 18px;
        line-height: 5px;
    }

    .footer-number{
        margin-top: 12px;
        margin-left: 56px;
    }

    .footer-number-title{
        color: #211F54;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
    }

    .number-footer{
        color: #0075FF;
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
    }

    .footer-number-suptitle{
        color: #6E7191;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }

    .footer-button{
        color: #fff;
        background: #0075FF;
        border-radius: 14px;
        border: 1px solid #0075FF;
        padding: 26px 38px;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }

    .footer-logo{
        margin-top: 44px ;
        margin-left: 86px;
        margin-right: 86px;
        display: flex;
    }

    .text-grey{
        color: #6E7191;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        text-align: right;
    }

    .text-blue{
        color: #0075FF;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        text-decoration: underline;
        text-align: right;
    }

    #footer{
        display: table-row;
        width: 100%;
        height: 638px;
        bottom: 44px;
    }

     input[type=button],  input[type=submit] {
        margin: 25px auto 0 auto;
        display: block;
        background-color:#1D53BB;
        border: #1D53BB;
        color: #fff;
        font-size: 21px;
        line-height: 18px;
        padding: 20px 30px 15px 30px;
        width: 100%;
        border-radius: 5px;
    }
    
     input[type=tel], input[type=text]  {
        display: block;
        font-size: 18px;
        line-height: 18px;
        border: 2px solid #000;
        color: #1d1d1d;
        background-color: #fff; 
        text-indent: 10px;
        padding: 10px 5px;
        transition: all 200ms ease-in; 
        border-radius: 5px; 
        width: 100%;
    }

    #popup{
        width: 100%;
        height:100vh;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .7);
        z-index: 1000;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        direction: -o-flex;
        display: flex;
        opacity: 0;
        visibility: hidden;
    }

    #popup:target{
        opacity: 1;
        visibility: visible;
    }

    .popup-inner{
        background-color: #fff;
        max-width: 500px;
        padding: 25px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    #popup:target .popup-inner{
        -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    }

    .close-popup{
        position: absolute;
        right: -10px;
        top: -10px;
        width: 40px;
        height: 40px;
        background-color: #1D53BB;
        color: #fff;
        line-height: 40px;
        border-radius: 50%;
    }

   
    
