@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellRegular.eot"), url("../fonts/RockwellRegular.woff"), url("../fonts/RockwellRegular.ttf"); }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellBold.eot"), url("../fonts/RockwellBold.woff"), url("../fonts/RockwellBold.ttf"); }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:focus {
    outline: none;
    text-decoration: none; }
  * a {
    text-decoration: none; }
    * a:hover {
      text-decoration: none; }
    * a:focus {
      outline: none;
      text-decoration: none; }

body {
  background-color: #fff104; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  padding: 0;
  font-size: 1.6rem; }

html {
  font-size: 10px; }

.overlay {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/Where.png");
  width: 1440px;
  height: 1884px;
  opacity: .4;
  z-index: 15;
  display: none; }

.container {
  width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

.wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; }

.main-content {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  width: 100%; }

.all {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 105;
  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; }
  .all span {
    display: inline-block;
    margin-left: 13px;
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px; }
  .all .circle {
    background-color: #282627;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    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;
    -webkit-border-radius: 100%;
    border-radius: 100%; }

.wrapper {
  position: relative; }
  .wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 85px 85px 0;
    border-color: transparent #fff200 transparent transparent;
    content: '';
    z-index: 20; }
  .wrapper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 85px 0 0 85px;
    border-color: transparent transparent transparent #fff200;
    content: '';
    z-index: 20; }

.content {
  min-height: 500px;
  background: #282627;
  border: 15px solid #fff;
  position: relative;
  z-index: 10;
  overflow: hidden; }

.content::before {
	border-right: 15px solid #fff;
	width: 130px;
	height: 130px;
	content: '';
	position: absolute;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: -89px;
	top: -75px;
	background: #fff104;
	/* border: 33px solid #fff; */
	z-index: 999;
}

.content:after {
  border-left: 15px solid #fff;
  width: 130px;
  height: 130px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: -89px;
  bottom: -75px;
  background: #fff104; }

.mainpage {
  padding-top: 35px;
  padding-bottom: 35px;
  width: 150%;
  position: relative; }
  .mainpage .line-top {
    position: absolute;
    top: -111px;
    left: -178px; }
  .mainpage .line-bottom {
    position: absolute;
    bottom: -270px;
    left: 0; }
  .mainpage .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mainpage .line-2 {
    position: relative;
    left: -178px;
    margin-top: -111px; }
  .mainpage .line-3 {
    margin-top: -111px; }
  .mainpage .line-4 {
    margin-top: -111px;
    position: relative;
    left: -178px; }

.honeycomb {
  width: 360px;
  height: 420px;
  margin-left: -5px;
  position: relative;
  left: -45px; }
  .honeycomb .text {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    z-index: 10; }
	.honeycomb .text_h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    z-index: 10; }
  .honeycomb:first-child {
    margin-left: 0; }
  .honeycomb svg {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all .15s;
    transition: all .15s; }
    .honeycomb svg use {
      -webkit-transition: all .15s;
      transition: all .15s; }

.comb-1 .text {
  padding-left: 85px; }
  .comb-1 .text a {
    color: #fff104;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    border-bottom: 1px rgba(255, 241, 4, 0.5) solid;
    display: inline-block;
    margin-bottom: 15px; }
  .comb-1 .text .descr {
    max-width: 260px;
    color: #e9e9e9;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.4rem; }

.comb-2 .text {
  padding-left: 130px;
  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; }
  .comb-2 .text .mail {
    color: #fff104;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 2rem; }
  .comb-2 .text .link {
    color: #dad9d2;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-decoration: underline;
    display: inline-block; }
  .comb-2 .text .descr {
    max-width: 260px;
    color: #e9e9e9;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.4rem; }

.comb-3 .text {
  padding-left: 82px;
  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;
  top: 37%; }
  .comb-3 .text .buy {
    color: #fff104;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3.2rem;
    display: inline-block;
    margin-bottom: 2rem; }
  .comb-3 .text .change {
    color: #dad9d2;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-decoration: underline;
    display: inline-block; }
  .comb-3 .text .descr {
    max-width: 260px;
    color: #e9e9e9;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.4rem; }

.comb-news .text {
  top: 44%;
  padding-left: 50px;
  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; }
  .comb-news .text .caption {
    color: #fff104;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    text-decoration: underline;
    min-height: 32px; }
  .comb-news .text .date {
    color: #9b9b9b;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .comb-news .text .news-descr {
    max-width: 275px;
    color: #dad9d2;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-decoration: underline; }

.copyright {
  position: relative; }
  .copyright .text {
    top: 23%;
    padding-left: 145px;
    color: #dad9d2;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }
	.copyright .text_h1 {
    top: 23%;
    text-align: center;
    color: #dad9d2;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }

.devel {
  position: relative; }
  .devel .text {
    top: 23%;
    padding-left: 108px; }
    .devel .text a {
      color: #dad9d2;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.2rem;
      text-decoration: underline; }
    .devel .text .year {
      color: #dad9d2;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.2rem;
      position: relative;
      top: 15px; }

.input .input-search {
  width: 310px;
  height: 74px;
  margin: 0 auto; }
  .input .input-search input {
    width: 100%;
    height: 100%;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.07);
    color: #333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.7rem;
    padding-left: 71px;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    -webkit-transition: all .15s;
    transition: all .15s; }
    .input .input-search input:placeholder {
      color: #787676; }
    .index-page .input .input-search input:placeholder {
      color: #787676; }
    .input .input-search input:hover {
      -webkit-transition: all .15s;
      transition: all .15s;
      background-color: rgba(255, 255, 255, 0.1); }
    .input .input-search input:focus {
      -webkit-transition: all .15s;
      transition: all .15s;
      background-color: #fff;
      background-image: url("../img/search-focus.png"); }
    .input .input-search input:focus::-webkit-input-placeholder {
      -webkit-transition: all .15s;
      transition: all .15s;
      color: transparent; }
    .input .input-search input:focus::-moz-placeholder {
      -webkit-transition: all .15s;
      transition: all .15s;
      color: transparent; }
    .input .input-search input:focus:-ms-input-placeholder {
      -webkit-transition: all .15s;
      transition: all .15s;
      color: transparent; }
    .input .input-search input:focus::placeholder {
      -webkit-transition: all .15s;
      transition: all .15s;
      color: transparent; }

.input-tooltip {
  z-index: 30 !important; }

.comb-icon .text {
  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;
  top: 47%; }
  .comb-icon .text .icon {
    width: 33px;
    height: 48px; }
    .comb-icon .text .icon svg {
      width: 100%;
      height: 100%; }
  .comb-icon .text .image {
    margin-top: 5rem;
    height: 120px;
    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; }
  .comb-icon .text a {
    text-align: center;
    color: #dad9d2;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-decoration: underline;
    display: inline-block;
    margin-top: 4rem; }

.comb-icon .top-menu {
  padding-left: 15.6rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }
  .comb-icon .top-menu ul {
    list-style-type: none;
    font-size: 0; }
    .comb-icon .top-menu ul li {
      display: inline-block; }
      .comb-icon .top-menu ul li a {
        display: inline-block;
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 2.2rem;
        text-decoration: underline;
        margin-right: 3.2rem; }

.comb-icon .top-block {
  width: 100%;
  height: 9.6rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff; }

.logo {
  position: absolute;
  /*background-color: #282627;*/
  /*padding-top: 28px;*/
  padding-top: 0px !important;
  left: -36px;
  z-index: 30;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;

}

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellRegular.eot"), url("../fonts/RockwellRegular.woff"), url("../fonts/RockwellRegular.ttf"); }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellBold.eot"), url("../fonts/RockwellBold.woff"), url("../fonts/RockwellBold.ttf"); }

.card_page .logo {
  left: 3.3%;
  padding-top: 4rem; }

.card_page .main-content {
  padding-top: 1.2rem;
  padding-bottom: 3rem; }
  .card_page .main-content .top-menu {
    padding-left: 15.5rem;
    padding-bottom: 1rem; }
    .card_page .main-content .top-menu ul {
      list-style-type: none;
      font-size: 0; }
      .card_page .main-content .top-menu ul li {
        display: inline-block; }
        .card_page .main-content .top-menu ul li a {
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          text-decoration: underline;
          margin-right: 3.3rem; }

.card_page .content {
  background-color: #fff;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-bottom: 5rem; }
  .card_page .content .main-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12.3rem;
    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;
    border-bottom: 6px #212020 solid; }
    .card_page .content .main-menu ul {
      list-style-type: none;
      font-size: 0; }
      .card_page .content .main-menu ul li {
        display: inline-block; }
        .card_page .content .main-menu ul li a {
          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;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-right: 3rem;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .card_page .content .main-menu ul li a:hover {
            text-decoration: underline;
            -webkit-transition: all .15s;
            transition: all .15s; }
          .card_page .content .main-menu ul li a span {
            display: inline-block;
            max-width: 100px;
            margin-left: 1.5rem;
            position: relative;
            top: -3px; }
        .card_page .content .main-menu ul li:nth-child(3) a {
          margin-right: 4rem; }
        .card_page .content .main-menu ul li:nth-child(5) a {
          margin-right: 4rem; }
    .card_page .content .main-menu .search-button {
      margin-left: 2.5rem;
      display: block;
      margin-top: -.5rem;
      position: relative; }
      .card_page .content .main-menu .search-button .input-tooltip {
        position: absolute;
        top: 50px;
        right: -50px;
        width: 477px;
        height: 115px;
        -webkit-box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        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; }
        .card_page .content .main-menu .search-button .input-tooltip input {
          width: 400px;
          height: 40px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px solid #191818;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.5rem;
          padding-left: 15px; }
          .card_page .content .main-menu .search-button .input-tooltip input:placeholder {
            color: #9b9b9b; }
        .card_page .content .main-menu .search-button .input-tooltip:before {
          content: '';
          position: absolute;
          top: -11px;
          right: 57px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 11px 10px;
          border-color: transparent transparent #ffffff transparent; }
      .card_page .content .main-menu .search-button .opened {
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
  .card_page .content .product {
    padding-top: 2.5rem; }
    .card_page .content .product .category a {
      color: #9b9b9b;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.2rem;
      text-decoration: underline; }
    .card_page .content .product h1 {
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 4.5rem;
      margin-top: 1rem; }
    .card_page .content .product .product-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2.3rem;
      padding-bottom: 3rem;
      border-bottom: 3px rgba(0, 0, 0, 0.05) solid;
      -webkit-border-radius: 0.2rem;
      border-radius: 0.2rem; }
      .card_page .content .product .product-info .text-info {
        width: 28.6%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .card_page .content .product .product-info .text-info h4 {
          font-size: 1.7rem;
          line-height: 1;
          margin-bottom: 0.5rem
        }
        .card_page .content .product .product-info .text-info .descr {
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.4rem;
          margin-bottom: 1rem; }
        .card_page .content .product .product-info .text-info .buy {
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-color: #191818;
          display: inline-block;
          color: #fff104;
          font-family: 'PT Sans', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 2rem;
          text-transform: uppercase;
          letter-spacing: 0.1rem;
          padding: 13px 25px;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .card_page .content .product .product-info .text-info .buy:hover {
            -webkit-transition: all .15s;
            transition: all .15s;
            background-color: #3d3a25; }
        .card_page .content .product .product-info .text-info .social {
          margin: 1rem 0 2rem;
          }
          .card_page .content .product .product-info .text-info .social ul {
            list-style-type: none;
            font-size: 0;
            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; }
            .card_page .content .product .product-info .text-info .social ul li {
              display: inline-block; }

.serts { margin: 0 }
.serts button {
	display: block;
	margin-bottom: 1rem;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #191818;
    border: none;
    width: 166px;
    color: #fff104;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
/*     text-transform: uppercase; */
    margin-top: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.sert_hidden { display: none; }
.sert_hidden a { display: inline-block; margin: 0 10px 10px 0; height: 200px; border: 1px solid silver; }
.sert_hidden a img { max-height: 100%; display: block; }
      .card_page .content .product .product-info .statistic-info {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 57%;
        margin-left: 2.9rem;
        padding-top: .2rem; }
        .card_page .content .product .product-info .statistic-info .tech {
	      margin-bottom: 1rem;
		  font-size: 1.7rem;
		  font-weight: 700;}
        .card_page .content .product .product-info .statistic-info .tech .item {
          display: block;
          margin-bottom: 0rem; }
          .card_page .content .product .product-info .statistic-info .tech .item .left {
            width: 254px;
            position: relative;
            overflow: hidden;
            display: inline-block;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
/*             font-size: 1.7rem; */
            line-height: 2rem; }
          .card_page .content .product .product-info .statistic-info .tech .item .left:after {
            padding-left: 8px;
            content: '......................................................................';
            position: absolute;
            color: #979797; }
          .card_page .content .product .product-info .statistic-info .tech .item .right {
            vertical-align: top;
            display: inline-block;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
/*             font-size: 1.7rem; */
            line-height: 2rem;
            padding-left: 8px; }
        .card_page .content .product .product-info .statistic-info .tech-list {
          margin-top: 4.5rem; }
          .card_page .content .product .product-info .statistic-info .tech-list ul {
            list-style-type: none; }
            .card_page .content .product .product-info .statistic-info .tech-list ul li {
              color: #333333;
              font-family: 'PT Sans', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 1.7rem;
              line-height: 2.4rem;
              position: relative;
              padding-left: 48px;
              margin-bottom: 2.3rem; }
              .card_page .content .product .product-info .statistic-info .tech-list ul li:before {
                content: '';
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                width: 33px;
                height: 33px;
                background-image: url("../img/tech-list.png");
                background-position: center; }
      .card_page .content .product .product-info .photo-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 3rem; }
        .card_page .content .product .product-info .photo-slider .slider-for {
          width: 400px;
          height: 400px; }
          .card_page .content .product .product-info .photo-slider .slider-for .slick-list {
            height: 400px;
            width: 100%; }
          .card_page .content .product .product-info .photo-slider .slider-for .slick-slide {
            width: 400px;
            height: 400px; }
        .card_page .content .product .product-info .photo-slider .slider-nav {
          margin-left: 1rem;
          width: 93px; }
          .card_page .content .product .product-info .photo-slider .slider-nav .slick-list {
            height: auto !important; }
          .card_page .content .product .product-info .photo-slider .slider-nav .slick-slide {
            border: 1px transparent solid;
            width: 91px;
            cursor: pointer;
            margin-bottom: 1.3rem;
            display: -webkit-box;
            display: -webkit-flex;
            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; }
          .card_page .content .product .product-info .photo-slider .slider-nav .slick-current {
            border: 1px solid #191818; }
  .card_page .content .card-menu ul {
    list-style-type: none;
    font-size: 0; }
    .card_page .content .card-menu ul li {
      display: inline-block; }
      .card_page .content .card-menu ul li a {
        display: inline-block;
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.7rem;
        position: relative;
        padding: 0 10px;
        -webkit-transition: all .15s;
        transition: all .15s;
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        margin-right: 2.2rem; }
        .card_page .content .card-menu ul li a:before {
          content: '';
          position: absolute;
          top: -3px;
          left: 0;
          width: 100%;
          height: 6px;
          background-color: #212020;
          -webkit-transition: all .15s;
          transition: all .15s;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0); }
        .card_page .content .card-menu ul li a:hover {
          -webkit-transition: all .15s;
          transition: all .15s; }
          .card_page .content .card-menu ul li a:hover:before {
            -webkit-transition: all .15s;
            transition: all .15s;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
      .card_page .content .card-menu ul li .active:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
  .card_page .content .card-tabs {
    width: 100%; }
    .card_page .content .card-tabs .card-pane {
      display: none;
      width: 100%;
      padding-top: 1.7rem;
      padding-bottom: 3.1rem; }
    .card_page .content .card-tabs .active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .card_page .content .card-tabs .faded {
      opacity: 0;
      -webkit-transition: all .15s;
      transition: all .15s; }
    .card_page .content .card-tabs .faded.in {
      opacity: 1;
      -webkit-transition: all .15s;
      transition: all .15s; }
    .card_page .content .card-tabs .city-caption {
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.5rem;
      line-height: 2.4rem;
      position: relative; }
      .card_page .content .card-tabs .city-caption .join-tooltip {
        position: absolute;
        right: -340px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 319px;
        height: 90px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        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;
        padding-left: 25px; }
        .card_page .content .card-tabs .city-caption .join-tooltip:before {
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: -11px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 11px 10px 0;
          border-color: transparent #ffffff transparent transparent; }
        .card_page .content .card-tabs .city-caption .join-tooltip .correctly {
          -webkit-border-radius: 0.4rem;
          border-radius: 0.4rem;
          background-color: #191818;
          color: #fff104;
          font-family: 'PT Sans', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.7rem;
          letter-spacing: 0.1rem;
          display: inline-block;
          text-transform: uppercase;
          padding: 8px 12px;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .card_page .content .card-tabs .city-caption .join-tooltip .correctly:hover {
            -webkit-transition: all .15s;
            transition: all .15s;
            background-color: #3d3a25; }
        .card_page .content .card-tabs .city-caption .join-tooltip .change {
          color: #4a90e2;
          font-family: 'PT Sans', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.7rem;
          letter-spacing: 0.1rem;
          text-transform: uppercase;
          margin-left: 2.2rem; }
    .card_page .content .card-tabs .city-table {
      width: 100%;
      margin-top: 5.2rem; }
      .card_page .content .card-tabs .city-table table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%; }
        .card_page .content .card-tabs .city-table table tr:last-child td {
          border-bottom: none; }
        .card_page .content .card-tabs .city-table table td {
          vertical-align: top;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.4rem;
          border-bottom: 1px #ebebeb solid;
          padding-bottom: 2.5rem;
          padding-top: 2.5rem; }
        .card_page .content .card-tabs .city-table table .adress {
          width: 31.15%; }
        .card_page .content .card-tabs .city-table table .schedule {
          width: 36.8%; }
        .card_page .content .card-tabs .city-table table .tel {
          width: 18.4%; }
        .card_page .content .card-tabs .city-table table .link {
          width: 13.65%; }
          .card_page .content .card-tabs .city-table table .link a {
            color: #4a90e2;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.4rem;
            -webkit-transition: all .15s;
            transition: all .15s; }
            .card_page .content .card-tabs .city-table table .link a:hover {
              text-decoration: underline;
              -webkit-transition: all .15s;
              transition: all .15s; }
    .card_page .content .card-tabs .accessories {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      border-bottom: 3px rgba(0, 0, 0, 0.05) solid;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding-bottom: 3rem;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .card_page .content .card-tabs .accessories:last-child {
        border-bottom: none; }
      .card_page .content .card-tabs .accessories .left {
        width: 20%; }
        .card_page .content .card-tabs .accessories .left .caption {
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 2.5rem;
          line-height: 3.2rem;
          max-width: 216px; }
        .card_page .content .card-tabs .accessories .left .more {
          color: #4a90e2;
          display: inline-block;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 4.4rem;
          margin-top: 3.3rem;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .card_page .content .card-tabs .accessories .left .more:hover {
            text-decoration: underline;
            -webkit-transition: all .15s;
            transition: all .15s; }
      .card_page .content .card-tabs .accessories .right {
        width: 80%; }
        .card_page .content .card-tabs .accessories .right .accessories-items {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .card_page .content .card-tabs .accessories .right .accessories-items .item {
            height: 244px;
            width: 25%;
            display: -webkit-box;
            display: -webkit-flex;
            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;
            position: relative; }
            .card_page .content .card-tabs .accessories .right .accessories-items .item .caption {
              position: absolute;
              top: 10px;
              left: 17px;
              color: #333333;
              font-family: 'PT Sans', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 1.7rem;
              line-height: 2.2rem; }
    .card_page .content .card-tabs .tech-content .tech-section {
      margin-bottom: 3.8rem; }
      .card_page .content .card-tabs .tech-content .tech-section:last-child {
        margin-bottom: 0; }
      .card_page .content .card-tabs .tech-content .tech-section .caption {
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.5rem;
        line-height: 3.2rem;
        margin-bottom: 2rem; }
      .card_page .content .card-tabs .tech-content .tech-section .tech .item {
        display: block;
        margin-bottom: 2.3rem; }
        .card_page .content .card-tabs .tech-content .tech-section .tech .item .left {
          width: 325px;
          position: relative;
          overflow: hidden;
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2rem; }
        .card_page .content .card-tabs .tech-content .tech-section .tech .item .left:after {
          padding-left: 8px;
          content: '......................................................................';
          position: absolute;
          color: #979797; }
        .card_page .content .card-tabs .tech-content .tech-section .tech .item .right {
          vertical-align: top;
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2rem;
          padding-left: 8px; }
    .card_page .content .card-tabs .sertificates-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .card_page .content .card-tabs .sertificates-content .item {
        height: 440px;
        margin-right: 2rem; }
        .card_page .content .card-tabs .sertificates-content .item:last-child {
          margin-right: 0; }
        .card_page .content .card-tabs .sertificates-content .item img {
          height: 100%;
          width: 100%; }
  .card_page .content .other-models {
    padding-top: 2.4rem;
    border-top: 6px #212020 solid; }
    .card_page .content .other-models .caption {
      width: 100%;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3.5rem;
      border-bottom: 3px rgba(0, 0, 0, 0.05) solid;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding-bottom: 2.5rem; }
    .card_page .content .other-models .other-models_content {
      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;
      padding-top: 3rem; }
      .card_page .content .other-models .other-models_content .item {
        height: 244px;
        width: 18.8%;
        display: -webkit-box;
        display: -webkit-flex;
        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;
        position: relative; }
        .card_page .content .other-models .other-models_content .item .hit {
          position: absolute;
          top: 15px;
          left: 13px;
          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; }
          .card_page .content .other-models .other-models_content .item .hit .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #caeff7; }
          .card_page .content .other-models .other-models_content .item .hit span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
        .card_page .content .other-models .other-models_content .item .new {
          position: absolute;
          top: 15px;
          left: 13px;
          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; }
          .card_page .content .other-models .other-models_content .item .new .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #ffefbd; }
          .card_page .content .other-models .other-models_content .item .new span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }

.card_page .footer {
  width: 100%;
  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;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4.5rem; }
  .card_page .footer .copy {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }
  .card_page .footer .link {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    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; }
    .card_page .footer .link span {
      position: absolute;
      bottom: -22px;
      right: 0;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.2rem; }
    .card_page .footer .link .icon {
      margin-right: 1.5rem;
      position: relative;
      top: 4px; }
    .card_page .footer .link .text {
      text-decoration: underline; }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellRegular.eot"), url("../fonts/RockwellRegular.woff"), url("../fonts/RockwellRegular.ttf"); }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellBold.eot"), url("../fonts/RockwellBold.woff"), url("../fonts/RockwellBold.ttf"); }

.catalog_page .logo {
  /*left: 3.3%;*/
  left: 70px;
  padding-top: 4rem; 
}

.catalog_page .wrapper {
  overflow: auto; }

.catalog_page .main-content {
  padding-top: 1.2rem;
  padding-bottom: 3rem; }
  .catalog_page .main-content .top-menu {
    padding-left: 15.5rem;
    padding-bottom: 1rem; }
    .catalog_page .main-content .top-menu ul {
      list-style-type: none;
      font-size: 0; }
      .catalog_page .main-content .top-menu ul li {
        display: inline-block; }
        .catalog_page .main-content .top-menu ul li a {
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          text-decoration: underline;
          margin-right: 3.3rem; }

.catalog_page .content {
  background-color: #fff;
  padding-left: 1.7rem;
  padding-right: 1.7rem; }
  .catalog_page .content:before, .catalog_page .content:after {
    opacity: 0; }
  .catalog_page .content .main-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12.3rem;
    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;
    border-bottom: 6px #212020 solid; }
    .catalog_page .content .main-menu ul {
      list-style-type: none;
      font-size: 0; }
      .catalog_page .content .main-menu ul li {
        display: inline-block; }
        .catalog_page .content .main-menu ul li a {
          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;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-right: 3rem;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .catalog_page .content .main-menu ul li a:hover {
            text-decoration: underline;
            -webkit-transition: all .15s;
            transition: all .15s; }
          .catalog_page .content .main-menu ul li a span {
            display: inline-block;
            max-width: 100px;
            margin-left: 1.5rem;
            position: relative;
            top: -3px; }
        .catalog_page .content .main-menu ul li:nth-child(3) a {
          margin-right: 4rem; }
        .catalog_page .content .main-menu ul li:nth-child(5) a {
          margin-right: 4rem; }
    .catalog_page .content .main-menu .search-button {
      margin-left: 2.5rem;
      display: block;
      margin-top: -.5rem;
      position: relative; }
      .catalog_page .content .main-menu .search-button .input-tooltip {
        position: absolute;
        top: 50px;
        right: -50px;
        width: 477px;
        height: 115px;
        -webkit-box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        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; }
        .catalog_page .content .main-menu .search-button .input-tooltip input {
          width: 400px;
          height: 40px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px solid #191818;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.5rem;
          padding-left: 15px; }
          .catalog_page .content .main-menu .search-button .input-tooltip input:placeholder {
            color: #9b9b9b; }
        .catalog_page .content .main-menu .search-button .input-tooltip:before {
          content: '';
          position: absolute;
          top: -11px;
          right: 57px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 11px 10px;
          border-color: transparent transparent #ffffff transparent; }
      .catalog_page .content .main-menu .search-button .opened {
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
  .catalog_page .content .catalog-content {
    padding-top: 2.8rem; }
    .catalog_page .content .catalog-content h1 {
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 4.5rem; }
    .catalog_page .content .catalog-content .top-line {
      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;
      width: 100%;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding-bottom: 2.1rem; }
      .catalog_page .content .catalog-content .top-line .catalog-menu {
        margin-top: 2rem; }
        .catalog_page .content .catalog-content .top-line .catalog-menu ul {
          list-style-type: none;
          font-size: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .catalog_page .content .catalog-content .top-line .catalog-menu ul li {
            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; }
            .catalog_page .content .catalog-content .top-line .catalog-menu ul li a {
              display: inline-block;
              color: #333333;
              font-family: 'PT Sans', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 1.5rem;
              line-height: 2.2rem;
              padding-left: 1.3rem;
              padding-right: 1.3rem;
              margin-right: 1.4rem;
              position: relative;
              min-height: 44px; }
              .catalog_page .content .catalog-content .top-line .catalog-menu ul li a:after {
                content: '';
                position: absolute;
                bottom: -26px;
                left: 0;
                width: 100%;
                height: 6px;
                background-color: #212020;
                -webkit-transition: all .15s;
                transition: all .15s;
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0); }
              .catalog_page .content .catalog-content .top-line .catalog-menu ul li a:hover {
                -webkit-transition: all .15s;
                transition: all .15s; }
                .catalog_page .content .catalog-content .top-line .catalog-menu ul li a:hover:after {
                  -webkit-transition: all .15s;
                  transition: all .15s;
                  -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                  transform: scaleX(1); }
            .catalog_page .content .catalog-content .top-line .catalog-menu ul li .active {
              -webkit-transition: all .15s;
              transition: all .15s; }
              .catalog_page .content .catalog-content .top-line .catalog-menu ul li .active:after {
                -webkit-transition: all .15s;
                transition: all .15s;
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1); }
      .catalog_page .content .catalog-content .top-line .line-column-btns {
        padding-right: .2rem;
        padding-top: 2.3rem;
        font-size: 0; }
        .catalog_page .content .catalog-content .top-line .line-column-btns a {
          margin-left: 1rem;
          padding: 0 1rem;
          position: relative;
          -webkit-transition: all .15s;
          transition: all .15s;
          padding-bottom: 1.5rem;
          display: inline-block; }
          .catalog_page .content .catalog-content .top-line .line-column-btns a:after {
            content: '';
            position: absolute;
            bottom: -24px;
            left: 0;
            width: 100%;
            height: 6px;
            background-color: #212020;
            -webkit-transition: all .15s;
            transition: all .15s;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0); }
          .catalog_page .content .catalog-content .top-line .line-column-btns a:hover {
            -webkit-transition: all .15s;
            transition: all .15s; }
            .catalog_page .content .catalog-content .top-line .line-column-btns a:hover:after {
              -webkit-transition: all .15s;
              transition: all .15s;
              -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
              transform: scaleX(1); }
        .catalog_page .content .catalog-content .top-line .line-column-btns .active {
          -webkit-transition: all .15s;
          transition: all .15s; }
          .catalog_page .content .catalog-content .top-line .line-column-btns .active:after {
            -webkit-transition: all .15s;
            transition: all .15s;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
    .catalog_page .content .catalog-content .catalog-items {
      border-top: 3px rgba(0, 0, 0, 0.05) solid;
      width: 100%;
      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: justify;
      -ms-flex-pack: justify;
}
      .catalog_page .content .catalog-content .catalog-items .item.column {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
        width: 20%;
        height: 313px;
        border-bottom: 3px rgba(0, 0, 0, 0.05) solid;
        position: relative;
        z-index: 2; }
        .catalog_page .content .catalog-content .catalog-items .item.column:hover {
          -webkit-transition: all .15s;
          transition: all .15s;
          z-index: 5; }
.catalog_page .content .catalog-content .catalog-items .item.column:hover .wrap {
    opacity: 1;
    -webkit-transition: all .15s;
    transition: all .15s;
    height: auto;
    width: 282px;
    -webkit-box-shadow: 0 0.4rem 1.2rem rgba(78, 102, 137, 0.12);
    box-shadow: 0 0.4rem 1.2rem rgba(78, 102, 137, 0.12);
    -webkit-border-radius: 0 0 3.2rem 3.2rem;
    border-radius: 0 0 3.2rem 3.2rem;
    overflow: hidden;
}
.catalog_page .content .catalog-content .catalog-items .item.column:hover .wrap:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all .15s;
    transition: all .15s;
    opacity: 1;
}
            .catalog_page .content .catalog-content .catalog-items .item.column:hover .wrap:after {
              -webkit-transition: all .15s;
              transition: all .15s;
              opacity: 1; }
.catalog_page .content .catalog-content .catalog-items .item.column:hover .wrap .cont {
	opacity: 1;
	-webkit-transition: all .15s;
	transition: all .15s;
	box-shadow: 0px -30px 50px 30px #fff;
	z-index: 1;
	position: relative;
}
        .catalog_page .content .catalog-content .catalog-items .item.column:nth-last-child(-n+5) {
          border-bottom: none; }
.catalog_page .content .catalog-content .catalog-items .item.column .wrap {
    opacity: 1;
    -webkit-transition: width .15s;
    transition: width .15s;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 282px;
    background-color: #ffffff;
    z-index: 5;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

.catalog_page .content .catalog-content .catalog-items .item.column .wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #212020;
    /* -webkit-transform: scaleX(0); */
    -ms-transform: scaleX(0);
    /* transform: scaleX(0); */
    -webkit-transition: all .15s;
    transition: all .15s;
    opacity: 0;
}
        .catalog_page .content .catalog-content .catalog-items .item.column .image {
          width: 100%;
          text-align: center;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
          .catalog_page .content .catalog-content .catalog-items .item.column .image img {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
.catalog_page .content .catalog-content .catalog-items .item.column .cont {
	opacity: 0;
	-webkit-transition: all .15s;
	transition: all .15s;
	padding: 0 1.9rem;
	z-index: 10;
	position: relative;
	margin-top: -40px;
	background: #fff;
}
          .catalog_page .content .catalog-content .catalog-items .item.column .cont .caption {
            color: #4a90e2;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
          .catalog_page .content .catalog-content .catalog-items .item.column .cont .descr {
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.5rem;
            margin-top: 2rem; }
            .catalog_page .content .catalog-content .catalog-items .item.column .cont .descr span {
              display: block; }
        .catalog_page .content .catalog-content .catalog-items .item.column .line-content {
          display: none; }
        .catalog_page .content .catalog-content .catalog-items .item.column .hit {
          position: absolute;
          top: 45px;
          left: 13px;
          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;
          z-index: 10; }
          .catalog_page .content .catalog-content .catalog-items .item.column .hit .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #caeff7; }
          .catalog_page .content .catalog-content .catalog-items .item.column .hit span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
        .catalog_page .content .catalog-content .catalog-items .item.column .new {
          position: absolute;
          top: 45px;
          left: 13px;
          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;
          z-index: 10; }
          .catalog_page .content .catalog-content .catalog-items .item.column .new .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #ffefbd; }
          .catalog_page .content .catalog-content .catalog-items .item.column .new span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
      .catalog_page .content .catalog-content .catalog-items .item.line {
        width: 100%;
        border-bottom: 3px rgba(0, 0, 0, 0.05) solid;
        padding-top: 3.3rem;
        padding-bottom: 3rem;
        position: relative; }
        .catalog_page .content .catalog-content .catalog-items .item.line .wrap {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .catalog_page .content .catalog-content .catalog-items .item.line:nth-last-child(-n+5) {
          border-bottom: none; }
        .catalog_page .content .catalog-content .catalog-items .item.line .hit {
          position: absolute;
          top: 45px;
          left: 13px;
          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; }
          .catalog_page .content .catalog-content .catalog-items .item.line .hit .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #caeff7; }
          .catalog_page .content .catalog-content .catalog-items .item.line .hit span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
        .catalog_page .content .catalog-content .catalog-items .item.line .new {
          position: absolute;
          top: 45px;
          left: 13px;
          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; }
          .catalog_page .content .catalog-content .catalog-items .item.line .new .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #ffefbd; }
          .catalog_page .content .catalog-content .catalog-items .item.line .new span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
        .catalog_page .content .catalog-content .catalog-items .item.line .cont {
          display: none; }
        .catalog_page .content .catalog-content .catalog-items .item.line .line-content {
          display: block;
          margin-left: 2rem;
          padding-right: 1.5rem; }
          .catalog_page .content .catalog-content .catalog-items .item.line .line-content .chars {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
        .catalog_page .content .catalog-content .catalog-items .item.line .line-descr {
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.4rem;
          margin-left: 8rem;
          margin-top: -2rem;
          position: relative;
          overflow: hidden; }
          .catalog_page .content .catalog-content .catalog-items .item.line .line-descr:before {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 25px;
            background-color: #fff;
            background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
            background: -webkit-linear-gradient(bottom, #fff, transparent);
            background: linear-gradient(0deg, #fff, transparent);
            z-index: 10; }
        .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info .tech {
            margin-top: 3rem; }
            .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info .tech .item {
              display: block;
              margin-bottom: 2.5rem;
              padding: 0; }
              .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info .tech .item .left {
                width: 167px;
                position: relative;
                overflow: hidden;
                display: inline-block;
                color: #333333;
                font-family: 'PT Sans', sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 1.7rem;
                line-height: 2rem; }
              .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info .tech .item .left:after {
                padding-left: 8px;
                content: '......................................................................';
                position: absolute;
                color: #979797; }
              .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info .tech .item .right {
                vertical-align: top;
                display: inline-block;
                color: #333333;
                font-family: 'PT Sans', sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 1.7rem;
                line-height: 2rem;
                padding-left: 8px; }
          .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info .tech-list {
            margin-top: 3.2rem;
            margin-right: 10.5rem; }
            .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info .tech-list ul {
              list-style-type: none; }
              .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info .tech-list ul li {
                color: #333333;
                font-family: 'PT Sans', sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 1.7rem;
                line-height: 2.4rem;
                position: relative;
                padding-left: 48px;
                margin-bottom: 2.3rem; }
                .catalog_page .content .catalog-content .catalog-items .item.line .statistic-info .tech-list ul li:before {
                  content: '';
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
                  left: 0;
                  width: 33px;
                  height: 33px;
                  background-image: url("../img/tech-list.png");
                  background-position: center; }
        .catalog_page .content .catalog-content .catalog-items .item.line .caption-line {
          display: block;
          color: #4a90e2;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.2rem; }
    .catalog_page .content .catalog-content .bottom-line {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      border-top: 3px rgba(0, 0, 0, 0.05) solid; }
      .catalog_page .content .catalog-content .bottom-line .pagination {
        padding-top: 2rem; }
        .catalog_page .content .catalog-content .bottom-line .pagination ul {
          list-style-type: none;
          font-size: 0; }
          .catalog_page .content .catalog-content .bottom-line .pagination ul li {
            display: inline-block; }
            .catalog_page .content .catalog-content .bottom-line .pagination ul li a {
              display: inline-block;
              color: #333333;
              font-family: 'PT Sans', sans-serif;
              font-weight: 700;
              font-style: normal;
              font-size: 1.7rem;
              padding: 1rem 1rem;
              margin-left: 2.1rem;
              position: relative;
              -webkit-transition: all .15s;
              transition: all .15s; }
              .catalog_page .content .catalog-content .bottom-line .pagination ul li a:before {
                content: '';
                position: absolute;
                top: -23px;
                left: 0;
                width: 100%;
                height: 6px;
                background-color: #212020;
                -webkit-transition: all .15s;
                transition: all .15s;
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0); }
              .catalog_page .content .catalog-content .bottom-line .pagination ul li a:hover {
                -webkit-transition: all .15s;
                transition: all .15s; }
                .catalog_page .content .catalog-content .bottom-line .pagination ul li a:hover:before {
                  -webkit-transition: all .15s;
                  transition: all .15s;
                  -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                  transform: scaleX(1); }
            .catalog_page .content .catalog-content .bottom-line .pagination ul li .current {
              -webkit-transition: all .15s;
              transition: all .15s; }
              .catalog_page .content .catalog-content .bottom-line .pagination ul li .current:before {
                -webkit-transition: all .15s;
                transition: all .15s;
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1); }

.catalog_page .footer {
  width: 100%;
  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;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4.5rem; }
  .catalog_page .footer .copy {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }
  .catalog_page .footer .link {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    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; }
    .catalog_page .footer .link span {
      position: absolute;
      bottom: -22px;
      right: 0;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.2rem; }
    .catalog_page .footer .link .icon {
      margin-right: 1.5rem;
      position: relative;
      top: 4px; }
    .catalog_page .footer .link .text {
      text-decoration: underline; }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellRegular.eot"), url("../fonts/RockwellRegular.woff"), url("../fonts/RockwellRegular.ttf"); }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellBold.eot"), url("../fonts/RockwellBold.woff"), url("../fonts/RockwellBold.ttf"); }

.contacts_page .logo {
  /*left: 3.3%;*/
   left: 70px;
  padding-top: 4rem; 
  }

.contacts_page .main-content {
  padding-top: 1.2rem;
  padding-bottom: 3rem; }
  .contacts_page .main-content .top-menu {
    padding-left: 15.5rem;
    padding-bottom: 1rem; }
    .contacts_page .main-content .top-menu ul {
      list-style-type: none;
      font-size: 0; }
      .contacts_page .main-content .top-menu ul li {
        display: inline-block; }
        .contacts_page .main-content .top-menu ul li a {
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          text-decoration: underline;
          margin-right: 3.3rem; }

.contacts_page .content {
  background-color: #fff;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-bottom: 5rem; }
  .contacts_page .content .main-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12.3rem;
    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;
    border-bottom: 6px #212020 solid; }
    .contacts_page .content .main-menu ul {
      list-style-type: none;
      font-size: 0; }
      .contacts_page .content .main-menu ul li {
        display: inline-block; }
        .contacts_page .content .main-menu ul li a {
          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;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-right: 3rem;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .contacts_page .content .main-menu ul li a:hover {
            text-decoration: underline;
            -webkit-transition: all .15s;
            transition: all .15s; }
          .contacts_page .content .main-menu ul li a span {
            display: inline-block;
            max-width: 100px;
            margin-left: 1.5rem;
            position: relative;
            top: -3px; }
        .contacts_page .content .main-menu ul li:nth-child(3) a {
          margin-right: 4rem; }
        .contacts_page .content .main-menu ul li:nth-child(5) a {
          margin-right: 4rem; }
    .contacts_page .content .main-menu .search-button {
      margin-left: 2.5rem;
      display: block;
      margin-top: -.5rem;
      position: relative; }
      .contacts_page .content .main-menu .search-button .input-tooltip {
        position: absolute;
        top: 50px;
        right: -50px;
        width: 477px;
        height: 115px;
        -webkit-box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        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; }
        .contacts_page .content .main-menu .search-button .input-tooltip input {
          width: 400px;
          height: 40px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px solid #191818;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.5rem;
          padding-left: 15px; }
          .contacts_page .content .main-menu .search-button .input-tooltip input:placeholder {
            color: #9b9b9b; }
        .contacts_page .content .main-menu .search-button .input-tooltip:before {
          content: '';
          position: absolute;
          top: -11px;
          right: 57px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 11px 10px;
          border-color: transparent transparent #ffffff transparent; }
      .contacts_page .content .main-menu .search-button .opened {
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
  .contacts_page .content .contacts-content {
    padding-top: 3.3rem; }
    .contacts_page .content .contacts-content .top-line {
      border-bottom: 6px #212020 solid;
      padding-bottom: 2rem; }
      .contacts_page .content .contacts-content .top-line .links-block {
        max-width: 500px; }
      .contacts_page .content .contacts-content .top-line h1 {
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 4.5rem;
        margin-bottom: 2.4rem; }
      .contacts_page .content .contacts-content .top-line a {
        color: #333333;
        font-size: 3.5rem;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        display: inline-block; }
        .contacts_page .content .contacts-content .top-line a span {
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem; }
    .contacts_page .content .contacts-content .contacts-content .caption {
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.7rem;
      line-height: 2.5rem; }
    .contacts_page .content .contacts-content .contacts-content .contacts-form {
      padding-top: 2.5rem; }
      .contacts_page .content .contacts-content .contacts-content .contacts-form .input-form {
        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;
        margin-bottom: 2rem; }
        .contacts_page .content .contacts-content .contacts-content .contacts-form .input-form label {
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.5rem;
          width: 177px; }
        .contacts_page .content .contacts-content .contacts-content .contacts-form .input-form input {
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px transparent solid;
          background-color: rgba(25, 24, 24, 0.07);
          width: 400px;
          height: 40px;
          line-height: 40px;
          -webkit-transition: all .15s;
          transition: all .15s;
          padding-left: 14px; }
          .contacts_page .content .contacts-content .contacts-content .contacts-form .input-form input:focus {
            -webkit-transition: all .15s;
            transition: all .15s;
            border: 1px #191818 solid;
            background-color: #fff; }
        .contacts_page .content .contacts-content .contacts-content .contacts-form .input-form textarea {
          padding-left: 14px;
          padding-right: 14px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px transparent solid;
          background-color: rgba(25, 24, 24, 0.07);
          width: 400px;
          height: 120px;
          line-height: 20px;
          resize: none;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .contacts_page .content .contacts-content .contacts-content .contacts-form .input-form textarea:focus {
            -webkit-transition: all .15s;
            transition: all .15s;
            border: 1px #191818 solid;
            background-color: #fff; }
      .contacts_page .content .contacts-content .contacts-content .contacts-form .button-form {
        padding-left: 175px; }
        .contacts_page .content .contacts-content .contacts-content .contacts-form .button-form button {
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-color: #191818;
          border: none;
          width: 166px;
          height: 50px;
          color: #fff104;
          font-family: 'PT Sans', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 2rem;
          letter-spacing: 0.1rem;
          text-transform: uppercase;
          margin-top: .3rem;
		  cursor: pointer;
		  }

.contacts_page .footer {
  width: 100%;
  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;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4.5rem; }
  .contacts_page .footer .copy {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }
  .contacts_page .footer .link {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    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; }
    .contacts_page .footer .link span {
      position: absolute;
      bottom: -22px;
      right: 0;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.2rem; }
    .contacts_page .footer .link .icon {
      margin-right: 1.5rem;
      position: relative;
      top: 4px; }
    .contacts_page .footer .link .text {
      text-decoration: underline; }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellRegular.eot"), url("../fonts/RockwellRegular.woff"), url("../fonts/RockwellRegular.ttf"); }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellBold.eot"), url("../fonts/RockwellBold.woff"), url("../fonts/RockwellBold.ttf"); }

.result_page .logo {
  /*left: 3.3%;*/
   left: 70px;
  padding-top: 4rem; }

.result_page .wrapper {
  overflow: auto; }

.result_page .main-content {
  padding-top: 1.2rem;
  padding-bottom: 3rem; }
  .result_page .main-content .top-menu {
    padding-left: 15.5rem;
    padding-bottom: 1rem; }
    .result_page .main-content .top-menu ul {
      list-style-type: none;
      font-size: 0; }
      .result_page .main-content .top-menu ul li {
        display: inline-block; }
        .result_page .main-content .top-menu ul li a {
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          text-decoration: underline;
          margin-right: 3.3rem; }

.result_page .content {
  background-color: #fff;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-bottom: 5rem; }
  .result_page .content:before, .result_page .content:after {
    opacity: 0; }
  .result_page .content .main-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12.3rem;
    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;
    border-bottom: 6px #212020 solid; }
    .result_page .content .main-menu ul {
      list-style-type: none;
      font-size: 0; }
      .result_page .content .main-menu ul li {
        display: inline-block; }
        .result_page .content .main-menu ul li a {
          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;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-right: 3rem;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .result_page .content .main-menu ul li a:hover {
            text-decoration: underline;
            -webkit-transition: all .15s;
            transition: all .15s; }
          .result_page .content .main-menu ul li a span {
            display: inline-block;
            max-width: 100px;
            margin-left: 1.5rem;
            position: relative;
            top: -3px; }
        .result_page .content .main-menu ul li:nth-child(3) a {
          margin-right: 4rem; }
        .result_page .content .main-menu ul li:nth-child(5) a {
          margin-right: 4rem; }
    .result_page .content .main-menu .search-button {
      margin-left: 2.5rem;
      display: block;
      margin-top: -.5rem;
      position: relative; }
      .result_page .content .main-menu .search-button .input-tooltip {
        position: absolute;
        top: 50px;
        right: -50px;
        width: 477px;
        height: 115px;
        -webkit-box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        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; }
        .result_page .content .main-menu .search-button .input-tooltip input {
          width: 400px;
          height: 40px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px solid #191818;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.5rem;
          padding-left: 15px; }
          .result_page .content .main-menu .search-button .input-tooltip input:placeholder {
            color: #9b9b9b; }
        .result_page .content .main-menu .search-button .input-tooltip:before {
          content: '';
          position: absolute;
          top: -11px;
          right: 57px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 11px 10px;
          border-color: transparent transparent #ffffff transparent; }
      .result_page .content .main-menu .search-button .opened {
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
  .result_page .content .result-content {
    padding-top: 2.8rem; }
    .result_page .content .result-content h1 {
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 4.5rem;
      margin-top: .5rem; }
    .result_page .content .result-content .top-line {
      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;
      width: 100%;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding-bottom: 2.1rem; }
      .result_page .content .result-content .top-line .result-menu {
        margin-top: 2rem; }
        .result_page .content .result-content .top-line .result-menu ul {
          list-style-type: none;
          font-size: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .result_page .content .result-content .top-line .result-menu ul li {
            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; }
            .result_page .content .result-content .top-line .result-menu ul li a {
              display: inline-block;
              color: #333333;
              font-family: 'PT Sans', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 1.5rem;
              line-height: 2.2rem;
              padding-left: 1.3rem;
              padding-right: 1.3rem;
              margin-right: 1.4rem;
              position: relative;
              min-height: 44px; }
              .result_page .content .result-content .top-line .result-menu ul li a:after {
                content: '';
                position: absolute;
                bottom: -26px;
                left: 0;
                width: 100%;
                height: 6px;
                background-color: #212020;
                -webkit-transition: all .15s;
                transition: all .15s;
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0); }
              .result_page .content .result-content .top-line .result-menu ul li a:hover {
                -webkit-transition: all .15s;
                transition: all .15s; }
                .result_page .content .result-content .top-line .result-menu ul li a:hover:after {
                  -webkit-transition: all .15s;
                  transition: all .15s;
                  -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                  transform: scaleX(1); }
            .result_page .content .result-content .top-line .result-menu ul li .active {
              -webkit-transition: all .15s;
              transition: all .15s; }
              .result_page .content .result-content .top-line .result-menu ul li .active:after {
                -webkit-transition: all .15s;
                transition: all .15s;
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1); }
      .result_page .content .result-content .top-line .line-column-btns {
        padding-right: .2rem;
        padding-top: 2.3rem;
        font-size: 0; }
        .result_page .content .result-content .top-line .line-column-btns a {
          margin-left: 1rem;
          padding: 0 1rem;
          position: relative;
          -webkit-transition: all .15s;
          transition: all .15s;
          padding-bottom: 1.5rem;
          display: inline-block; }
          .result_page .content .result-content .top-line .line-column-btns a:after {
            content: '';
            position: absolute;
            bottom: -24px;
            left: 0;
            width: 100%;
            height: 6px;
            background-color: #212020;
            -webkit-transition: all .15s;
            transition: all .15s;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0); }
          .result_page .content .result-content .top-line .line-column-btns a:hover {
            -webkit-transition: all .15s;
            transition: all .15s; }
            .result_page .content .result-content .top-line .line-column-btns a:hover:after {
              -webkit-transition: all .15s;
              transition: all .15s;
              -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
              transform: scaleX(1); }
        .result_page .content .result-content .top-line .line-column-btns .active {
          -webkit-transition: all .15s;
          transition: all .15s; }
          .result_page .content .result-content .top-line .line-column-btns .active:after {
            -webkit-transition: all .15s;
            transition: all .15s;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
    .result_page .content .result-content .results {
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.5rem;
      line-height: 3rem; }
    .result_page .content .result-content .result-items {
      border-top: 3px rgba(0, 0, 0, 0.05) solid;
      width: 100%;
      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: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .result_page .content .result-content .result-items .item.column {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
        width: 20%;
        height: 313px;
        border-bottom: 3px rgba(0, 0, 0, 0.05) solid;
        position: relative;
        z-index: 2; }
        .result_page .content .result-content .result-items .item.column:hover {
          -webkit-transition: all .15s;
          transition: all .15s;
          z-index: 5; }
          .result_page .content .result-content .result-items .item.column:hover .wrap {
            opacity: 1;
            -webkit-transition: all .15s;
            transition: all .15s;
            height: 434px;
            width: 282px;
            -webkit-box-shadow: 0 0.4rem 1.2rem rgba(78, 102, 137, 0.12);
            box-shadow: 0 0.4rem 1.2rem rgba(78, 102, 137, 0.12);
            -webkit-border-radius: 0 0 3.2rem 3.2rem;
            border-radius: 0 0 3.2rem 3.2rem; }
            .result_page .content .result-content .result-items .item.column:hover .wrap:before {
              -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
              transform: scaleX(1);
              -webkit-transition: all .15s;
              transition: all .15s; }
            .result_page .content .result-content .result-items .item.column:hover .wrap:after {
              -webkit-transition: all .15s;
              transition: all .15s;
              opacity: 1; }
            .result_page .content .result-content .result-items .item.column:hover .wrap .cont {
              opacity: 1;
              -webkit-transition: all .15s;
              transition: all .15s; }
        .result_page .content .result-content .result-items .item.column:nth-last-child(-n+5) {
          border-bottom: none; }
        .result_page .content .result-content .result-items .item.column .wrap {
          opacity: 1;
          -webkit-transition: width .15s;
          transition: width .15s;
          position: absolute;
          top: 0;
          left: 50%;
          height: 100%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 100%;
          background-color: #ffffff;
          z-index: 5;
          padding-top: 3.2rem;
          padding-bottom: 3.2rem; }
          .result_page .content .result-content .result-items .item.column .wrap:after {
            content: '';
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 100%;
            height: 252px;
            background-size: cover;
            opacity: 0;
            background-image: url("../img/shadow.png");
            -webkit-transition: all .15s;
            transition: all .15s;
            z-index: 7; }
          .result_page .content .result-content .result-items .item.column .wrap:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background-color: #212020;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all .15s;
            transition: all .15s; }
        .result_page .content .result-content .result-items .item.column .image {
          width: 100%;
          text-align: center;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
          .result_page .content .result-content .result-items .item.column .image img {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
        .result_page .content .result-content .result-items .item.column .cont {
          opacity: 0;
          -webkit-transition: all .15s;
          transition: all .15s;
          padding-left: 1.9rem;
          z-index: 10;
          position: relative; }
          .result_page .content .result-content .result-items .item.column .cont .caption {
            color: #4a90e2;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
          .result_page .content .result-content .result-items .item.column .cont .descr {
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.5rem;
            margin-top: 2rem; }
            .result_page .content .result-content .result-items .item.column .cont .descr span {
              display: block; }
        .result_page .content .result-content .result-items .item.column .hit {
          position: absolute;
          top: 45px;
          left: 13px;
          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;
          z-index: 10; }
          .result_page .content .result-content .result-items .item.column .hit .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #caeff7; }
          .result_page .content .result-content .result-items .item.column .hit span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
        .result_page .content .result-content .result-items .item.column .new {
          position: absolute;
          top: 45px;
          left: 13px;
          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;
          z-index: 10; }
          .result_page .content .result-content .result-items .item.column .new .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #ffefbd; }
          .result_page .content .result-content .result-items .item.column .new span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
      .result_page .content .result-content .result-items .item.line {
        width: 100%;
        border-bottom: 3px rgba(0, 0, 0, 0.05) solid;
        position: relative; }
        .result_page .content .result-content .result-items .item.line:nth-last-child(-n+5) {
          border-bottom: none; }
        .result_page .content .result-content .result-items .item.line .hit {
          position: absolute;
          top: 45px;
          left: 13px;
          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; }
          .result_page .content .result-content .result-items .item.line .hit .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #caeff7; }
          .result_page .content .result-content .result-items .item.line .hit span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
        .result_page .content .result-content .result-items .item.line .new {
          position: absolute;
          top: 45px;
          left: 13px;
          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; }
          .result_page .content .result-content .result-items .item.line .new .circle {
            width: 9px;
            height: 9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #ffefbd; }
          .result_page .content .result-content .result-items .item.line .new span {
            display: inline-block;
            margin-left: 15px;
            color: #333333;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.2rem; }
    .result_page .content .result-content .bottom-line {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      border-top: 3px rgba(0, 0, 0, 0.05) solid; }
      .result_page .content .result-content .bottom-line .pagination {
        padding-top: 2rem; }
        .result_page .content .result-content .bottom-line .pagination ul {
          list-style-type: none;
          font-size: 0; }
          .result_page .content .result-content .bottom-line .pagination ul li {
            display: inline-block; }
            .result_page .content .result-content .bottom-line .pagination ul li a {
              display: inline-block;
              color: #333333;
              font-family: 'PT Sans', sans-serif;
              font-weight: 700;
              font-style: normal;
              font-size: 1.7rem;
              padding: 1rem 1rem;
              margin-left: 2.1rem;
              position: relative;
              -webkit-transition: all .15s;
              transition: all .15s; }
              .result_page .content .result-content .bottom-line .pagination ul li a:before {
                content: '';
                position: absolute;
                top: -23px;
                left: 0;
                width: 100%;
                height: 6px;
                background-color: #212020;
                -webkit-transition: all .15s;
                transition: all .15s;
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0); }
              .result_page .content .result-content .bottom-line .pagination ul li a:hover {
                -webkit-transition: all .15s;
                transition: all .15s; }
                .result_page .content .result-content .bottom-line .pagination ul li a:hover:before {
                  -webkit-transition: all .15s;
                  transition: all .15s;
                  -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                  transform: scaleX(1); }
            .result_page .content .result-content .bottom-line .pagination ul li .current {
              -webkit-transition: all .15s;
              transition: all .15s; }
              .result_page .content .result-content .bottom-line .pagination ul li .current:before {
                -webkit-transition: all .15s;
                transition: all .15s;
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1); }

.result_page .footer {
  width: 100%;
  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;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4.5rem; }
  .result_page .footer .copy {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }
  .result_page .footer .link {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    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; }
    .result_page .footer .link span {
      position: absolute;
      bottom: -22px;
      right: 0;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.2rem; }
    .result_page .footer .link .icon {
      margin-right: 1.5rem;
      position: relative;
      top: 4px; }
    .result_page .footer .link .text {
      text-decoration: underline; }

.notfound_page .logo {
  /*left: 3.3%;*/
   left: 70px;
  padding-top: 4rem; }

.notfound_page .wrapper {
  overflow: auto; }

.notfound_page .main-content {
  padding-top: 1.2rem;
  padding-bottom: 3rem; }
  .notfound_page .main-content .top-menu {
    padding-left: 15.5rem;
    padding-bottom: 1rem; }
    .notfound_page .main-content .top-menu ul {
      list-style-type: none;
      font-size: 0; }
      .notfound_page .main-content .top-menu ul li {
        display: inline-block; }
        .notfound_page .main-content .top-menu ul li a {
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          text-decoration: underline;
          margin-right: 3.3rem; }

.notfound_page .content {
  background-color: #fff;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-bottom: 0; }
  .notfound_page .content:before, .notfound_page .content:after {
    opacity: 0; }
  .notfound_page .content .main-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12.3rem;
    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;
    border-bottom: 6px #212020 solid; }
    .notfound_page .content .main-menu ul {
      list-style-type: none;
      font-size: 0; }
      .notfound_page .content .main-menu ul li {
        display: inline-block; }
        .notfound_page .content .main-menu ul li a {
          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;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-right: 3rem;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .notfound_page .content .main-menu ul li a:hover {
            text-decoration: underline;
            -webkit-transition: all .15s;
            transition: all .15s; }
          .notfound_page .content .main-menu ul li a span {
            display: inline-block;
            max-width: 100px;
            margin-left: 1.5rem;
            position: relative;
            top: -3px; }
        .notfound_page .content .main-menu ul li:nth-child(3) a {
          margin-right: 4rem; }
        .notfound_page .content .main-menu ul li:nth-child(5) a {
          margin-right: 4rem; }
    .notfound_page .content .main-menu .search-button {
      margin-left: 2.5rem;
      display: block;
      margin-top: -.5rem;
      position: relative; }
      .notfound_page .content .main-menu .search-button .input-tooltip {
        position: absolute;
        top: 50px;
        right: -50px;
        width: 477px;
        height: 115px;
        -webkit-box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        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; }
        .notfound_page .content .main-menu .search-button .input-tooltip input {
          width: 400px;
          height: 40px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px solid #191818;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.5rem;
          padding-left: 15px; }
          .notfound_page .content .main-menu .search-button .input-tooltip input:placeholder {
            color: #9b9b9b; }
        .notfound_page .content .main-menu .search-button .input-tooltip:before {
          content: '';
          position: absolute;
          top: -11px;
          right: 57px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 11px 10px;
          border-color: transparent transparent #ffffff transparent; }
      .notfound_page .content .main-menu .search-button .opened {
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
  .notfound_page .content .not_found-content {
    background-image: url("../img/line-1.png");
    background-position: -14px -30px;
    padding-top: 27.2rem;
    padding-bottom: 25rem;
    position: relative; }
    .notfound_page .content .not_found-content .res {
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.5rem;
      line-height: 3rem;
      text-align: center; }
    .notfound_page .content .not_found-content h1 {
      text-align: center;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 4.5rem;
      margin-top: 4rem; }
    .notfound_page .content .not_found-content .prim {
      text-align: center;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.7rem;
      line-height: 2.2rem;
      margin-top: 3.5rem; }

.notfound_page .footer {
  width: 100%;
  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;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4.5rem; }
  .notfound_page .footer .copy {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }
  .notfound_page .footer .link {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    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; }
    .notfound_page .footer .link span {
      position: absolute;
      bottom: -22px;
      right: 0;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.2rem; }
    .notfound_page .footer .link .icon {
      margin-right: 1.5rem;
      position: relative;
      top: 4px; }
    .notfound_page .footer .link .text {
      text-decoration: underline; }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellRegular.eot"), url("../fonts/RockwellRegular.woff"), url("../fonts/RockwellRegular.ttf"); }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellBold.eot"), url("../fonts/RockwellBold.woff"), url("../fonts/RockwellBold.ttf"); }

.news_page .logo {
  /*left: 3.3%;*/
   left: 70px;
  padding-top: 4rem; }

.news_page .wrapper {
  overflow: auto; }

.news_page .main-content {
  padding-top: 1.2rem;
  padding-bottom: 3rem; }
  .news_page .main-content .top-menu {
    padding-left: 15.5rem;
    padding-bottom: 1rem; }
    .news_page .main-content .top-menu ul {
      list-style-type: none;
      font-size: 0; }
      .news_page .main-content .top-menu ul li {
        display: inline-block; }
        .news_page .main-content .top-menu ul li a {
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          text-decoration: underline;
          margin-right: 3.3rem; }

.news_page .content {
  background-color: #fff;
  padding-left: 1.7rem;
  padding-right: 1.7rem; }
  .news_page .content:before, .news_page .content:after {
    opacity: 0; }
  .news_page .content .main-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12.3rem;
    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;
    border-bottom: 6px #212020 solid; }
    .news_page .content .main-menu ul {
      list-style-type: none;
      font-size: 0; }
      .news_page .content .main-menu ul li {
        display: inline-block; }
        .news_page .content .main-menu ul li a {
          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;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-right: 3rem;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .news_page .content .main-menu ul li a:hover {
            text-decoration: underline;
            -webkit-transition: all .15s;
            transition: all .15s; }
          .news_page .content .main-menu ul li a span {
            display: inline-block;
            max-width: 100px;
            margin-left: 1.5rem;
            position: relative;
            top: -3px; }
        .news_page .content .main-menu ul li:nth-child(3) a {
          margin-right: 4rem; }
        .news_page .content .main-menu ul li:nth-child(5) a {
          margin-right: 4rem; }
    .news_page .content .main-menu .search-button {
      margin-left: 2.5rem;
      display: block;
      margin-top: -.5rem;
      position: relative; }
      .news_page .content .main-menu .search-button .input-tooltip {
        position: absolute;
        top: 50px;
        right: -50px;
        width: 477px;
        height: 115px;
        -webkit-box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        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; }
        .news_page .content .main-menu .search-button .input-tooltip input {
          width: 400px;
          height: 40px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px solid #191818;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.5rem;
          padding-left: 15px; }
          .news_page .content .main-menu .search-button .input-tooltip input:placeholder {
            color: #9b9b9b; }
        .news_page .content .main-menu .search-button .input-tooltip:before {
          content: '';
          position: absolute;
          top: -11px;
          right: 57px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 11px 10px;
          border-color: transparent transparent #ffffff transparent; }
      .news_page .content .main-menu .search-button .opened {
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
  .news_page .content .news-content {
    padding-top: 2.8rem; }
    .news_page .content .news-content h1 {
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 4.5rem;
      margin-top: .5rem; }
    .news_page .content .news-content .top-line {
      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;
      width: 100%;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding-bottom: 2.1rem; }
    .news_page .content .news-content .single-news {min-height: 300px; }
    .news_page .content .news-content .single-news table{margin: 0 auto;}
.news_page .content .news-content .single-news .date {
	color: #333333;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 20px;
}
      .news_page .content .news-content .single-news .single-news_content {
        border-bottom: 6px #333 solid;
        padding-bottom: 5rem;
        position: relative; }
        .news_page .content .news-content .single-news .single-news_content .share {
          right: 0;
          bottom: 40px;
          position: absolute;
          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; }
.news_page .content .news-content .single-news .single-news_content .share span.title {
	display: inline-block;
	color: #333;
	font-family: 'PT Sans',sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	margin-right: 20px;
}
        .news_page .content .news-content .single-news .single-news_content p {
          max-width: 800px;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 17px;
          line-height: 24px;
          margin-bottom: 2.3rem; }
        .news_page .content .news-content .single-news .single-news_content img {
          margin-bottom: 1.7rem; }
    .news_page .content .news-content .news-content {
      width: 150%;
      padding-top: .5rem;
      background-image: url("../img/lan.png");
      position: relative;
      top: -50px;
      padding-top: 50px;
      background-position: 128px 0;
      background-repeat: repeat-y;
      padding-bottom: 8rem; }
      .news_page .content .news-content .news-content .line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -97px;
        position: relative; }
        .news_page .content .news-content .news-content .line:first-child {
          margin-top: 0; }
        .news_page .content .news-content .news-content .line:nth-child(2n+1) {
          left: -231px; }
        .news_page .content .news-content .news-content .line:nth-child(2n) {
          left: -54px; }
        .news_page .content .news-content .news-content .line .honeycomb-news {
          width: 353px;
          height: 403px;
          position: relative; }
          .news_page .content .news-content .news-content .line .honeycomb-news svg {
            width: 100%;
            height: 100%;
            -webkit-transition: all .15s;
            transition: all .15s;
            padding-top: 5px;
            padding-bottom: 5px;
            opacity: 0; }
        .news_page .content .news-content .news-content .line .news-item {
          overflow: hidden;
          background-image: url("../img/asd.png");
          background-size: 330px 385px;
          background-repeat: no-repeat;
          background-position: 12px 9px;
          position: relative; }
          .news_page .content .news-content .news-content .line .news-item .text {
            position: absolute;
            width: 80%;
            height: 80%;
            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-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            top: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
            .news_page .content .news-content .news-content .line .news-item .text svg {
              stroke-width: 0; }
            .news_page .content .news-content .news-content .line .news-item .text .date {
              color: #333333;
              font-family: 'PT Sans', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 17px;
              line-height: 24px;
              margin-top: 2.5rem; }
            .news_page .content .news-content .news-content .line .news-item .text .caption {
              color: #4a90e2;
              font-family: 'PT Sans', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 17px;
              line-height: 24px;
              margin-top: 1rem; }
          .news_page .content .news-content .news-content .line .news-item .with-image {
            top: -40px; }
            .news_page .content .news-content .news-content .line .news-item .with-image .date {
              margin-top: -4rem; }
          .news_page .content .news-content .news-content .line .news-item svg {
            opacity: 1;
            stroke: #fff104;
            fill-opacity: 1; }
            .news_page .content .news-content .news-content .line .news-item svg use:last-child {
              stroke-width: 12px; }
    .news_page .content .news-content .single-early {
      margin-top: 8.3rem;
      padding-top: 0;
      background-position: 128px 65px;
      padding-bottom: 5rem; }
      .news_page .content .news-content .single-early h2 {
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 35px;
        margin-bottom: 17rem; }
      .news_page .content .news-content .single-early .line:nth-child(2n) {
        left: -231px; }
      .news_page .content .news-content .single-early .line:nth-child(2n+1) {
        left: -51px; }

.news_page .footer {
  width: 100%;
  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;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4.5rem; }
  .news_page .footer .copy {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }
  .news_page .footer .link {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    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; }
    .news_page .footer .link span {
      position: absolute;
      bottom: -22px;
      right: 0;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.2rem; }
    .news_page .footer .link .icon {
      margin-right: 1.5rem;
      position: relative;
      top: 4px; }
    .news_page .footer .link .text {
      text-decoration: underline; }

.notfound_page .logo {
  /*left: 3.3%;*/
   left: 70px;
  padding-top: 4rem; }

.notfound_page .wrapper {
  overflow: auto; }

.notfound_page .main-content {
  padding-top: 1.2rem;
  padding-bottom: 3rem; }
  .notfound_page .main-content .top-menu {
    padding-left: 15.5rem;
    padding-bottom: 1rem; }
    .notfound_page .main-content .top-menu ul {
      list-style-type: none;
      font-size: 0; }
      .notfound_page .main-content .top-menu ul li {
        display: inline-block; }
        .notfound_page .main-content .top-menu ul li a {
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          text-decoration: underline;
          margin-right: 3.3rem; }

.notfound_page .content {
  background-color: #fff;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-bottom: 0; }
  .notfound_page .content:before, .notfound_page .content:after {
    opacity: 0; }
  .notfound_page .content .main-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12.3rem;
    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;
    border-bottom: 6px #212020 solid; }
    .notfound_page .content .main-menu ul {
      list-style-type: none;
      font-size: 0; }
      .notfound_page .content .main-menu ul li {
        display: inline-block; }
        .notfound_page .content .main-menu ul li a {
          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;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-right: 3rem;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .notfound_page .content .main-menu ul li a:hover {
            text-decoration: underline;
            -webkit-transition: all .15s;
            transition: all .15s; }
          .notfound_page .content .main-menu ul li a span {
            display: inline-block;
            max-width: 100px;
            margin-left: 1.5rem;
            position: relative;
            top: -3px; }
        .notfound_page .content .main-menu ul li:nth-child(3) a {
          margin-right: 4rem; }
        .notfound_page .content .main-menu ul li:nth-child(5) a {
          margin-right: 4rem; }
    .notfound_page .content .main-menu .search-button {
      margin-left: 2.5rem;
      display: block;
      margin-top: -.5rem;
      position: relative; }
      .notfound_page .content .main-menu .search-button .input-tooltip {
        position: absolute;
        top: 50px;
        right: -50px;
        width: 477px;
        height: 115px;
        -webkit-box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        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; }
        .notfound_page .content .main-menu .search-button .input-tooltip input {
          width: 400px;
          height: 40px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px solid #191818;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.5rem;
          padding-left: 15px; }
          .notfound_page .content .main-menu .search-button .input-tooltip input:placeholder {
            color: #9b9b9b; }
        .notfound_page .content .main-menu .search-button .input-tooltip:before {
          content: '';
          position: absolute;
          top: -11px;
          right: 57px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 11px 10px;
          border-color: transparent transparent #ffffff transparent; }
      .notfound_page .content .main-menu .search-button .opened {
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
  .notfound_page .content .not_found-content {
    background-image: url("../img/line-1.png");
    background-position: -14px -30px;
    padding-top: 27.2rem;
    padding-bottom: 25rem;
    position: relative; }
    .notfound_page .content .not_found-content .res {
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.5rem;
      line-height: 3rem;
      text-align: center; }
    .notfound_page .content .not_found-content h1 {
      text-align: center;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 4.5rem;
      margin-top: 4rem; }
    .notfound_page .content .not_found-content .prim {
      text-align: center;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.7rem;
      line-height: 2.2rem;
      margin-top: 3.5rem; }

.notfound_page .footer {
  width: 100%;
  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;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4.5rem; }
  .notfound_page .footer .copy {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }
  .notfound_page .footer .link {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    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; }
    .notfound_page .footer .link span {
      position: absolute;
      bottom: -22px;
      right: 0;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.2rem; }
    .notfound_page .footer .link .icon {
      margin-right: 1.5rem;
      position: relative;
      top: 4px; }
    .notfound_page .footer .link .text {
      text-decoration: underline; }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellRegular.eot"), url("../fonts/RockwellRegular.woff"), url("../fonts/RockwellRegular.ttf"); }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/RockwellBold.eot"), url("../fonts/RockwellBold.woff"), url("../fonts/RockwellBold.ttf"); }

.where_page .logo {
  /*left: 3.3%;*/
   left: 70px;
  padding-top: 4rem; }

.where_page .main-content {
  padding-top: 1.2rem;
  padding-bottom: 3rem; }
  .where_page .main-content .wrapper {
    overflow: visible; }
  .where_page .main-content .top-menu {
    padding-left: 15.5rem;
    padding-bottom: 1rem; }
    .where_page .main-content .top-menu ul {
      list-style-type: none;
      font-size: 0; }
      .where_page .main-content .top-menu ul li {
        display: inline-block; }
        .where_page .main-content .top-menu ul li a {
          display: inline-block;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          text-decoration: underline;
          margin-right: 3.3rem; }

.where_page .content {
  background-color: #fff;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-bottom: 5rem;
  overflow: visible; }
  .where_page .content:before, .where_page .content:after {
    opacity: 0; }
.where_page .content:after{
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 0 0 85px;
  border-color: transparent transparent transparent #fff200;
  content: '';
  z-index: 20;
  background: transparent;
  transform: rotate(0);
  opacity: 1;
}
.where_page .wrapper:after{
  opacity: 0;
}
  .where_page .content .main-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12.3rem;
    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;
    border-bottom: 6px #212020 solid; }
    .where_page .content .main-menu ul {
      list-style-type: none;
      font-size: 0; }
      .where_page .content .main-menu ul li {
        display: inline-block; }
        .where_page .content .main-menu ul li a {
          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;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-right: 3rem;
          -webkit-transition: all .15s;
          transition: all .15s; }
          .where_page .content .main-menu ul li a:hover {
            text-decoration: underline;
            -webkit-transition: all .15s;
            transition: all .15s; }
          .where_page .content .main-menu ul li a span {
            display: inline-block;
            max-width: 100px;
            margin-left: 1.5rem;
            position: relative;
            top: -3px; }
        .where_page .content .main-menu ul li:nth-child(3) a {
          margin-right: 4rem; }
        .where_page .content .main-menu ul li:nth-child(5) a {
          margin-right: 4rem; }
    .where_page .content .main-menu .search-button {
      margin-left: 2.5rem;
      display: block;
      margin-top: -.5rem;
      position: relative; }
      .where_page .content .main-menu .search-button .input-tooltip {
        position: absolute;
        top: 50px;
        right: -50px;
        width: 477px;
        height: 115px;
        -webkit-box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        box-shadow: 0 0 1.8rem rgba(78, 102, 137, 0.12);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        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; }
        .where_page .content .main-menu .search-button .input-tooltip input {
          width: 400px;
          height: 40px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          border: 1px solid #191818;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.5rem;
          padding-left: 15px; }
          .where_page .content .main-menu .search-button .input-tooltip input:placeholder {
            color: #9b9b9b; }
        .where_page .content .main-menu .search-button .input-tooltip:before {
          content: '';
          position: absolute;
          top: -11px;
          right: 57px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 11px 10px;
          border-color: transparent transparent #ffffff transparent; }
      .where_page .content .main-menu .search-button .opened {
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
  .where_page .content .where-content {
    padding-top: 3.3rem; }
    .where_page .content .where-content .top-line {
      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;
      width: 100%;
      border-bottom: none; }
      .where_page .content .where-content .top-line h1 {
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 4.5rem;
        margin-bottom: 2.4rem; }
      .where_page .content .where-content .top-line .select-block {
        margin-left: 5rem;
        position: relative;
        margin-top: -1.8rem; }
.where_page .content .where-content .top-line .select-block .icon {
	position: absolute;
	top: 20%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	right: 15px;
	z-index: 10;
}
        .where_page .content .where-content .top-line .select-block select {
          cursor: pointer; }
        .where_page .content .where-content .top-line .select-block .jq-selectbox__dropdown {
          background-color: #fff;
          -webkit-box-shadow: 0 0 18px rgba(78, 102, 137, 0.12);
          box-shadow: 0 0 18px rgba(78, 102, 137, 0.12);
          -webkit-border-radius: 4px;
          border-radius: 4px;
          width: 100%;
          top: 40px !important;
          left: 0;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 17px;
          line-height: 44px; }
          .where_page .content .where-content .top-line .select-block .jq-selectbox__dropdown ul li {
            padding-left: 14px; }
            .where_page .content .where-content .top-line .select-block .jq-selectbox__dropdown ul li:hover {
              background-color: rgba(0, 0, 0, 0.05); }
          .where_page .content .where-content .top-line .select-block .jq-selectbox__dropdown ul .selected {
            background-color: rgba(0, 0, 0, 0.05); }
        .where_page .content .where-content .top-line .select-block .jq-selectbox__select {
          width: 100%;
          height: 100%;
          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; }
        .where_page .content .where-content .top-line .select-block .jq-selectbox {
          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-border-radius: 2px;
          border-radius: 2px;
          background-color: rgba(25, 24, 24, 0.07);
          height: 40px;
          width: 400px !important;
          color: #9b9b9b;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 17px;
          line-height: 25px;
          padding-left: 14px;
          -webkit-transition: all .15s;
          transition: all .15s;
          cursor: pointer;
          border: 1px solid transparent; }
          .where_page .content .where-content .top-line .select-block .jq-selectbox:hover {
            -webkit-transition: all .15s;
            transition: all .15s;
            background-color: rgba(25, 24, 24, 0.1); }
        .where_page .content .where-content .top-line .select-block .opened {
          background-color: #fff !important;
          border: 1px solid #191818 !important; }
    .where_page .content .where-content .map-block {
      background-color: #fff104;
      position: relative;
      min-height: 632px; }
      .where_page .content .where-content .map-block img {
        position: absolute;
        top: -55px;
        left: -20px; }
      .where_page .content .where-content .map-block:before {
        content: '';
        left: -32px;
        top: 0;
        height: 100%;
        width: 32px;
        background-color: #fff104;
        position: absolute; }
      .where_page .content .where-content .map-block:after {
        content: '';
        right: -32px;
        top: 0;
        height: 100%;
        width: 32px;
        background-color: #fff104;
        position: absolute; }
    .where_page .content .where-content .okr {
      padding-top: 4rem;
      padding-bottom: 3rem;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      border-bottom: 3px rgba(0, 0, 0, 0.05) solid; }
      .where_page .content .where-content .okr .caption {
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 25px;
        line-height: 24px; }
    .where_page .content .where-content .magazine {
      padding-top: 1.3rem;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      border-bottom: 3px rgba(0, 0, 0, 0.05) solid;
      padding-bottom: 2.4rem; }
      .where_page .content .where-content .magazine .magazine-caption {
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 17px;
        line-height: 24px; }
        .where_page .content .where-content .magazine .magazine-caption a {
          color: #4a90e2; }
      .where_page .content .where-content .magazine table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%; }
        .where_page .content .where-content .magazine table tr:last-child td {
          border-bottom: none; }
        .where_page .content .where-content .magazine table td {
          vertical-align: top;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.4rem;
          border-bottom: 1px #ebebeb solid;
          padding-bottom: 2.5rem;
          padding-top: 2.5rem; }
        .where_page .content .where-content .magazine table .city {
          width: 13.06%; }
        .where_page .content .where-content .magazine table .adress {
          width: 26.11%; }
        .where_page .content .where-content .magazine table .schedule {
          width: 30.11%; }
        .where_page .content .where-content .magazine table .tel {
          width: 16.9%; }
        .where_page .content .where-content .magazine table .link {
          width: 13.82%; }
          .where_page .content .where-content .magazine table .link a {
            color: #4a90e2;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.4rem;
            -webkit-transition: all .15s;
            transition: all .15s; }
            .where_page .content .where-content .magazine table .link a:hover {
              text-decoration: underline;
              -webkit-transition: all .15s;
              transition: all .15s; }
    .where_page .content .where-content .other-magazine {
      padding-top: 1.3rem;
      padding-bottom: 1rem; }
      .where_page .content .where-content .other-magazine .other-caption {
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 17px;
        line-height: 24px; }
      .where_page .content .where-content .other-magazine table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%; }
        .where_page .content .where-content .other-magazine table tr:last-child td {
          border-bottom: none; }
        .where_page .content .where-content .other-magazine table td {
          vertical-align: top;
          color: #333333;
          font-family: 'PT Sans', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.7rem;
          line-height: 2.4rem;
          border-bottom: 1px #ebebeb solid;
          padding-bottom: 2.5rem;
          padding-top: 2.5rem; }
        .where_page .content .where-content .other-magazine table .city {
          width: 13.06%; }
        .where_page .content .where-content .other-magazine table .adress {
          width: 26.11%; }
        .where_page .content .where-content .other-magazine table .schedule {
          width: 30.11%; }
        .where_page .content .where-content .other-magazine table .tel {
          width: 16.9%; }
        .where_page .content .where-content .other-magazine table .link {
          width: 13.82%; }
          .where_page .content .where-content .other-magazine table .link a {
            color: #4a90e2;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.7rem;
            line-height: 2.4rem;
            -webkit-transition: all .15s;
            transition: all .15s; }
            .where_page .content .where-content .other-magazine table .link a:hover {
              text-decoration: underline;
              -webkit-transition: all .15s;
              transition: all .15s; }

.where_page .footer {
  width: 100%;
  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;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4.5rem; }
  .where_page .footer .copy {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem; }
  .where_page .footer .link {
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    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; }
    .where_page .footer .link span {
      position: absolute;
      bottom: -22px;
      right: 0;
      color: #333333;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.2rem; }
    .where_page .footer .link .icon {
      margin-right: 1.5rem;
      position: relative;
      top: 4px; }
    .where_page .footer .link .text {
      text-decoration: underline; }















@media (min-width: 1200px) and (max-width: 1365px) {
  html {
    font-size: 8px; }
  .container {
    width: 1200px; }
  /* Card Page */
  .card_page .content .main-menu {
    padding-left: 15rem; }
  .card_page .content .main-menu .search-button {
    margin-left: -4rem; }
  .card_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .card_page .logo {
    /*left: 4%;*/
    left: 70px;
    
    }
  .card_page .content .product .product-info .photo-slider .slider-for {
    height: 300px;
    width: 300px; }
  .card_page .content .product .product-info .photo-slider .slider-for .slick-list {
    height: 300px; }
  .card_page .content .product .product-info .photo-slider .slider-for .slick-slide {
    width: 300px;
    height: 300px; }
    .card_page .content .product .product-info .photo-slider .slider-for .slick-slide img {
      width: 100%;
      height: 100%; }
  .card_page .content .product .product-info .statistic-info {
    width: 28%; }
  /* Catalog Page */
  .catalog_page .content .main-menu {
    padding-left: 15rem; }
  .catalog_page .content .main-menu .search-button {
    margin-left: -4rem; }
  .catalog_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .catalog_page .logo {
    /*left: 4%;*/
    left: 70px; 
    }
  .catalog_page .content .catalog-content .top-line .catalog-menu ul li .active:after {
    bottom: -20px; }
  /* Contacts Page */
  .contacts_page .content .main-menu {
    padding-left: 15rem; }
  .contacts_page .content .main-menu .search-button {
    margin-left: -4rem; }
  .contacts_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .contacts_page .logo {
  left: 70px;
    /*left: 4%;*/ }
  /* NotFound Page */
  .notfound_page .content .main-menu {
    padding-left: 15rem; }
  .notfound_page .content .main-menu .search-button {
    margin-left: -4rem; }
  .notfound_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .notfound_page .logo {
    /*left: 4%;*/
    left: 70px;
     }
  /* Result Page */
  .result_page .content .main-menu {
    padding-left: 15rem; }
  .result_page .content .main-menu .search-button {
    margin-left: -4rem; }
  .result_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .result_page .logo {
    /*left: 4%; */
    left: 70px;
    }
  /* Where Page */
  .where_page .content .main-menu {
    padding-left: 15rem; }
  .where_page .content .main-menu .search-button {
    margin-left: -4rem; }
  .where_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .where_page .logo {
  left: 70px;
    /*left: 4%;*/ 
    }
  .where_page .content .where-content .map-block img {
    width: 100%; }
  .where_page .main-content .wrapper {
    overflow: hidden; }
  /* News Page */
  .news_page .content .main-menu {
    padding-left: 15rem; }
  .news_page .content .main-menu .search-button {
    margin-left: -4rem; }
  .news_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .news_page .logo {
    left: 70px; }
  .news_page .content .news-content .news-content .line .honeycomb-news {
    width: 300px;
    height: 350px;
    background-size: 300px 350px;
    background-position: 1px 0px; }
  .news_page .content .news-content .news-content .line {
    margin-top: -75px; }
  .news_page .content .news-content .news-content .line:nth-child(2n) {
    left: -98px; }
  .news_page .content .news-content .news-content {
    background-position: 49px 0; }
  .news_page .content .news-content .single-early .line:nth-child(2n+1) {
    left: -98px; }
  .news_page .content .news-content .single-early .line:nth-child(2n) {
    left: -231px; }
  .news_page .content .news-content .single-early {
    background-position: 49px 70px; }
  /* Main Page */
  .honeycomb {
    width: 320px;
    height: 370px; }
  .mainpage .line-top {
    left: -158px; }
  .mainpage .line-2 {
    margin-top: -97px;
    left: -158px; }
  .mainpage .line-3 {
    margin-top: -97px; }
  .mainpage .line-4 {
    left: -158px;
    margin-top: -97px; }
  .mainpage .line-bottom {
    bottom: -237px; }
  .input .input-search {
    width: 280px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  html {
    font-size: 9px; }
  .container {
    width: 1024px; }
  /* Card Page */
  .card_page .content .main-menu {
    padding-left: 15rem; }
  .card_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .card_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .card_page .logo {
    /*left: 7.8%;*/
     left: 70px; 
    }
  .card_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .card_page .content .product .product-info .photo-slider .slider-for {
    height: 200px;
    width: 200px; }
  .card_page .content .product .product-info .photo-slider .slider-for .slick-list {
    height: 200px; }
  .card_page .content .product .product-info .photo-slider .slider-for .slick-slide {
    width: 200px;
    height: 200px; }
    .card_page .content .product .product-info .photo-slider .slider-for .slick-slide img {
      width: 100%;
      height: 100%; }
  .card_page .content .product .product-info .statistic-info {
    width: 34%; }
  .card_page .content .product .product-info .photo-slider .slider-nav {
    width: 60px; }
    .card_page .content .product .product-info .photo-slider .slider-nav .slick-slide img {
      width: 100%; }
  .card_page .content .other-models .other-models_content .item img {
    width: 100%; }
  .card_page .content .card-tabs .accessories .right .accessories-items .item img {
    width: 100%; }
  /* Catalog Page */
  .catalog_page .content .main-menu {
    padding-left: 15rem; }
  .catalog_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .catalog_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .catalog_page .logo {
    /*left: 7.8%;*/
     left: 70px;
    }
  .catalog_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .catalog_page .content .catalog-content .top-line .catalog-menu ul li .active:after {
    bottom: -20px; }
  .catalog_page .content .catalog-content .top-line .catalog-menu ul li a:after {
    bottom: -20px; }
  .catalog_page .content .catalog-content .catalog-items .item.column .image img {
    width: 100%; }
  .catalog_page .content .catalog-content .catalog-items .item.column {
    height: 250px; }
.catalog_page .content .catalog-content .catalog-items .item.column .wrap {
    height: auto;
    width: 100%;
}
  .catalog_page .content {
    padding-bottom: 20rem; }
  .catalog_page .content .catalog-content .catalog-items .item.line .line-content .chars {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .catalog_page .content .catalog-content .catalog-items .item.line .line-descr {
    margin-left: 0;
    margin-top: 3rem; }
  /* Contacts Page */
  .contacts_page .content .main-menu {
    padding-left: 15rem; }
  .contacts_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .contacts_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .contacts_page .logo {
    left: 7.8%; }
  .contacts_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  /* NotFound Page */
  .notfound_page .content .main-menu {
    padding-left: 15rem; }
  .notfound_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .notfound_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .notfound_page .logo {
    left: 7.8%; }
  .notfound_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .notfound_page .content .not_found-content {
    background-size: cover;
    background-position: center center; }
  /* Result Page */
  .result_page .content .main-menu {
    padding-left: 15rem; }
  .result_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .result_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .result_page .logo {
    left: 7.8%; }
  .result_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .result_page .content .result-content .result-items .item.column .image img {
    width: 100%; }
  .result_page .content .result-content .result-items .item.column {
    height: 250px; }
  .result_page .content .result-content .result-items .item.column:hover .wrap {
    height: 460px;
    width: 240px; }
  .result_page .content {
    padding-bottom: 20rem; }
  /* Where Page */
  .where_page .content .main-menu {
    padding-left: 15rem; }
  .where_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .where_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .where_page .logo {
    left: 7.8%; }
  .where_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .where_page .main-content .wrapper {
    overflow: hidden; }
  .where_page .content .where-content .map-block img {
    width: 100%; }
  .where_page .content .where-content .map-block {
    min-height: 430px; }
  /* News Page */
  .news_page .content .main-menu {
    padding-left: 15rem; }
  .news_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .news_page .main-content .top-menu {
    padding-left: 19.5rem; }
  .news_page .logo {
    left: 7.8%; }
  .news_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .news_page .content .news-content .news-content .line .honeycomb-news {
    width: 289px;
    height: 330px;
    background-size: 289px 330px;
    background-position: 0px 0px; }
  .news_page .content .news-content .news-content .line {
    margin-top: -75px; }
  .news_page .content .news-content .news-content .line:nth-child(2n) {
    left: -98px; }
  .news_page .content .news-content .news-content {
    background-position: 32px 0; }
  .news_page .content .news-content .single-early .line:nth-child(2n+1) {
    left: -98px; }
  .news_page .content .news-content .single-early .line:nth-child(2n) {
    left: -231px; }
  .news_page .content .news-content .single-early {
    background-position: 32px 70px; }
  .news_page .content .news-content .single-news .single-news_content {
    padding-bottom: 10rem; }
  /* Main Page */
  .honeycomb {
    width: 270px;
    height: 315px; }
  .mainpage .line-top {
    left: -133px; }
  .mainpage .line-2 {
    margin-top: -85px;
    left: -133px; }
  .mainpage .line-3 {
    margin-top: -85px; }
  .mainpage .line-4 {
    left: -133px;
    margin-top: -85px; }
  .mainpage .line-bottom {
    bottom: -190px; }
  .input .input-search {
    width: 230px; }
  .comb-1 .text {
    padding-left: 65px; }
  .comb-1 .text .descr {
    font-size: 1.5rem; }
  .comb-icon .text {
    top: 47%; }
  .comb-icon .text .image {
    height: 90px; }
  .comb-icon .text .image img {
    width: 60%;
    margin: 0 auto;
    max-height: 100%; }
  .comb-2 .text {
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .devel .text {
    padding-left: 70px;
    top: 27%; }
  .copyright .text {
    top: 27%;
    padding-left: 130px; } }

@media (max-width: 1023px) {
  html {
    font-size: 7px; }
.main-content {

    padding-left: 1rem;
    padding-right: 1rem;
}
  .container {
    width: 960px; }
  /* Card Page */
  .card_page .content .main-menu {
    padding-left: 20rem; }
  .card_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .card_page .main-content .top-menu {
    padding-left: 24rem; }
  .card_page .logo {
    left: 7.8%; }
  .card_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .card_page .content .product .product-info .photo-slider .slider-for {
    height: 200px;
    width: 200px; }
  .card_page .content .product .product-info .photo-slider .slider-for .slick-list {
    height: 200px; }
  .card_page .content .product .product-info .photo-slider .slider-for .slick-slide {
    width: 200px;
    height: 200px; }
    .card_page .content .product .product-info .photo-slider .slider-for .slick-slide img {
      width: 100%;
      height: 100%; }
  .card_page .content .product .product-info .statistic-info {
    width: 34%; }
  .card_page .content .product .product-info .photo-slider .slider-nav {
    width: 60px; }
    .card_page .content .product .product-info .photo-slider .slider-nav .slick-slide img {
      width: 100%; }
  .card_page .content .other-models .other-models_content .item img {
    width: 100%; }
  .card_page .content .card-tabs .accessories .right .accessories-items .item img {
    width: 100%; }
  /* Catalog Page */
  .catalog_page .content .main-menu {
    padding-left: 20rem; }
  .catalog_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .catalog_page .main-content .top-menu {
    padding-left: 24rem; }
  .catalog_page .logo {
    /*left: 7.8%;*/
     left: 70px; 
    }
  .catalog_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .catalog_page .content .catalog-content .top-line .catalog-menu ul li .active:after {
    bottom: -20px; }
  .catalog_page .content .catalog-content .top-line .catalog-menu ul li a:after {
    bottom: -20px; }
  .catalog_page .content .catalog-content .catalog-items .item.column .image img {
    width: 100%; }
  .catalog_page .content .catalog-content .catalog-items .item.column {
    height: 250px; }
.catalog_page .content .catalog-content .catalog-items .item.column .wrap {
    width: 100%;
}
.catalog_page .content .catalog-content .catalog-items .item.column .wrap {
    width: 100%;
}
  .catalog_page .content {
    padding-bottom: 20rem; }
  .catalog_page .content .catalog-content .catalog-items .item.line .line-content .chars {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .catalog_page .content .catalog-content .catalog-items .item.line .line-descr {
    margin-left: 0;
    margin-top: 3rem; }
  /* Contacts Page */
  .contacts_page .content .main-menu {
    padding-left: 20rem; }
  .contacts_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .contacts_page .main-content .top-menu {
    padding-left: 24rem; }
  .contacts_page .logo {
    left: 7.8%; }
  .contacts_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  /* NotFound Page */
  .notfound_page .content .main-menu {
    padding-left: 20rem; }
  .notfound_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .notfound_page .main-content .top-menu {
    padding-left: 24rem; }
  .notfound_page .logo {
    left: 7.8%; }
  .notfound_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .notfound_page .content .not_found-content {
    background-size: cover;
    background-position: center center; }
  /* Result Page */
  .result_page .content .main-menu {
    padding-left: 20rem; }
  .result_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .result_page .main-content .top-menu {
    padding-left: 24rem; }
  .result_page .logo {
    left: 7.8%; }
  .result_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .result_page .content .result-content .result-items .item.column .image img {
    width: 100%; }
  .result_page .content .result-content .result-items .item.column {
    height: 250px; }
  .result_page .content .result-content .result-items .item.column:hover .wrap {
    height: 460px;
    width: 240px; }
  .result_page .content {
    padding-bottom: 20rem; }
  /* Where Page */
  .where_page .content .main-menu {
    padding-left: 20rem; }
  .where_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .where_page .main-content .top-menu {
    padding-left: 24rem; }
  .where_page .logo {
    left: 7.8%; }
  .where_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .where_page .main-content .wrapper {
    overflow: hidden; }
  .where_page .content .where-content .map-block img {
    width: 100%; }
  .where_page .content .where-content .map-block {
    min-height: 430px; }
  /* News Page */
  .news_page .content .main-menu {
    padding-left: 20rem; }
  .news_page .content .main-menu .search-button {
    margin-left: 0;
    position: relative;
    left: -7rem;
    top: 3rem; }
  .news_page .main-content .top-menu {
    padding-left: 24rem; }
  .news_page .logo {
    left: 7.8%; }
  .news_page .content .main-menu ul li {
    min-width: 177px;
    margin-bottom: 2rem; }
  .news_page .content .news-content .news-content .line .honeycomb-news {
    width: 250px;
    height: 300px;
    background-size: 250px 298px;
    background-position: 0px 1px; }
  .news_page .content .news-content .news-content .line {
    margin-top: -55px; }
  .news_page .content .news-content .news-content .line:nth-child(2n) {
    left: -30px; }
  .news_page .content .news-content .news-content .line:nth-child(2n+1) {
    left: -150px; }
  .news_page .content .news-content .news-content {
    background-position: 54px 0; }
  .news_page .content .news-content .single-early .line:nth-child(2n+1) {
    left: -30px; }
  .news_page .content .news-content .single-early .line:nth-child(2n) {
    left: -150px; }
  .news_page .content .news-content .single-early {
    background-position: 54px 70px; }
  .news_page .content .news-content .single-news .single-news_content {
    padding-bottom: 10rem; }
  /* Main Page */
  .honeycomb {
    width: 250px;
    height: 290px; }
  .mainpage .line-top {
    left: -122px; }
  .mainpage .line-2 {
    margin-top: -80px;
    left: -122px; }
  .mainpage .line-3 {
    margin-top: -80px; }
  .mainpage .line-4 {
    left: -122px;
    margin-top: -80px; }
  .mainpage .line-bottom {
    bottom: -175px; }
  .input .input-search {
    width: 200px; }
  .comb-news .text {
    padding-left: 20px; }
  .comb-1 .text {
    padding-left: 65px; }
  .comb-1 .text .descr {
    font-size: 1.5rem; }
  .comb-icon .text {
    top: 47%; }
  .comb-icon .text .image {
    height: 90px; }
  .comb-icon .text .image img {
    width: 60%;
    margin: 0 auto;
    height: 100%; }
  .comb-2 .text {
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .devel .text {
    padding-left: 70px;
    top: 27%; }
  .copyright .text {
    top: 27%;
    padding-left: 130px; }
  .logo {
    padding-top: 0; } }


.container {
  min-width: 960px;
}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 300px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}
/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
/* 	margin-left: 70px; */
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}