/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2025 | 18:51:30 */
/*Шрифты*/

@font-face {
    font-family: "GT Eesti Pro Display"; 
    src: url("../fonts/gteestiprodisplay_regular.otf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 

/*Сброс настроек по умолчанию*/

*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    height: 100%;
    background-image: url(../image/background.png);
    background-size: auto;
    font-family: "GT Eesti Pro Display"; 
}

a{
    outline: none;
    color: black;
    text-decoration: none;
}

/*Начало верстки*/

.wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

/*HEADER*/

.header{
    display: flex;
    flex-direction: row;
    width: calc(1440 - 48 - 48); /*Размер 1440 с учетом паддингов слева и справа*/
    padding: 24px 48px;
    justify-content: space-around;
    align-items: center;
    background-color: #515151;
}

.header__name{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    cursor: pointer;
}

.header__text{
    font-family: 'GT Eesti Pro Display';
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    letter-spacing: -0.1px;
    color: #FFFFFF;
}

.header__logo{
	margin-top: 5px;
    width: 70px;
    height: 44px;
    background-image: url(../image/logo.png);
    background-size: 70px 44px;
    background-repeat: no-repeat;
}

/*Адаптив header*/
@media (max-width: 560px) {
    .header{
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .header__logo{
        order: 1;
        margin-right: 10px;
    }

    .header__name{
        order: 2;
    }

    .header__text{
        order: 3;
        width: 80%;
        margin-top: 10px;
        text-align: left;
    }
}

/*MAIN*/

.main{
    display: flex;
    flex-wrap: wrap;
    margin-top: 59px;
    margin-bottom: 39px;
    width: 100%;
}

.index{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.left{
    width: 918px;
}

.rigth{
    width: 421px;
}

.links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 918px;
    gap: 8px;
}

.links__block{
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 455px;
    height: 304px;
    border-radius: 20px;
    background-size: 103%;
    background-position: center;
    cursor: pointer;
}

.links__lab{
    display: block;
    width: 421px;
    height: 928px !important;
    border-radius: 20px;
}


.links__text{
    position: relative;
    width: 423px;
    height: 82px;
    padding: 16px;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.links__title{
    position: relative;
    z-index: 3;
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #2A2A2A;
}

.links__descrypt{
    position: relative;
    z-index: 3;
    margin-top: 8px;
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(42, 42, 42, 0.7);
}

.links__background{ /*Эффект размазанного фона*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 102%;
    background-position: bottom center;
    filter: blur(3px);
    opacity: .05;
}

.vestnik-block, .vestnik-bg{
    background-image: url(../image/1.jpg);
}

.vual-block, .vual-bg{
    background-image: url(../image/2.jpg);
}

.repo-block, .repo-bg{
    background-image: url(../image/3.jpg);
}

.cloud-block, .cloud-bg{
    background-image: url(../image/4.jpg);
}

.conf-block, .conf-bg{
    background-image: url(../image/5.jpg);
}

.study-block, .study-bg{
    background-image: url(../image/6.jpg);
}

/*Эффект виньетки*/

.v-effect{
    visibility: hidden;
}

.links__block:hover .v-effect{
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: 0 0 150px rgba(255, 255, 255, 0.9) inset;
    transition: .2s linear;
}

/*Блок лаборатории*/

.links__lab{
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 421px;
    height: 928px !important;
    border-radius: 20px;

}

.lab-block{
    width: 421px;
    height: 928px;
    background-image: url(../image/7.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.links__lab:hover .v-effect{
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: 0 0 150px rgba(255, 255, 255, 0.9) inset;
    transition: .2s linear;
}

.social{
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.whatsapp{
	width: 32px;
	height: 32px;
	background-image: url("../image/whatsapp.png");
	background-size: 32px 32px;
}

.telegram{
	width: 32px;
	height: 32px;
	background-image: url("../image/telegram.png");
	background-size: 32px 32px;
}

/*Адаптив MAIN*/

@media (max-width: 925px) {
    .left{
        width: auto;
    }

    .rigth{
        width: 628px;
        justify-items: flex-start;
        justify-self: flex-start;
    }

    .links{
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }

    .links__block{
        width: 310px;
    }

    .links__lab{
        width: 310px;
    }
}

@media (max-width: 680px) {

    .rigth{
        width: 310px;
    }

    .links__lab{
        width: 310px;
    }
}

/*Вестник*/

.vestnik{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav{
    width: 1344px;
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 38px;
	justify-self: flex-start;
}

.nav__line{
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
	max-width: 1344px;
}

.nav__arrow{
    font-size: 24px;
    font-weight: 900;
    text-shadow: 1px 1px 1px #515151c6;
}

.nav__name a{
    color: rgba(51, 51, 51, 0.5);
}

.nav__name a:hover{
    text-decoration: underline;
    transition: .3s linear;
}

.nav__arrow, .nav__name:last-child{
    color: #515151;
}

.nav__item:not(:last-child){
    margin-right: 16px;
}

.slider__container{
    position: relative;
    width: 1344px;
    height: 576px;
    background-image: url(../image/slide1.jpg);
    background-position: center;
    background-size: 100%;
    border-radius: 20px;
    margin-bottom: 48px;
}

.slider__text{
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 855px;
    height: 124px;
    background-color: #51515199;
    z-index: 10;
    padding: 24px;
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.slider__bg{
    position: absolute;
    width: 855px;
    bottom: 25px;
    left: 25px;
    width: 903px;
    height: 124px;
    z-index: 9;
    padding: 24px;
    border-radius: 20px;
    background-image: url(../image/slide1.jpg);
    background-size: 1344px 576px;
    background-position: 7% 85%;
    filter: blur(20px);
}

.slider__arrows{
    display: flex;
    flex-direction: row;
    gap: 8px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 40;
}

.btn{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 56px;
    padding: 16px;
    height: 56px;
    background: #515151;
    border-radius: 20px;
    transform: rotate(-180deg);
    outline: none;
    border: none;
    background-image: url(../image/Expand_right.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn:hover{
    background-color: #2A2A2A;
    transition: .3s linear;
}

.btn-left{
    transform: rotate(0deg);
}

.slider__buttons{
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 20;
    display: flex;
    flex-direction: row;
    height: 12px;
}

.circle{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #515151;
    opacity: .8;
    cursor: pointer;

}

.active{
    background-color: #FFFFFF;
    opacity: 1;
}

.fade-out {
    opacity: 0;
    transition: .3s linear;
}

.info{
    display: flex;
    flex-direction: row;
	justify-content: center;
    gap: 10px;
	width: 100%;
	flex-wrap: wrap;
}

.info__item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 198px;
    height: 96px;
    padding: 24px;
    background-color: #515151;
    border-radius: 20px;
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: #FFFFFF;

}

.info__image{
    width: 48px;
    height: 48px;
    background-image: 48px 48px;
}

.info__text{
    margin-top: 10px;
}

.info1{
    background-image: url(../image/info1.svg);
}

.info2{
    background-image: url(../image/info2.svg);
}

.info3{
    background-image: url(../image/info3.svg);
}

.info4{
    background-image: url(../image/info4.svg);
}

.info5{
    background-image: url(../image/info5.svg);
}

@media (max-width: 1440px){
	.nav{
    width: 1100px;
}

.nav__line{
	max-width: 1100px;
}
	.slider__container{
    width: 1100px;
    height: 618px;
}

.slider__text{
    width: 428px;
    height: 62px;
	font-size: 9px;
}

.slider__bg{
    width: 428px;
    height: 62px;
}
}

@media (max-width: 1140px){
	.nav{
    width: 870px;
}

.nav__line{
	max-width: 1100px;
}
	.slider__container{
    width: 870px;
    height: 489px;
}

.slider__text{
    left: 25px;
    width: 428px;
    height: 62px;
}

.slider__bg{
    position: absolute;
    width: 428px;
    height: 62px;
}
}

@media (max-width: 900px){
	.nav{
	max-width: 672px;
}
	
	.slider__container{
    width: 672px;
    height: 288px;
}

.slider__text{
    width: 428px;
    height: 62px;
}

.slider__bg{
    width: 428px;
    height: 62px;
}
}

@media (max-width: 700px){
	.nav{
	max-width: 420px;
}
	
	.slider__container{
    width: 420px;
    height: 236px;
}

.slider__text{
    width: 320px;
    height: 50px;
	font-size: 12px;
	line-height: 10px;
	bottom: 35px;
}
	
	.slider__buttons{
		bottom: 15px;
	}

.slider__bg{
    width: 320px;
    height: 50px;
}
}

@media (max-width: 425px){
	.nav{
	max-width: 310px;
}
	
	.slider__container{
    width: 310px;
    height: 175px;
}

.slider__text{
	padding: 3px;
	bottom: 5px;
	left: 5px;
    width: 280px;
    height: 50px;
	font-size: 5px;
	line-height: 10px;
	bottom: 35px;
}
	
	.btn{
		width: auto;
		height: auto;
	}
	
	.slider__arrows{
		top: 10px;
	}
	
	.slider__buttons{
		bottom: 10px;
	}

.slider__bg{
	padding: 3px;
    width: 280px;
    height: 50px;
	bottom: 35px;
	left: 5px;
}
}

.mini-slider__container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.mini-slider__card{
    width: 416px;
    height: 484px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-radius: 20px;
    overflow: hidden;
}

.mini-slider__top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 416px;
    height: 375px;
}

.mini-btn-left{
    transform: rotate(0);
}

.mini-slider__bottom{
    width: 100%;
    background-color: #515151;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.mini-slider__title{
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    padding: 24px 24px 22px 24px;
}

.mini-slider__descrypt{
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    padding: 0px 24px 24px 24px;
}

.mini-slider__image{
    width: 100%;
    height: 100%;
    background-image: url(../image/device1.png);
    background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 550px){
	.mini-slider__container{
		flex-wrap: wrap;
		width: 260px !important;
	}
	.mini-slider__card{
		width: 250px !important;
	}
	.mini-slider__top{
		width: 100% !important;
	}
	.mini-btn-left{
		order: 2;
	}
	.mini-btn-right{
		order: 3;
	}
}