@import url('normalize.css');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
body {
	font-family: 'Ubuntu', sans-serif;
	background: #ddd;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
.body_slides{
    list-style:none;
    margin:0;
    padding:0;
    z-index:-2; 
    background:#000;}
.body_slides,
.body_slides:after{
    position: fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;}
.body_slides:after { 
    content: '';
    /*background: transparent url(images/pattern.png) repeat top left;}*/
}
 
.body_slides li{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-size:cover;
    background-position: center center;
    background-repeat:none;
    opacity:0;
    -webkit-animation: anim_slides 30s linear infinite 0s;
    -moz-animation: anim_slides 30s linear infinite 0s;
    -o-animation: anim_slides 30s linear infinite 0s;
    -ms-animation: anim_slides 30s linear infinite 0s;
    animation: anim_slides 30s linear infinite 0s;
}
.body_slides li:nth-child(1){
background-image: url("../fon/1.jpeg") 
}
.body_slides li:nth-child(2){
-webkit-animation-delay: 6.0s;
-moz-animation-delay: 6.0s;
background-image: url("../fon/2.jpeg") 

}
.body_slides li:nth-child(3){
-webkit-animation-delay: 12.0s;
-moz-animation-delay: 12.0s;
background-image: url("../fon/3.jpeg") 
}
.body_slides li:nth-child(4){
-webkit-animation-delay: 18.0s;
-moz-animation-delay: 18.0s;
background-image: url("../fon/4.jpeg") 
}
.body_slides li:nth-child(5){
-webkit-animation-delay: 24.0s;
-moz-animation-delay: 24.0s;
background-image: url("../fon/5.jpeg") 
}
@-webkit-keyframes anim_slides {
0% {opacity:0;}
6% {opacity:1;}
24% {opacity:1;}
30% {opacity:0;}
100% {opacity:0;}
}
@-moz-keyframes anim_slides {
0% {opacity:0;}
6% {opacity:1;}
24% {opacity:1;}
30% {opacity:0;}
100% {opacity:0;}
}

a {
	/*color: #555;*/
	text-decoration: none;
}

.phnumb {
    padding: 20px;
    font-size: 2em;
    font-weight: 600;
    position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

span.right{
	float: right;
}

.wrapper {
    position: fixed;
    width: 100%;
    z-index: 2000;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
}



.st-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.st-panel > span {
	position: absolute;
    top: 150px;
    right: -50px;
    font-size: 3em;
    cursor: pointer;
}

.header {
	position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    left: 0;
    background: #252c46;
    z-index: 22;
    color: white;
    text-align: right;
    background-image: url(../fon/logo.jpg);
    background-repeat: no-repeat;
    background-size: 112px;
}

.header > .logo {
	/*bottom: 1px; */
    position: absolute;
    left: 85px;
    padding: 10px;
    top: -15px;
    font-size: 2em;
    font-weight: 900;
    /*letter-spacing: 10px;*/
    line-height: 0.1;
}

.logo>h1 {
	display: table;
	font-size: 1.5em;


}

.logo>h1>span {
	font-size: 0.7em;
	display: table;

}
#slogan-fl {
    	margin: 28px 0 0 130px;
}

#slogan-up {
    width: 254px;
    margin: 20px 40px 0 0;
    font-size: 0.4em;
    color: #edd86c;
}

.st-container > input,
.st-container > a {
	position: fixed;
	top: 60px;
	width: 10%;
	cursor: pointer;
	font-size: 18px;
	height: 40px;
	line-height: 50px;
	transition: 0.7s;
}

.st-container >	a > span {
	height: 44px;
}

.st-container > input {
	opacity: 0;
	z-index: 120;
}

.st-container > a {
	z-index: 110;
	font-weight: 700;
	background: #252c46;
    box-shadow: inset 0 -3px #b5c1ec;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
}

#st-control-1, #st-control-1 + a {
	right: 0%;
}

#st-control-2, #st-control-2 + a {
	right: 10%;
}

#st-control-3, #st-control-3 + a {
	right: 20%;
}

#st-control-4, #st-control-4 + a {
	right: 30%;
}

#st-control-5, #st-control-5 + a {
	right: 40%;
}

#st-control-6, #st-control-6 + a {
	right: 50%;
}

.st-scroll,
.st-panel {
	position: relative;
	width: 100%;
	height: 100%;
}

.st-scroll {
	top: 50px;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

.st-panel{
	/*background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);*/
	overflow-x: hidden;
} 

/*.st-panel:before	{
	content: 'MILLENIUM FLOORING';
	font-weight: 900;
	position: absolute;
	z-index: 1;
    top: 6%;
    left: 2%;
    text-align: center;
    font-size: 3em;
	-webkit-transform: translateY(35%) rotate(-8deg);
	-moz-transform: translateY(35%) rotate(-8deg);
	-o-transform: translateY(35%) rotate(-8deg);
	-ms-transform: translateY(35%) rotate(-8deg);
	transform: translateY(35%) rotate(-8deg);
}*/

#st-control-1:checked ~ .st-scroll {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

#st-control-2:checked ~ .st-scroll {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

#st-control-3:checked ~ .st-scroll {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
}

/*#st-control-4:checked ~ .st-scroll {*/
/*	-webkit-transform: translateY(-300%);*/
/*	-moz-transform: translateY(-300%);*/
/*	-o-transform: translateY(-300%);*/
/*	-ms-transform: translateY(-300%);*/
/*	transform: translateY(-300%);*/
/*}*/

#st-control-5:checked ~ .st-scroll {
	-webkit-transform: translateY(-400%);
	-moz-transform: translateY(-400%);
	-o-transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	transform: translateY(-400%);
}

#st-control-6:checked ~ .st-scroll {
	-webkit-transform: translateY(-500%);
	-moz-transform: translateY(-500%);
	-o-transform: translateY(-500%);
	-ms-transform: translateY(-500%);
	transform: translateY(-500%);
}

.st-deco{
	width: 127%;
	height: 200px;
	position: absolute;
	top: 0px;
	margin-left: -100px;
	-webkit-transform: translateY(-57%) rotate(-8deg);
	-moz-transform: translateY(-57%) rotate(-8deg);
	-o-transform: translateY(-57%) rotate(-8deg);
	-ms-transform: translateY(-57%) rotate(-8deg);
	transform: translateY(-57%) rotate(-8deg);
}

.st-panel > h2 {
	color: white;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	background: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 38px 40px rgba(0,0,0,0.5);
	position: absolute;
	font-size: 54px;
	font-weight: 900;
	width: 80%;
	left: 10%;
	text-align: center;
	line-height: 50px;
	margin: -70px 0 0 0;
	padding: 0;
	top: 150px;
	-webkit-backface-visibility: hidden;
}

#st-panel-1 > h2 {
	top: 200px;
}

#st-control-1:checked ~ .st-scroll #st-panel-1 h2,
#st-control-2:checked ~ .st-scroll #st-panel-2 h2,
#st-control-3:checked ~ .st-scroll #st-panel-3 h2,
#st-control-4:checked ~ .st-scroll #st-panel-4 h2,
#st-control-5:checked ~ .st-scroll #st-panel-5 h2 {
	-webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	animation: moveDown 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes moveDown {
	0% { 
		-webkit-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateY(0px);  
		opacity: 1;
	}
}

@-moz-keyframes moveDown {
	0% { 
		-moz-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-moz-transform: translateY(0px);  
		opacity: 1;
	}
}

@-o-keyframes moveDown {
	0% { 
		-o-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-o-transform: translateY(0px);  
		opacity: 1;
	}
}

@-ms-keyframes moveDown {
	0% { 
		-ms-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-ms-transform: translateY(0px);  
		opacity: 1;
	}
}

@keyframes moveDown {
	0% { 
		transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		transform: translateY(0px);  
		opacity: 1;
	}
}

.scr {
	color:red;
	bottom: 20px;
	right: 20px
}

#st-panel-1 {
	color: white;
}

#st-panel-5>h2>div {
	font-size: 0.67em;
    border-top: 1px solid;
}

.st-panel > .ct-content {
	position: absolute;
	background: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 38px 40px rgba(0,0,0,0.5);
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: white;
	z-index: 2;
	padding: 0;
	width: 80%;
	left: 10%;
	top: 170px;
	margin: 10px 0 0 0;
	-webkit-backface-visibility: hidden;
}

.bb {
    font-size: 1.5em;
} 

.bb1 {
    font-size: 2em;
} 

.bb2 {
    padding:20px;    
}

.st-panel .gall	{
top: 40%;
}

.st-panel .ct-content > p {
	width: 75%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 25px;
	margin-top: 3px;
    margin-bottom: 0;
    background: rgba(0, 0, 0, .42);
}

.st-panel .ct-content > p:nth-child(odd) {
	margin-left: 25%;
    text-align: left;
    border-left: 1px solid;
}

.st-panel .ct-content > p:nth-child(even) {
	text-align: right;
    border-right: 1px solid;
}

#st-control-1:checked ~ .st-scroll #st-panel-1 .ct-content,
#st-control-2:checked ~ .st-scroll #st-panel-2 .ct-content,
#st-control-3:checked ~ .st-scroll #st-panel-3 .ct-content,
#st-control-4:checked ~ .st-scroll #st-panel-4 .ct-content,
#st-control-5:checked ~ .st-scroll #st-panel-5 .ct-content {
	-webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes moveUp {
	0% { 
		-webkit-transform: translateY(70px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateY(0px);  
		opacity: 1;
	}
}

@-moz-keyframes moveUp {
	0% { 
		-moz-transform: translateY(70px); 
		opacity: 0;
	}
	100% { 
		-moz-transform: translateY(0px);  
		opacity: 1;
	}
}

@-o-keyframes moveUp {
	0% { 
		-o-transform: translateY(70px); 
		opacity: 0;
	}
	100% { 
		-o-transform: translateY(0px);  
		opacity: 1;
	}
}

@-ms-keyframes moveUp {
	0% { 
		-ms-transform: translateY(70px); 
		opacity: 0;
	}
	100% { 
		-ms-transform: translateY(0px);  
		opacity: 1;
	}
}

@keyframes moveUp {
	0% { 
		transform: translateY(70px); 
		opacity: 0;
	}
	100% { 
		transform: translateY(0px);  
		opacity: 1;
	}
}


.st-container > a {
line-height: 2em;
-webkit-perspective: 800px;
-moz-perspective: 800px;
-o-perspective: 800px;
-ms-perspective: 800px;
perspective: 800px;
}

/*.st-container > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 3px #252c46;
	background: #fff;
	color: #2f4351;
	content: attr(data-hover);
	-webkit-transform: rotateX(-268deg);
	-moz-transform: rotateX(-268deg);
	-o-transform: rotateX(-268deg);
	-ms-transform: rotateX(-268deg);
	transform: rotateX(-268deg);
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-o-transition: transform 0.6s;
	-ms-transition: transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 bottom;
	-moz-transform-origin: 0 bottom;
	-o-transform-origin: 0 bottom;
	-ms-transform-origin: 0 bottom;
	transform-origin: 0 bottom;
	pointer-events: none;
}*/

.st-container > input:hover + a, .st-container > input:checked + a {
	box-shadow: inset 0 3px #b5c1ec;
	background: #fff;
	color: #2f4351;
}

/*.st-container > input:checked + a {
	background: #b5c1ec;
}

.st-container > input:hover + a::before {
	-webkit-transform: rotateX(10deg);
	-moz-transform: rotateX(10deg);
	-o-transform: rotateX(10deg);
	-ms-transform: rotateX(10deg);
	transform: rotateX(10deg);
}

.st-container > input:focus + a::before {
	-webkit-transform: rotateX(10deg);
	-moz-transform: rotateX(10deg);
	-o-transform: rotateX(10deg);
	-ms-transform: rotateX(10deg);
	transform: rotateX(10deg);
}

.st-container > input:checked + a::before {
	-webkit-transform: rotateX(10deg);
	-moz-transform: rotateX(10deg);
	-o-transform: rotateX(10deg);
	-ms-transform: rotateX(10deg);
	transform: rotateX(10deg);
}*/

.st-deco {
	background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 40%);
}

.st-color {
	/*background-image: linear-gradient(185deg, #13547a 0%, #80d0c7 60%)*/
}

.st-color [data-icon]:after {
	/*color: #fa96b5;*/
}

.st-color .st-deco {
	/*background-image: linear-gradient(to top, white 0%, #dfe9f3 60%);*/
}

/*.st-color h2 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
} */

/*.st-color p {
	color: #fff;
	color: rgba(255,255,255,0.8);
}*/

.mapwrap {
	position: relative;
	height: 470px;
    margin: 20px 0 41px;
}

.map {
	position: absolute;
    width: 60%;
	left: 20%;
    -webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.56);
	-moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.56);
	-o-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.56);
	-ms-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.56);
	box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.56);
}

@font-face {
	font-family: 'helium';
	src:url('../fonts/helium.eot');
	src:url('../fonts/helium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/helium.svg') format('svg'),
		url('../fonts/helium.woff') format('woff'),
		url('../fonts/helium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

#adress:before {
	font-family: 'helium';
	content: '\e65b';
	font-size: 50px;
	color: #ffffff;
}

#tel:before {
	font-family: 'helium';
	content: '\e60c';
	font-size: 50px;
	color: #ffffff;
}

.blog>p {
	padding: 15px 15px 40px 60px !important;
    height: 100px;
    overflow: hidden;
	position: relative;
}

.blog>p:before {
	font-family: 'helium';
	content: '\e612';
	font-size: 50px;
	color: #ffffff;
	position: absolute;
	top: 18px;
   	left: 5px;
}

.blog>p>span {
	font-size: 15px;
	color: #0f6670;
	background: #ffffff;
	position: absolute;
    top: 0;
    height: 20px;
    right: 0;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    	.st-container > input, .st-container > a {
		height: 40px;
		top: 85px;
			font-size: 15px;
			width: 16%!important
	}
	.header {
		background-size: 95px;
		height: 125px;
	}
.header > .logo {
    left:-50px;
}
#slogan-fl {
    margin-right: 59px ;
}
#slogan-up {
    margin-right: 10px ;
}
	.logo > h1 {
		font-size: 1em;
		margin: 10px;
	}
	
	.bb {
    font-size: 1.3em;
} 

.bb1 {
    font-size: 1.8em;
} 
#st-control-1, #st-control-1 + a {
	left: 0%;
}

#st-control-2, #st-control-2 + a {
	left: 15%;
}

#st-control-3, #st-control-3 + a {
	left: 30%;
}

#st-control-4, #st-control-4 + a {
	left: 45%;
}

#st-control-5, #st-control-5 + a {
	left: 60%;
}

#st-control-6, #st-control-6 + a {
	left: 75%;
}

}

@media screen and (max-width: 800px) {
	.map {
		width: 100%;
		left: 0;
	}
	.header>.logo {
		right: 0;
		top: 0;

	}
	.logo>h1>span {
		margin: -23px 0 0 136px;
	}
	
	.phnumb {
     font-size: 1.2em;
        margin-top: 25px;
    
    
}
    .blog-container {
        flex-direction: column;
        align-items: center;
      }
    
    .blog {
        width: 100%!important;
        left:0!important;
    }

}

@media (min-width: 768px) and (orientation: landscape) {
    .gallery-container {
        display: flex;
        flex-direction: row;
        max-width: 1200px;
    }
    
    .comparison-wrapper {
        width: 70%;
        height: 100%;
        margin-right: 20px;
    }
    
    .thumbnails-container {
        width: 30%;
        height: 100%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    
    .thumbnails {
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100% - 60px);
        width: 100%;
    }
    
    .thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        flex: 0 0 auto;
    }
    
    .scroll-button {
        display: none !important;
    }
    
    .scroll-left, .scroll-right {
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    
    .scroll-left {
        top: 10px;
    }
    
    .scroll-right {
        bottom: 10px;
        top: auto;
    }
}

@media screen and (max-width: 520px) {
    .st-panel .ct-content > p {
        width: 85%;
        padding: 10px;
    }
	.st-panel > h2 {
		font-size: 42px;
	}
	
	.st-panel > p {
		width: 90%;
		left: 5%;
		margin-top: 0;
	}
	
	.st-container > a {
		font-size: 13px;
	}

	.st-panel:before {
		top: 2%;
	}

	.effect > h3, .effect > h4 {
		font-size: 0.7em;
	}

	.blog>p {
		padding: 15px 15px 0 40px !important;
		margin-left: 0 !important;
		width: 100% !important;
	}

	.blog>p:before {
		font-size: 30px;
	}
}

@media screen and (max-width: 360px) {
	.st-container > a {
		font-size: 10px;
	}
	
	.st-deco {
		height: 122px;
		margin-left: -60px;
		-webkit-transform: translateY(-57%) rotate(-15deg);
		-moz-transform: translateY(-57%) rotate(-15deg);
		-o-transform: translateY(-57%) rotate(-15deg);
		-ms-transform: translateY(-57%) rotate(-15deg);
		transform: translateY(-57%) rotate(-15deg);
	}

	.st-panel:before {
		top: 2%;
		-webkit-transform: translateY(35%) rotate(-16deg);
    	-moz-transform: translateY(35%) rotate(-16deg);
    	-o-transform: translateY(35%) rotate(-16deg);
    	-ms-transform: translateY(35%) rotate(-16deg);
    	transform: translateY(35%) rotate(-16deg);
	}
}

.effectwrap	{
	position: absolute;
    top: 35px;
    	background: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 38px 40px rgba(0,0,0,0.5);
    left: 10%;
    width: 80%;
    height: 100px;
    overflow: hidden;
}

.effect {
	color: white;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
/*	background: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 38px 40px rgba(0,0,0,0.5);*/
	/*color: #2f4351;*/
	font-size: 2em;
	width: 900px;
	position: relative;
	margin-left: calc((100% - 900px)/2);
}

.effect > h4:nth-child(2) {
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	-ms-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.effect > h4:nth-child(3) {
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-o-animation-delay: 7s;
	-ms-animation-delay: 7s;
	animation-delay: 7s;
}

.effect > h4:nth-child(4) {
	-webkit-animation-delay: 10.5s;
	-moz-animation-delay: 10.5s;
	-o-animation-delay: 10.5s;
	-ms-animation-delay: 10.5s;
	animation-delay: 10.5s;
}

.effect > h4:nth-child(5) {
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s;
	-o-animation-delay: 14s;
	-ms-animation-delay: 14s;
	animation-delay: 14s;
}
.effect > h4{
	width: 900px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-animation: Oce 4s linear forwards;
	-moz-animation: Oce 4s linear forwards;
	-o-animation: Oce 4s linear forwards;
	-ms-animation: Oce 4s linear forwards;
	animation: Oce 4s linear forwards;
}

.effect > h3 {
	width: 900px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-animation: Orr 10s linear forwards;
	-moz-animation: Orr 10s linear forwards;
	-o-animation: Orr 10s linear forwards;
	-ms-animation: Orr 10s linear forwards;
	animation: Orr 10s linear forwards;
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}

@keyframes Orr {
	0% {
		text-shadow: 0 0 10px #000000;
		opacity: 0;
		-webkit-transform: scaleY(1.6);
		-moz-transform: scaleY(1.6);
		-o-transform: scaleY(1.6);
		-ms-transform: scaleY(1.6);
		transform: scaleY(1.6);
	}
	60% {
		opacity: 1;
		letter-spacing: 20px;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-o-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	85% {
		opacity: 1;
		letter-spacing: 20px;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-o-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	100% {
		opacity: 0;
		letter-spacing: 20px;
	}
}

@keyframes Oce {
	0% {
		text-shadow: 0 0 50px #000000;
		letter-spacing: 20px;
		opacity: 0.2;
	}

	25% {
		text-shadow: 0 0 8px #000000;
		letter-spacing: 14px;
		opacity: 0.8;
	}

	50% {
		letter-spacing: 7px;
		opacity: 1;
	}

	75% {
		text-shadow: 0 0  #000000;
		letter-spacing: 7px;
		opacity: 1;
	}

	100% {
		text-shadow: 0 0 8px #000000;
		opacity: 0;
		letter-spacing: 7px;
		pointer-events: none;
		-webkit-transform: scaleY(1.6);
		-moz-transform: scaleY(1.6);
		-o-transform: scaleY(1.6);
		-ms-transform: scaleY(1.6);
		transform: scaleY(1.6);
	}
}

.elfsight-app-0498eaa3-806a-418e-b8ad-a9b260b4c0ff {
	position: absolute;
	top: 180px;
	width: 80%;
	left: 10%;
}

.about-section {
    max-width: 800px;
    margin: 0 auto 80px;
    padding: 20px;
    text-align: center;
    animation: fadeInUp 1.2s ease-out;
    color: #fff;
}

.about-highlight {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-text {
    font-size: 17px;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 20px;
    font-weight: 300;
}

.about-signature {
   display: flex
;
    width: 300px;
    justify-content: flex-end;
    margin: 30px auto 30px;
    font-family: 'Ubuntu', sans-serif;
}

.about-signature .brand-name {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.about-signature .slogan {
    font-size: 18px;
    color: #cccccc;
    letter-spacing: 0.5px;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*---blog style-----*/
    .blog-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 40px 20px;
    }
    

    .card {
      background-color: #fff;
      width: 330px;
          color: black;
      /*height: 370px;*/
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .cardpicked {
      width: 100%;
      height: auto;
      padding: 50px;
    }
    
    .imgpicked {
      width: 50%;
    }
    
    .cardpicked .card-text {
      display: -webkit-box;
      -webkit-line-clamp: initial; 
      -webkit-box-orient: vertical;
    }
    
    .card img {
      width: 100%;
      max-height: 185px;
      object-fit: cover;
      display: block;
    }

    .card-content {
      height: 50%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .card-title {
      position: relative;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 1px;
    }


.card-title::before {
  content: "";
  position: absolute;
  top: -10px; /* Расстояние над заголовком */
  left: 0;
  width: 10%; /* Длина линии */
  height: 3px; /* Толщина линии */
  background-color: #f0a500;
}

    .card-text {
      font-size: 14px;
      color: #444;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3; 
      -webkit-box-orient: vertical;
    }

    .learn-more, .blog-back {
    display: inline-block;
    background-color: #f0a500;
    color: white;
    text-align: center;
    width: 150px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 0.7em;
    text-transform: uppercase;
    transition: background-color 0.3sease;
    cursor: pointer;
    }

    .learn-more:hover, .blog-back:hover {
      background-color: #cc8700;
    }

    .blog-back {
        display: none;
    }
