html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
html.js .loader .loader_inner {
  background-image: url("../img/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute;
}

body {
  font-family: "HelveticaNeueCyr";
  font-weight: 400;
  font-size: 14px;
  min-width: 1200px;
  position: relative;
  color: #292b2f;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.color {
  color: #6eb92c;
}

.element_wrap {
  position: relative;
}
.element_wrap img {
  position: absolute;
}

h1 {
  color: #6eb92c;
  font-weight: bold;
}

h3 {
  color: #6eb92c;
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  color: #6eb92c;
  text-transform: uppercase;
  font-weight: 600;
}

h5 {
  color: #6eb92c;
  font-weight: bold;
}

h6 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

a.button_empty_bg {
  background-image: url(../img/button_empty_bg.png);
  height: 46px;
  width: 156px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #6eb92c;
  text-transform: uppercase;
  padding-top: 15px;
  transition: all 0.5s;
}
a.button_empty_bg i {
  margin-right: 7px;
}

a.button_empty_bg:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

a.button_bg {
  background-image: url(../img/button_bg.png);
  height: 46px;
  width: 182px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 15px;
  transition: all 0.5s;
}

a.button_bg:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

.header {
  background-image: url(../img/header_bg.png);
  height: 800px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header ul.languages {
  float: right;
}
.header ul.languages li {
  list-style-type: none;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}
.header ul.languages li a {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.header ul.languages li a.active {
  color: #6eb92c;
}

.main_menu {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.5s;
}
.main_menu img {
  margin-top: 8px;
}
.main_menu .right {
  text-align: right;
}
.main_menu .right a {
  margin-left: 20px;
}
.main_menu .right a.tel {
  color: #292b2f;
  font-weight: bold;
}
.main_menu .right a.tel:hover {
  text-decoration: none;
}

.menu_bg {
  background-color: #fff;
  box-shadow: 0px 1px 4px -2px #000000;
  transition: all 0.5s;
}

.header_info h1 {
  padding-right: 40px;
  color: #6eb92c;
  line-height: 1.2;
  padding-top: 190px;
}
.header_info h6 {
  padding-right: 60px;
  font-weight: 300;
  padding-top: 15px;
}
.header_info a.button_bg {
  margin-top: 30px;
}

.go_green {
  background-image: url(../img/go_green_bg.png);
  height: 644px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.go_green .block_left {
  padding-top: 200px;
}
.go_green h3 {
  margin-bottom: 30px;
}
.go_green h6 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.go_green h5 {
  margin-top: 20px;
}
.go_green p span {
  color: #6eb92c;
  font-weight: 600;
}
.go_green .block_right {
  padding-top: 200px;
}
.go_green .block_right .two_blocks_wrap {
  display: flex;
  justify-content: space-between;
}
.go_green .block_right .two_blocks_wrap p.socket_saml {
  background-image: url(../img/socket_small.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 50px;
}
.go_green .block_right p.socket_big {
  background-image: url(../img/socket_big.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 145px;
}
.go_green .block_right ol {
  margin-left: 0;
  padding-left: 15px;
}
.go_green .block_right ol li {
  font-size: 12px;
}
.go_green .aprox_wrap {
  display: flex;
  justify-content: space-between;
}
.go_green .aprox_wrap .aprox_box {
  text-align: center;
  width: 131px;
}
.go_green .aprox_wrap .aprox_box h5 {
  margin-top: 0;
}
.go_green .aprox_wrap .aprox_box span {
  font-weight: bold;
}
.go_green .aprox_wrap .aprox_box .aprox_bg_wrap {
  background-repeat: no-repeat;
  padding-top: 68px;
  margin-bottom: 10px;
}
.go_green .aprox_wrap .aprox_box .bg1 {
  background-image: url(../img/aprox1.png);
  width: 104px;
  height: 120px;
}
.go_green .aprox_wrap .aprox_box .bg2 {
  background-image: url(../img/aprox2.png);
  width: 111px;
  height: 120px;
}
.go_green .aprox_wrap .aprox_box .bg3 {
  background-image: url(../img/aprox3.png);
  width: 131px;
  height: 120px;
  padding-right: 25px;
}
.go_green .aprox_wrap .aprox_box p {
  padding-right: 25px;
}

.fast {
  background-image: url(../img/fast_bg.png);
  height: 991px;
  background-position: center;
  background-size: cover;
}
.fast .block_left {
  padding-top: 270px;
  padding-left: 46px;
  padding-right: 60px;
}
.fast .block_right {
  padding-top: 140px;
}
.fast .block_right .less_list_block {
  position: relative;
  padding-left: 70px;
  margin-top: 25px;
}
.fast .block_right .less_list_block img {
  position: absolute;
  left: -17px;
  top: -20px;
}
.fast .block_right .less_more_block_wrap {
  position: relative;
}
.fast .block_right .less_more_block_wrap .less_more_block {
  background-image: url(../img/less_more_bg.png);
  background-repeat: no-repeat;
  width: 552px;
  height: 272px;
  position: absolute;
  padding-top: 18px;
  padding-left: 135px;
  padding-right: 25px;
  left: -90px;
}
.fast .block_right .less_more_block_wrap .less_more_block h3 {
  font-size: 14px;
}
.fast .block_right .less_more_block_wrap .less_more_block h5 {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.fast .block_right .less_more_block_wrap .less_more_block p {
  font-size: 12px;
}

.every_step h1 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 90px;
}
.every_step h5 {
  text-align: center;
  margin-right: 70px;
  font-weight: 400;
}
.every_step .element_wrap img.el1 {
  top: 40px;
  left: 155px;
}
.every_step .element_wrap img.el2 {
  top: 90px;
  right: 185px;
}
.every_step .every_step_text {
  margin-top: 50px;
}
.every_step .every_step_text h3 {
  margin-top: 0;
  line-height: 1.4;
}

.blue-block {
  position: relative;
  background-color: #F9FCFF;
  margin-top: 250px;
  padding-top: 350px;
  padding-bottom: 80px;
}
.blue-block .element_wrap img.el1 {
  left: -15px;
  top: -500px;
}
.blue-block .element_wrap img.el2 {
  bottom: -140px;
  left: 600px;
}
.blue-block .blue_float_block {
  background-image: url(../img/bule_float_bg.png);
  width: 767px;
  height: 428px;
  position: absolute;
  left: 29%;
  top: -142px;
}
.blue-block .blue_float_block span {
  text-align: center;
  position: absolute;
  top: 230px;
  left: 290px;
}
.blue-block .blue_float_block h5 {
  position: absolute;
  bottom: 10px;
}
.blue-block .blue_float_block h5.sign_left {
  left: 150px;
}
.blue-block .blue_float_block h5.sign_right {
  right: 130px;
}
.blue-block .center {
  margin-bottom: 50px;
}
.blue-block .text_wrap {
  background-image: url(../img/blue_block_text_wrap_bg_small.png);
  background-repeat: no-repeat;
  width: 599px;
  height: 202px;
  padding-top: 5px;
  padding-right: 30px;
}
.blue-block .text_wrap img {
  float: left;
  margin-left: 30px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.blue-block .text_wrap_big {
  background-image: url(../img/blue_block_text_wrap_bg_big.png);
  width: 1184px;
  height: 202px;
  padding-top: 5px;
  padding-right: 80px;
  position: relative;
}
.blue-block .text_wrap_big img {
  float: left;
  margin-left: 30px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.blue-block .text_wrap_big span.desc {
  position: absolute;
  right: 70px;
  bottom: 60px;
}

.print_fast {
  position: relative;
  padding-top: 90px;
}
.print_fast h1 {
  text-align: center;
  text-transform: uppercase;
}
.print_fast h6 {
  text-align: center;
}
.print_fast .element_wrap img.el1 {
  top: -55px;
  right: 210px;
}

.two_printers {
  margin-top: 80px;
}
.two_printers .printer_a {
  padding-top: 15px;
  position: relative;
}
.two_printers .printer_a img {
  padding-left: 50px;
}
.two_printers .printer_a span {
  text-align: center;
  position: absolute;
  bottom: 79px;
  right: -14px;
  font-weight: bold;
  font-size: 15px;
}
.two_printers .vs img {
  display: block;
  margin-left: 106px;
  padding-top: 80px;
}
.two_printers .printer_b {
  position: relative;
}
.two_printers .printer_b img {
  padding-left: 20px;
}
.two_printers .printer_b span {
  position: absolute;
  bottom: 95px;
  left: 68px;
  font-weight: bold;
  font-size: 17px;
  color: #6eb92c;
}

.print_fast_list_wrap {
  padding-top: 40px;
  position: relative;
}
.print_fast_list_wrap .element_wrap img.el4 {
  right: -15px;
  top: -200px;
}
.print_fast_list_wrap .element_wrap img.el3 {
  left: -15px;
  bottom: -80px;
}
.print_fast_list_wrap .list_block_wrap {
  display: flex;
  justify-content: center;
}
.print_fast_list_wrap .list_block_wrap .element_wrap img.el1 {
  left: -120px;
  top: 100px;
}
.print_fast_list_wrap .list_block_wrap .element_wrap img.el2 {
  left: -520px;
  bottom: 25px;
}
.print_fast_list_wrap .list_block_wrap .list_block_text {
  padding-top: 60px;
}
.print_fast_list_wrap .list_block_wrap .list_block_text p {
  color: #a0a2ab;
  font-size: 24px;
  font-weight: 700;
}
.print_fast_list_wrap .list_block_wrap .list_block_check {
  padding-top: 60px;
  position: relative;
}
.print_fast_list_wrap .list_block_wrap .list_block_check p {
  color: #6eb92c;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.print_fast_list_wrap .list_block_wrap .list_block_check img {
  position: absolute;
  top: 25px;
  right: -67px;
}
.print_fast_list_wrap .list_block_wrap .list_block_check .additional {
  position: absolute;
  right: -283px;
  top: 50px;
}
.print_fast_list_wrap .list_block_wrap .list_block_img img {
  margin-bottom: -35px;
}
.print_fast_list_wrap .list_block_wrap .list_block_img p {
  text-align: center;
  text-transform: uppercase;
}

.comColor h1 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
}
.comColor .comColor_block_wrap {
  width: 1140px;
  display: flex;
  justify-content: space-between;
  margin-left: 17px;
}
.comColor .comColor_block_wrap .comColor_block {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 10px;
  width: 370px;
}
.comColor .comColor_block_wrap .comColor_block ul {
  padding-left: 10px;
  padding-top: 0;
  margin-bottom: 0;
}
.comColor .comColor_block_wrap .comColor_block p {
  margin-bottom: 0;
}
.comColor .paper_saving {
  background-image: url(../img/com_color_block_big.png);
  width: 1184px;
  height: 228px;
  padding-right: 80px;
  position: relative;
  padding-top: 30px;
  margin-top: 40px;
}
.comColor .paper_saving img {
  float: left;
  margin-left: 40px;
  margin-right: 20px;
  margin-bottom: 50px;
  padding-top: 20px;
}
.comColor .paper_saving .paper_saving_block {
  padding-left: 35px;
}
.comColor h6.point {
  position: relative;
}
.comColor h6.point::before {
  content: "";
  display: block;
  background-image: url(../img/graphics/point.png);
  width: 8px;
  height: 8px;
  position: absolute;
  left: -13px;
  top: 3px;
}
.comColor .short_block {
  background-image: url(../img/short_block.png);
  width: 607px;
  height: 470px;
  padding-top: 30px;
}
.comColor .short_block .main_img img {
  margin-left: 40px;
  margin-top: 25px;
}
.comColor .short_block .short_block_text {
  padding-left: 40px;
}
.comColor .short_block .circle_graph {
  display: flex;
  justify-content: left;
}
.comColor .short_block .circle_graph .circle_block {
  position: relative;
  margin-right: 40px;
}
.comColor .short_block .circle_graph .circle_block span {
  position: absolute;
  font-weight: 500;
  width: 120px;
  text-align: center;
  z-index: 10;
  left: -10px;
  top: 28px;
}
.comColor .short_block .circle_graph .circle_block p {
  text-align: center;
  margin-top: 10px;
}
.comColor .short_block .graph_block {
  position: relative;
  margin-top: 40px;
}
.comColor .short_block .graph_block span {
  position: absolute;
  font-weight: 600;
  font-size: 12px;
}
.comColor .short_block .graph_block span.hight {
  left: 5px;
  top: -25px;
}
.comColor .short_block .graph_block span.low {
  left: 93px;
  top: 35px;
}
.comColor .short_block .graph_block p {
  margin-top: 10px;
}
.comColor .short_block ul {
  padding-left: 10px;
}
.comColor .short_block ul li {
  list-style-type: none;
}
.comColor .ecologi_spec {
  background-image: url(../img/big_block.png);
  width: 1193px;
  height: 523px;
  padding-top: 30px;
}
.comColor .ecologi_spec .first_part {
  padding-left: 150px;
}
.comColor .ecologi_spec .second_part {
  padding-right: 80px;
}
.comColor .ecologi_spec .second_part img {
  margin-top: 15px;
}
.comColor .rainbow_block h3 {
  text-align: center;
}
.comColor .rainbow_block img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.footer {
  margin-top: 80px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.footer .loc i {
  font-size: 20px;
  display: block;
  float: left;
  color: #6eb92c;
  margin-top: 3px;
}
.footer .loc ul {
  padding-left: 23px;
}
.footer .loc ul li {
  list-style-type: none;
}
.footer .tel ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.footer .tel ul li a {
  color: #292b2f;
}
.footer .tel ul li i {
  color: #6eb92c;
  margin-right: 11px;
}
.footer .tel ul li:first-child a {
  font-weight: bold;
  font-size: 14px;
}
.footer .soc ul li {
  list-style-type: none;
  float: left;
  padding-right: 7px;
}

.copy {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copy p {
  text-align: center;
}

.remodal #form #modal1Title {
  width: 90%;
  margin-top: 60px;
  color: #6eb92c;
  font-size: 22px;
  font-family: "HelveticaNeueCyr";
  font-weight: bold;
  margin-bottom: 40px;
}
.remodal #form .putName, .remodal #form .putPhone {
  width: 60%;
}
.remodal #form input.btn {
  display: block;
  background-image: url(../img/button_bg.png);
  background-repeat: no-repeat;
  height: 46px;
  width: 182px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 15px;
  transition: all 0.5s;
  margin: 20px auto;
  margin-bottom: 40px;
}
.remodal #form input.btn:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

.remodal .catalogs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.remodal .catalogs p {
  text-align: center;
}
.remodal .catalogs a {
  color: #6eb92c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

/*# sourceMappingURL=main.css.map */
