:root{
    --bs-primary: #FF9B00;
	--bs-secondary: #FF9B00;
	--bs-text: #FFFFFF;
	--bs-header: #474747;
	--bs-background: #313131;
	--bs-blocks: #FFFFFF1A;
	--bs-title-blocks: #ffffff1A;
	--bs-blocks-service: #595959;
	--bs-blocks-service-active: #7b7b7b;
}

:root.dark{
	--bs-primary: #FF9B00;
	--bs-secondary: #FF9B00;
	--bs-text: #FFFFFF;
	--bs-header: #474747;
	--bs-background: #313131;
	--bs-blocks: #FFFFFF1A;
	--bs-title-blocks: #ffffff1A;
	--bs-blocks-service: #595959;
	--bs-blocks-service-active: #7b7b7b;
}

:root.light{
	--bs-primary: #005CA0;
	--bs-secondary: #005CA0;
	--bs-text: #000000;
	--bs-header: #D6D6D6;
	--bs-background: #C4C4C4;
	--bs-blocks: #FFFFFF66;
	--bs-title-blocks: #ffffff4D;
	--bs-blocks-service: #cacaca;
	--bs-blocks-service-active: #d9d9d9;
}

html, body{
    height: 100%;
	scroll-behavior: smooth;
	transition: 1s;
}

body{
	background: var(--bs-background);
    min-height: 100%;
    /*overflow: hidden;*/
    height: 100%;
}



/* Работает в Firefox */
body {
  scrollbar-width: thin;
  scrollbar-color: var(--bs-secondary)  var(--bs-blocks);
}

/* Работает в Chrome, Edge и Safari */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
	background-color: var(--bs-blocks);
	border-radius: 20px;
	border: 2px solid var(--bs-secondary);
}




footer {
	background-color: var(--bs-blocks);
	color: var(--bs-text);
	width: 100% !important;
}

a{
	color: var(--bs-secondary);
	text-decoration: none;
}

a:hover{
	opacity: 0.6;
	color: var(--bs-secondary);
}

.section{
	padding-top: calc(5.6vh + 0.5rem);
	padding-right: 3%;
	padding-bottom: 0.5rem;
}

div.bx-component-opener{
	z-index:1200 !important;
}


@media (max-width: 991px) {
	.section{
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	.row{
		margin-right:0 !important;
		margin-left:0 !important;
	}
	
	.col-12{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.fp-tableCell{
	height: 100% !important;
}

/*************  Шапка  ***********/
.header{
	background-color: var(--bs-header);
	position:fixed;
	top:0;
	width:100%;
	height:5.6vh;
	z-index:1000;
	transition: 2s;
}

:root.NEW_YEAR .header .small-header{
	background: url(./img/waves2.png);
	background-color: var(--bs-header);
	background-repeat: no-repeat;
}

.header.start{
	height:100%;
}

.header.start .small-header{
	opacity: 0;
	z-index:0;
}

.header .small-header{
	background-color: var(--bs-header);
	opacity: 1;
	transition: 1s;
	position:absolute;
	top:0;
	transition: 0.5s;
	height:5.6vh;
}

.header.start .logo-logo{
	opacity: 1;
	height:100%;
}

.header .logo-logo{
	height:100%;
	text-align: center;
	display: block;
	transition: 1s;
	opacity: 0;
}

.header .small-header .logo{
    width: auto;
    height:5vh;
}

.header.start .big-header{
	opacity: 1;
	height: 100%;
	z-index:1000;
}

:root.NEW_YEAR .header.start .big-header{
	/*background:url(./img/winter.png); */
	background:url(./img/fairylights.png);
	background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: center;
}

@media (max-width: 991px) {
	:root.NEW_YEAR .header.start .big-header{
		background: url(./img/fairylights.png);
		background-repeat: no-repeat;
		/* background-size: contain; */
		background-position: top;
		background-size: 250%;
	}
}

.heis{
	height: 100vh;
}

.header .big-header{
	opacity: 0;
	transition: 1s;
	height:0%;
}

.header .big-header .big-header-btn{
	position: absolute;
    color: var(--bs-text);
    z-index: 0;
	height:0%;
}

.header.start .big-header .big-header-btn{
    bottom: 5%;
	display: block;
    cursor: pointer;
    z-index: 1000;
}

.header.start .big-header .big-header-btn a{
	display: block;
	color: black;
}

.header.start .big-header .big-header-btn a:hover{
	display: block;
	color: var(--bs-primary);
}

.header .big-header .big-header-btn a{
	display: none;
}

.header .big-header .logo-block{
	position: absolute; 
	top: 50%; 
	transform: translate(0, -50%);
}

.header .big-header .logo-block .logo-25{
	width: 100%;
}

.header .big-header .logo-block .logo-ronix{
    width: 100%;
}

.header .big-header .logo-block .logo-IT{
	color: white;
    text-align: center;
    font-size: 4rem;
	font-weight: 700;
}

.logo-ronix .ronix{
	font-size: 6vw;
    font-family: fantasy;
    font-weight: 400;
	transition: 1s;
	margin-bottom: auto;
}

.icon-search, .icon-times{
	color: var(--bs-primary);
	cursor: pointer;
	font-size: 22px;
	position:absolute;
	right: 1%;
	margin:4px;
	z-index:100;
}

.icon-search-block, .icon-times-block{
	z-index:0;
	display:none;
    position: relative;
}

.icon-search-block.active, .icon-times-block.active{
	z-index:0;
	display:block;
}

.pc-style-block{
	width: 25px;
}

.icon-sun, .icon-moon{
	color: var(--bs-primary);
	cursor: pointer;
	font-size: 22px;
	position:absolute;
	margin:4px;
	z-index:100;
}

.icon-sun-block, .icon-moon-block{
	z-index:0;
	display:none;
    position: relative;
}

.icon-sun-block.active, .icon-moon-block.active{
	z-index:0;
	display:flex;
}

.search{
	width: 0px;
    /*height: 100%;*/
    background: #FFFFFF;
    border-radius: 5px;
    transition: all 0.5s ease;
	box-shadow: 0 0 10px var(--bs-primary);
}

#search.input{
	border: 0;
	background: transparent; 
	width: 0%;
	outline: none;
	font-family: sans-serif;
	font-size: 18px;
	color: var(--bs-primary);
	transition: all 0.3s ease;
	position: relative;
}
 
.search.active{
	width: 250px;
	padding-left: 25px;
	transition: all 0.5s ease;
}

#search.input.active{
	width: 98%;
	padding-left: 5px;
	transition: all 0.5s 0.8s ease;
}

.language-block{
    background-color: var(--bs-primary);
    border-radius: 4px;
	margin-inline: 10px;
}

.language {
	color: #ffffff;
	font-size: 16px;
	padding: 4px;
	background: transparent;
	border-radius: 4px;
}

.language.active {
	background:#ffffff;
	color: var(--bs-secsecondary);
}

a.language:hover{
	color: #ffffff;
}

a.language.active:hover {
	color: var(--bs-secondary);
}

.mobile-menu-button{
	font-size: 30px;
	color: var(--bs-primary);
}

.mobile-menu-button:hover {
	color: var(--bs-primary);
}

span{
	font-family: 'Arial';
	font-style: normal;
}

/************  Навигация  ************/
.blocks{
	background-color: var(--bs-blocks);
    border-radius: 0 0 2px 2px;
	display: flex;
    flex-direction: column;
    position: relative;
	/*min-height: 150px;*/
}

.title_blocks{ 
    font-size: 20px;
    line-height: 0%;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--bs-primary);
    padding: 15px;
	font-size: 18px;
	font-weight: 700;
	background: var(--bs-title-blocks);
}

.title_blocks:hover{
	color: var(--bs-primary);
}

.big_button:hover{
	color: var(--bs-primary);
}

@media (min-width: 1501px) {
	.bottomp{
		display: flex;
		align-items: end;
	}
}

@media (max-width: 991px) {
	.big_button{
		cursor: pointer;
	}
	
	.big_button:hover{
		opacity: 0.6;
	}
	
}

.text_blocks{
	position: relative;
    margin-top: 15px;
    margin-inline: 15px;
	margin-bottom: 15px;
    color: var(--bs-text);
    display: -webkit-box;
    -webkit-box-orient: vertical;
	font-size: 14px;
	text-align: justify;
	/*min-height: 200px;*/
    /*padding-bottom: 7%;*/
}



@media (max-width: 991px) {
	.section{
		padding-right: 0;
	}
	
	footer {
		position: static !important;
		margin-top: 0.5rem;
		bottom: auto;
	}
	
	.footer_info {
		margin-top: 0.5rem;
	}
	
	.right {
		text-align: right;
	}
	
	.clients-sm-block{
		height: calc(100% - 0.1rem);
	}
}

@media (min-width: 992px) {
	.buttons {
		height: 100%;
	}
	
	.news-block {
		display: inline;
	}

	.new-block {
		display: none !important;	
	}
	
	.clients-sm-block{
		height: calc(80% - 0.1rem);
	}
}

.button_blocks{
	text-align: end;
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    padding: 15px;
    color: var(--bs-primary) !important;
	font-size: 16px;
	z-index: 101;
}

.button_blocks a{
	color: var(--bs-primary) !important;;
}

.button_blocks a:hover{
	color:#bb6734;
}

.big_button{
	color: var(--bs-primary);
	display: flex;
    justify-content: center;
	flex-direction: column;
    text-align: center;
    height: 100%;
	/*max-height: 101px;*/
	min-height: 10vh;
	font-weight: 700;
	font-size: 18px;
}

@media (min-width: 992px){
	.us .clients-block{
		height: calc(80% - 0.1rem);
	}
	

	
}
@media (max-width: 991px){
	.us .clients-block{
		height: calc(69% - 0.1rem);
	}
	

	
}

.kardi{
	background: linear-gradient(330deg,
	var(--bs-text) 0%,
	rgba(0, 161, 123, 0.8) 20%,
	rgba(0, 161, 123, 0.2) 40%,
	rgba(0, 161, 123, 0.2) 60%,
	rgba(0, 161, 123, 0.8)) 80%,
	var(--bs-blocks);
}

.navigation{
	/*background-color: var(--bs-background);*/
	height: 100%;
	width:100%;
	/*padding: 0!important;*/
}

/************  Услуги  ************/
.servises{
	/*background-color: var(--bs-background);*/
	color:var(--bs-text);
}

.colheada{
	line-height: 0%;
    color: var(--bs-primary);
    padding: 15px;
    background: var(--bs-title-blocks);
	font-size: 24px;
    line-height: 24px;
}
 
/************  Проекты  ************/
@media (min-width: 992px){
	.projects_bg{
		/*background: var(--bs-background);*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
}

@media (max-width: 991px){
	.projects_bg{
		/*background: var(--bs-background);*/
		background-repeat: no-repeat;
		background-position: center;
	}	
}

.projects_bg{
	/*background: var(--bs-background);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.contacts{
	/*background: var(--bs-background);*/
	    height: auto;
}


.btnnew{
	color: #ffffff;
	background-color: var( --bs-primary);
    border-color: var( --bs-primary);
}

.btnnew:hover{
	color: #ffffff;
}

.text-color {
	color: var(--bs-text);
}

.title_blocks_number{
	font-size: 20px;
    line-height: 0%;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--bs-primary);
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
	justify-content: left;
}