html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

 @font-face {
    font-family: PFSquareSansPro-Light; 
    src: url(fonts/PFSquareSansPro-Light.ttf); 
   } 

 @font-face {
    font-family: PFSquareSansPro-Regular; 
    src: url(fonts/PFSquareSansPro-Regular.ttf); 
   } 

 @font-face {
    font-family: PFSquareSansPro-Bold; 
    src: url(fonts/PFSquareSansPro-Bold.ttf); 
   } 

  @font-face {
    font-family: PlayfairDisplay-BoldItalic; 
    src: url(fonts/PlayfairDisplay-BoldItalic.ttf); 
   }  

    
 h1, h3, h4, h5, h6{ 
    display: inline-block;
    text-align: center;
    font-size: 30px !important; 
    font-family: PFSquareSansPro-Bold; 
    padding: 5px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}

 h1 > span{
    color: #1F97F3;
 }

.header__list__menu a{
    text-decoration: none;
    color: #000;
}  

.header__list__menu a:hover{
    color: #000;
} 

header{
    height: 90px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.header__menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    font-family: Montserrat-Light;
}

.logo{
    width: 300px;
}

.logo img{
    width: 100%;
    position: relative;
    right: 20px;
}

.logo__text{
    text-align: left;
    width: 200px;
    font-size: 14px;
    margin-left: -20px;
    font-family: PlayfairDisplay-BoldItalic;
}

.header__but {
    padding: 7px 10px;
    color: #fff;
    border-radius: 4px;
    background: #aad348;
    width: 180px !important;
    text-align: center;
    font-family: PFSquareSansPro-Regular;  
    cursor: pointer;
    margin-left: 40px;
    font-size: 15px;
}

.div__menu{
    height: 70px;
}

nav{
    padding: 15px 0 0 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}

.header__list{
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.header__list__menu{
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 900;
    font-family: PFSquareSansPro-Regular; 
}

.header__menu p{
    font-size: 18px;
    font-family: PFSquareSansPro-Regular; 
}

.header__btn{
    font-family: PFSquareSansPro-Regular; 
    font-weight: 900;
    padding: 0px 0 0 30px;
    color: #000;
    background: url(img/instagram.svg) left;
    background-size: 20px;
    background-position: left 2px top 26px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 10px;
}

.header__btn span{
    font-weight: 200;
    font-size: 10px;
    color: grey;
    font-family: PFSquareSansPro-Regular; 
}

.header__btn3{
    font-family: PFSquareSansPro-Regular; 
    font-weight: 900;
    padding: 0px 0 0 30px;
    color: #000;
    background: url(img/phone-call.svg) left;
    background-size: 20px;
    background-position: left 2px top 37px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 10px;
}

.header__btn3 span{
    font-weight: 200;
    font-size: 10px;
    color: grey;
    font-family: PFSquareSansPro-Regular; 
}

.banner{
    display: flex;
    align-items: center;
    background-image: url(img/banner.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    padding-bottom: 100px;
    padding-top: 0px;
}

.banner .container{
    position: relative;
}

.bank{
    width: 100%;
    padding: 20px 0 0px 0;
    display: flex;
    justify-content: center;
}

.bank img{
    width: 150px;
}

.banner__text{
    width: 90%;
    height: 300px;
    font-family: PFSquareSansPro-Regular; 
    color: #fff; 
    text-shadow: 1px 1px 1px #000;   
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 10px 0;
}

.banner__text p{
    margin: 0 auto;
    text-align: center;
    font-family: PFSquareSansPro-Regular; 
    font-size: 24px;
}

.banner__text h1{
    width: 100%;
    height: 150px;
    margin: 0 auto;
    font-size: 42px !important;
    text-align: center; !important;  
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0 0 30px;
    font-family: PFSquareSansPro-Bold; 
}

.btn-banner{
    width: 250px !important;
    font-size: 15px !important;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.banner__btn{
    padding: 10px 10px;
    color: #000;
    border-radius: 4px;
    background-color: #fff;
    width: 150px !important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.banner__but {
    padding: 7px 10px;
    color: #fff;
    border-radius: 4px;
    background: #aad348;
    width: 180px !important;
    text-align: center;
    font-family: PFSquareSansPro-Regular;  
    cursor: pointer;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 15px;
    text-shadow: none;
}

.about{
    padding-top: 30px;
    padding-bottom: 50px;
}

.container a{
    text-decoration: none;
}
.abt_text{
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: PFSquareSansPro-Regular;
    text-decoration: none
}

.about__but {
    padding: 7px 10px;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(17.79deg, #08c4c4 9.67%, #1F97F3 90.3%);
    width: 180px !important;
    text-align: center;
    font-family: PFSquareSansPro-Regular;  
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
}

.audit{
    padding-bottom: 50px;
}

.audit .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.audit_left{
    width: 30%;
}

.audit_left_text{
    font-size: 38px;
    font-family: PFSquareSansPro-Bold;  
    text-align: left;
    padding-top: 80px;
    padding-left: 50px;
}

.audit_left_text span{
    color: rgb(58 138 230);
}

.audit_right{
    width: 65%;
}

.audit_right_text{
    font-size: 20px;
    font-family: PFSquareSansPro-Regular;  
    text-align: left;
    padding-top: 30px;
    font-weight: 900;
}

.blog{
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog h1{
    height: 50px;
}

.client{
    padding: 50px 0 60px 0;
}

.client h1{
    height: 80px;
}

.client .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.client_item{
    width: 350px;
    height: 300px;
    margin-top: 20px;
    border-radius: 4px;
}

.about_line {
    display: block;
    width: 150px;
    height: 5px;
    background: #aad348;
    float: left;
    margin-top: 15px;
    border-radius: 6px;
}

.loft{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.loft .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loft-left{
    width: 55%;
    font-size: 18px;
    text-align: left;
    font-weight: 900;
    font-family: PFSquareSansPro-Regular;  
}

.loft-left span{
    font-size: 28px;
    font-family: PFSquareSansPro-Bold;     
}

.loft-right{
    width: 40%;
}

.loft-right img{
    width: 500px;
    position: relative;
    top: 10px;
}


.blog .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog_item{
    width: 31%;
    height: 300px;
    position: relative;
    margin-top: 20px;
}

.blog_item_text{
    width: 90%;
    height: auto;
    padding: 5px;
    padding-left: 10px;
    font-size: 18px;
    font-family: PFSquareSansPro-Regular; 
    font-weight: 900;
    color: #000;
    background: #ffffffd9;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.dir{
    padding-top: 80px;
    padding-bottom: 30px;
}

.dir .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dir_item{
    width: 31%;
    height: 550px;
    margin-top: 30px;
    margin-left: 5px;
    background: #f6f6f6;
}

.dir_item .top{
    width: 100%;
    height: 270px;
}

.dir_item .center{
    width: 90%;
    height: 130px;
    padding-top: 20px;
    padding-left: 20px;
}

.dir_name{
    text-align: left;
    font-size: 17px;
    font-family: PFSquareSansPro-Bold; 
}

.dir_text{
    color: #7a7a7a;
    text-align: left;
    font-size: 13px;
    font-family: PFSquareSansPro-Light; 
    height: 30px;
}

.blue_line{
    text-align: left;
    width: 150px;
    height: 2px;
    margin-left: 20px;
    background: rgb(58 138 230);
}

.dir_item .bottom{
    padding-top: 10px;
    padding-left: 20px;
    width: 90%;
    height: 220px;
}

.dir_bottom_text{
    text-align: left;
    font-size: 15px;
    font-family: PFSquareSansPro-Regular; 
}

.read-more{
    padding-top: 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    font-family: PFSquareSansPro-Regular; 
}

.partner{
    padding-top: 50px;
    padding-bottom: 50px;
}

.partner h1{
    height: 80px;
}

.partner .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner_item{
    width: 250px;
}

.partner_item img {
    width: 100%;
}

.partner_text{
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 900;
    font-family: PFSquareSansPro-Regular; 
    height: 120px;
    width: 100%;
    font-weight: 900;
}

.partner_item p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: PFSquareSansPro-Regular; 
    padding-top: 20px;
    font-weight: 900;
}

.work{
    padding-top: 40px;
    padding-bottom: 50px;
}

.work-item{
    width: 350px;
    height: 400px;
    text-align: center;
    position: relative;
    border-radius: 8px;
}

.work-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.work-shadow{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.90196) 0%, rgba(34, 34, 34, 0) 100%);
}

.work-item p{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 16px;
    font-family: PFSquareSansPro-Regular; 
    text-align: center;
    position: relative;
    top: 80px;
    width: 90%;
    margin: 0 auto;
}

.work-item p > span{
    font-family: Montserrat-Light; 
    position: relative;
    top: 20px;
    font-size: 14px;
    text-transform: none;
}

.work-sm-text{
    width: 1000px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    font-family: Montserrat-Light; 
    font-weight: 700;
}

.work-item-flashok{
    background: #9A65A5;
    width: 150px;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    margin: 0 auto;
    font-family: Montserrat-Light; 
    text-transform: uppercase;
}

.work__but {
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(17.79deg, #08c4c4 9.67%, #1F97F3 90.3%);
    width: 150px !important;
    text-align: center;
    font-family: PFSquareSansPro-Regular;  
    cursor: pointer;
    margin: 0 auto;
    margin-top: 105px;
    font-size: 15px;
}

.otz{
    padding-top: 50px;
    padding-bottom: 50px;
}

.otz_content {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    padding-bottom: 100px;
}

.otz_content p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-family: mons  
    padding-top: 50px;
    position: relative;
    top: 20px;
}

.otz_content img{
    width: 200px;
}

.carousel-control-next-icon{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-image: url(button/right-arrow.png) !important;
    position: relative;
    left: 50px;
}

.carousel-control-prev-icon{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-image: url(button/left-arrow.png) !important;
    position: relative;
    right: 50px;
}

.offer{
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(17.79deg, #08c4c4 9.67%, #1F97F3 90.3%);
}

.offer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer .left{
    width: 40%;
    color: #fff;
}

.offer_text_1{
    font-size: 25px;
    color: #7dd0ff; 
    font-family: PFSquareSansPro-Light;    
}

.offer_text_2{
    font-size: 34px;
    color: #fff;  
    font-family: PFSquareSansPro-Regular;   
}

.offer .right{
    width: 55%;
}

input{
    width: 100%;
    height: 60px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #7dd0ff;
    background: 0 0;
    color: #fff !important;  
    outline: none;  
}


.offer .right p{
    font-size: 28px;
    color: #fff;  
    font-family: PFSquareSansPro-Regular;   
}

.offer__but {
    padding: 5px 10px;
    color: #000;
    border-radius: 4px;
    background: #fff;
    width: 150px !important;
    text-align: center;
    font-family: PFSquareSansPro-Regular;  
    cursor: pointer;
    float: left;
    margin-top: 20px;
    font-size: 15px;
}

footer{
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_logo{
    width: 100%;
    height: 80px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.footer_text{
    width: 80%;
    display: block;
    font-size: 18px;
    color: #000;  
    margin: 0 auto;
    text-align: center;
    font-family: PFSquareSansPro-Regular; 
}

.footer_copy{
    width: 80%;
    display: block;
    font-size: 16px;
    color: #000;  
    margin: 0 auto;
    text-align: center;
    font-family: PFSquareSansPro-Light;  
    padding-top: 30px;   
}