html,
body {
  min-height: 100%;
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1a171b;
  background: #f6f6f7;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 13px;
  }
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}

.header,
.footer {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

a {
  color: #2582b7;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
}

/* Header */
.header-upNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 0;
  border-bottom: 0.5px solid rgb(221, 221, 221);
}

@media screen and (min-width: 960px) {
  .header-upNav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 70px;
    border-bottom: none;
  }
}

.header-upNav__link {
  display: -webkit-box;
  display: -webkit-flex;
  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;
  text-decoration: none;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 960px) {
  .header-upNav__link {
    margin-right: 70px;
  }
}

@media screen and (min-width: 960px) {
  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent, #fff);
    background-image: -o-linear-gradient(top, transparent, #fff);
    background-image: linear-gradient(to bottom, transparent, #fff);
  }
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  background-image: url("/images/dna-head2.png");
  background-repeat: no-repeat;
  background-position: 150% 100%;
  background-size: 60%;
}

.img-block {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .logo-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 960px) {
  .logo-block {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 300px;
    padding: 40px 0;
    border: 1px solid #fff;
    border-top-right-radius: 10px;
    background-image: -webkit-linear-gradient(45deg, #ffffff 85%, #e6e6e6);
    background-image: -o-linear-gradient(45deg, #ffffff 85%, #e6e6e6);
    background-image: linear-gradient(45deg, #ffffff 85%, #e6e6e6);
    background-size: auto auto;
    background-position: 0% 0%;
    background-repeat: repeat;
  }
  .img-block {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 0;
    background-image: url("/images/man-bg.png"), url("/images/head-decor5.png"),
      url("/images/head-decor6.png"),
      -webkit-gradient(linear, left top, left bottom, from(#0c8dd7), color-stop(#0b7cbc), color-stop(#0a76b3), color-stop(#0b7cbc), to(#0887cf));
    background-image: url("/images/man-bg.png"), url("/images/head-decor5.png"),
      url("/images/head-decor6.png"),
      -webkit-linear-gradient(#0c8dd7, #0b7cbc, #0a76b3, #0b7cbc, #0887cf);
    background-image: url("/images/man-bg.png"), url("/images/head-decor5.png"),
      url("/images/head-decor6.png"),
      -o-linear-gradient(#0c8dd7, #0b7cbc, #0a76b3, #0b7cbc, #0887cf);
    background-image: url("/images/man-bg.png"), url("/images/head-decor5.png"),
      url("/images/head-decor6.png"),
      linear-gradient(#0c8dd7, #0b7cbc, #0a76b3, #0b7cbc, #0887cf);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: -150px -60px, 20px 85%, 500px 30px, 0 0;
  }
  .img-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 115px;
    display: block;
    height: 120%;
    width: 330px;
    background-image: url(/images/man-decor.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
  }
}

.logo__link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 0;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .logo__link {
    width: auto;
    margin-right: 60px;
  }
}

@media screen and (min-width: 960px) {
  .logo__link {
    margin-bottom: 30px;
  }
}
.header-tel {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .header-tel-wrap {
    display: none;
  }
}

.header-tel__text {
  display: none;
}

@media screen and (min-width: 960px) {
  .header-tel__text {
    display: inline-block;
    font-size: 28px;
  }
  .header-tel__small {
    font-size: 16px;
  }
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0f8dd5),
    color-stop(#1981be),
    to(#0f8dd5)
  );
  background-image: -webkit-linear-gradient(top, #0f8dd5, #1981be, #0f8dd5);
  background-image: -o-linear-gradient(top, #0f8dd5, #1981be, #0f8dd5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f8dd5), color-stop(#1981be), to(#0f8dd5));
  background-image: linear-gradient(to bottom, #0f8dd5, #1981be, #0f8dd5);
}

@media screen and (min-width: 960px) {
  .nav {
    display: block;
    padding: 0 60px;
    background-image: none;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.01);
            box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.01);
  }
}

.nav__company {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .nav__company {
    position: absolute;
    top: -65px;
    left: 750px;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    font-family: "Times New Roman";
    text-transform: uppercase;
    color: #ffffff;
  }
}

.nav__btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid #f6f6f7;
  border-radius: 5px;
  outline: none;
  color: #f6f6f7;
  background-color: transparent;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .nav__btn {
    display: none;
  }
}

.burger-icon,
.close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.close-icon {
  -webkit-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  -o-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
}

.nav__btn_active .close-icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav__btn_active .burger-icon {
  -webkit-transform: translate(-50%, 200%);
  -ms-transform: translate(-50%, 200%);
  -o-transform: translate(-50%, 200%);
  transform: translate(-50%, 200%);
}

.nav__list {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 960px) {
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

.nav__item:not(:last-of-type) {
  border-bottom: 0.5px solid #f6f6f7;
}

@media screen and (min-width: 960px) {
  .nav__item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 5px 0;
  }

  .nav__item:not(:last-of-type) {
    border-bottom: none;
  }
}

.nav__link {
  position: relative;
  z-index: 6;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #f6f6f7;
  text-decoration: none;
}

.nav__link:hover,
.nav__link.nav__link_active {
  color: #1981be;
  background-color: #f6f6f7;
}

@media screen and (min-width: 960px) {
  .nav__link {
    position: relative;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #1a171b;
    text-decoration: underline;
  }

  .nav__link:hover,
  .nav__link.nav__link_active {
    color: #498508;
    background-color: transparent;
    text-decoration: underline;
  }

  .nav__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    height: 100%;
    width: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#d6d6d6), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #d6d6d6, transparent);
    background-image: -o-linear-gradient(transparent, #d6d6d6, transparent);
    background-image: linear-gradient(transparent, #d6d6d6, transparent);
  }

  .nav__item:first-of-type .nav__link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    height: 100%;
    width: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#d6d6d6), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #d6d6d6, transparent);
    background-image: -o-linear-gradient(transparent, #d6d6d6, transparent);
    background-image: linear-gradient(transparent, #d6d6d6, transparent);
  }
}

.sub-nav {
  display: none;
}

@media screen and (min-width: 960px) {
  .sub-nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
    display: block;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .nav__item:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .sub-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .sub-nav__link {
    display: block;
    padding: 10px 20px;
    color: #333132;
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
  }
  .sub-nav__link:hover {
    color: #fff;
    background: #0a75b2;
    text-decoration: underline;
  }
}

.main {
  padding: 20px 0px;
}

@media screen and (min-width: 960px) {
  .main {
    padding: 0 0 20px;
    background-image: url("/images/main-decor1.png");
    background-repeat: no-repeat;
    background-position: 10px 95%;
  }
}

@media screen and (min-width: 960px) {
  .main-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 30px;
  }
}

.sidebar {
  padding: 0 20px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .sidebar {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: 265px;
    padding: 0;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    margin-right: 20px;
  }
  .sidebar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 70%;
    height: 30px;
    border-radius: 40%;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
  }
}

@media screen and (min-width: 1280px) {
  .sidebar {
    margin-top: 100px;
  }
}

.sidebar__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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%;
  padding: 10px 0px;
  margin: 0;
  border: 1px solid #2582b7;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: #2582b7;
  background-color: transparent;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 960px) {
  .sidebar__btn {
    display: none;
  }
}

.sidebar__btn-icon {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar__btn_active {
  color: #fff;
  background-color: #2582b7;
}

.sidebar__btn_active .sidebar__btn-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar__btn-text {
  display: inline-block;
  margin-right: 7px;
}

.sidebar__list {
  display: none;
  padding: 20px;
  margin: -5px 0 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  list-style: none;
  text-align: left;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#e4e4e4)
  );
  background-image: -webkit-linear-gradient(top, transparent, #e4e4e4);
  background-image: -o-linear-gradient(top, transparent, #e4e4e4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e4e4e4));
  background-image: linear-gradient(to bottom, transparent, #e4e4e4);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 960px) {
  .sidebar__list {
    position: relative;
    z-index: 3;
    display: block;
    padding: 20px 20px 20px 0;
    margin: 0;
    border: 3px solid #6bc3f5;
    border-left: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-image: url("/images/sidebar-decor.png"),
      -webkit-gradient(linear, left top, left bottom, from(#0a85cb), color-stop(#0a77b4), to(#0886ce));
    background-image: url("/images/sidebar-decor.png"),
      -webkit-linear-gradient(top, #0a85cb, #0a77b4, #0886ce);
    background-image: url("/images/sidebar-decor.png"),
      -o-linear-gradient(top, #0a85cb, #0a77b4, #0886ce);
    background-image: url("/images/sidebar-decor.png"),
      linear-gradient(to bottom, #0a85cb, #0a77b4, #0886ce);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sidebar__item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.sidebar__link {
  display: block;
  padding: 5px;
  border-radius: 5px;
}

.sidebar__link:hover,
.sidebar__link.sidebar__link_active {
  text-decoration: underline;
  color: #fff;
  background-color: #6db9e3;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 960px) {
  .sidebar__link {
    display: block;
    padding: 5px 5px 5px 25px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-style: italic;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

/* Content */

.content {
  margin: 20px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.content-wrap {
  height: 100%;
  padding: 15px 20px;
  background: #eceded;
}

@media screen and (min-width: 960px) {
  .content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding-right: 1px;
    margin: 0;
    margin-left: -80px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url("/images/main-border1.png");
    background-repeat: repeat-y;
    background-position: 100% 0;
  }

  .content::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 200px;
    height: 200px;
    border-top-left-radius: 90%;
    border-bottom-right-radius: 90%;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  }

  .content-wrap {
    padding-right: ;
    padding-top: 45px;
    padding-right: 30px;
    padding-left: 90px;
    background-image: -webkit-linear-gradient(45deg, #e0e1e1, transparent 5%);
    background-image: -o-linear-gradient(45deg, #e0e1e1, transparent 5%);
    background-image: linear-gradient(45deg, #e0e1e1, transparent 5%);
  }

  .content-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#c9caca));
    background-image: -webkit-linear-gradient(transparent, #c9caca);
    background-image: -o-linear-gradient(transparent, #c9caca);
    background-image: linear-gradient(transparent, #c9caca);
  }

  .content-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 200px;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#c9caca), to(transparent));
    background-image: -webkit-linear-gradient(left, #c9caca, transparent);
    background-image: -o-linear-gradient(left, #c9caca, transparent);
    background-image: linear-gradient(to right, #c9caca, transparent);
  }
}

@media screen and (max-width: 767px) {
  .content-wrap img {
    max-width: 100% !important;
    height: auto !important;
  }

  .content-wrap p,
  .content-wrap p * {
    font-size: 14px !important;
  }
  .content-wrap hr {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .content-wrap img {
    float: none!important;
    display: block!important;
  }
}

/* Sidebar news */
.news {
  padding: 0 20px;
  margin-bottom: 40px;
  background-image: url("/images/dna2.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: contain;
}

@media screen and (min-width: 960px) {
  .news {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: 270px;
    width: 100%;
    padding: 40px 20px;
    margin-top: 60px;
    margin-bottom: 0;
    background-image: url("/images/news-decor2.png");
    background-repeat: no-repeat;
    background-position: 205% -15%;
    background-size: auto;
  }
  .news::before,
  .news::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 34px;
    height: 15px;
    background-image: url("/images/news-decor.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .news::after {
    top: inherit;
    bottom: 20px;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
         -o-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

@media screen and (min-width: 1280px) {
  .news {
    margin-top: 100px;
  }
}

.news-decor {
  display: none;
}

@media screen and (min-width: 960px) {
  .news-decor {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    overflow: hidden;
  }

  .news-decor::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transform: rotate(0.5deg);
        -ms-transform: rotate(0.5deg);
         -o-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  }

  .news-decor::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: rotate(-0.5deg);
        -ms-transform: rotate(-0.5deg);
         -o-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 960px) {
  .news__title {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
  }
}

.news__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.news__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.news__link {
  display: block;
  text-decoration: none;
  color: #1a171b;
}

.news__date {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
  background-color: #498508;
}

@media screen and (min-width: 960px) {
  .news__date {
    font-size: 11px;
  }
}

.news__item-title {
  padding: 0;
  margin: 0 0 5px;
  color: #2582b7;
}

@media screen and (min-width: 960px) {
  .news__item-title {
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
  }
  .news__link:hover .news__item-title {
    text-decoration: none;
  }
}

.news__brief {
  padding: 0;
  margin: 0;
}

/* Our production */
.our-production {
  padding: 0 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .our-production {
    padding-left: 200px;
  }
  .our-production__title {
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: normal;
  }
}

.our-production__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 640px) {
  .our-production__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 -15px;
  }
}

@media screen and (min-width: 960px) {
  .our-production__list {
    -webkit-flex-wrap: none;
        -ms-flex-wrap: none;
            flex-wrap: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0;
  }
}

.production-item {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .production-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media screen and (min-width: 768px) {
  .production-item {
    width: -webkit-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
  }
}

@media screen and (min-width: 960px) {
  .production-item {
    width: auto;
    max-width: 136px;
    margin: 0;
  }
}

.production-item:not(:last-of-type) {
  margin-bottom: 25px;
}

@media screen and (min-width: 640px) {
  .production-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px) {
  .production-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.production-item__link {
  display: block;
  height: 100%;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  color: #1a171b;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  background-image: url("/images/prod-bg.png");
  background-repeat: no-repeat;
  background-position: 140% -55%;
  background-size: 50%;
}

@media screen and (min-width: 960px) {
  .production-item__link {
    height: auto;
    padding: 0;
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: none;
  }
}

.production-item__pic {
  display: inline-block;
  padding: 10px;
  background-image: url("/images/pbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media screen and (min-width: 960px) {
  .production-item__pic {
    margin-bottom: 25px;
  }
}
.production-item__pic img {
  border: 1px solid #000;
}

.production-item__title {
  padding: 0;
  margin-bottom: 0;
  font-weight: normal;
  color: #2582b7;
}

@media screen and (min-width: 960px) {
  .production-item__title {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
  }
}

/* Footer */
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-top: 0.5px solid #dddddd;
}

@media screen and (min-width: 640px) {
  .footer {
    -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;
  }
}

@media screen and (min-width: 960px) {
  .footer {
    padding: 30px 50px;
  }
}

.search {
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .search {
    margin-bottom: 0px;
  }
}

.search-field {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  outline: none;
  font-size: 13px;
  color: #6a6a6a;
}

@media screen and (min-width: 640px) {
  .search-field {
    margin-right: 8px;
  }
}

.search-btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  outline: none;
  font-size: 13px;
}

.content-wrap .path {
  margin: 0 0 20px;
  font-size: 14px;
}

.content-wrap #path {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .content-wrap .path {
    font-size: 13px;
  }
}

.content-wrap h1 {
  padding: 0;
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 18px;
  color: #000;
}

.content-wrap .price {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 0;
}

.content-wrap .price a {
  display: inline-block;
  padding: 5px 0;
}

@media screen and (min-width: 768px) {
  .content-wrap .price {
    padding: 8px 0;
  }
}

@media screen and (max-width: 959px) {
  .table-wrap {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 640px) {
  .view,
  .view > tbody,
  .view > tbody > th,
  .view > tbody > tr > td,
  .view > tbody > tr,
  .view > tbody > tr > td > [type="text"],
  .view > tbody > tr > td > textarea,
  .view > tbody > tr > td > select,
  .view > tbody > tr > td > input {
    display: block;
    width: 100%;
  }
}
