@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body{
    font-family: 'Ubuntu', Arial, sans-serif;
}
.container{
    max-width: 1200px;
}
img{
    width: 100%;
}
p{
    font-size: 20px;
    line-height: 1.55;
    color: #000;
    font-weight: 300;
}
section {
    margin-bottom: 90px;
}
.title-xs{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 24px;
    color:#000;
}

.first{
    background:linear-gradient(#00000080, #000000b3), url(../images/Rectangle.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.title-page{
    font-size: 46px;
    font-family: 'Ubuntu';
    color: #fff;
    font-weight: 600;
    padding: 24px 0 38px 0;
}
.first p {
    font-size: 17px;
    color: #fff;
    font-family: 'Ubuntu';
}
.title-page span{
    color:rgb(253, 212, 39);    
}
.arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
}
.arrow svg{
    animation: arrow-bottom 1.7s infinite ease;
}

.item h3{
    margin: 30px 60px 30px 30px;
    color:#fff;
    font-size: 22px;
    line-height: 1.35;
}
.item p{
    font-size: 16px;
    color:#fff;
    margin: 0 30px 30px 30px;
}
.item{
    position: relative;
    height: 100%;
    padding: 20px 10px 0 10px;
    border-radius: 10px;
    transition: all .2s linear;
}
.item::before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000087;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    border-radius: 10px;
}
.item:hover::before{
    opacity: 1;
}
.desc {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: all .2s linear;
}

.item:hover .desc{
    opacity: 1;
}

.i-1{
    background: url(../images/Mask_group.png);
    background-size: 150%;
    background-position: center;
}
.i-1:hover{
    background-size: 155%;
}
.i-2{
    background: url(../images/Mask_group-1.png);
    background-size: 150%;
    background-position: center;
}
.i-2:hover{
    background-size: 155%;
}
.i-3{
    background: url(../images/Rectangle-4.png);
    background-size: 150%;
    background-position: center;
}
.i-3:hover{
    background-size: 155%;
}
.list-item:not(:last-child){
    margin-bottom: 50px;
}
.list-item p {
    font-size: 16px;
    line-height: 1.55;
}
.svgbg{
    width: 65px;
    height: 65px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.svgbg-1{
    background-image: url(../images/Tilda_Icons_30_system_settings.svg);
}
.svgbg-2{
    background-image: url(../images/weather_last_quarter.svg);
}
.svgbg-3{
    background-image: url(../images/Tilda_Icons_39_IT_website.svg);
}
.footer {
    background: #111111;
}
.footer a, .footer p{
    color: #fff;
}
.footer p{
    font-size: 16px;
    line-height: 25px;
}
.footer a{
    text-decoration: none;
}
.footer .desc-site p{
    font-size: 14px;
    line-height: 17px;
    color: #7d7d7d;
}
.logo{
    background-image: url(../images/logosvg_fill.svg);
    width: 121px;
    height: 35px;
    background-size: cover;
    margin-bottom: 30px;
}
.ico-svg{
    width: 33px;
    height: 33px;
    background-size: cover;
    margin-bottom: 30px;
}
.is-1{
    background-image: url(../images/ico_locationsvg.svg);
}
.is-2{
    background-image: url(../images/ico_phonesvg.svg);
}
.is-3{
    background-image: url(../images/ico_emailsvg.svg);
}
.is-4{
    background-image: url(../images/Group_3.svg);
}
.soc-icon{
    width: 33px;
    height: 33px;
    background-size: cover;
}
a.soc {
    width: max-content;
    display: block;
}
.soc-icon.yt{
    background-image: url(../images/YT.svg);
}
.soc-icon.vk{
    background-image: url(../images/Group_2.svg);
}
.soc-icon.tg{
    background-image: url(../images/TG.svg);
}
@media(max-width:992px){
    section {
    margin-bottom: 30px;
}
    .title-xs {
        font-size: 32px;
    }
    .item{
        height:400px;
    }
    .owl-carousel.row{
        margin-left:0;
        margin-right:0;
    }
    .owl-carousel.row>*{
        padding-left:0;
        padding-right:0;
    }
    p {
        font-size: 16px;
    }
    .item::before, .desc {
        opacity: 1;
    }
    .list-item>* {
    width: auto;
    max-width: 75%;
    flex-shrink: inherit;
}
.list-item p{
    font-size:12px;
}
.svgbg{
    width:50px;
    height:50px;
}
    
}
@keyframes arrow-bottom {
    0%,to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50%,55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

/* Language Switcher */
.lang-switcher-landing {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}
.lang-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s;
}
.lang-link:hover {
    color: #fff;
}
.lang-link.active {
    color: #fff;
    font-weight: 700;
}
.lang-separator {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 6px;
    font-size: 15px;
}