:root {
    --main-purple: #8959FD
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
html{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    font-family: 'Gilroy', sans-serif !important;
    color:#050025;
    overflow-x: hidden;
    margin: 0px;

}
p,h1,h2,h3,h4,h5,ul{
    margin: 0;
    padding: 0;
}

header{
    width: 100%;

    background: #050025;
    overflow: hidden;
}
.menu-line{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}
.menu-line ul li{
    display: inline-block;
    padding-right: 40px;
}
.menu-line ul li a{
    color: white;
    font-weight: 500;
}
a:hover{
    text-decoration: none;
}
.menu-line ul {
    padding-left: 70px;
}
.right-phone{
    margin-left: auto;
}
.right-phone a{
    display: block;
}
.right-phone a:first-child{
    color: white;
    font-weight: 600;
    font-size: 21px;
}
.right-phone a:last-child{
    color: var(--main-purple);
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    margin-top: -8px;
}

h1{
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;

}
.fullheight .container{
    position: relative;
    height: 100%;
}
.fullheight  .row{
    height: 80%;
}


.fullheight p{
    font-style: normal;
    font-weight: 500;
    font-size:18px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    margin-bottom: 15px;
}
.fullheight .btn{
    font-size: 16px;
}
.fullheight{
    background: #050025;
}
.btn{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    background: var(--main-purple);
    padding: 20px 50px;
    border-radius: 0px;
    transition: 0.3s;
    border: 1px solid var(--main-purple);
    display: inline-flex;
    align-items: center;
}
.btn:hover{
    background: none;
    color: white;
    transition: 0.3s;
}
.btn.light:hover{
    color: var(--main-purple);
}
.btn.light:hover svg path{
    fill:  var(--main-purple);
}
.btn svg{
    margin-left: 10px;
    transition: 0.3s all;
    transform: translateX(0px)
}
.btn:hover svg{
    transition: 0.3s all;
    transform: translateX(20px)
}
.quest img{

    animation:spin 4s linear infinite;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.logo-right{
    position: absolute;
    width: 70%;
    margin-left: -35%;

    right: -50%;
    top: 50%;
}
section:not(.fullheight){
    margin-top: 150px;
}
section.first{
    margin-top: 60px;
}
.socials{
    position: absolute;
    bottom: 5%;
    left: 2%;
}
.socials {
    display: flex;
    align-items: center;
}
.socials a{
    color: white;
    font-weight: 600;
font-size: 21px;
}

.socials a:not(:last-child){
    margin-right: 15px;
}
.quest{
    position: relative;
    text-align: center;
}
.quest p{
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 79px;
    text-align: center;
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 1;
}
.pluses{
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
}
.plus p:first-child{
    font-style: normal;
    font-weight: 700;
    font-size: 150px;
    line-height: 90px;
}
.plus p:last-child{
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    margin-top: 10px;
}
.first h1{
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    color: #050025;
}
.text-service img{
    max-width: 100%;
}
.others h1{
    font-size: 50px;
}
.fullheight ul.bread li a{
    color: white;
}
.fullheight ul.bread li{
    color: white;
}
h2{
    font-style: normal;
font-weight: 500;
font-size: 55px;
    line-height: 110%;
}

.image-service img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.box-work{
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;

    color: white;
    padding-right: 120px;
}
.box-work-inner{
    padding: 20px;
    position: relative;
    z-index: 1;
}
.box-work img{
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.box-work:hover img{
    transform: scale(1.1);
}
.works .row{
    margin-top: 70px;
}
p.tags{
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.7;
}
.box-work p{
    font-weight: 500;
}
.box-work h4{
    font-weight: 600;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.object{
    position: absolute;
    bottom: -5%;
    right: 2%;
}
.dark .box-work-inner{
    color: #050025;
}
.object-fesybg{
    bottom: -7%;
}
.object-xobg{
    right: -8%;
}
.object-ipochinobg{
    bottom: -20%;
    right: -25%;
}
.object-bohobg{
    bottom: -7%;
    right: -9%;
}
.object-mosbg{
    right: 0%;
}
.object-avgbg{
    right: -6%;
    bottom: -7%;
}
.object-gangsterbg{
    right: -20%;
    bottom: -12%;
}
.object5{
    right: 0%;
}
.object-tuccibg{
    right: -15%;
}
.object-signaturebg{
    right: -4%;
    bottom: -9%;
}
.object-editionbg{
    right: -5%;
    bottom: -7%;
}
.object-platinumbg{
    right: -15%;
    bottom: -12%;
}
.object-denibg{
    right: -10%;
    bottom: -10%;
}
.object-amabg{
    right: -20%;
    bottom: -15%;
}
.object-zhukbg{
    right: -10%;
}
.second-box{
    margin-top: 40px;
}
.object-kidsbg{
    right: -10%;
    bottom: -10%;
}
.empty-box{
    width: 100%;
    display: flex;
    align-items: center;
    aspect-ratio: 1/1;
}
.empty-box p{
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 30px;
}
.btn img{
    margin-left: 10px;
}
.service{
    background: #050025;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;

}
section{
    overflow-x: hidden;
    overflow-y: hidden;
}
.service h2{
    color: white;
}
.line{
    background: var(--main-purple);
    width: 100%;
    height: 5px;
    margin-top: 10px;
    transition: 0.3s all;
}

p.desc{
    font-size: 21px;

}


.plus1{
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.plus2{
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.plus3{
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.plus4{
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.line-desc{
    margin-top: 25px;
}
.service-box p{
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
}
.service-box ul{
    margin-top: 15px;
}
.service-box ul li{
    position: relative;
    display: block;
    margin-left: 35px;
}
.service-box ul li:not(:last-child){
    margin-bottom: 10px;
}
.service-box a{
    color: white;
}
.service-box ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;

}
.service-box ul li::before{
    content: '';
    position: absolute;
    background: var(--main-purple);
    height: 7px;
    width: 7px;
    left: -10%;
    top: 50%;
    margin-top: -4.5px;
    margin-left: -4.5px;
    transition: 0.3s all;
}
.service-box ul li:hover::before{
    transform: scale(1.5);
    transition: 0.3s all;
}
.flex-service{
    margin-top: 70px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    row-gap: 70px;

}
.about-service p{
    font-size: 18px;
}
.grid-steps{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    row-gap: 30px;
}
.grid-types{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    row-gap: 30px;
}
.service-line .service-box:last-child{
    margin-top: 75px;
}
.all-service{
    margin-top: 80px;
}
.flex-logos{
    margin-top: 70px;
   /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;*/

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    row-gap: 20px;
}
.flex-logos img{

display: block;
    max-width: 150px;
    flex-shrink: 0;
}
.order form{
    margin-top: 70px;
}
a,button,a,input,textarea{
    outline: none !important;
}
input[type='text'],textarea{
    resize: none;
    border: none;
    background: none;
    border-radius: 0px;

    border-bottom: 1px solid #050025;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;

}
input:not(:last-child){
    margin-bottom: 16.5px;
}
.send-button{
    margin-top: 20px;
}
.contacts{
    margin-top: 70px;
}
.block-contacts{
    margin-bottom: 30px;
}
.block-contacts p:first-child{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}
.block-contacts p{
    font-size: 21px;
    margin-top: 5px;

}
.block-contacts p a{
    color: #050025;
}
#map{
    width: 100%;
    height: 333px;
    background: grey;
    overflow: hidden;
}
footer{
    margin-top: 200px;
    background: #050025;
    color: white;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;

}
p.write-mail{
    font-size: 38px;
    font-weight: 600;
}
p.write-mail a,p.call-phone a{
    color: white;
}
p.call-phone{
    font-size: 25px;
    font-weight: 500;
}
.socials-footer{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.socials-footer a{
    color: white;
    font-size: 21px;

}
.socials-footer a:not(:last-child){
    margin-right: 20px;
}
.footer-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.right-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    height: 100%;
    min-height: 160px;
}
.right-block a{
    display: block;
}
a.download{
    color: white;
    font-size: 18px;
    margin-top: 20px;
}
.under-footer{
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.under-footer p{
    opacity: 0.6;
}
.footer-blur{
    position: absolute;
    margin-left: -212px;
    margin-top: -215.5px;
    top: 50%;
    left: 15%;
}
.mobile-menu,.mobile-menu-container,.burger-menu{
    display: none;
}
.modal-order{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #050025;
    z-index: 101;
    left: 0;
    top: 0;
}
.header-modal-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.center-modal{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85%;
}
.center-modal-in{
    max-width: 60%;
}
.center-modal p{
    text-align: center;
    color: white;
    font-size: 36px;
    font-weight: 600;
}
.modal-order .container{
    height: 100%;
}
.center-modal form{
    margin-top: 40px;
}
.center-modal input::placeholder, .center-modal textarea::placeholder{
    color: white;
    opacity: 0.6;
}
.center-modal input, .center-modal textarea{
    resize: none;
    border: none;
    background: none;
    border-radius: 0px;
    border-bottom: 1px solid #050025;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid white;
    color: white;


}
.center-modal button{
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}
.center-modal input[type='submit']{
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: block;

}
.ui-menu{
    width: 20px;
    cursor: pointer;
}
.branding img,.design img,.webdeveloper img,.mobiledeveloper img,.support img,.ads img,.mobiledeveloper img{
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.branding p,.design p,.webdeveloper p,.mobiledeveloper p,.support p,.ads p,.mobiledeveloper p,.management p{
    font-size: 21px;
    margin-bottom: 15px;
}
h4{
    font-size: 55px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
}
.branding-info{
    margin-top: 20px;
}
.branding-info p{
    font-size: 16px;
    font-weight: normal;
}
.black-line{
    background: #050025;
    height: 2px;
    width: 100%;
}
.line.full{
    width: 100%;
}
p.desc.showed{
    opacity: 1;
}
.mt{
    margin-top: 20px;
}
span.count{
    display: block;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.support-info p{
    font-size: 16px;
}
.support-info{
    border-bottom: 1px solid #050025;
    padding-bottom: 50px;
    padding-top: 50px;
}
.support-info:last-child{
    border-bottom: none;
}
.border-web{
    border-bottom: 1px solid #050025;
    padding-bottom: 50px;
    padding-top: 50px;
}
.slide-ul{
    margin-top: 20px;
}
.slide-ul li{
    display: inline-block;
    margin-bottom: 5px;
}
.slide-ul li:not(:last-child){
    padding-right: 15px;
}
.slide-ul li a{
    font-size: 18px;
    color: #050025;
    font-weight: 500;
    transition: 0.3s all;
    cursor: pointer;

}

.slide-ul li a:hover{
    color: var(--main-purple);
    transition: 0.3s all;
}

a.filter.active{
    color: var(--main-purple);
}
.about-case p{
    font-size: 21px;
    margin-bottom: 15px;
}
.about-case img{
    max-width: 100%;
    margin-top: 20px;
}
/*.box-work::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0))
}*/
ul.bread{
    margin-bottom: 10px;
}
ul.bread li{
    display: inline-block;
    font-weight: 500;
    opacity: 0.6;
}
ul.bread li a{
    color: #050025;

}
.seo p{
    font-size: 21px;
}
.seo img{
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}
.blog .swiper{
    margin-top: 70px;
}
.blog-box h5{
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #050025;
    font-size: 21px;
}
.blog-box p{
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #050025;
    opacity: 0.8;
    font-size: 16px;
}
.see-more{
    margin-top: 50px;
}
.blog-image{
    aspect-ratio: 1/1;
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.blog-image img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.blog-image:hover img{
    transform: scale(1.1);
}
.col-blog{
    margin-bottom: 30px;
}
.blog-row{
    margin-top: 50px;
}
.blog-text p{
    font-size: 18px;
    color: #050025;
}
.blog-text h2,.blog-text h3,.blog-text h4,.blog-text h5{
    margin: 0px;
    font-weight: 500;
    color: #050025;
    margin-bottom: 10px;
}
.blog-text ul{
    margin-left: 40px;
}
.blog-text li{
    margin: 5px;
}
.blog-text h2{
    font-size: 36px;
}
.blog-text h3{
    font-size: 26px;
}
.blog-text h4{
    font-size: 21px;
}
.blog-text img{
    max-width: 100%;
}
.blog-text a{
    color: var(--main-purple);
    text-decoration: underline;
}
.service-about h2{
    font-size: 35px;
    margin-bottom: 15px;
}
.image-types {
    height: 300px;
    width: 100%;

    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.image-types img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.image-types:hover img{
    transform: scale(1.1);
}
.section-types h3{
    margin-top: 15px;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
}
.row-central {
    margin-top: 50px;
}
.faq,.steps {
    background: #050025;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
}
.circle-faq {
    transition: 0.3s all;
}
.circle-faq {
    flex-shrink: 0;
    margin-left: auto;
    background: var(--main-purple);
    border-radius: 100%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-faq svg{
    width: 20px;
    height: 20px;
    transition: 0.3s all;
}
.faq-header{
    display: flex;
    align-items: center;

}
.faq-line{
    cursor: pointer;
}
.faq-lines{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq-line h3{
    font-weight: 500;
}
.faq-line{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-line p{
    opacity: 0.8;
    font-size: 18px;
}
.faq-line h3{
    font-size: 31px;
}
.cirlce-number{
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background: var(--main-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
}
.steps h3{
    margin-top: 15px;
    margin-bottom: 5px;
}
.box-step p{
    font-size: 18px;
    opacity: 0.8;
}
.faq-hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.active .faq-hide {
    max-height: 1500px;
    transition: max-height 1s ease-in-out;
}
.active .faq-header svg {
    transform: rotate(45deg);
    transition: 0.3s all;
}
.project-text p{
    margin: 0px;
    padding: 0px;
}
.project-text{
    font-size: 21px;
    margin-top: 30px;
}
.project-text ul, .project-text ol{
    padding-left: 20px;
    margin-bottom: 0px;
}
.project-text img{
    max-width: 100%;
}
.project-text h4{
    margin: 0px;
    font-size: 1.5rem !important;

}
.block-write{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}
.block-write a{
    color: #8959FD;
    font-size: 18px;
}
@media screen and (max-width: 992px){
    .service-about h2{
        font-size: 26px;
    }
    .grid-steps{
        grid-template-columns: repeat(1, 1fr);
    }
    .block-write{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .blog-text img{
    max-width: 100%;
    }
    ul.bread{
        display: none;
    }
    .seo p{
        font-size: 16px;
    }
    .menu-line,.logo-right{
        display: none;
    }
    header .row{
        height: 100%;
    }
    .mobile-menu-container{
        display: block;
        position: fixed;
        width: 100%;
        background: #050025;
        z-index: 99;
        left: 0;
        top: 0;
    }
    .center-modal-in{
       max-width: unset;
    }
    .mobile-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 20px;

    }
    .center-modal p{
        font-size: 25px;
    }
    header .row{
        text-align: center;
    }
    h1{
        font-size: 36px;

    }
    .quest p{
        left: 15%;
    }
    .about-text{
        margin-top: 30px;
    }
    .pluses{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
        row-gap: 70px;
    }
    .plus p:first-child{
        font-size: 100px;
        line-height: 50px;
    }
    .box-work{
        margin-bottom: 30px;
    }
    .second-box{
        margin-top: 0;
    }
    .flex-service{
        grid-template-columns: repeat(1, 1fr);
    }
    p.desc{
        font-size: 18px;
    }
    .flex-logos img{
        margin-bottom: 50px;
    }
    #map{
        margin-bottom: 40px;
    }
    .footer-flex{
        display: block;
        text-align: center;
    }
    .right-block{
        margin-top: 20px;
        min-height: unset;
    }
    .socials-footer{
        justify-content: center;
    }
    .right-block a{
        text-align: center;
    }
    .under-footer{
        display: block;
        text-align: center;
    }
    .mobile-menu a,.header-burger-menu img:first-child{
        max-width: 40%;
    }
    .header-burger-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .burger-menu{
        display: none;
        position: fixed;
        z-index: 100;
        background: #050025;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }
    .center-menu ul li{
        display: block;
        margin-bottom: 15px;

    }
    .center-menu ul li a{
        color: white;
        font-size: 28px;
        font-weight: 500;
    }

    .burger-menu .container{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding-bottom: 20px;
    }
    .bottom-menu{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .bottom-menu .block-write a{
        font-size: 18px;
    }
    .bottom-menu a{
        color: white;
        font-size: 25px;
        font-weight: 500;
    }
    .project-text li{
        font-size: 16px;
    }
    section.first{
        margin-top: 150px;
    }
    h4{
        font-size: 25px;
    }
    h2,.first h1{
        font-size: 35px;
    }
    .branding p, .design p, .webdeveloper p, .mobiledeveloper p, .support p, .ads p, .mobiledeveloper p, .management p,.about-case p {
        font-size: 16px;

    }
    .box-work h4{
        font-size: 21px;
    }
    .box-work p{
        font-size: 14px;
    }

    .blog-text h2{
        font-size: 26px;
    }
    .blog-text h3{
        font-size: 24px;
    }
    .blog-text h4{
        font-size: 21px;
    }
    .faq-line h3{
        font-size: 23px;
    }
    p.write-mail{
        font-size: 23px;
    }
    .faq-line p{
        font-size: 16px;
    }
    .section-types .row-central .col-lg-4{
        margin-bottom: 30px;
    }
    .fullheight .container, .fullheight .row{
        height: 100%;
    }
    .others h1{
        font-size: 26px;
    }
    .fullheight p{
        font-size: 16px;
        line-height: 110%;
    }
    .empty-box p{
        font-size: 36px;
        line-height: 110%;
    }
}
@media screen and (max-width: 400px){
    .box-work{
        position: relative;
    }
    .box-work::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0))
    }
    .box-work p,.box-work h3{

        position: relative;
        z-index: 1;

    }
    .quest p{
        font-size: 45px;
        line-height: 50px;
    }
    .flex-logos img{
        max-width: 100%;
    }
    .flex-logos{
        grid-template-columns: repeat(3, 1fr);
    }
}
