html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
  font-family: Akzidenz-super;
  src: url(font/AkzidenzGroteskPro-Super.otf) format("opentype");
}
@font-face {
  font-family: Akzidenz-regular;
  src: url(font/AkzidenzGroteskPro-Regular.otf) format("opentype");
}

body {
	width: 100%;
	font-family: Akzidenz-regular;
	overflow: visible;
	overflow-x: hidden;
}
body._overlay {
	overflow: hidden;
	height: 100%;
}

.wrapper {
	max-width: 1440px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.banner {
	min-height: 400px;
	background-size: cover;
	background-position: top right;
	position: relative;
	width: 100%;
}
.banner-txt {
	padding-left: 90px;
    padding-top: 100px;
    max-width: 750px;
    position: relative;
    z-index: 2;
}

.swiper-container {
	position: absolute;
	left: 0;
	top: 0;
}

h1 {
	font-size: 42px;
	font-family: Akzidenz-super;
	letter-spacing: 3px;
}
.banner-txt-main {
	margin-top: 20px;
	font-size: 20px;
	font-family: Akzidenz-regular;
	line-height: 1.4;
	margin-bottom: 35px; 
}
.banner-email {
    height: 43px;
    border-radius: 100px;
    outline: none;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    font-size: 16px;
    margin-left: -10px;
    max-width: 520px;
    padding-right: 40px;
    width: 60%;
    transition: 0.2s;
    font-family: Akzidenz-regular;
	display: inline-block;
    vertical-align: top;
}

.banner-email:focus {
	box-shadow: inset 0 0 0 1px #0072FF;
	border-color: #0072FF;
}

.banner-btn {
    background: #0072FF;
    color: white;
    height: 43px;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    outline: none;
    position: relative;
    left: -50px;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.2s;
    box-sizing: border-box;
    cursor: pointer;
    font-family: Akzidenz-regular;
	display: inline-block;
    vertical-align: top;
}
.banner-btn:hover {
	background: #3690FF;
	box-shadow: 0px 8px 20px 0px rgba(8,0,195,0.20);
}
.sale {
	font-family: Akzidenz-regular;
    font-size: 11px;
    color: #666666;
    letter-spacing: 0px;
    background: rgba(0,0,0,0.05);
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    
    bottom: 10px;
    right: 20px;
}
.printer {
	border-top: 1px solid #DEDEDE;
}
.dron {
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
}
.robot {
	border-top: 1px solid #DEDEDE;
}
.arduino {
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
}
.block {
	box-sizing: border-box;
	transition: background 0.2s ease-in, box-shadow 0.2s ease-in;
	height: 450px;
	width: 50%;
	background: #F1F2F3;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    justify-content: center;
}
.block:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 0px #bebebe;
	z-index: 5;
	
}
h2 {
	font-family: Akzidenz-super;
	font-size: 18px;
	color: #333333;§
	letter-spacing: 0px;
	margin-bottom: 10px;
	width: 100%;
}
p {
	font-family: Akzidenz-regular;
	font-size: 16px;
	line-height: 1.3;
}
.want-btn {
	background: #FFFFFF;
	border-radius: 100px;
	color: #0072FF;
	font-size: 16px;
	padding: 8px 24px 10px 24px;
	border: none;
	transition: 0.2s;
	cursor: pointer;
	outline: none;
	border: 1px solid #dedede;
	font-family: Akzidenz-regular;
	transition: 0.2s;
}
.want-btn:hover {
	box-shadow: 0px 8px 20px 0px rgba(8,0,195,0.20);
	background: #3690FF !important;
	border: 1px solid #3690FF !important;
}
.block:hover .want-btn {
	background: #0072FF;
	color: white;
	transition: 0.2s;
	border: 1px solid #0072FF;
}

.block._overlay {
	z-index: 101;
	overflow: hidden;
	background: #fff;
}

.block._overlay:hover {
	box-shadow: none;
	border-color: transparent;
}

.block._overlay .pic img{
	top: -30px;
    right: 70px;
    transform: scale(.5);
}

.pic {
	height: 125px;
	display: flex;
	justify-content: center;
	align-content: center;
	transition: transform 0.4s ease-in;
	margin-bottom: 30px;
	z-index: 10;
}
.pic:before {
	content: '';
    display: block;
    height: 125px;
    background: transparent;
    width: 100px;
}

.pic img {
	position: absolute;
    height: 205px;
    right: 50%;
    margin-right: -114px;
    top: 25px;
    transition: all 0.4s ease-in;
    
}

.text h2 {
	margin-bottom: 20px;
}

.text p {
	margin: 0 auto 20px;
	width: 400px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
}

.overlay._active {
	opacity: 1;
	visibility: visible;
}

.text {
	display: block;
	width: 100%;

}

.form {
	display: none;
}

.block._overlay .text {
	display: none;
}

.block._overlay .form {
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
	right: 20%;
	text-align: left;
}

.form__header {
	font-size: 26px;
	margin-bottom: 15px;
	width: 90%;
	padding-top: 20px;
}

.form__text {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 25px;
	width: 90%;
}

.form__contacts {
	padding: 10px 10px;
	border-radius: 2px;
	border: 1px solid #ececec;
	width: 100%;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-family: Akzidenz-regular;
	outline: none;
}

.form__contacts:focus {
	border: 1px solid #0072FF;
}

.form__about {
	padding: 10px 10px;
    border-radius: 2px;
    border: 1px solid #ececec;
    width: 100%;
    display: block;
    font-size: 16px;
    resize: none;
    height: 80px;
    font-family: Akzidenz-regular;
    box-sizing: border-box;
    margin-bottom: 50px;
	outline: none;
}

.form__about:focus {
	border: 1px solid #0072FF;
}

.form__submit {
    background: #0072FF;
    color: white;
    height: 40px;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.2s;
    font-family: Akzidenz-regular;
    line-height: 40px;
    cursor: pointer;
}

.form__reset {
    background: transparent;
    color: #333;
    border: 1px solid #ddd;
    height: 42px;
    font-size: 16px;
    border-radius: 100px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    vertical-align: top;
	padding-left: 25px;
    padding-right: 25px;
    transition: 0.2s;
    font-family: Akzidenz-regular;
    line-height: 40px;
    margin-left: 20px;
    cursor: pointer;
}

.footer {
	border-top: 1px solid #dedede;
	background: #F1F2F3;
	width: 100%;
	padding: 20px 90px;
	color: #999;
}

.footer a {
	color: #999;
	transition: 0.5s;	
}

.footer a:hover {
	color: #0072FF;	
}

.footer-text {
	display: inline-block;
}

.footer-text-email {
	display: inline-block;
	float: right;
}

.swiper-container {
        width: 100%;
        height: 100%;
    }

@media screen and (max-width: 760px) {
.block {
	width: 100%;
}

.banner-txt {
	padding-left: 20px;
	padding-right: 20px;
}

.banner-email {
	width: 100%;
}

.banner-btn {
	left: -10px;
}
}

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

.banner-txt {
	text-align: center;
}

h1 {
	font-size: 26px;
}

.banner-email {
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}

.banner-btn {
	left: 0;
	width: 80%;
	margin: auto;
	margin-bottom: 100px;
}

.footer {
	text-align: center;
}

.footer-text {
	margin-bottom: 3px;
}

}

@media screen and (max-width: 540px) {
	.form__header {
	    font-size: 22px;
	    margin-bottom: 25px;
	    width: 70%;
	}

	.form__text {
		display: none;
	}

	.form__about {
		margin-bottom: 55px;
	}

	.form__submit,
	.form__reset {
		width: 100%;
		text-align: center;
	}

	.form__reset {
		margin-left: 0;
	}

	.form__submit {
		margin-bottom: 10px;
	}

	.block._overlay .form {
		right: 20px;
	}
}