@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#page {
  position: relative;
  min-height: 100%; }

* html #page {
  height: 100%; }

a, img {
  outline: none; }

* {
  /* [disabled]margin:0px; */
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

header {
  padding: 25px 0 20px 0; }
  header .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

.contact {
  font-size: 20px; }
  .contact p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
    .contact p:last-child {
      margin-bottom: 0; }
  .contact img {
    display: block;
    margin-right: 15px; }
  .contact a {
    color: #000;
    cursor: text;
    text-decoration: none; }

.top_navigator .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0; }

.top_navigator .right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.main_menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .main_menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main_menu li {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .main_menu .current-menu-item a {
    color: #ff4939; }
  .main_menu a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase; }
    .main_menu a:hover {
      color: #ff4939; }

.search_open {
  cursor: pointer; }
  .search_open img {
    display: block;
    cursor: pointer; }

.instagram {
  color: #000;
  font-size: 25px;
  text-decoration: none; }
  .instagram:hover {
    color: #ff4939; }

.other_page {
  padding-bottom: 123px; }

footer {
  height: 103px;
  margin-top: -103px;
  position: relative;
  z-index: 2;
  background-color: #b4b4b4; }

.foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.widget {
  width: 19%; }
  .widget .name {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px; }
  .widget li {
    display: block;
    margin-bottom: 5px; }
    .widget li:last-child {
      margin-bottom: 0; }
  .widget a {
    color: #494949;
    font-size: 20px;
    text-decoration: none; }
    .widget a:hover {
      color: #ff4939; }

/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

h1 {
  font-size: 30px;
  font-weight: 300;
  color: #ff4939;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center; }
  h1 span {
    display: inline-block;
    border-bottom: 1px solid #ff4939; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px; }

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both; }

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input::-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-ms-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Scss Document */
.text {
  font-size: 20px;
  font-weight: 300; }
  .text img {
    max-width: 100% !important;
    height: auto !important; }
  .text ul {
    margin-bottom: 10px;
    list-style-type: square;
    list-style-position: inside; }
  .text ul ul {
    margin-top: 10px;
    margin-left: 15px; }
  .text ol {
    margin-bottom: 10px;
    margin-left: 0px;
    list-style-position: inside; }
  .text ul ul li {
    background-image: none;
    padding-left: 0px;
    list-style-type: square; }
  .text li + li {
    margin-top: 5px; }
  .text p {
    margin-bottom: 10px; }
    .text p:last-child {
      margin-bottom: 0; }
  .text table {
    margin-bottom: 10px;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%; }
    .text table tr:nth-child(2n+2) {
      background-color: rgba(238, 238, 238, 0.42); }
    .text table tr:hover {
      background-color: rgba(238, 238, 238, 0.8); }
    .text table th {
      background-color: #30A2D9;
      padding: 15px 10px;
      color: #fff;
      border: 1px solid #fff; }
      .text table th p {
        margin-bottom: 0; }
    .text table td {
      padding: 10px;
      border: 1px solid #fff; }
      .text table td p {
        margin-bottom: 0; }
  .text blockquote {
    margin-bottom: 10px;
    color: #fff;
    background-color: #30A2D9;
    padding: 10px; }
  .text blockquote p {
    margin-bottom: 0px; }

body {
  color: #333;
  font-family: "Circe";
  font-size: 14px;
  background-color: #fff; }

.wrap {
  max-width: 1140px;
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.slider_home {
  margin-bottom: 60px; }
  .slider_home .inner {
    margin: 0 -70px; }

.slider_box {
  height: 600px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 70px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
  .slider_box p {
    margin-bottom: 15px; }
    .slider_box p:last-child {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
  .slider_box b {
    font-weight: bold; }
  .slider_box a {
    display: block;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 15px 40px;
    text-decoration: none; }
    .slider_box a:hover {
      background-color: #ff4939;
      color: #fff; }

.category_list .in_category {
  margin-bottom: 2%; }

.category_list .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }
  .category_list .row:nth-child(1n+2) {
    margin-top: 2%; }
  .category_list .row.fxww {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.category_list .col {
  width: 49%; }

.category_list .w460 {
  width: 460px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2%; }

.category_list .w100 {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.category_item {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%; }
  .category_item.h_49 .category_link {
    height: 235px; }
  .category_item .category_link {
    display: block;
    height: 500px;
    font-size: 60px;
    line-height: 1.1;
    font-weight: 300;
    color: #fff;
    text-decoration: none; }
    .category_item .category_link:hover {
      background-color: #bababa; }
  .category_item .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 50px;
    display: inline-block; }
    .category_item .title:after {
      content: '';
      background-image: url(../images/arrow_right.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 29px;
      height: 27px;
      display: inline-block;
      margin-left: 7px; }

#mobile_panel {
  display: none; }

.partners {
  padding: 30px 0; }
  .partners ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .partners li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .partners img {
    display: block; }

.last_news {
  margin-bottom: 50px; }
  .last_news .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .last_news .col_rigt {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 360px;
    margin-left: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .last_news .col_rigt .item_news {
      height: 220px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      font-size: 18px; }
      .last_news .col_rigt .item_news span {
        bottom: 0;
        padding: 15px; }

.item_news {
  height: 460px;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .item_news a {
    display: block; }
  .item_news .show_video {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .item_news .show_video:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
  .item_news .show_news {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 3;
    display: block;
    color: #fff;
    text-decoration: none; }
    .item_news .show_news:hover {
      color: #ccc; }

.video_news .show_video:hover:after {
  content: '';
  -webkit-transform: scale(1.1) translate(-50%, -50%);
  -ms-transform: scale(1.1) translate(-50%, -50%);
  transform: scale(1.1) translate(-50%, -50%); }

.video_news .show_video:after {
  content: '';
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 94px;
  height: 103px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.item_small {
  height: 220px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .item_small a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 100%;
    position: relative; }
    .item_small a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.38); }
  .item_small span {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 20px 15px; }

.show_all {
  padding: 50px 0;
  text-align: center; }
  .show_all a {
    font-size: 30px;
    font-weight: 300;
    color: #ff4939;
    text-decoration: none;
    border-bottom: 1px solid #ff4939;
    text-transform: uppercase; }
    .show_all a:hover {
      border-bottom: 1px solid #fff; }

.name_s {
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px; }

.product_home {
  background-color: #ececec;
  padding: 50px 0; }

.product_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product {
  background-color: #fff;
  padding: 30px 50px;
  font-weight: 300;
  font-size: 19px;
  width: 32%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
  .product:nth-child(3n+2), .product:nth-child(3n+3) {
    margin-left: 2%; }
  .product:nth-child(1n+4) {
    margin-top: 2%; }
  .product .thumb {
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .product img {
    display: block;
    width: auto;
    height: 200px; }
  .product .title {
    text-align: center; }
    .product .title a {
      color: #000;
      text-decoration: none; }
      .product .title a:hover {
        color: #ff4939; }
  .product .price {
    color: #000;
    text-align: center;
    margin-bottom: 20px; }
  .product ins {
    text-decoration: none;
    margin-right: 10px;
    font-weight: 500; }
  .product del {
    color: #b1b1b1; }
  .product .readmore span {
    display: block;
    border: 1px solid #fd6e46;
    color: #fd6e46;
    padding: 14px 14px 12px 14px;
    text-decoration: none;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer; }
    .product .readmore span:hover {
      background-color: #fd6e46;
      color: #fff; }

.salle {
  position: relative; }
  .salle:before {
    content: '';
    background-image: url(../images/salle.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block; }

.map_block {
  padding-top: 50px; }
  .map_block .name {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center; }
  .map_block .text {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center; }
  .map_block .logo img {
    display: block; }

.contact_foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0; }

.map img {
  display: block;
  width: 100%;
  height: auto; }

.phone {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .phone.jcc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .phone a {
    display: inline-block;
    margin-right: 30px;
    font-size: 20px;
    cursor: text;
    color: #000;
    text-decoration: none; }

.about_company {
  margin-bottom: 10px;
  padding-top: 30px; }

.open_form {
  background-color: #ff4939;
  color: #fff;
  padding: 5px 20px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #fff; }
  .open_form:hover {
    background-color: #fd6e46; }

.content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.content_left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.content_right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 30px; }

.bcream {
  margin-bottom: 15px;
  font-weight: 300;
  color: #000;
  font-size: 20px; }
  .bcream a {
    text-decoration: none;
    color: #000; }
    .bcream a:hover {
      color: #ff4939; }

.mb_40 {
  margin-bottom: 40px; }

.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  .search .search_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .search form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search input {
    height: 50px;
    width: 500px;
    font-family: "Circe";
    font-size: 20px;
    color: #000;
    padding: 0 20px;
    font-weight: 300;
    outline: none;
    border: 0 solid #000; }
  .search button {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border: 0 solid #000;
    outline: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .search button:hover {
      background-color: #eee; }
  .search img {
    display: block; }
  .search .search_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #ff4939;
    font-size: 50px; }
    .search .search_close:hover {
      color: #fd6e46; }

.call_me {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  .call_me .call_me_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .call_me .name {
    color: #000;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px; }
  .call_me form {
    background-color: #fff;
    padding: 20px;
    width: 400px; }
    .call_me form p {
      margin-bottom: 20px; }
      .call_me form p:last-child {
        margin-bottom: 0; }
  .call_me input {
    height: 50px;
    width: 100%;
    font-family: "Circe";
    font-size: 20px;
    color: #000;
    padding: 0 20px;
    font-weight: 300;
    outline: none;
    border: 1px solid #eee; }
  .call_me input[type=submit] {
    background-color: #ff4939;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase; }
    .call_me input[type=submit]:hover {
      background-color: #fd6e46; }
  .call_me button {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border: 0 solid #000;
    outline: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .call_me button:hover {
      background-color: #eee; }
  .call_me img {
    display: block; }
  .call_me .call_me_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #ff4939;
    font-size: 50px; }
    .call_me .call_me_close:hover {
      color: #fd6e46; }

.wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #3B3D60;
  margin-top: 30px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1px; }
  .wp-pagenavi .current {
    color: #E3655D;
    display: inline-block;
    margin: 0 5px; }
  .wp-pagenavi .extend {
    display: inline-block;
    margin: 0 5px; }
  .wp-pagenavi .page {
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin: 0 5px; }
    .wp-pagenavi .page:hover {
      color: #E3655D; }
  .wp-pagenavi .nextpostslink {
    font-size: 0;
    text-decoration: none;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
    width: 42px;
    height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #1C253A;
    -webkit-box-shadow: 0px 10px 15px rgba(41, 49, 69, 0.17);
    box-shadow: 0px 10px 15px rgba(41, 49, 69, 0.17); }
    .wp-pagenavi .nextpostslink:before {
      content: '';
      display: block;
      background-image: url(../images/arrow_next.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 14px;
      height: 10px; }
    .wp-pagenavi .nextpostslink:hover {
      background: #E3655D;
      -webkit-box-shadow: 0px 4px 30px rgba(34, 108, 235, 0.07);
      box-shadow: 0px 4px 30px rgba(34, 108, 235, 0.07); }
  .wp-pagenavi .previouspostslink {
    font-size: 0;
    text-decoration: none;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    width: 42px;
    height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #1C253A;
    -webkit-box-shadow: 0px 10px 15px rgba(41, 49, 69, 0.17);
    box-shadow: 0px 10px 15px rgba(41, 49, 69, 0.17); }
    .wp-pagenavi .previouspostslink:before {
      content: '';
      display: block;
      background-image: url(../images/arrow_prev.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 14px;
      height: 10px; }
    .wp-pagenavi .previouspostslink:hover {
      background: #E3655D;
      -webkit-box-shadow: 0px 4px 30px rgba(34, 108, 235, 0.07);
      box-shadow: 0px 4px 30px rgba(34, 108, 235, 0.07); }

.gallery {
  clear: both;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px !important;
  margin-right: -5px !important; }

.gallery-columns-1 dl {
  width: 100% !important; }

.gallery-columns-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .gallery-columns-2 dl {
    width: 49%;
    padding: 5px; }

.gallery-columns-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-columns-3 dl {
    width: 33.33%;
    padding: 5px; }

.gallery-columns-4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-columns-4 dl {
    width: 25%;
    padding: 5px; }

.gallery-columns-5 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-columns-5 dl {
    width: 20%;
    padding: 5px; }

.gallery dl {
  text-align: center;
  position: relative; }

.gallery dt img {
  height: auto !important;
  width: 100% !important;
  display: block;
  -webkit-box-shadow: 0 0 0 #969696;
  box-shadow: 0 0 0 #969696;
  border: 1px solid #ddd;
  padding: 2px; }

.gallery dd {
  margin: 0px;
  padding: 10px 5px; }

.gallery dt {
  position: relative; }

.gallery dl:hover dt a:before {
  opacity: 1; }

.gallery dt a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../images/loupe.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px; }

.aligncenter {
  display: block !important;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto; }

img.alignleft {
  margin-top: 5px; }

img.alignright {
  margin-top: 5px; }

img.aligncenter {
  margin-top: 5px; }

.wp-caption {
  margin-bottom: 25px;
  position: relative; }
  .wp-caption img {
    display: block;
    max-width: 100%;
    height: auto; }
  .wp-caption p.wp-caption-text {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    margin-left: 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }

/* Обратная связь */
form.wpcf7-form {
  position: relative; }
  form.wpcf7-form .ajax-loader {
    position: absolute;
    bottom: 0;
    right: 0; }

div.wpcf7 {
  margin: 0px;
  padding: 0px; }

div.wpcf7-response-output {
  padding: 10px 20px !important;
  margin-bottom: 10px;
  color: #fff;
  background-color: #3e608c;
  margin: 0;
  margin-top: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  text-align: center;
  width: 100% !important;
  margin-top: 10px;
  position: relative;
  z-index: 3; }

div.wpcf7-response-output:before,
div.wpcf7-response-output:after {
  content: " ";
  display: table;
  clear: both; }

div.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
  background-color: green; }

div.wpcf7-mail-sent-ng {
  border: 0px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 0px solid #ffa500; }

div.wpcf7-validation-errors {
  border: 0px solid #f7e700;
  background-color: red; }

span.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 3%;
  z-index: 100;
  background: #fff;
  border: 1px solid #ff0000;
  font-size: 10pt;
  width: 280px;
  padding: 2px;
  display: none !important; }

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #FF0000 !important; }
  input.wpcf7-not-valid::-webkit-input-placeholder,
  textarea.wpcf7-not-valid::-webkit-input-placeholder,
  select.wpcf7-not-valid::-webkit-input-placeholder {
    color: red !important; }
  input.wpcf7-not-valid::-moz-placeholder,
  textarea.wpcf7-not-valid::-moz-placeholder,
  select.wpcf7-not-valid::-moz-placeholder {
    color: red !important; }
  input.wpcf7-not-valid:-moz-placeholder,
  textarea.wpcf7-not-valid:-moz-placeholder,
  select.wpcf7-not-valid:-moz-placeholder {
    color: red !important; }
  input.wpcf7-not-valid:-ms-input-placeholder,
  textarea.wpcf7-not-valid:-ms-input-placeholder,
  select.wpcf7-not-valid:-ms-input-placeholder {
    color: red !important; }

span.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 10pt;
  display: block; }

span.wpcf7-list-item {
  margin-left: 0.5em; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

img.ajax-loader {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda; }
  .slick-prev i,
  .slick-next i {
    font-size: 30px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #000; }

.slick-prev {
  left: 10px; }

.slick-next {
  right: 20px; }

.slick-slide img {
  display: block;
  width: 100%;
  height: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  top: 50%;
  left: 70px;
  width: 24px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0; }
    .slick-dots li button {
      display: block;
      border: 0;
      background-color: transparent;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      display: block;
      height: 24px;
      width: 24px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #fff; }
    .slick-dots li.slick-active button {
      background-color: #fff; }
    .slick-dots li:hover button {
      background-color: #fff; }

/* Scss Document */
@media (max-width: 1300px) {
  .slider_home .inner {
    margin: 0 -10px; } }

@media (max-width: 1160px) {
  .wrap {
    margin: 0 10px; }
  .top_navigator .right {
    width: 100px; }
  .main_menu a {
    font-size: 18px; } }

@media (max-width: 992px) {
  #page {
    padding-top: 40px; }
  #mobile_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: #fff;
    z-index: 99;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #mobile_panel .open_menu {
      height: 40px; }
    #mobile_panel .dir {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #mobile_panel a {
      height: 100%;
      width: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-decoration: none;
      font-size: 25px; }
    #mobile_panel .phone_mobile a {
      font-size: 22px; }
    #mobile_panel .open_form_mobile {
      height: 40px;
      background-color: #ff4939;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 10px; }
  .slider_home .inner {
    margin: 0; }
  .top_navigator {
    display: none; }
  .contact {
    display: none; }
  header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0; }
  .slider_box {
    font-size: 40px;
    height: 400px; }
  .slider_home {
    margin-bottom: 20px; }
  .category_item .category_link {
    font-size: 40px;
    height: 350px; }
  .category_item .title {
    padding: 30px; }
    .category_item .title:after {
      content: '';
      width: 20px;
      height: 18px;
      -webkit-background-size: cover;
      background-size: cover; }
  .category_item.h_49 .category_link {
    height: 165px;
    font-size: 35px; }
    .category_item.h_49 .category_link .title {
      padding: 20px; }
  .partners ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .partners li {
    padding: 5px; }
  .last_news .col_rigt {
    width: 300px;
    margin-left: 20px; }
  .show_all {
    padding: 30px 0; }
  .product_home {
    padding: 30px 0; }
  .map_block {
    padding: 30px 0 0 0; }
    .map_block .name {
      font-size: 40px; }
    .map_block .text {
      font-size: 16px; }
  .name_s {
    font-size: 40px;
    margin-bottom: 20px; }
  .product {
    padding: 20px; }
  .contact_foot {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0; }
    .contact_foot .logo {
      display: none; }
  .other_page {
    padding-bottom: 0; }
  footer {
    padding: 30px 0;
    height: auto;
    margin-top: 0; }
  .foot {
    margin-top: 0;
    padding-top: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .widget {
    width: 32%;
    text-align: center; }
    .widget:nth-child(1n+4) {
      margin-top: 20px; }
  .call_me .call_me_close {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
  .content {
    display: block; }
  .content_left {
    margin-bottom: 25px; }
  .content_right {
    width: 100%;
    margin-left: 0; }
  .text {
    font-size: 18px; } }

@media (max-width: 750px) {
  .category_item .title {
    padding: 20px; }
  .logo img {
    display: block;
    width: 300px; }
  .slick-dots {
    left: 10px; }
  .slider_box {
    font-size: 30px;
    height: 300px; }
    .slider_box a {
      padding: 11px 25px; }
  .category_list .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .category_list .w100 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2%; }
    .category_list .w100 .category_item {
      width: 49%; }
  .category_item .category_link {
    font-size: 30px;
    height: 300px; }
  .category_item .title {
    padding: 20px; }
    .category_item .title:after {
      content: '';
      width: 20px;
      height: 18px;
      -webkit-background-size: cover;
      background-size: cover; }
  .category_item.h_49 .category_link {
    height: 165px;
    font-size: 35px; }
    .category_item.h_49 .category_link .title {
      padding: 20px; }
  .category_list .w460 {
    width: 100%; }
  .item_news {
    font-size: 20px;
    height: 300px; }
    .item_news a:before {
      content: '';
      -webkit-background-size: cover;
      background-size: cover;
      width: 70px;
      height: 80px; }
    .item_news span {
      bottom: 0; }
  .last_news .col_rigt .item_news {
    height: 140px;
    font-size: 16px; }
    .last_news .col_rigt .item_news span {
      padding: 10px; }
  .show_all a {
    font-size: 20px; }
  .name_s {
    font-size: 30px; }
  .map_block .name {
    font-size: 30px; }
  .product_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product {
    width: 49%;
    font-size: 18px; }
    .product:nth-child(3n+2), .product:nth-child(3n+3) {
      margin-left: 0%; }
    .product:nth-child(1n+3) {
      margin-top: 2%; }
  .product .readmore span {
    padding: 10px 10px 9px 10px;
    font-size: 15px; }
  .text {
    font-size: 16px; } }

@media (max-width: 540px) {
  .bcream {
    font-size: 18px; }
  .item_small span {
    padding: 10px;
    font-size: 16px; }
  .item_small:last-child {
    margin-bottom: 0; }
  header .wrap {
    display: block; }
  .logo a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .logo img {
    width: 280px; }
  .slider_box {
    font-size: 25px; }
    .slider_box p {
      margin-bottom: 10px; }
  .category_list .col {
    width: 100%;
    display: block; }
    .category_list .col:nth-child(1n+2) {
      margin-top: 2%; }
  .category_item .title {
    padding: 10px 50px 10px 20px; }
  .category_item .category_link {
    height: 220px;
    font-size: 30px; }
  .category_list .w100 .category_item {
    width: 100%; }
    .category_list .w100 .category_item:nth-child(1n+2) {
      margin-top: 2%; }
  .category_item.h_49 .category_link {
    height: 220px; }
  .last_news .row {
    display: block; }
  .last_news .col_rigt {
    width: 100%;
    margin-left: 0; }
  .item_news {
    height: 220px;
    font-size: 18px;
    margin-bottom: 2%; }
    .item_news span {
      padding: 10px; }
  .last_news .col_rigt .item_news {
    height: 220px; }
  .show_all {
    padding: 20px 0;
    margin-top: -2%; }
  .product {
    width: 100%; }
    .product:nth-child(1n+2) {
      margin-top: 2%; }
  .phone {
    display: block; }
    .phone a {
      display: block;
      width: 100%;
      text-align: center;
      margin-right: 0;
      margin-bottom: 10px; }
  footer {
    padding: 20px 0; }
  .foot {
    display: block;
    text-align: center; }
    .foot .open_form {
      display: inline-block; }
  .widget {
    width: 100%; }
    .widget:nth-child(1n+2) {
      margin-top: 15px; }
    .widget .name {
      margin-bottom: 0px; }
    .widget a {
      font-size: 17px; }
    .widget li {
      margin-bottom: 0; }
  .call_me form {
    width: 300px; }
    .call_me form p {
      margin-bottom: 12px; }
  .call_me .name {
    font-size: 25px;
    margin-bottom: 12px; }
  .last_news {
    margin-bottom: 30px; }
  .video_news .show_video:after {
    zoom: 0.7; } }
