@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic-ext');
body {
	font-family: 'Roboto', sans-serif;
	min-width: 1000px;
	font-size: 17px;
	line-height: auto;
	position: relative;
}
h3 {
	font-size: 24px;
	margin-bottom: 40px;
	text-align: center;
}
.h3_margin_0 {
	margin-top: 0;
}
.free_li li {
	font-weight: 600;
	display: inline;
}
footer {
	position: relative;
}
img {
	image-rendering: auto;
}
a {
	color: #ff6600;
}
.arrow_out.arrow {
	z-index: 2;
	position: absolute;
	top: 1px;
}
#top_button {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.7s linear 0s, opacity 0.7s;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #ff6600;
	color: white;
	cursor: pointer;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 18px;
	border-radius: 50%;
	width: 20px;
	height: 16px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#top_button:hover {
	background-color: #ff6600;
	opacity: 0.9;
}
.header {
	width: 100%;
	background-color: #232c35;
	color: white;
	position: relative;
	overflow: hidden;
}
footer .h2_title {
	margin-top: 30px;
}
.container {
	z-index: 2;
}
.background_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.header_content {
	height: 83vh;
	width: 100%;
}
.logo {}
/**
Mouse wheel
**/

.icon-scroll, .icon-scroll:before {
	position: absolute;
	left: 50%;
}
.icon-scroll {
	width: 30px;
	height: 50px;
	margin-left: -15px;
	bottom: 40px;
	margin-top: -35px;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
}
.icon-scroll:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(26px);
		transform: translateY(26px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(26px);
		transform: translateY(26px);
	}
}
/**
end
**/

.vertical_middle {
	display: table;
	height: 100%;
	margin-top: -70px
}
@media screen and (max-width: 1333px) {
	.background_img {
		width: 120%;
		left: -20%;
	}
}
@media screen and (max-width: 1156px) {
	.header {
		height: 100%;
		max-height: 600px;
	}
	.background_img {
		width: 120%;
		left: -20%;
	}
	.header_content {
		max-height: 500px;
	}
	.background_img_footer {
		bottom: 0;
	}
}
@media screen and (min-width: 1156px) {
	.background_img_footer {
		top: 0;
	}
}
.menu {
	float: right;
	text-transform: uppercase;
	display: table;
	height: 56px;
	position: relative;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.menu a {
	text-decoration: none;
	border-bottom: solid 1px white;
}
.menu_el {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
}
.menu_el a {
	color: white;
	margin-left: 10px;
}
.h1_title {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}
.social {
	position: absolute;
	bottom: 40px;
}
.social img {
	margin-right: 10px;
}
.h2_title {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 40px;
}
.line {
	letter-spacing: -4px;
}
.content_img {
	padding: 85px 50px;
	padding-right: 140px;
	width: 40%;
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 18px
}
.block_grey {
	background-color: #232c35;
	padding-bottom: 54%;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
	color: white;
	z-index: 2;
	position: relative;
}
.block_grey img {
	width: 110%;
	position: absolute;
	top: 34%;
	left: -5%;
}
.button_align {
	width: 68%;
	margin-left: 32%;
	position: relative;
	z-index: 2;
	float: left;
}
.button_service {
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	width: 48.4%;
	padding: 1%;
	background-color: #fd7b24;
	cursor: pointer;
	box-sizing: border-box;
	float: left;
	height: 60px;
	color: white;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: rgba(0, 0, 0, 0.2) 1px solid;
	padding: 10px 20px;
	margin: 0.8%;
	float: left;
	box-sizing: border-box;
	outline: none;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.button_service:hover {
	background-color: #ff6600;
}
/* Reset button style */

[role="button"], input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Reset `button` and button-style `input` default styles */

input[type="submit"], input[type="reset"], input[type="button"], button {
	background: none;
	border: 0;
	color: inherit;
	/* cursor: default; */
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-appearance: button;
	/* for input */
	-webkit-user-select: none;
	/* for button */
	-moz-user-select: none;
	-ms-user-select: none;
}
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* Make `a` like a button */

[role="button"] {
	color: inherit;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: pre;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
/* Demo */

[role="button"], input[type="submit"], input[type="reset"], input[type="button"], button {
	background-color: #f0f0f0;
	border: 1px solid rgb(0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.clear {
	width: 100%;
	position: relative;
	float: none;
}
.arrow {
	width: 0;
	height: 0;
	border-radius: ;
	display: inline-block;
	position: relative;
	margin-left: calc(50% - 30px);
	top: -1px;
}
.arrow:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}
.arrow_down {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #d6d8e0;
}
.arrow_down:after {
	top: -16px;
	left: -30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #232c35;
}
.triangular_light.arrow_down:after {
	border-top: 15px solid #fff;
}
.triangular_grey.arrow_down:after {
	border-top: 15px solid #edf2f7;
}
.triangular_grey_d.arrow_down:after {
	border-top: 15px solid #e6ecf2;
}
/*Go top arrow*/

.arrow_2 {
	width: 0;
	height: 0;
	border-radius: ;
	display: inline-block;
	position: relative;
	margin-left: calc(50% - 30px);
	margin-top: -1px;
	margin: 0;
}
.arrow_2:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}
.arrow_2_top {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 5px solid #fff;
}
.arrow_2_top:after {
	top: 2px;
	left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 5px solid #ff6600;
}
/*end*/

.text_block img {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.text_block img:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5x 15px 0px rgba(0, 0, 0, 0.2);
}
.float-right {
	float: right;
	margin-left: 20px;
}
.float-left {
	float: left;
	margin-right: 20px;
}
.text_block {
	width: 100%;
	float: left;
	clear: left;
}
.hr_line {
	height: 1px;
	background: linear-gradient(to right, transparent, #e0e2e8, transparent);
	width: 100%;
	border: none;
	float: left;
	margin: 40px 0;
}
.hr_line.line_footer {
	width: 100%;
	background: linear-gradient(to right, transparent, #fff, transparent);
	height: 1px;
}
.hr_line.hr_grey {
	background: linear-gradient(to right, transparent, grey, transparent);
}
.block_examples {
	margin-bottom: 40px;
	clear: left;
	float: left;
}
.full-width {
	width: 100%;
}
.banner_container {
	width: 100%;
	padding-bottom: 59%;
	position: relative;
}
.banner_container img {
	position: absolute;
	top: 0;
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5x 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.banner_container img:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5x 15px 0px rgba(0, 0, 0, 0.4);
	width: 104%;
	margin: -2%;
}
.block_dark {
	background-color: #edf2f7;
	clear: left;
	width: 100%;
	border-top: solid 1px #d6d8e0;
}
.block_light {
	background-color: #fff;
	clear: left;
	border-top: solid 1px #d6d8e0;
	position: relative;
}
.block_light_2 {
	clear: left;
	background-color: #edf2f7;
	border-top: solid 1px #d6d8e0;
}
.shadow_img {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.shadow_img:hover {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-top: -10px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5x 15px 0px rgba(0, 0, 0, 0.2);
}
.text_desk {
	text-align: center;
}
.block_scrn img {
	width: 100%;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.block_scrn {}
.block_scrn h3 {
	text-align: center;
}
.block_scrn img:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5x 15px 0px rgba(0, 0, 0, 0.3);
	width: 104%;
	margin-top: -6%;
	margin-bottom: -4%;
	margin-left: -2%;
}
.img_container {
	width: 30%;
	padding-bottom: 49%;
	margin-right: 3%;
	float: left;
	z-index: 10;
	position: relative;
}
.img_container img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.img_container img:hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 104%;
	float: left;
	margin-top: -6%;
	margin-bottom: -4%;
	margin-left: -2%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5x 15px 0px rgba(0, 0, 0, 0.3);
}
.img_container:nth-child(3n) {
	margin-right: 0;
}
.filter_light_orange {
	opacity: 0.8;
}
.filter_light_orange {
	opacity: 0.8;
}
input {
	color: #232c35;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: rgba(0, 0, 0, 0.2) 1px solid;
	padding: 10px 20px;
	margin: 1.6% !important;
	width: 100%;
	float: left;
	background-color: rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	outline: none;
}
textarea {
	color: #232c35;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: rgba(0, 0, 0, 0.2) 1px solid;
	padding: 10px 20px;
	margin: 1.6% !important;
	width: 100%;
	float: left;
	background-color: rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	outline: none;
	max-width: 100%;
	max-height: 250px;
}
input[type="submit"] {
	color: white;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: rgba(0, 0, 0, 0.2) 1px solid;
	padding: 10px 20px;
	margin: 1.6%;
	width: 100%;
	float: left;
	background-color: #fd7b24;
	box-sizing: border-box;
	outline: none;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	margin-top: 15px !important;
	cursor: pointer;
}
input[type="submit"]:hover {
	background-color: #ff6600;
}
.input_container {
	width: 33%;
	margin: 0 auto;
	clear: left;
}
.trian_background {
	min-width: 440px;
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.tr_height {
	min-height: 330px;
}
.clear {
	clear: left;
	width: 100%;
}
.footer_background {
	background-color: #232c35;
	color: #fff;
	overflow: hidden;
}
h3.footer_h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.text_subscribe_us {
	margin-top: 0;
	margin-bottom: 40px;
}
.background_img_footer {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0.1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.siema {
	position: relative;
	max-height: 160px;
}
.siema img {
	max-width: 100%;
	max-height: 100px;
}
.siema div {
	padding: 10px;
	height: 150px;
	box-sizing: border-box;
}
.siema div div div {
	background-color: white;
}
.prev, .next {
	z-index: 100;
	position: absolute;
	background-color: #232b34;
	color: white;
	cursor: pointer;
	height: 40px;
	width: 40px;
	padding: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	margin-top: 70px;
	font-size: 25px;
	line-height: 10px;
}
.prev:hover, .next:hover {
	background-color: #ff6600;
}
.slider_conatainer {
	position: relative;
	margin: 50px 0;
}
.prev {
	left: 0;
	top: 0;
}
.next {
	right: 0;
	top: 0;
}
button.link {
	color: white;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: rgba(0, 0, 0, 0.2) 1px solid;
	padding: 10px 20px;
	margin: 1.6%;
	width: 100%;
	float: left;
	background-color: #fd7b24;
	box-sizing: border-box;
	outline: none;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	margin-top: 15px !important;
	cursor: pointer;
}
button.link:hover {
	background-color: #ff6600;
}
.placered::placeholder {
	color: red;
}
::placeholder {
	color: #232c35;
}
.back_popup {
	position: fixed;
	z-index: 1000;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.85);
	display: none;
}
.result_form form {
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.result_form input, .result_form textarea {
	width: 96.8%;
	box-sizing: border-box;
}
.result_form {
	position: fixed;
	top: calc(50% - 200px);
	left: calc(50% - 250px);
	width: 500px;
	height: 320px;
	background-color: white;
	border-radius: 3px;
	display: none;
	z-index: 1000;
	padding: 20px;
	box-sizing: border-box;
}
div {
	box-sizing: border-box;
}
.info_box {
	width: 18.4%;
	margin-right: 2%;
	padding-bottom: 31%;
	position: relative;
	float: left;
}
.info_box:nth-child(5n) {
	margin-right: 0;
}
.info_body {
	width: 100%;
	background-color: #fff;
	float: left;
	color: #000;
	padding: 15px;
	min-height: 130px;
}
.info_container img {
	width: 100%;
	float: left;
}
.info_container {
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	float: left;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	border: solid 1px rgba(0, 0, 0, 0.2) 1px solid;
	color: white;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}
.info_container:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2x 10px 0px rgba(0, 0, 0, 0.3);
}
.info_header h3 {
	margin: 10px 0;
	font-weight: 400;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: 16px;
}
.info_header {
	background-color: #343e48;
	width: 100%;
	float: left;
}
#canvas {
	width: calc(100% + 200px);
	height: calc(100% + 200px);
	margin-left: -100px;
	margin-top: -100px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 2;
}

.box_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.close {
position: absolute;
left: 20px;
top: 16px;
width: 20px;
height: 20px;
opacity: 0.8;
}

.price_box  {
    font-size: 25px;
    text-transform: none;
}

.content_box {
	position: relative;
     float: left;
     width: 100%;
     padding: 15px 30px;
     border-bottom: solid 1px #e4e8eb;
	padding-left: 50px;
}

.title_box {
    width: 100%;
    float: left;
    background-color: #424d59;
    margin: 0;
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
	text-align: center;
}

.optimal .title_box {
	background-color: #fd7b24;
}

.box_container .box {
border: solid 1px #e4e8eb;
width: 100%;
margin-bottom: 15px;
max-width: 323.3px;
float: left;
margin-top: 0;
position: relative;
box-sizing: border-box;
text-align: left;
margin-right: 15px;
}

.box_container hr {
	height: 2px;
	background-color: white;
	width: 100%;
	border: none;
	opacity: 0.3;
}

.box_container .box:nth-child(3n) {
	margin-right: 0;
}

.box:nth-child(1) .content_box:nth-child(n+4) {
	color: #d9d9d9;
}

.box:nth-child(2) .content_box:nth-child(n+6) {
	color: #d9d9d9;
}