@font-face {
    font-family: 'Druk';
    src: url('/main/fonts/druktextwidecyr-medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

header.header {
    display: none;
}

body{
    background-color: #0d0d0d;
    color: #fff;
    font-family: inter;
    font-weight: 600;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.header{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    color: #0d0d0d;
    border-radius: 0 0 40px 40px;
}
.header-first-section{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    vertical-align: middle;
    height: 200px;
    justify-content: center;
    margin: 30px;
}
.header-main-txt{

}
.header-main-txt-title{
    font-size: 60px;
    margin-bottom: 30px;
    animation: typing 2s steps(7, end), blink-cursor 0.7s step-end infinite;
}
.typing-effect{
    font-family: Druk;
    font-weight: 700;
}
.header-main-txt-descr{
    font-size: 30px;
    font-weight: lighter;
    font-family: Druk;
    font-weight: 700;
}
.header-button{
    padding: 20px 50px;
    background-color: #BBFF33;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 20px;
   /* max-width: 200px; */
    text-align: center;
}
.header-button-but{
    text-decoration: none;
    color: black;
}
.header-second-section{
    display: flex;
}
.header-img{
    display: flex;
}
.header-img-pic{
    max-width: 400px;
    animation: float 3s ease-in-out infinite;
}

/* main part */
.main-part{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    background-color: #0d0d0d;
}
.about-cards{
    display: flex;
    max-width: 1400px;
}
.about-cards-card{
    display: flex;
    flex-direction: column;
    width: 480px;
    height: 250px;
    background-color: #181818;
    border-radius: 30px;
    margin: 30px;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.card-descr-text{
    font-size: 15px;
    margin: 20px;
    font-weight: lighter;
    position: absolute;
    top: 0;
    font-family: Druk;
}
.card-main-text{
    font-size: 70px;
    /* margin: auto; */
    font-weight: bold;
    text-align: center;
    color: #BBFF33;
}
.about-cards-img{
    display: flex;
    position: absolute;
    right: 800px;
    z-index: 1;
}
.about-cards-pic{
    position: absolute;

}
.about-text-main{
    max-width: 1400px;
    display: flex;
    justify-content: center;
}
.about-main-card1{
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 350px;
    background-color: #fff;
    border-radius: 50px;
    color: black;
    align-items: center;
    justify-content: normal;
    margin: 30px;
    position: relative;
    z-index: 2;
}
.card1-main-text{
    font-size: 50px;
    text-align: center;
    margin: 40px;
    font-family: Druk;
}
.card1-descr-text{
    font-size: 25px;
    font-weight: lighter;
    margin: 30px 50px;
}
.about-main-card2{
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 350px;
    background-color: #BBFF33;
    border-radius: 50px;
    color: black;
    align-items: center;
    justify-content: normal;
    margin: 30px;
    position: relative;
    z-index: 2;
}
.card2-main-text{
    font-size: 25px;
    /* text-align: center; */
    margin: 40px;
    font-family: Druk;
}
.card2-descr-text{
    font-size: 25px;
    font-weight: lighter;
    margin: 0px 50px;
}
.about-main-img{
    position: absolute;
    z-index: 1;
    right: 650px;
}
.prikol{
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: Druk;

}
.dushno{
    font-size: 60px;
    font-weight: bold;
    height: 150px;
    width: 500px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #BBFF33;
    font-family: Druk;
}
.pro-it{
    display: flex;
    position: absolute;
    top: 15px;
    height: 50px;
    width: 200px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-size: 25px;
    backdrop-filter: blur(3px);
    transform: rotate(-5deg);
    /* opacity: 0.2; */
    /* background-color: rgba(255, 255, 255, 0.7); */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 300%);
    border-color: transparent;
}
.for-who{
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    height: 300px;
    background: white;
    color: black;
    border-radius: 30px;
}
.for-who-main-text{
    font-size: 30px;
    font-weight: lighter;
    margin: 20px 40px;
    font-family: Druk;
}
.for-who-blocks{
    display: flex;
    /* padding: 40px; */
    flex-wrap: wrap;
    justify-content: center;
    font-family: Druk;
}
.for-who-block1{
    font-size: 20px;
    font-weight: lighter;
    padding: 15px 100px;
    background-color: #BBFF33;
    border-radius: 25px;
    margin-right: 20px;
}
.for-who-block2{
    font-size: 20px;
    font-weight: lighter;
    padding: 15px 100px;
    background-color: #0d0d0d;
    border-radius: 25px;
    color: white;
    margin-right: 20px;
}
.for-who-block3{
    font-size: 20px;
    font-weight: lighter;
    padding: 15px 100px;
    background-color: #0d0d0d;
    border-radius: 25px;
    color: white;
    margin-right: 20px;
}
.for-who-block4{
    font-size: 20px;
    font-weight: lighter;
    padding: 0px 60px;
    background-color: #0d0d0d;
    border-radius: 25px;
    color: white;
    margin-right: 20px;
    margin-top: 20px;
    height: 64.5px;
    align-items: center;
    display: flex;
}
.for-who-block5{
    font-size: 20px;
    font-weight: lighter;
    padding: 0px 30px;
    background-color: #BBFF33;
    border-radius: 25px;
    margin-right: 20px;
    margin-top: 20px;
    height: 64.5px;
    align-items: center;
    display: flex;
}
.for-who-block6{
    font-size: 20px;
    font-weight: lighter;
    padding: 0px 30px;
    background-color: #0d0d0d;
    border-radius: 25px;
    margin-right: 20px;
    margin-top: 20px;
    color: #fff;
    height: 64.5px;
    align-items: center;
    display: flex;
}
.for-who-block7{
    font-size: 20px;
    font-weight: lighter;
    padding: 0px 100px;
    background-color: #BBFF33;
    border-radius: 25px;
    /* margin-right: 20px; */
    margin-top: 20px;
    height: 64.5px;
    align-items: center;
    display: flex;
}
.opportunnities{
    display: flex;
    width: 100%;
    max-width: 1400px;
    justify-content: space-between;
    margin-top: 90px;
}
.opportunities-main-text{
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.opportunities-text{
    display: flex;
    position: relative;
}
.opportunities-text-txt{
    font-size: 50px;
    font-weight: lighter;
    max-width: 600px;
    width: 100%;
    font-family: Druk;
}
.opprtunities-text-img{
    font-size: 20px;
    font-weight: lighter;
    padding: 20px 50px;
    color: #0d0d0d;
    background-color: rgb(187, 255, 51);
    max-height: 60px;
    border-radius: 30px;
    position: absolute;
    top: 150px;
    right: 0px;
    transform: rotate(-10deg);
    backdrop-filter: blur(3px);
    font-family: Druk;
}
.opportunities-img{
    position: relative;
}
.opport-img{
    height: 470px;
    position: absolute;
    top: 250px;
    animation: floatRotate 5s ease-in-out infinite;
}
.opportunities-sections{
    display: flex;
    flex-direction: column;
}
.opportunities-block{
    height: 240px;
    width: 600px;
    /* background-color: white; */
    color: #0d0d0d;
    border-radius: 30px;
    /* margin: 30px; */
    margin-top: 20px;
    font-size: 20px;
    font-weight: lighter;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    z-index: 2;
    position: relative;
    font-family: Druk;
}
.opportunities-block:before,
.opportunities-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to right, rgba(187, 255, 51, 0.7), rgba(51, 187, 255, 0.5));*/
    background-color: white;
    z-index: -1;
    border-radius: 40px;
    /*transform: rotate(5deg);*/
    backdrop-filter: blur(10px);
}
.circle-number {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.nice-stroke{
    display: flex;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
}
.stroke{
    width: 100%;
}
.our-jobs{
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    width: 100%;
    max-width: 1400px;
    font-family: Druk;
}
.our-jobs-title{
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
    font-family: Druk;
}
.our-jobs-section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}
.our-jobs-block {
    margin: 20px;
    font-size: 20px;
    font-weight: lighter;
    width: 20%;
    height: 170px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    position: relative;
    z-index: 2;
    /* background-color: rgba(204, 204, 204, 0.2); */ /* Полупрозрачный фон */
    /* background-image: linear-gradient(0.875turn, rgba(0, 0, 0, 0) 30%, rgba(204, 204, 204, 1) 300%); */
    /* border-color: transparent; */
    /* border-style: solid; */
    backdrop-filter: blur(10px);
    background-color: #fff;
}

.our-jobs-block {
    z-index: 3;
    color: #181818; /* Цвет текста */
    opacity: 1; /* Прозрачность текста — полностью видимый */
}
.local{
    width: 39%;
}
.local1{
    width: 30%;
}
.local2{
    width: 20%;
}
.our-jobs-block-strelka1{
    background-color: #BBFF33;
    margin: 20px;
    font-size: 70px;
    font-weight: lighter;
    width: 10%;
    height: 170px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    color: #0d0d0d;
}
.our-jobs-block-strelka2{
    background-color: #BBFF33;
    margin: 20px;
    font-size: 70px;
    font-weight: lighter;
    width: 7%;
    height: 170px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    color: #0d0d0d;
}
.tarifsli{
    list-style: none;
    font-size: 20px;
    margin-top: 10px;
    color: black;
}
.clients{
    display: flex;
    background-color: #BBFF33;
    border-radius: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin-top: 90px;
    z-index: 2;
}
.clients-title{
    display: flex;
    font-size: 60px;
    width: 33%;
    font-weight: lighter;
    color: #0d0d0d;
    margin: 40px;
    font-family: Druk;
}
.clients-section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.clients-client{
    display: flex;
    background-color: white;
    width: 15%;
    height: 180px;
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
.clients-client-pic{
    height: 110px;
}
.picss{
    height: 70px;
}
.client{
    width: 20%;
}
.client1{
    width: 28%;
    background-color: #181818;
}
.runway-walk{
    margin-top: 90px;
}
.tarifs{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    justify-content: center;
    /* align-items: ; */
    margin-top: 90px;
    
}
.tarif-section{
    display: flex;
    justify-content: center;
    z-index: 2;
}
.tarif-section-1{
    font-size: 30px;
    height: 200px;
    width: 20%;
    background-color: white;
    color: #0d0d0d;
    border-radius: 20px;
    margin: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    font-weight: lighter;
    font-family: Druk;
}
.tarif-section-2{
    font-size: 20px;
    height: 200px;
    width: 70%;
    background-color: white;
    color: #0d0d0d;
    border-radius: 20px;
    margin: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tarifs-section-2-buy{
    max-width: 400px;
    align-items: end;
    justify-content: center;
    margin: 0 50px;
    display: flex;
    flex-direction: column;
}
.tarifs-section-2-descr{
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}
.tarifs-section-2-buy-price{
    font-size: 50px;
}
.tarifs-section-2-buy-period{
    font-size: 30px;
    margin: 0;
}
.tarifs-buy-button{
    width: 200px;
    height: 50px;
    background-color: #BBFF33;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 0;
    margin-top: 10px;
}
.const{
    font-size: 28px;
    max-width: 220px;
}
.contact-us{
    width: 100%;
    max-width: 1400px;
    height: 600px;
    background-color: #181818;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 180px;
}
.contact-us-title{
    font-size: 60px;
    max-width: 600px;
    font-family: Druk;
}
.contact-us-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px;
}
.field{
    height: 50px;
    width: 420px;
    margin: 15px 0;
    background-color: #333333;
    border-radius: 15px;
    outline: none !important;
    font-size: 18px;
    font-weight: lighter;
    color: #fff;
    font-weight: lighter;
    border: none;
    padding: 0 15px;
}
.que{
    height: 120px;
}
.sen-button{
    width: 450px;
    height: 50px;
    background-color: #BBFF33;
    color: #0d0d0d;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: lighter;
}
.btns-soc{
    display: flex;
    width: 520px;
    justify-content: space-between;
    margin-top: 50px;
}
.btn-tw{
    width: 230px;
    height: 70px;
    background-color: #fff;
    color: #0d0d0d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-weight: lighter;
    font-size: 20px;
}
.contact-us-sect-1{
    margin: 70px;
}
footer{
    width: 100%;
    max-width: 1400px;
    height: 600px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    background-color: #0d0d0d;
}
.footer-text{
    font-size: 60px;
    font-family: Druk;
}
.footer-1-pic{
    /* width: 700px; */
}
.ft1pic{
    width: 500px;
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
@keyframes floatRotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-cursor {
    50% {
        border-color: transparent;
    }
}
.footer-2-pic{
    /* width: 600px; */
}
.ft2pic{
    width: 600px;
    animation: float 3s ease-in-out infinite;
}
a {
    text-decoration: none;
    color: #0d0d0d;
    width: 100%;
    text-align: center;
}
.tarif-section-mobile{
    display: none;
}
@media screen and (max-width: 770px){
    .about-cards{
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .about-cards-card{
        width: 42%;
        height: 220px;
        margin: 10px;
    }
    .card-main-text{
        font-size: 50px;
    }
    .about-text-main{
        width: 100%;
    }
    .about-main-card1{
        width: 40%;
        height: 300px;
        margin: 20px;
    }
    .about-main-card2{
        width: 40%;
        height: 300px;
        margin: 20px;
    }
    .card1-main-text{
        margin: 30px;
        font-size: 30px;
    }
    .card1-descr-text{
        margin: 20px;
        font-size: 20px;
    }
    .card2-main-text{
        margin: 30px;
        font-size: 20px;
    }
    .card2-descr-text{
        margin: 20px;
        font-size: 20px;
    }
    .for-who{
        height: 250px;
    }
    .for-who-block1{
        font-size: 15px;
        padding: 15px 20px;
        border-radius: 15px;
    }
    .for-who-block2{
        font-size: 15px;
        padding: 15px 20px;
        border-radius: 15px;
    }
    .for-who-block3{
        font-size: 15px;
        padding: 15px 30px;
        border-radius: 15px;
    }
    .for-who-block4{
        font-size: 15px;
        padding: 0px 20px;
        height: 49px;
        border-radius: 15px;
    }
    .for-who-block5{
        display: none;
        font-size: 15px;
        padding: 0px 20px;
        height: 49px;
        border-radius: 15px;
    }
    .for-who-block6{
        font-size: 15px;
        padding: 0px 20px;
        height: 49px;
        border-radius: 15px;
    }
    .for-who-block7{
        font-size: 15px;
        padding: 0px 20px;
        height: 49px;
        border-radius: 15px;
    }
    .opportunities-main-text{
        width: 50%;
    }
    .opportunities-text-txt{
        font-size: 30px;
    }
    .opprtunities-text-img{
        font-size: 15px;
        padding: 20px 30px;
        border-radius: 20px;
        top: 95px;
    }
    .opportunities-sections{
        width: 50%;
        align-items: end;
    }
    .opportunities-block{
        width: 90%;
        height: 170px;
        border-radius: 20px;
        font-size: 15px;
    }
    .opport-img{
        height: 300px;
    }
    .our-jobs-block{
        height: 130px;
        margin: 10px;
        /* width: 26%; */
        font-size: 15px;
    }
    .our-jobs-block-strelka1{
        height: 130px;
        font-size: 50px;
    }
    .our-jobs-block-strelka2{
        height: 130px;
        font-size: 50px;
    }
    .clients-title{
        font-size: 40px;
    }
    .clients-client{
        height: 120px;
    }
    .clients-client-pic{
        height: 40px;
    }
    .tarif-section-1{
        font-size: 20px;
        margin: 10px;
        height: 150px;
    }
    .tarif-section-2{
        margin: 10px;
        font-size: 15px;
        height: 150px
    }
    .tarifs-section-2-descr{
        margin-left: 10px;
    }
    .tarifsli{
        font-size: 15px;
    }
    .tarifs-section-2-buy{
        margin: 0 20px;
    }
    .tarifs-section-2-buy-price{
        font-size: 25px;
    }
    .tarifs-section-2-buy-period{
        font-size: 20px;
    }
    .tarifs-buy-button{
        width: 130px;
        height: 40px;
        border-radius: 10px;
    }
    .contact-us-title{
        font-size: 40px;
        width: 100%;
    }
    .contact-us-sect-1{
        margin: 20px;
        margin-right: 0;
    }
    .btns-soc{
        width: 100%;
        justify-content: left;
    }
    .btn-tw{
        width: 120px;
        height: 50px;
        font-size: 13px;
        margin: 10px;
        text-align: center;
    }
    .contact-us{
        height: 400px;
        margin-top: 60px;
    }
    .contact-us-form{
        margin: 20px;
    }
    .field{
        width: 300px;
        height: 40px;
        border-radius: 10px;
        font-size: 10px;
    }
    .sen-button{
        width: 300px;
        height: 40px;
        border-radius: 10px;
        font-size: 10px;
    }
    .footer-text{
        font-size: 40px;
    }
    .ft1pic{
        width: 200px;
    }
    .ft2pic{
        width: 250px;
    }
    footer{
        height: 300px;
    }
}

@media screen and (max-width: 450px){
    a
    {
        width: 100px;
    }
    .header{
        width: 100%;
        /* margin: 60px 0; */

    }
    .header-main-txt-title{
        font-size: 50px;
    }
    .header-main-txt-descr{
        font-size: 30px;
    }
    .main-part{
        max-width: 400px;
    }
    .about-cards{
        /* flex-direction: column; */
        max-width: 400px;
    }
    .card-descr-text{
        font-size: 10px;
        margin: 10px;
    }
    .about-cards-card{
        width: 40%;
        height: 170px;
        padding: 10px;
    }
    .bigcard{
        width: 100%;
    }
    .card1-main-text{
        font-size: 40px;
        margin: 15px;
    }
    .card1-descr-text{
        font-size: 12px;
        margin: 15px;
    }
    .card2-main-text{
        font-size: 20px;
        margin: 15px;
    }
    .card2-descr-text{
        font-size: 12px;
        margin: 0 15px;
    }
    .about-text-main{
        width: 100%;
        /* flex-direction: column; */
    }
    .about-main-card1{
        width: 50%;
        margin: 10px;
        border-radius: 30px;
        height: 190px;
    }
    .about-main-card2{
        width: 50%;
        margin: 10px;
        border-radius: 30px;
        height: 190px;
    }
    .dushno{
        font-size: 40px;
        width: 240px;
    }
    .pro-it{
        top: 80px;
        right: 10px;
        font-size: 20px;
        width: 100px;
        height: 30px;
        border-radius: 10px;
        transform: rotate(7deg);
    }
    .for-who{
        max-width: 400px;
        /* flex-direction: column; */
        height: 100%;
    }
    .for-who-main-text{
        font-size: 20px;
    }
    .for-who-blocks{

    }
    .for-who-block1, .for-who-block2, .for-who-block3, .for-who-block4, .for-who-block5, .for-who-block6, .for-who-block7{
        margin: 10px;
        font-size: 12px;
        text-align: center;
    }
    .for-who-block4{
        padding: 0px 10px;
    }
    .opportunnities{
        max-width: 400px;
        flex-direction: column;
    }
    .opportunities-main-text{
        width: 100%;
    }
    .opportunities-text-txt{
        font-size: 35px;
    }
    .opprtunities-text-img{
        top: 110px;
        font-size: 10px;
        padding: 10px 15px;
        border-radius: 10px;
    }
    .opportunities-sections{
        margin-top: 10px;
        align-items: center;
        width: 100%;
    }
    .circle-number{
        width: 20px;
        height: 20px;
        font-size: 10px;
        top: 10px;
        right: 10px;
    }
    .opportunities-img{
        display: none;
    }
    .opport-img{
        height: 220px;
    }
    .opportunities-block{
        width: 350px;
        height: 120px;
        border-radius: 5px;
        font-size: 12px;
    }
    .opportunities-block:before, .opportunities-block:after {
        border-radius: 25px;
    }
    .our-jobs-section{
        flex-direction: column;
    }
    .our-jobs-title{
        font-size: 35px;
    }
    .our-jobs-block{
        width: 350px;
        font-size: 12px;
    }
    .tarif-section{
        display: none;
    }
    .tarif-section-1{
        font-size: 30px;
        height: 100px;
        margin: 1px;
        width: 30%;
    }
    .tarif-section-2{
        height: 100px;
        margin: 1px;
        width: 80%;
    }
    .tarifs-section-2-descr{
        font-size: 10px;
        margin: 0;
    }
    .tarifs-section-2-buy{
        margin: 0;
        width: 110px;
        margin-right: 10px;
    }
    .tarifs-section-2-buy-price{
        font-size: 20px;
    }
    .tarifs-section-2-buy-period{
        font-size: 15px;
    }
    .tarifs-buy-button{
        width: 70px;
        height: 30px;
        font-size: 10px;
    }
    .tarifs-section-2-buy-price.const {
        font-size: 10px;
    }
    .clients-section{
        /* flex-direction: column; */
        flex-wrap: wrap;
        width: 100%;
    }
    .clients-title{
        width: 400px;
        margin: 30px 10px;
        font-size: 20px;
        text-align: center;
    }
    .contact-us{
        width: 400px;
        flex-direction: column;
        height: 700px;
        justify-content: center;
    }
    .contact-us-title{
        max-width: 300px;
        font-size: 30px;
        /*margin-top: 40px;*/
    }
    .btns-soc{
        /*flex-direction: column;*/
        width: 354px;
        align-items: center;
        justify-content: center;
        justify-content: space-between;
    }
    .btn-tw{
        /*margin: 15px;*/
        font-size: 15px;
        height: 50px;
        width: 170px;
    }
    .contact-us-form{
        margin: 0;
        width: 400px;
    }
    .field{
        width: 330px;
        height: 50px;
        font-size: 15px;
        padding: 0 10px;
        font-family: 'Inter';
    }
    .sen-button{
        width: 350px;
        font-size: 15px;
        /*margin-bottom: 50px;*/
    }
    .contact-us-sect-1{
        margin: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer{
        flex-direction: column;
    }
    .our-jobs-block-strelka1{
        width: 350px;
    }
    .our-jobs-block-strelka2{
        width: 350px;
    }
    .clients-client{
        width: 43%;
        margin: 10px;
    }
    .footer-1-pic{

    }
    .ft1pic {
        width: 200px;
    }
    .ft2pic {
        width: 250px;
    }
    .header-button{
        padding: 20px 20px;
    }
    .header-img-pic {
        max-width: 180px;
    }
    .header-first-section{
        margin: 0;
        margin-left: 30px;
    }
    .tarif-section-mobile{
        display: flex;
        flex-direction: column;
        height: 500px;
        background-color: #fff;
        color: #0d0d0d;
        border-radius: 30px;
        justify-content: space-between;
        align-items: center;
        margin-top: 70px;
    }
    .tarif-section-mobile-title{
        font-size: 50px;
        margin-top: 50px;
        font-family: Druk;
    }
    .tarif-section-mobile-descr{   
        max-width: 350px;
        justify-content: center;
    }
    .tarifsli{
        margin: 10px 0;
        list-style: none;
        font-size: 15px;
    }
    .tarif-section-mobile-buy{
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tarifs-section-mobile-buy-price{
        font-size: 30px;
        font-family: Druk;
    }
    .tarifs-section-mobile-buy-period{
        font-family: inter;
    }
    .tarifs-mobile-buy-button{
        font-size: 15px;
        padding: 15px 100px;
        background: #BBFF33;
        text-align: center;
        border-radius: 20px;
        font-weight: lighter;
        margin-top: 20px;
    }
    .tarifsul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        text-align: center;
    }
    .mini-price{
        font-size: 15px;
        font-family: inter;
    }
    .abtn{
        width: 120px;
    }
}