/* GLOBAL
################################################*/
body {
  background-color: #fff;
}

.text_title {
  font-family: NexaScript;
  font-size: 37px;
  line-height: 35px;
  text-align: center;
}

.text_pg {
  font-family: FiraSans;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}

.text_pg.text_intro {
  font-size: 18px;
  line-height: 28px;
}

.button_action {
  padding: 10px 25px 10px 25px;
  border-radius: 50px;
  font-family: Myra4FCaps;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: box-shadow 0.2s;
  background: #8fb611;
  background: -moz-linear-gradient(top, #8fb611 0%, #799c00 100%);
  background: -webkit-linear-gradient(top, #8fb611 0%, #799c00 100%);
  background: linear-gradient(to bottom, #8fb611 0%, #799c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb611', endColorstr='#799c00',GradientType=0 );
}

.button_action:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.button_action:active {
  box-shadow: none;
  background: #618503;
}

.type_blue {
  color: #00a7e8;
}

.type_green {
  color: #80a800;
}

/* INTRO
################################################*/
.block_intro {
  width: 100%;
  height: 505px;
  background: url("../images/header_bg.jpg") no-repeat top center;
  background-size: 1920px;
  position: relative;
}

.block_intro.mode_entry {
  height: 260px;
}

.block_intro.mode_entry .wrap_intro {
  height: 260px;
  background-position: 50% -250px;
}

.block_intro .wrap_intro {
  width: 100%;
  height: 506px;
  background: url("../images/header_mask.png") no-repeat bottom center;
  background-size: 1920px;
}

.block_intro .wrap_bottom_tittle {
  width: 450px;
  height: 110px;
  background-color: #fff;
  border-radius: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -225px;
  padding-top: 20px;
}

.wrap_contact {
  text-align: left;
  padding: 7px 0 0 50px;
  border-left: 1px solid #D0DADB;
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  margin-top: 8px;
}

.item_link {
  color: #8e9fa1;
  font-family: FiraSans;
  font-size: 16px;
  display: block;
  text-decoration: none;
  transition: 0.5s;
}

.item_link.type_mail {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

.item_link.type_mail:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #D0DADB;
  transition: 0.5s;
}

.item_link:first-child {
  position: relative;
}

.item_link:first-child:before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: -28px;
  top: 1px;
  background: url("../images/header_contact.png") no-repeat center center/100%;
}

.item_link:hover {
  color: #F93D3D;
}

.item_link:hover:after {
  border-color: #F93D3D;
}

.block_header {
  margin-top: 67px;
  text-align: center;
  font-size: 0;
}

.block_header .wrap_logo {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.block_header .wrap_logo .box_logo {
  width: 105px;
  height: 105px;
  display: inline-block;
  vertical-align: top;
  background: url("../images/header_logo.png") no-repeat center center/100%;
}

.block_header .wrap_logo .text_logo {
  color: #00a7e8;
  font-family: Myra4FCaps;
  font-size: 41px;
  line-height: 40px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  margin-top: 13px;
  text-decoration: none;
}

.block_header .wrap_nav {
  margin-top: 30px;
}

.block_header .wrap_nav .item_nav {
  color: #00a7e8;
  font-family: Myra4FCaps;
  font-size: 21px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-right: 40px;
  position: relative;
  transition: 0.5s;
}

.block_header .wrap_nav .item_nav:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #00a7e8;
  position: absolute;
  right: -20px;
  top: 8px;
  pointer-events: none;
}

.block_header .wrap_nav .item_nav:last-child {
  margin-right: 0;
}

.block_header .wrap_nav .item_nav:last-child:after {
  display: none;
}

.block_header .wrap_nav .item_nav:hover {
  color: #F93D3D;
}

/* ABOUT
################################################*/
.block_about.mode_frontpage .wrap_about {
  margin-top: 30px;
  margin-bottom: 20px;
}

.block_about .wrap_about {
  max-width: 831px;
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 90px;
  border: 1px solid #D0DADB;
  margin: 50px auto 0 auto;
  font-size: 0;
  text-align: center;
}

.block_about .wrap_about .item_about {
  width: 95px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  position: relative;
  font-family: FiraSans;
  line-height: 18px;
  margin-right: 68px;
}

.block_about .wrap_about .item_about .text_item_name {
  max-width: 86px;
  margin: 0 auto;
}

.block_about .wrap_about .item_about .box_icon {
  width: 58px;
  height: 59px;
  margin: 23px auto 17px auto;
  background: url("../images/advantages_icons.png") no-repeat top center;
  background-size: 100% 500%;
}

.block_about .wrap_about .item_about:nth-child(2) .box_icon {
  background: url("../images/advantages_icons.png") no-repeat 0 -58px;
  background-size: 100% 500%;
}

.block_about .wrap_about .item_about:nth-child(3) .box_icon {
  background: url("../images/advantages_icons.png") no-repeat 0 -116px;
  background-size: 100% 500%;
}

.block_about .wrap_about .item_about:nth-child(4) .box_icon {
  background: url("../images/advantages_icons.png") no-repeat 0 -174px;
  background-size: 100% 500%;
}

.block_about .wrap_about .item_about:nth-child(5) {
  margin-right: 0;
}

.block_about .wrap_about .item_about:nth-child(5) .box_icon {
  background: url("../images/advantages_icons.png") no-repeat 0 -232px;
  background-size: 100% 500%;
}

.block_about .wrap_about .item_about:nth-child(5):after {
  display: none;
}

.block_about .wrap_about .item_about:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8e9fa1;
  position: absolute;
  top: 74px;
  right: -40px;
}

/* PRODUCTION
################################################*/
.block_production {
  margin-top: 0px;
}

.block_production.mode_productPage {
  margin-top: 0px;
}

.block_production .wrap_head_prod {
  width: 100%;
  min-height: 48px;
  margin-top: 100px;
  background-size: 1920px 48px;
  background-repeat: no-repeat;
  background-position: 50% 15px;
  position: relative;
}

.block_production .wrap_head_prod.mode_blue {
  background-image: url("../images/products_linerBlue.png");
}

.block_production .wrap_head_prod.mode_blue .text_title,
.block_production .wrap_head_prod.mode_blue .text_title a {
  color: #1ea4dd;
}

.block_production .wrap_head_prod.mode_yellow {
  background-image: url("../images/products_linerYellow.png");
}

.block_production .wrap_head_prod.mode_yellow .text_title,
.block_production .wrap_head_prod.mode_yellow .text_title a {
  color: #f5cb34;
}

.block_production .wrap_head_prod.mode_green {
  background-image: url("../images/products_linerGreen.png");
}

.block_production .wrap_head_prod.mode_green .text_title,
.block_production .wrap_head_prod.mode_green .text_title a {
  color: #80a700;
}

.block_production .wrap_head_prod .text_title {
  padding: 0 10px;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
}

.block_production .wrap_head_prod .text_title a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.block_production .wrap_head_prod .text_title a::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: -8px;
  opacity: 0.3;
}

.block_production .wrap_head_prod .text_title a:hover {
  color: #f24142;
}

.block_production .wrap_head_prod .text_subtitle {
  padding-top: 5px;
  font-family: FiraSans;
  font-size: 16px;
  color: #8d9ea0;
  text-align: center;
}

.block_production .wrap_head_prod .box_icon {
  width: 65px;
  height: 65px;
  margin-top: -70px;
  left: 50%;
  margin-left: -32px;
  background-size: 65px 65px;
  position: absolute;
  z-index: 10;
}

.block_production .wrap_production {
  font-size: 0;
  text-align: center;
}

.block_production .wrap_production .box_img {
  display: inline-block;
  vertical-align: top;
  background: url("../images/oil.jpg") no-repeat center center;
  background-size: 100%;
}

.block_production .wrap_production .box_img.type_superProducts {
  width: 270px;
  height: 507px;
}

.block_production .wrap_production .box_img.type_products {
  width: 270px;
  height: 200px;
  border-radius: 4px;
  margin-top: 80px;
}

.block_production .wrap_prod_info {
  display: inline-block;
  vertical-align: top;
  margin: 90px 0 0 20px;
  max-width: 450px;
  text-align: left;
}

.block_production .wrap_prod_info .wrap_breadcrumbs,
.block_production .wrap_prod_info .wrap_breadcrumbs a {
  font-size: 16px;
  line-height: 21px;
  color: #8d9ea0;
  font-family: FiraSans;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.block_production .wrap_prod_info .wrap_breadcrumbs a:hover {
  color: #f83e3e;
}

.block_production .wrap_prod_info .text_name {
  padding: 5px 0 10px 0;
  color: #00a7e8;
  font-family: Myra4FCaps;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 1px;
}

.block_production .wrap_prod_info .text_min {
  color: #8e9fa1;
  font-family: FiraSans;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

.block_production .wrap_prod_info .text_pg {
  text-align: left;
  font-style: normal;
}

.block_production .wrap_buy {
  width: 100%;
  display: block;
  border-top: 1px solid #D0DADB;
  margin-top: 5px;
  padding: 15px 0 15px 5px;
}

.block_production .wrap_buy .wrap_val {
  padding: 0 18px 4px 0;
  border-right: 1px solid #D0DADB;
  display: inline-block;
  vertical-align: top;
}

.block_production .wrap_buy .text_val {
  font-family: Myra4FCaps;
  font-size: 28px;
  line-height: 28px;
  margin-top: 8px;
}

.block_production .wrap_buy .text_subval {
  font-family: FiraSans;
  font-size: 14px;
  line-height: 14px;
}

.block_production .wrap_buy .button_action {
  margin-top: 4px;
  margin-left: 20px;
}

.block_production .wrap_prod {
  /*
    background-color: #F9FBFC;
    border-radius: 10px;
    border: 1px solid #D0DADB;
*/
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}

.block_production .wrap_prod .text_prod_head {
  color: #8e9fa1;
  font-family: FiraSans;
  font-size: 21px;
  text-align: center;
  line-height: 24px;
  margin-top: 30px;
  padding-bottom: 30px;
}

.block_production .wrap_prod .item_prod {
  width: 270px;
  min-height: 310px;
  background-color: #F9FBFC;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  margin-bottom: 30px;
  text-align: left;
}

.block_production .wrap_prod .item_prod.mode_main {
  width: 520px;
  min-height: 350px;
  margin-left: 0;
  margin-right: 0;
  background: none;
}

.block_production .wrap_prod .item_prod.mode_main .box_image {
  width: 185px;
  height: 350px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-size: cover;
  border-bottom: none;
  display: inline-block;
}

.block_production .wrap_prod .item_prod.mode_main .wrap_prod_info {
  max-width: 320px;
  margin-top: 20px;
  margin-left: 0;
}

.block_production .wrap_prod .item_prod.mode_main .wrap_name {
  margin-bottom: 5px;
  padding: 0;
}

.block_production .wrap_prod .item_prod.mode_main .text_name_prod {
  font-size: 18px;
  line-height: 24px;
}

.block_production .wrap_prod .item_prod.mode_main .text_val {
  padding-left: 0;
  font-size: 16px;
  line-height: 19px;
}

.block_production .wrap_prod .item_prod.mode_main .text_vall {
  font-size: 24px;
  line-height: 28px;
}

.block_production .wrap_prod .item_prod.mode_main:nth-child(odd) {
  border-right: 1px solid #cfd9da;
}

.block_production .wrap_prod .item_prod.mode_main:last-child {
  border-right: none;
}

.block_production .item_prod .wrap_name {
  margin-top: 17px;
  padding: 0 15px;
  margin-bottom: 10px;
  font-family: FiraSans;
}

.block_production .item_prod .text_name_prod {
  display: inline;
  color: #00a7e8;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.block_production .item_prod .text_name_prod:hover {
  color: #f83e3e;
}

.block_production .item_prod .text_vall {
  color: #80a800;
  font-family: Myra4FCaps;
  font-size: 21px;
  font-style: normal;
  line-height: 24px;
}

.block_production .item_prod .text_val {
  font-family: FiraSans;
  font-size: 14px;
  line-height: 16px;
  color: #80a800;
  padding: 3px 0 0 18px;
}

.block_production .item_prod .button_action {
  padding: 9px 10px 4px 10px;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 0 15px;
}

.block_production .item_prod .text_description {
  width: 240px;
  font-size: 14px;
  line-height: 21px;
  font-family: FiraSans;
  margin: 22px 0 0 15px;
  padding: 20px 20px 0 0;
  border-top: 1px solid #D0DADB;
}

.block_production .item_prod .box_image {
  width: 100%;
  height: 202px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #cfd9da;
  background-size: cover;
  display: block;
}

/* CONTACT
################################################*/
.block_contact {
  background-color: #F9FBFC;
  margin-top: 90px;
  padding: 30px 0;
  text-align: center;
}

.block_contact .type_map {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  text-align: left;
}

.block_contact .type_map:hover {
  color: #8e9fa1;
}

.block_contact .type_map:before {
  display: none;
}

/* MAP
################################################*/
.block_map {
  width: 100%;
  height: 480px;
}

/* FOOTER
################################################*/
.block_footer {
  min-height: 205px;
  width: 100%;
  background: url("../images/footer_bg.png") no-repeat bottom center;
  background-size: 1920px 205px;
  margin-top: -130px;
  position: relative;
  z-index: 10;
  padding-top: 35px;
}

.block_footer .text_copy {
  color: #3b2e00;
  font-family: FiraSans;
  font-size: 16px;
  text-align: center;
}

.block_footer .text_aboutus {
  max-width: 524px;
  color: #3b2e00;
  font-family: FiraSans;
  font-size: 12px;
  line-height: 16px;
  margin: 20px auto 0 auto;
  text-align: center;
}

.block_footer .link_unit {
  width: 74px;
  height: 21px;
  display: inline-block;
  background: url("../images/footer_unitis.png") no-repeat center center;
  background-size: 100%;
  margin-left: 5px;
  position: relative;
  bottom: -2px;
}

.block_footer .link_unt {
  text-decoration: none;
  color: #3b2e00;
  transition: 0.5s;
}

.block_footer .type_unit {
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
}

/* POPUP
################################################*/
.block_popup {
  display: none;
  position: fixed;
  z-index: 200;
  transition: 1s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.block_popup .wrap_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(142, 159, 161, 0.8);
  text-align: center;
  z-index: 100;
}

.block_popup .wrap_window {
  text-align: left;
  background: #F9FBFC;
  display: inline-block;
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -200px;
  z-index: 300;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.56);
  padding: 16px;
}

.block_popup .wrap_window .button_close {
  width: 18px;
  height: 18px;
  background: url("../images/close.png") no-repeat center center/100%;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 50;
}

.block_popup .wrap_window .text_head {
  font-family: Myra4FCaps;
  color: #00a7e8;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
}

.block_popup .wrap_window .text_pg {
  font-style: normal;
  text-align: left;
  margin-top: 10px;
  padding: 0;
}

.block_popup .wrap_window .text_val {
  font-family: FiraSans;
  font-size: 16px;
  color: #80a800;
}

.block_popup .wrap_window .text_vall {
  color: #80a800;
  font-family: Myra4FCaps;
  font-size: 24px;
}

.block_popup .wrap_window .wrap_complete {
  position: absolute;
  width: 98%;
  height: 90%;
  background-color: #F9FBFC;
  top: 9%;
  left: 1%;
  display: none;
}

.block_popup .wrap_window .text_complete {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-family: NexaScript;
  font-style: italic;
  color: #80A800;
  margin-top: 37%;
}

.block_popup .wrap_window .text_desc_complete {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #5E6A6B;
  font-family: FiraSans;
}

.block_popup .wrap_col {
  padding: 16px 0;
  border: 1px solid #D0DADB;
  border-left: none;
  border-right: none;
}

.block_popup .wrap_col .wrap_input {
  margin-top: 0;
}

.block_popup .wrap_col .input_popup {
  width: 280px;
  transition: 0.5s;
}

.block_popup .input_popup {
  width: 370px;
  border-radius: 5px;
  border: 1px solid #D0DADB;
  padding: 14px 13px 10px 146px;
  color: #000;
  font-family: FiraSans;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
}

.block_popup .input_popup.type_error {
  border: 1px solid #F93D3D;
}

.block_popup .wrap_input {
  margin-top: 15px;
  position: relative;
}

.block_popup .text_input {
  color: #636f70;
  font-family: FiraSans;
  font-size: 14px;
  position: absolute;
  top: 13px;
  line-height: 14px;
  left: 13px;
}

.block_popup .text_unit {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}

.block_popup .button_action {
  margin: 15px auto 0 auto;
}

.block_popup .wrap_btn {
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .block_production .wrap_prod .item_prod.mode_main {
    width: 440px;
  }
  .block_production .wrap_prod .item_prod.mode_main .wrap_prod_info {
    max-width: 200px;
  }
}

@media screen and (max-width: 905px) {
  .block_production .wrap_prod .item_prod.mode_main:nth-child(odd) {
    border: none;
  }
}

@media screen and (max-width: 560px) {
  .wrap_contact {
    display: none;
  }
  .wrap_nav {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .block_popup .wrap_window {
    width: 95%;
    margin-left: 2.5%;
    left: auto;
  }
  .block_popup .input_popup {
    width: 100%;
  }
  .block_popup .wrap_col .input_popup {
    width: 85%;
  }
  .block_header {
    margin-top: 40px;
  }
  .block_header .wrap_logo .text_logo {
    display: block;
    margin-top: 16px;
    text-align: center;
    margin-left: 0;
  }
  .block_header .wrap_contact {
    display: none;
  }
  .block_header .wrap_nav {
    display: none;
  }
  .block_intro .wrap_bottom_tittle {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .block_about .wrap_about {
    height: auto;
    padding-bottom: 23px;
    width: 70%;
    margin: 70px auto 0 auto;
  }
  .block_about .wrap_about .item_about {
    display: block;
    margin: 0 auto;
  }
  .block_about .wrap_about .item_about:after {
    display: none;
  }
  .block_about .wrap_about .item_about:nth-child(5) {
    margin-right: auto;
  }
  .block_production .wrap_head_prod {
    background: none;
  }
  .block_production .wrap_head_prod .text_title {
    left: 0;
    margin-left: 0;
  }
  .block_production .wrap_prod_info {
    margin-top: 0;
    margin-left: 0;
    padding: 20px 10px;
  }
  .block_production .wrap_buy .wrap_val {
    padding-right: 10px;
  }
  .block_production .wrap_buy .button_action {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .block_production .wrap_prod .item_prod {
    margin-left: 0;
    margin-right: 0;
  }
  .block_contact {
    text-align: left;
    padding: 0 25px 25px 25px;
  }
  .block_contact .wrap_contact {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
  .block_contact .wrap_contact .item_link:before {
    display: none;
  }
  .block_footer {
    padding-bottom: 5px;
    background-size: 1920px;
  }
}

.wrap_seo:before {
  width: 200px;
  border-top: 1px solid #d0dadb;
  content: '';
  left: 50%;
  margin-left: -100px;
  margin-top: -48px;
  position: absolute;
}

.wrap_seo {
  margin-top: 100px;
}

.wrap_seo,
.wrap_seo p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #8d9ea0;
}

.block_opening {
  z-index: 100;
  position: relative;
}

.block_opening .wrap_opening {
  max-width: 920px;
  margin: 0 auto;
  margin-top: -40px;
  display: table;
}

.block_opening .text_opening {
  max-width: 550px;
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.block_opening .text_opening p {
  margin-bottom: 20px;
  font-family: FiraSans;
  font-size: 16px;
  line-height: 23px;
}

.block_opening .wrap_badgeCell {
  width: 365px;
  display: table-cell;
  vertical-align: top;
}

.block_opening .wrap_badge {
  width: 365px;
  height: 365px;
  margin-top: -200px;
  background: url("../images/badge.png") 0 0/365px 365px no-repeat;
  border-radius: 365px;
  float: right;
}

.block_opening .text_badge {
  margin-top: 140px;
  font-family: NexaScript;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #00a6e7;
}

@media screen and (max-width: 320px) {
  .block_production .wrap_prod .item_prod.mode_main {
    width: 320px;
  }
  .block_production .wrap_prod .item_prod.mode_main .box_image {
    display: block;
    margin: 0 auto;
  }
  .block_production .wrap_prod .item_prod.mode_main .wrap_prod_info {
    max-width: 280px;
    margin-left: 10px;
    margin-top: 0;
    padding-top: 0;
  }
  .block_production .wrap_head_prod {
    background: none !important;
  }
}

@media screen and (max-width: 630px) {
  .block_opening .wrap_opening {
    display: block;
  }
  .block_opening .text_opening {
    margin-top: 200px;
    display: block;
  }
  .block_opening .wrap_badgeCell {
    display: block;
  }
  .block_opening .wrap_badge {
    top: -40px;
    left: 50%;
    margin-left: -182px;
    position: absolute;
  }
}

/*# sourceMappingURL=style.map */