/* INTRO START / НАЧАЛО ИНТРО */
.intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	margin-top: 125px;
	/*
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	object-fit: cover;
	background-image: url('https://cdn.pixabay.com/photo/2017/03/13/07/33/plotter-2138990_960_720.jpg');
	*/
	z-index: -2;
}

.intro:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.815) 0.1), rgba(255, 255, 255, 0.418);
	z-index: -1;
}

/* БЛОКИ */
.services , .faq, .available_printers {
	padding: 50px 0;
}

.buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  /*   padding: 2em 0em; */
  }
  
.container2 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 40px 0px;
	width: 240px;
}
  
.btn {
	font-family: 'Geometria';
	font-weight: 700;
	letter-spacing: 0.1em;
	cursor: pointer;
	font-size: 18px;
	line-height: 45px;
	max-width: 200px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.btn:hover {
	text-decoration: none;
}

/*btn_background*/
.effect01 {
	color: #FFF;
	border: 4px solid #00171F;
	box-shadow:0px 0px 0px 1px #00171F inset;
	background-color: #00171F;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.effect01:hover {
	border: 4px solid #00A6FC;
	background-color: #FFF;
	box-shadow:0px 0px 0px 4px #FFF inset;
}

/*btn_text*/
.effect01 span {
	transition: all 0.2s ease-out;
	z-index: 2;
}
.effect01:hover span{
	letter-spacing: 0.13em;
	color: #00A6FC;
}

/*highlight*/
.effect01:after {
	background: #FFF;
	border: 0px solid #00171F;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .8;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	width: 50px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
	z-index: 1;
}

.effect01:hover:after {
	background: #FFF;
	border: 20px solid #00171F;
	opacity: 0;
	left: 120%;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}



/*btn_background 2*/
.effect02 {
	color: #FFF;
	border: 4px solid #00A6FC;
	box-shadow:0px 0px 0px 1px #00A6FC inset;
	background-color: #00A6FC;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.effect02:hover {
	border: 4px solid #00A6FC;
	background-color: #00171F;
	box-shadow:0px 0px 0px 4px #00171F inset;
}

/*btn_text*/
.effect02 span {
	transition: all 0.2s ease-out;
	z-index: 2;
}
.effect02:hover span{
	letter-spacing: 0.13em;
	color: #FFF;
}

/*highlight*/
.effect02:after {
	background: #FFF;
	border: 0px solid #00171F;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .8;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	width: 50px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
	z-index: 1;
}

.effect02:hover:after {
	background: #FFF;
	border: 20px solid #00171F;
	opacity: 0;
	left: 120%;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

/* INTRO BLOCK / БЛОК ИНТРО */
.intro_inner {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.intro_subtitle {
	font-family: 'Geometria';
	font-weight: 500;
	font-size: calc(12px + 12 * (100vw / 1280));
	color: #636363;
	text-align: left;
	padding: 25px 0 5px 0;
}

.intro_item img {
	object-fit: cover;
	height: 500px;
}
/* INTRO END / КОНЕЦ ИНТРО */


/* SERVICES START / НАЧАЛО БЛОКА "УСЛУГИ" */
.services_inner {
	padding: 50px 100px 0px 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.intro_header {
	font-family: 'Geometria';
	font-weight: 700;
	font-size: 96px;
	color: #00A6FC;
	text-align: center;
}

.intro_text {
	font-family: 'Geometria';
	font-weight: 700;
	font-size: 36px;
	color: #00171F;
	text-align: center;
}
/* SERVICES END / КОНЕЦ БЛОКА "УСЛУГИ" */

/* FAQ START / НАЧАЛО БЛОКА "ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ" */
.acor-container {
    margin: 60px 0 50px 0;
}

.acor-container .acor-body {
    margin: 0 auto;
    height: 0;
	color: #ffffff;
    background-color: #00A6FC;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
}

.acor-container .acor-body p {
    margin: 0 0 10px;

	font-family: 'Geometria';
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
	text-align: left;
	line-height: 50px;
}

.acor-container label {
    cursor: pointer;
    background-color: #00171F;
    display: block;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    margin: 0 0 5px;
    transition: color .35s;

	font-family: 'Geometria';
	font-weight: 700;
	font-size: 36px;
	color: #ffffff;
	text-align: left;
	line-height: 50px;
}

.acor-container label:hover {
    color: #00A6FC;
}

.acor-container input{
    display: none;
}

.acor-container label:before {
    content: '\276F';
    float: right;
}

.acor-container input:checked + label {
    background-color: #00171F;
    color: #00A6FC;

}

.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}

.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;
}
/* FAQ PRINTERS END / КОНЕЦ БЛОКА "ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ" */










