@charset "utf-8";
/* CSS Document */






body{
	padding: 0;
	margin: 0;
	overflow-x:hidden; 
	color: #3F3F3F;
	background-color: #fff;
	font-size: 16px;
	 font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #ccc;
}
p, h1, h2, h3, h4, h5{
		color: #3F3F3F;

}
h1, h2, h3, h4, h5{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #EC1A3C;
}
.lang a{
	color: #CCC;
}
.lang li.active a{
	color: #3F3F3F;
}
h1{
	color: #EC1A3C;
	font-size: 40px;
	padding: 0;
	margin: 0;
	line-height: 46px;
}
h1 span{
		color: #3F3F3F;
	display: block;
}
ul, li{
	padding: 0;
	margin: 0;
	list-style: none;
}
p{
	font-size: 16px;
}
header{
	color: #3F3F3F;
	padding: 15px 0;
	background-color: #fff;
}
.inner, .tres-bls .inner, .temporary{
	max-width: 1024px;
}

.inner, .temporary{
	width: 90%;
	margin: 0 auto;
	
}

.header-bl{
	float: left;
}
.clear{
 clear: both;
}

	.logo img{
		width: 100px;
	}


.logo{
	width: auto;	
}
.menu{
	padding: 10px;
	
}
.lang.header-bl{
	float: right;
	
}
.lang ul{
	padding: 15px 0 10px 10px;
}
.lang li{
	float: left;
	padding: 5px 0 5px 15px;;
}

.simple{
	background-color: #F8F8F8;
	padding: 35px;
	
}













/*.wow.bounceInLeft.animated{
	left: 0px;
	position: relative;
	 transition: 1.2s;
}
.wow.bounceInRight.animated{
		left: 0px;
	position: relative;
	 transition: 1s;
}
.wow.bounceInDown.animated{
		left: 0px;
	position: relative;
	 transition: 1s;
}
.wow.bounceInRight.animated.slideleft#w-devel,
.wow.bounceInRight.animated.slideleft#w-proj{
	left: -500px;
	position: relative;
	transition: 2.5s;
}
.wow.bounceInLeft.animated.slideleft#w-web{
	left: -500px;
	position: relative;
	transition: 1s;
}
.wow.bounceInLeft.animated.slideleft#w-it{
	left: -400px;
	position: relative;
	transition: 2s;
}
.wow.bounceInDown.animated.slideleft#w-punto{
	top: -580px;
	position: relative;
	transition: 2s;
}
*/
.primero-bls {
	overflow-x:hidden; 
	background-color: #F8F8F8;
  background-image: url("/img/bg.svg");
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 38%;	
	padding: 8% 0 8% 0;
}
.second-bls{
  font-weight: 600;
  font-style: normal;
  background-color: #F8F8F8;
  padding: 8% 0 8% 0;
}

.second-bls p{
	font-size: 15px;
    font-weight: 300;
}

/* Оформление баннер слова */
.primero-bls-f {
	
 }
.w-web{
	width: 55%;
	margin-bottom: 1%;
}
.w-devel{
	width: 90%;
	margin-left: 3.4%;
}
.primero-bls-s {
	margin: 2% 0 15% 0;
}
.primero-bls-s div{
	float: left;
	
}
.primero-bls-s img{
	width: 100%;
}
.w-proj{
	margin-top: 9%;
	margin-left: -3%;
}
.w-punto{
	margin-top: 244%;
}
.bls-left{
	width: 20%;
	margin-left: 3.4%;
}
.bls-centr{
	width: 65%;
}
.bls-right{
	width: 4%;
}





/* Оформление панели */
#side-checkbox {
    display: none;
}
.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -410px;
    background: #F8F8F8;
    transition: all 0.5s;   
    width: 360px;
    height: 100vh;
    box-shadow: 8px 0 16px rgba(0,0,0,0.1);
    padding: 0;
}
.side-title {
    background-color: #fff;
	padding: 13px 0;

}
.side-title img{
	padding:  2px 20px 0 20px;
	width: 62px;
}
/* Оформление кнопки на странице */
.side-button-1-wr {
    text-align: center; /* Контейнер для кнопки, чтобы было удобнее ее разместить */
}
.side-button-1 {
    display: inline-block;
}
.side-button-1 .side-b {
    margin: 10px;
    position: relative;
    padding: 2px;
    cursor: pointer; 
}
.side-button-1 .side-b:hover,
.side-button-1 .side-b:active,
.side-button-1 .side-b:focus {
    color: #FFF;
}
.side-button-1 .side-b:after,
.side-button-1 .side-b:before {
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.side-button-1 .side-open:after,
.side-button-1 .side-open:before {
   
}
.side-button-1 .side-close:after,
.side-button-1 .side-close:before {
   
}
.side-button-1 .side-b:before {
    top: -6px;
}
.side-button-1 .side-b:hover:after,
.side-button-1 .side-b:hover:before {
    width: 100%;
    left: 0;
}
/* Переключатели кнопки 1 */
.side-button-1 .side-close {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-open {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-close {
    display: block;
}
#side-checkbox:checked + .side-panel {
    left: 0;
}
/* Оформление кнопки на панеле */
.side-button-2 {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 16px;
    cursor: pointer;
    color: #EC1A3C;       
}
.my-button-1{
	cursor: pointer;
}
.menu ul{
	padding: 20px;
}
.menu li{
	padding: 4px 4px 12px 4px;
	margin: 4px;
	border-bottom: dashed #D8D8D8 1px;
	transition: 0.8s;
}
.menu li:hover{
	padding-left: 10px;
	transition: 0.8s;
}
.menu li a{
	font-size: 19px;
	color: #424242;
}
/*tres-bl*/
.tres-bls{
	background-color: #F8F8F8;
	margin: 0;
	padding: 0;
}
.tres-bls .inner{
	width: 70%;
	margin: 0 auto;

	padding: 0 0 10% 0;
}
.tres-bl {
margin: 0;
	padding: 0;
}
.tres-bl li{
		margin: 4% 0 12% 0;
	float: left;
	width: 33.33%;
}
.tres-bl li img{
	width: auto;
	height: 56px;
	display: block;
	margin: 0 auto;
	
}
.tres-bl li h3{
	display: block;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.tres-bl li span{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}
.clear.readmore a{
	color: #fff;
}
.readmore{
	display: block;
	width: 170px;
	margin: 0 auto;
	background-color: #EC1A3C;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	line-height: 35px;
}
.print-bls{
	overflow-x:hidden; 
	background-color: #424242;
	padding: 20% 0 12% 0;
	background-image: url("/img/print-bg.svg");
	background-repeat: no-repeat;
	background-position: 0 60%;
	background-size: 100%;	
}
.print-bls-s{
	margin-bottom: 30%;
}
.print-bls-f img{
	width: 45%;
	margin-bottom: 2%;
	    margin-left: 35%;
}
.print-bls-s img{
	width: 65%;
	float: left;
	    margin-left: 15%;
}
.print-punto{
	width: 7%;
	padding: 0 1%;
	margin-top: 9%;
	float: left;
}
.print-text h1 span, .print-text p{
	color: #fff;
}
.roll-bls{
	margin: 20% auto 10% auto;
	position: relative;
}
.roll-bls img{
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 680px;
}
.roll-text{
	position: absolute;
	left: 35%;
	top: 62%;
	width: 30%;
	margin: 0 auto;
}




.roll-text ul{
	padding: 0;
	margin: 0;
}
.roll-text li{
	padding: 5px 0;	
}
.circ{
	display: inline-block;
	margin-right: 8px;
	color: #fff;
	background-color: #EC1A3C;
	border-radius:22px;
    width: 25px;
	font-size: 12px;
	line-height: 25px;
    text-align: center;
}
footer{
	background-color: #F8F8F8;
	padding: 8px 0;
	
}
.copy{
	text-align: center;
	display: block;
	font-size: 11px;

}
.info-footer{
text-align: center;
}
.info-footer a{
color: #3F3F3F;
font-size: 11px;
}
#barraaceptacion {color: #fff;
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 5px 5px;
    width: 100%;
    text-align: center;
    background-color:#EC1A3C;
    z-index: 99999;
    height: auto;
	font-size:14px;
}
.ok{
	color:#fff !important;
	text-decoration: none !important;
	font-weight: 300;
	background-color:#368f54;
	padding: 6px 18px;
	margin-top:5px;
	display: inline-block;
	border-radius: 25px;
}

#barraaceptacion a{
	color:#368f54;
	text-decoration: underline;

}







/*slide-button-menu*/
.slide-button{
	position: fixed;
	bottom: 15px;
	left: -200px;
	transition: all 880ms ease-in-out;
}
.slide-button-menu{
	background-color: #EC1A3C;
	display:block;
height: 70px;
	width: 70px;
  border-radius: 50%;
	text-align: center;

	
	
}
.slide-button-menu img{
	margin-top: 26px;
}
.slide-button.slideleft{
	left: 15px;
	transition: all 880ms ease-in-out;
}

/*question-bls- ***********************************************************/
.question-bls{
	overflow-x: hidden;
	background-color: #424242;
	padding: 15% 0;
}
.question-bls-f{
	margin-bottom: 2.8%;
}
.question-bls-s{
	margin-bottom: 12%;
}
.question-bls-f img, .question-bls-s img{
width: 70%;
}
.question-text{
	margin-bottom: 12%;
}
.question-text span{
	color: #EC1A3C;
	font-size: 30px;
        line-height: 38px;
		display: block;

}
.question-text p{
	font-size: 30px;
	line-height: 38px;
	color: #FFF;
}






/*modeling- ***********************************************************/
.modeling-bls{
	overflow-x:hidden;
	padding: 15% 0 0 0; 
	background-color: #ffffff;
}
.modeling{
	float: left;
	width: 65%;
}
.modeling-bls-f img{
	width: 33%;
	margin-bottom: 1%
	
}
.modeling img{
	width: 100%;
}
.modeling-punto img{
	width: 65%;
}
.modeling-punto {
    width: 7%;
	margin-top: 3.2%;
    padding: 0 1% 0 2%;
    float: left;
}
.modeling-bls-s{
	margin-bottom: 22%;
}

.modeling-text{
	margin-bottom: 15%;
}
.modeling-chel {
	background-color: #F8F8F8;
	
}
.modeling-chel .inner {
	
	width: 100%;
	max-width: 748px;
	margin: 0 auto;
	
}
.modeling-chel img{
	width: 100%;
}
.tres-bls.tresmodel{
	background-color: #fff;
	padding-top: 10%;
}

/* about ******************************************************************/
.about-article{
	background-color: #ffffff;
	
}
.about-img-header img{
	width: 100%;
	border: 0;
	display: block;
}
.about-img-bls{
    overflow-x: hidden;
    padding: 8% 0 0 0;
    background-color: #ffffff;
}
.about-img-bls-f img {
    width: 43%;
    margin-bottom: 1%;
}
.about-img-bls-s {
    margin-bottom: 22%;
}
.about img {
    width: 100%;
}
.about {
    float: left;
    width: 65%;
}
.about-punto img {
    width: 100%;
}
.about-punto {
    width: 5%;
    margin-top: 9.5%;
    padding: 0 1% 0 2%;
    float: left;
}
.about-content{
	background-color: #F8F8F8;
	margin: 0;
	padding: 40px 0;

}
.about-text{
	padding-bottom: 30px;
}
.about-article h2{
	color: #EC1A3C;
    font-size: 26px;
    padding: 15px 0;
    margin: 0;
    line-height: 30px;

}
.about-article h3{
	padding: 35px 0 0 0;
}














@media screen and (max-width: 960px) {
	.temporary{
		width: 100%;
	}
	.roll-text{

		left: 25%;
	
		width: 50%;
	
	}

}





@media screen and (max-width: 748px) {

	
	
	.print-bls{
	background-position: 0 70%;
	background-size: 100%;
		
	}
	
	.tres-bls .inner{
	width: 98%;

}
	.logo img{
		width: 60px;
	}
	.logo{
	width: 60px;	
}
	.primero-bls {
	padding: 20% 0 20% 0;
}
	
	
	.primero-bls {
	padding: 8% 0 8% 0;
}

.second-bls{
	padding: 8% 0 8% 0;
}
h1{
	font-size: 30px;
	line-height: 38px;
}
}



@media screen and (max-width: 498px) {
	.roll-text li{
		font-size: 13px;
	}
	.roll-text{
left: 25%;
	top: 62%;
	width: 60%;
	}
		
		
		
		
.tres-bl li img{
	height: 38px;	
}
.tres-bl li h3{
	font-size: 10px;
	padding: 5px 0 0 0;
	margin: 8px 0 4px 0;
}
.tres-bl li span{
	font-size: 11px;
}
	
	
	
		.primero-bls {
	padding: 12% 0 15% 0;
}
	h1{
	font-size: 22px;
	line-height: 30px;
}

.question-text span, .question-text p{
font-size: 22px;
line-height: 30px;
}

