

body{
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root{
	--orange: #D2A22B;
}
.fix-top.htop-fix, .sina-nav.navbar-fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #f2f2f2;
	-webkit-box-shadow: 1px 0px 5px #f7f7f2;
	        box-shadow: 1px 0px 5px #f7f7f2;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.header .fix-top .header__head .logo, .sina-nav.navbar-fixed .sina-brand{
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}
.header .fix-top.htop-fix .header__head .logo, .sina-nav.navbar-fixed .sina-brand{
	width: 100px;
	height: auto !important;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.sina-nav.navbar-fixed .sina-nav .sina-brand > img{
	height: auto !important;
}
.sina-nav .sina-brand > img{
	height: auto !important;

}
.wrapper{
	overflow-x: hidden;
	overflow-y: hidden;
}
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.header .header__head .submit{
	border-color: var(--orange);
	color: var(--orange);
}
.header .header__head .submit:hover{
	/*box-shadow: 0px 1px 6px #f3b61f;*/
	border-color: transparent;
	background: #F2CF63;
	color: #fff;
}
.sertificate{
	padding-bottom: 80px;
}
.sertificate .container{
	position: relative;
	padding-right: 100px;
}
.sertificate .container:after{
	content: '';
	position: absolute;
	top: 20%;
	left: -3%;
	right: 5%;
	height: 35px;
	z-index: -1;
	background: url(../img/line2.png) center center no-repeat;
	background-size: 100% 100%;
}
.sertificate .container:before{
	content: '';
	position: absolute;
	left: -3%;
	right: 5%;
	bottom: 20%;
	z-index: -1;
	height: 35px;
	background: url(../img/line.png) center center no-repeat;
	background-size: 100% 100%;
}

.sertificate .title{
	position: absolute;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transform-origin: center right;
	    -ms-transform-origin: center right;
	        transform-origin: center right;
	right: 0; 
	top: 75%;
}
.sertificate .title h1{
	font-weight: 400;
}
.sertificate .title ul li{
	margin-left: auto;
	margin-right: auto;
}

.ser-item{
    height: 400px;
	display: block;
	padding: 5px;
	border: 1px solid var(--orange);
}
.ser-item img{
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
}

.owl-dots{
	text-align: center;
	margin: 20px 0 0;
}
.owl-dot{
	width:  15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 5px;
	background: #707070 !important;
}
.owl-dot.active{
	background: var(--orange) !important;	
}
.owl-dot:focus{
	outline: none;
}
.portfolio{
	background: #F2F2F2;
	padding: 60px 0;
}
.portfolio .title{
	float: left;
	margin-right: 40px;
}
.filter-btn{
	padding-top: 60px;
}
.hidden{
    display: none !important;
}
.filter-btn button{
	padding: 12px 30px;
	border: 1px solid #F2CF63;
	margin: 0px 0px 20px 20px;
	color: #707070;
	font-size: 14px;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.filter-btn button.active, .filter-btn button:hover{
	background: #f2cf63;
	color: #fff;
}
.filter-block{
}
.filter-item{
	width: 100%;
	display: block;
	color: #262F40;
	margin-bottom: 50px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.filter-block .col-md-6:nth-child(even) .filter-item{
	/*transform: translateY(-50px);*/
}

.filter-block .col-md-6.active:nth-child(even) .filter-item{
	/*transform: translateY(0px);*/
}

.filter-item__img{
	padding: 5px;
	border: 1px solid #F2CF63;
	margin-bottom: 20px;
	overflow: hidden;
	height: 540px;
	background: #fff;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.filter-item__img img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.filter-item__devis{
	font-size: 14px;
	font-family: 'Lato_reg';
	text-transform: uppercase;
	padding: 0 5px 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}
.filter-item__name{
	position: relative;
	padding: 5px;
	padding-right: 25px;
	font-size: 30px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.filter-item__name span{
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.filter-item:hover{
	color: #000;
	text-decoration: none;
}
.filter-item:hover .filter-item__img img{
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.filter-item:hover .filter-item__name{
	color: #F2CF63;
}
.go-page{
	display: inline-block;
	float: right;
	color: #707070;
	font-size: 14px;
	font-family: 'Centuryy';
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.go-page img{
	margin-left: 20px;
}
.go-pageorange{
	text-transform: initial;
	color: #d2a22b;
	float: none;
}
.go-pageorange img{
	max-width: 15px;
	display: block;
	margin: 0 auto;
}
.go-pageorange:hover{
	color: #F2CF63;
}
.go-pageorange:hover img{
	filter: brightness(120%);
}
.go-page:hover{
	color: #262F40;
}











.go-page1{
	display: inline-block;
	float: right;
	color: #707070;
	font-size: 14px;
	font-family: 'Centuryy';
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.go-page1 img{
	margin-left: 20px;
}
.go-pageorange1{
	text-transform: initial;
	color: #d2a22b;
	float: none;
}
.go-pageorange1 img{
	max-width: 15px;
	display: block;
	margin: 0 auto;
}
.go-pageorange1:hover{
	color: #F2CF63;
}
.go-pageorange1:hover img{
	filter: brightness(120%);
}
.go-page1:hover{
	color: #262F40;
}


.our-command{
	padding: 60px 0;
}
.o-command-block{
	padding-top: 20px;
}
.comand-item{
    position: relative;
	padding: 5px 5px 65px;
	border: 1px solid #F2CF63;
	margin-bottom: 20px;
	overflow: hidden;
	/*height: 540px;*/
	background: #fff;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.comand-item__img{
	height: 245px;
	overflow: hidden;
	background: #f7f7f7;
	text-align: center; 
	font-size: 0;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;	
}
.comand-item__img img{
	max-width: 100%;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.comand-item__img img{
	max-width: 100%;
	height: 100%;
}
.comand-item__main{
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
	background: #CCCCCC;
	padding: 10px;
	color: #262F40;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.comand-item__main div{
	font-size: 14px;
}
.comand-item__main b{
 	color: #262F40;
 	font-size: 18px;
 }
 .comand-item:hover{

 }
 .comand-item:hover .comand-item__main{
 	background: #F2CF63;
 }
  .comand-item:hover .comand-item__main b{
 	color: #fff;
 }
 .comand-item:hover .comand-item__img img{
 	-webkit-animation: rotateImg 1s ease-in-out alternate;
 	        animation: rotateImg 1s ease-in-out alternate;
 }
#exampleModalCenter1 .modal-content:after{
    border: 1px solid #F2CF63;   
}
 @-webkit-keyframes rotateImg {
 	0% {
 		-webkit-transform: rotate3d(0, 1, 0, 0deg);
 		        transform: rotate3d(0, 1, 0, 0deg);
 	}
 	50% {
 		-webkit-transform: rotate3d(0, 1, 0, -180deg);
 		        transform: rotate3d(0, 1, 0, -180deg);
 	}
 	100%{
 		-webkit-transform: rotate3d(0, 1, 0, 0deg);
 		        transform: rotate3d(0, 1, 0, 0deg);
 	}
 }

 @keyframes rotateImg {
 	0% {
 		-webkit-transform: rotate3d(0, 1, 0, 0deg);
 		        transform: rotate3d(0, 1, 0, 0deg);
 	}
 	50% {
 		-webkit-transform: rotate3d(0, 1, 0, -180deg);
 		        transform: rotate3d(0, 1, 0, -180deg);
 	}
 	100%{
 		-webkit-transform: rotate3d(0, 1, 0, 0deg);
 		        transform: rotate3d(0, 1, 0, 0deg);
 	}
 }

 .level-section{
 	position: relative;
 	padding: 60px 0;
 }
 .modal-content{
 	position: relative;
 }
 .level-section:after, .modal-content:after{
 	content: '';
 	position: absolute;
 	top: 0;left: 0;right: 0;bottom: 0;
 	clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
 	-webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
 	background: #F2F2F2;z-index: -1;
 }
 .level-dis{
 	display: block;
 	position: absolute;
 	height: 2px;
 	width: 100%;
 	background: #F2CF63;
 }
.level-dis:nth-child(1){
	top: -5px;
	right: -5%;
	left: -5%;
	width: 110%;
}
.level-dis:nth-child(2){
	bottom: -5px;
	right: -5%;
	left: -5%;
	width: 110%;
}
.level-dis:nth-child(3){
	left: 4%;
	top: -30%;
	bottom: 0;
	width: 2px;
	height: auto;
	-webkit-transform: skew(-19deg);
	    -ms-transform: skew(-19deg);
	        transform: skew(-19deg);
}
.level-dis:nth-child(4){
	right: 4%;
	width: 2px;
	height: auto;
	top: 0;
	bottom: -30%;
	-webkit-transform: skew(-18deg);
	    -ms-transform: skew(-18deg);
	        transform: skew(-18deg);
}
.level-item{
	font-size: 16px;
	color: #303030;
	margin-bottom: 10px;
	font-weight: 500;
}
.level-item span{
	font-size: 30px;
	color: var(--orange);
	font-family: 'Centuryy';
}
.level-item a{
	color: #303030;
}
.level-img{
	position: relative;
	margin-top: -100px;
	width: 125%;
}
.level-img:before, .level-img:after{
	content: '';
    position: absolute;
    display: block;
    left: -14%;
    right: -0%;
    width: 120%;
    top: 10%;
    z-index: 0;
    height: 35px;
    background: url(../img/line2.png) center center no-repeat;
    background-size: 100% 100%;
}
.level-img:after{
	top: 25%;
	width: 115%;
	left: -12%;
}
.level-img img{
	position: relative;
	z-index: 2;
	width: 100%;
}
.tel-ln{
	color: #707070;
	font-size: 14px;
}
.tel-line{
	display: inline-block;
	width: 50px;
	height: 2px;
	margin: 0 20px;
	background: #707070;
	vertical-align: middle;
}
.tel-ln:hover{
	color: var(--orange);
}
.tel-ln:hover .tel-line{
	background: var(--orange);
}

.form-section{
	padding: 60px 0;
}
.form-section .title ul{
	margin-top: 20px;
}
.form-section .title ul li{
	margin-left: auto;
	margin-right: auto;
}
.form-block{

}
input, select{
	display: block;
	padding: 12px;
	width: 100%;
	border: none;
	background: none;
	border-bottom: 1px solid #F2CF63;
}
select:hover, select:focus, input:focus, input:hover{
	outline: none;
	border-color: #ccc;
}
input[type='submit']{
	padding: 12px 35px;
	border: 1px solid #F2CF63;
	border-radius: 4px;
	color: #F2CF63;
	background: transparent;
}
input[type='submit']:hover{
	color: #fff;
	background: #F2CF63;
}

input[type='button']{
	padding: 12px 35px;
	border: 1px solid #F2CF63;
	border-radius: 4px;
	color: #F2CF63;
	background: transparent;
}
input[type='button']:hover{
	color: #fff;
	background: #F2CF63;
}


.footer__left{
	background: #F2F2F2;
}
.footer-wrapper{
	padding-bottom: 20px;
	max-width: 420px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer-to__top{
	display: inline-block;
	border: none;
	color: var(--orange);
}

.footer-to__top span{
	display: inline-block;
	border: 2px solid var(--orange);
	border-radius: 4px;
	padding: 10px 15px;
	margin-right: 5px;
}
.footer-to__top span img{
	-webkit-animation:  fadeInUp 1s ease-in-out infinite;
	animation:  fadeInUp 1s ease-in-out infinite;

}
.footer-to__top:hover{
	color: #707070;
}
.footer-to__top:hover span{
	-webkit-filter: invert(0.5) grayscale(1);
	        filter: invert(0.5) grayscale(1);

}
.footer__item{
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.footer__item img{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.footer__item a, .footer__item{
	color: #262F40;
	font-size: 16px;
}
.footer__item a:after{
	content: '/';
	margin: 0 5px;
}
.footer__item a:last-child:after{
	display: none;
}
.footer__item a:hover{
	color: var(--orange);
}
.modal-content{
	background: none;
	border: none;
	padding: 30px 70px; 
}
.modal-content .level-dis:nth-child(3),
.modal-content .level-dis:nth-child(4){
	-webkit-transform: skew(-9deg);
	    -ms-transform: skew(-9deg);
	        transform: skew(-9deg);
}
.modal-dialog{
	max-width: 800px; 
}
.close{
	font-size: 30px;
	right: 10px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.close:hover{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.modal-content .col-md-6:nth-child(3), .modal-content .col-md-6:nth-child(4){
	-webkit-transform: translateX(-15px);
	    -ms-transform: translateX(-15px);
	        transform: translateX(-15px);
}
.header .header__head .links .header__links:hover, .header .header__head .links .header__links.active{
	color: var(--orange);
}
.page .portfolio .title{
	float: none;
	max-width: 450px;
}
.page .portfolio{
	padding: 20px 0;
}
.page .portfolio .filter-block .col-lg-7{
	-webkit-transform: translateY(-40px);
	    -ms-transform: translateY(-40px);
	        transform: translateY(-40px);
}
.page, .page .header, .other-p{
	padding-bottom: 0;
	background: #f2f2f2;
}

.other-port{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.other-item{
	height: 220px;
	width: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative; 
	padding: 20px 40px;
}
.other-item:after{
	content: '';
	position: absolute;
	top: 0;right: 0;left: 0;bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}
.other-item:hover .other-item__main{
	opacity: 1;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}
.other-item__main{
	color: #fff;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	        transform: translateY(30px);
	opacity: 0;
}	
.other-item__sts{
	display: block;
	text-transform: uppercase;
}
.other-item__main b{
	display: block;
	font-size: 20px;
}
.other-port .owl-prev, .other-port .owl-next{
	position: absolute;
	top: 50%;
	font-size: 40px;
	right: 1%;
	color: #fff !important;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 50px;
	height: 30px;
	background: transparent url(../img/arrow-next.png) center no-repeat !important;
	background-size: contain !important;
	-webkit-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.other-port .owl-prev{
	left: 1%;
	color: #fff !important;
	background: transparent url(../img/arrow-prev.png) center no-repeat !important;
	background-size: contain !important;
	-webkit-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.other-port .owl-prev:hover, .other-port .owl-next:hover{
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}
.slider__building{
    margin-top: 50px;   
}

.header .carousel .carousel-item .item__img img{
    height: 100%;
    width: 100%;
    -ms-object-fit: cover;
    object-fit: cover;
}

@media(max-width: 1500px){
	.level-section:after, .modal-content:after{
	 	clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
	 	-webkit-clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
	 }
	 .slider__building{
        margin-top: 0px;   
    }
	.level-dis:nth-child(3){
		left: 1.2%;
		top: -15%;
		-webkit-transform: skew(-4deg);
		    -ms-transform: skew(-4deg);
		        transform: skew(-4deg);
	}
	.level-dis:nth-child(4){
		right: 1%;
		bottom: -15%;
		-webkit-transform: skew(-4deg);
		    -ms-transform: skew(-4deg);
		        transform: skew(-4deg);
	}
	.modal-content .level-dis:nth-child(3), .modal-content .level-dis:nth-child(4){
	    -webkit-transform: skew(-4deg);
		    -ms-transform: skew(-4deg);
		        transform: skew(-4deg);
	}
	.level-img:after, .level-img:before{
		height: 25px;
	}
	.level-img{
		position: relative;
		margin-top: -120px;
		width: 100%;
	}
	.header .carousel .carousel-item .carousel__inner .item__text .item__text2{
	    font-size: 40px;
	    line-height: 1.2;
	}
    .header .carousel .carousel-item .carousel__inner .left__item .phone__number{
        left: -90%;
    }

	
}


@media(max-width: 1300px){

	.level-section:after, .modal-content:after{
	 	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	 	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	 }
	.level-dis:nth-child(3){
		display: none;
	}
	.level-dis:nth-child(4){
		display: none;
	}

	.modal-content .col-md-6:nth-child(4),
	.modal-content .col-md-6:nth-child(3){
		-webkit-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
	}
	.level-img img{
		max-width: 100%;
	}
	.footer-wrapper{
		max-width: 100%;
	}
	.footer-wrapper{
		padding: 15px; 
	}
	.header .header__head .logo{
		width: 100px;
		height: auto;
	}
	.header .header__head .links .header__links:last-child{
		margin-top: 0;
	}
}
@media(max-width: 1219px){
    .ser-item{
      height: 310px;  
    }
	.header .header__head .links .header__links:not(:first-child){
		margin-left: 25px;
	}
	.header .header__head .nice-select{
		margin-top: 10px;
		margin-right: 10px;
	}
	.header .header__head .submit{
		margin-top: 10px;
	}
	.level-img{
		margin-top: 0px;
	}
	.level-img:after, .level-img:before {
		display: none;
	}
}
@media(max-width: 1023px){
	.portfolio .title{
		float: none;
	}
	.sertificate .title{
		right: 20px;
	}
	.filter-btn{
		float: none;
		overflow-x: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.filter-btn::-webkit-scrollbar {
      /*width: 2px;*/
    }
    
    /* Track */
    .filter-btn::-webkit-scrollbar-track {
      box-shadow: inset 0 0 1px #f7f7f7; 
      border-radius: 2px;
    }
     
    /* Handle */
    .filter-btn::-webkit-scrollbar-thumb {
      background: var(--orange); 
      border-radius: 2px;
    }
    
    /* Handle on hover */
    .filter-btn::-webkit-scrollbar-thumb:hover {
      background: orange; 
    }
	.filter-btn button{
		float: none;
		padding: 5px 20px;
		margin: 0 0px 10px 0;
		border: none;
		border-bottom: 3px solid #F2CF63;
	}
	.page .portfolio .filter-block .col-lg-7{
		-webkit-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		        transform: translateY(0px);
	}
	.header{
		padding-top: 50px;
	}
	.ser-item{
      height: 380px;  
    }
    .filter-item__img{
        height: 240px;
    }
    .go-page{
        float: none;
        max-width: 320px;
        padding-top: 20px;
    }
}

@media(max-width: 767px){

	.filter-item__img{
		height: 270px;
	}
	.filter-item__name{
		font-size: 22px;
	}
	.modal-dialog{
		max-width: 400px;
	}

	
}
@media(min-width: 768px){
    /*.header{*/
    /*    height: 100vh;*/
    /*}*/

}
@media(max-width: 560px){
    .header .carousel .carousel-item .carousel__inner .item__text .item__text2{
        min-height: 140px;
    }
    .ser-item{
      height: 270px;  
    }
	.sina-brand{
		max-width: 150px;
	}
	.sina-brand img{
		max-width: 100%;
	}
	.sina-nav .sina-nav-header.social-on{
		height: auto;
	}
	.sina-nav .extension-nav{
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.card__logo .img__logo{
		margin-bottom: 20px;
	}
	.sertificate .title{
		right: 30px;
	}
	.sertificate .title h1{
		font-size: 24px;
	}
	.sertificate .container:before,
	.sertificate .container:after{
		right: 20%;
	}
	.comand-item__main b{
		font-size: 18px;
	}
	.level-img{
		margin-top: 30px;
	}
	.modal-content{
		padding: 20px 15px;
	}
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}










