

@font-face {
    font-family: 'UnboundedLight';
    src: url('/fonts/Unbounded-Light.woff2') format('woff2'),
        url('/fonts/Unbounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('/fonts/Unbounded-Regular.woff2') format('woff2'),
        url('/fonts/Unbounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Unbounded-Bold';
   
    src: url('/fonts/Unbounded-Bold.woff2') format('woff2'),
        url('/fonts/Unbounded-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Unbounded-Medium';
       src: url('/fonts/Unbounded-Medium.woff2') format('woff2'),
        url('/fonts/Unbounded-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	background: #3d3d3d;
}

.unbl h1, .unbl h2, .unbl div, .unbl p, .unbl span, .unbl  {
	font-family: 'UnboundedLight' !important;
}

.unbr h1, .unbr h2, .unbr div, .unbr p, .unbr span, .unbr {
	font-family: 'Unbounded' !important;
}

.unbm h1, .unbm h2, .unbm div, .unbm p, .unbm span, .unbm {
	font-family: 'Unbounded-Medium' !important;
}


.unbb h1, .unbb h2, .unbb div, .unbb p, .unbb span, .unbb {
	font-family: 'Unbounded-Bold' !important;
}

 
.white { color:#e4e3e3;}
.white2 { color:#ffffff;}
 .black { color:#606060;}
  .grey { color:#b6b6b6;}
  .blue { color:#5dcff5; }
  
 .b-black { background:#252525; }
 .b-blue { background:#5dcff5; }
  .b-white { background:#ffffff; }
 

.header {
 background-repeat: no-repeat;
    background-image: url(/imgs/54344.jpg);
    /* position: absolute; */
    width: 100%;
    background-position: bottom center;
	  background-size: cover;
	 height:500px;
	 border-radius:30px;
}

.left_header {
    padding-left: 50px;
    padding-top: 85px;
}

.left_header h1{
   font-size: 39px;
     
}

.left_header h1 {
    background: #0d0d0d;
    padding: 1px 40px;
    width: fit-content;
    border-radius: 40px;
}

.menu {
	display:flex;
	gap:10px;
}

ul.menu li {
    background: #fff;
    border-radius: 30px;
    padding: 5px 14px;
	font-size:12px;
	 transition: all 0.3s ease;
}

ul.menu li:hover {
    background: #c9c9c9;
}

.top_menu {
    gap: 10px;
}

.short_desc {
  padding: 17px;
    background: #fff;
    font-size: 25px;
    border-radius: 0px 0px 30px 30px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}


.title {
    font-size: 30px;
}

.props{
	gap: 30px;
	justify-content: space-between;
}

.props_item {
	width: 48%;
    flex-grow: 1;
	padding:45px 40px;
	 border-radius: 20px;
	 position:relative;
	 height:280px;
	 font-size: 19px;
    
}

.props_item:before {
	 content:"";
	background-repeat: no-repeat; 
	background-image: url(/imgs/Rectangl.svg);
	 background-position: top right;
	position:absolute;
	width:21px;
	height:126px;	
	left: -11px;
	top:60px;
}

.props_list {
    flex-direction: column;
}

.props_item_list {
	 position:relative;
	  padding-left: 42px;
	 font-size: 14px;
	 margin: 12px 0px;
}

.props_item_list:before {
	 content:"";
	background-repeat: no-repeat; 
	background-image: url(/imgs/Rectangl2.svg);
	 background-position: top left;
	position:absolute;
	width:31px;
	height:18px;	
	left: 0px;
	top:2px;
}

.props_warring {
 font-size: 14px;
}


.col {
     
	justify-content: center;
}

/* Планшетная версия (768px и выше)
@media (min-width: 768px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .col {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 0;
    }
} 
*/

/* Десктопная версия (1024px и выше)
@media (min-width: 1024px) {
    .row {
        gap: 30px;
    }
    
    .col {
        flex: 1 1 calc(50% - 30px);
    }
}
 */


.screens img {
    width: 200px;
    object-fit: cover;
    height: 239px;
	border-radius: 20px;
}

.screens {
    padding: 35px 1px;
    border-radius: 30px;
}


.screens2 img {
    width: 170px;
    object-fit: cover;
    height: 170px;
	border-radius: 20px;
}

.btn_downl {
	border-radius:50px;
	padding: 9px 40px;
	display:flex;
	flex-direction: column;
	color:#fff;
}

.btn_downl span:first-child {
font-size: 20px;
}

.btn_downl span:last-child {
font-size: 12px;
}

.buttons {
	flex-grow: 1;
    width: 44%;
	display:flex;
	flex-direction: column;
	gap:10px;
}

.soc_media_block {
	flex-grow: 1;
	width: 55%;
border:1px solid #5dcff5;
border-radius:80px;
	padding: 10px 40px;
	align-content: center;
}

.more_info {
    width: 45%;
}

.soc_media_links {
	  width: 45%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	gap:5px;
}

.separe_line {
	border-bottom:1px dashed #5dcff5;
	width: 100%;
	
}

.block_other {
	border:1px dashed #5dcff5;
	padding: 30px;
	border-radius:50px;
}


.title_progr {
    font-size: 24px;
}


.desc_progr {
    font-size: 16px;
}




/* Базовые стили меню */
.menu_top {
    list-style: none;
   
    
     
}

.menu_top > li {
    position: relative;
    display: inline-block;
}

.menu_top li a {
    display: block;
    
  
    text-decoration: none;
    transition: background 0.3s;
}

.menu_top li a:hover {
    
}

/* Стили подменю */
.submenu {
    position: absolute;
   top: 30px;
    left: 0;
     
    min-width: 226px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Показываем подменю при наведении */
.menu_top li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu li {
    border-bottom: 1px solid #555;
}

.submenu li:last-child {
    border-bottom: none;
}


/* Улучшенная версия анимации */
.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
   font-size: 12px;
    border-top: none;
    border-radius: 14px;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.language-selector:hover .language-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.selected-language {
    padding: 5px 14px;
    background: white;
     
    border-radius: 28px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    transition: all 0.3s ease;
    user-select: none;
    position: relative;
}

.selected-language::after {
    content: '▼';
    font-size: 10px;
    margin-left: 5px;
    opacity: 0.6;
    transition: transform 0.3s ease;
}

.language-selector:hover .selected-language::after {
    transform: rotate(180deg);
}

.language-selector {
    position: relative;
}




/* Стили для модального окна */
.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.image-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    z-index: 1001;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.image-modal.active .modal-content {
    transform: scale(1);
}

.modal-content img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.close-btn {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #838385;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000;
}

.close-btn:hover {
    background: #ff4444;
    color: white;
}

/* Стили для оригинальных изображений */
.screens img {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 8px;
}

.screens img:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Адаптивность */
@media (max-width: 768px) {
    .modal-content {
        max-width: 95%;
    }
    
    .close-btn {
        top: -50px;
        right: 0;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}









 .logo_back {
    position: absolute;
}

.logo {
    width: 200px;
    z-index: 2;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
	padding: 40px;
	 position: relative;
}

.btn_43, .btn_downl {
	 transition: all 0.3s ease;	
}


.btn_43:hover, .btn_downl:hover {
	transform:scale(1.04);
background:#50aac9;	
}
 
 a {
	 transition: all 0.3s ease;	
 }

 a:hover {
	 opacity:0.8;
 }

.copyright {
    text-align: center;
    margin-top: 33px;
    font-size: 12px;
}


@media only screen and (max-width: 460px) {

}

 
@media only screen and (max-width: 768px) {
	.header {background-position: bottom right;}
	.left_header {padding-left: 0px;}
	.left_header h1 {font-size: 29px;}
.btn_43 { margin: 0 auto;}
.block_other {gap: 30px;}
 .menu {flex-direction: column;}
.soc_media_links, .more_info {width: 100%; font-size: 14px;}
.soc_media_block {gap: 9px;}
.btn_downl span:last-child {font-size: 9px;}
.container {padding: 20px;}
}



 
  
 

	


 
