html {
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: absolute;
  -webkit-overflow-scrolling: touch; }

h1 {
  font-size: 45px;
  font-family: "FuturaPTExtraBold", sans-serif;
  color: white;
  font-weight: bold;
  line-height: 1.111; }

.h2 {
  font-size: 22px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #222222;
  text-transform: uppercase; }

.align {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: relative; }

.container {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.active-lang {
  font-family: "Futura PT Bold", sans-serif !important;
  font-weight: bold !important;
  color: #fefefe !important; }

.header {
  display: block;
  top: 0;
  width: 100%; }
  .header .header-top__line {
    position: relative;
    z-index: 12;
    background-color: #000024; }
    .header .header-top__line .header-top__line-buttons {
      padding-top: 13px;
      padding-bottom: 13px; }
      .header .header-top__line .header-top__line-buttons .header-top__line-buttons-lang {
        display: inline-block; }
        .header .header-top__line .header-top__line-buttons .header-top__line-buttons-lang a {
          font-size: 12px;
          font-family: "FuturaPTBook", sans-serif;
          color: silver;
          text-transform: uppercase;
          text-decoration: none;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          -webkit-transition: .40s all;
          transition: .40s all; }
          .header .header-top__line .header-top__line-buttons .header-top__line-buttons-lang a:hover {
            color: #fefefe;
            -webkit-transition: .40s all;
            transition: .40s all; }
          .header .header-top__line .header-top__line-buttons .header-top__line-buttons-lang a:last-child {
            margin: 0; }
            .header .header-top__line .header-top__line-buttons .header-top__line-buttons-lang a:last-child:after {
              border-right: none;
              margin: 0; }
          .header .header-top__line .header-top__line-buttons .header-top__line-buttons-lang a:after {
            content: '';
            display: inline-block;
            border-right: 1px solid silver;
            margin-right: 3px;
            margin-left: 5px;
            height: 10px; }
    .header .header-top__line .header-top__line-buttons-nav {
      display: inline-block;
      float: right; }
      .header .header-top__line .header-top__line-buttons-nav .header-top__line-buttons-nav-link {
        display: inline-block;
        vertical-align: middle; }
        .header .header-top__line .header-top__line-buttons-nav .header-top__line-buttons-nav-link a {
          font-size: 14px;
          font-family: "FuturaPTBold", sans-serif;
          color: white;
          text-decoration: none;
          margin-right: 25px; }
      .header .header-top__line .header-top__line-buttons-nav .header-top__search {
        display: inline-block;
        vertical-align: middle; }
        .header .header-top__line .header-top__line-buttons-nav .header-top__search input {
          width: 47px;
          outline: none;
          background-color: transparent;
          border: none;
          font-size: 12px;
          font-family: "FuturaPTBook", sans-serif;
          color: #999999;
          vertical-align: middle;
          -webkit-transition: all .5s;
          transition: all .5s;
          border-bottom: 1px solid #999999; }
          .header .header-top__line .header-top__line-buttons-nav .header-top__search input:focus {
            width: 150px;
            border-bottom: 1px solid #999999; }
        .header .header-top__line .header-top__line-buttons-nav .header-top__search button {
          background-color: transparent;
          border: none;
          outline: none;
          cursor: pointer;
          color: #999999;
          vertical-align: middle;
          width: auto; }
          .header .header-top__line .header-top__line-buttons-nav .header-top__search button i {
            font-size: 13px !important; }
            .header .header-top__line .header-top__line-buttons-nav .header-top__search button i:before {
              font-family: "font-awesome-4.7.0"; }

.header-menu {
  background-color: #fff;
  position: relative;
  z-index: 10; }

.header-menu_line {
  position: relative;
  background-color: #fff; }
  .header-menu_line:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    margin-top: -2px; }

.header-menu-container-d {
  text-align: right; }

.header-menu-container {
  display: inline-block;
  width: 50%;
  margin-right: -5px; }
  .header-menu-container:last-child {
    margin: 0; }
  .header-menu-container li {
    display: inline-block;
/*    margin-right: 2px;*/
    padding-top: 40px;
    padding-bottom: 40px; }
/*    .header-menu-container li:last-child {
      margin: 0; }*/
    .header-menu-container li a {
      text-transform: uppercase;
      font-size: 14px;
      font-family: "FuturaPTMedium", sans-serif;
      text-decoration: none;
      color: #222222;
      position: relative;
      z-index: 3; }
      .header-menu-container li a i {
        font-size: 11px;
        color: #276ca9; }

.posit {
  display: inline-block;
  position: absolute;
  top: -4%;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0; }
  .posit .logo {
    max-width: 133px;
    display: inline-block; }
    .posit .logo .show {
      -webkit-box-shadow: 0 0 0 9px white;
              box-shadow: 0 0 0 9px white;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden;
      width: 133px;
      height: 133px; }
      .posit .logo .show img {
        width: 100%; }

.active-menu {
  font-family: "FuturaPTBold", sans-serif !important; }

.g_screen {
  height: 65%;
  width: 100%;
  background-image: url("../img/banner-g.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .g_screen .g_banner-text {
    text-align: right; }
    .g_screen .g_banner-text h1 {
      max-width: 475px;
      text-align: right;
      display: inline-block;
      margin-bottom: 14px; }
    .g_screen .g_banner-text p {
      font-size: 20px;
      font-family: "FuturaPTBook", sans-serif;
      color: white;
      line-height: 1.15;
      max-width: 600px;
      text-align: right;
      display: inline-block; }

.hover-menu_active_1 {
  top: 135px !important;
  -webkit-transition: .40s all;
  transition: .40s all; }

.hover-menu_active_2 {
  top: 135px !important;
  -webkit-transition: .40s all;
  transition: .40s all; }

.hover-menu_1:hover #menu_1, .hover-menu_1:hover #menu_2, .hover-menu_2:hover #menu_1, .hover-menu_2:hover #menu_2, .hover-menu_2:hover #menu_3 {
  top: 95px !important;
  -webkit-transition: .40s all;
  transition: .40s all; }

#menu_2 {
  text-align: left; }

/*.header-menu_line {
  padding-left: 13%;
  padding-right: 13%; }*/

.menu {
  z-index: -1;
  width: 100%;
  left: 0;
  -webkit-transition: .40s all;
  transition: .40s all;
  position: absolute;
  background-color: #ffffff; }

.menu-items {
  padding-top: 55px;
  padding-bottom: 32px; }

.menu-item {
  width: 31%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px; }
  .menu-item:last-child {
    margin: 0; }
  .menu-item a {
    font-size: 16px !important;
    font-family: "FuturaPTBook", sans-serif !important;
    text-decoration: none !important;
    color: #525252 !important;
    text-transform: none !important;
    line-height: 1.188 !important;
    display: block !important;
    -webkit-transition: .20s all !important;
    transition: .20s all !important;
    margin-bottom: 18px !important; }
    .menu-item a:last-child {
      margin: 0; }
    .menu-item a:hover {
      color: #2467a7 !important;
      -webkit-transition: .20s all;
      transition: .20s all; }

.active-menu-hover {
  font-family: "FuturaPTHeavy", sans-serif !important;
  color: #2467a7 !important; }

.menu {
  top: -1000px; }

.hover-menu:hover .menu {
  top: 95px !important; }

.hig {
  height: 295px; }
  .hig a {
    height: 100%;
    display: block; }

.category__items-text {
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  top: -50%;
  position: relative; }

.footer-item-header .h2 {
  text-transform: inherit; }

.category__item .category__block .img-rotate {
  height: 100%; }
  .category__item .category__block .img-rotate img {
    width: 100% !important; }

.hig-2 {
  height: 420px; }

.h_button {
  height: 171px; }

.w-33 {
  width: 33%;
  display: block; }

.w-24 {
  width: 24%;
  display: block; }

.w-43 {
  width: 42%;
  display: block; }

.res {
  padding: 0 !important;
  background: none !important; }

.category__items {
  margin-top: 7px; }

.category__items-text {
  margin-right: 30px;
  margin-left: 30px; }

.category__item {
  overflow: hidden;
  vertical-align: top;
  text-align: center;
  position: relative; }
  .category__item:hover .category__block .img-rotate {
    /*-webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);*/
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s; }
    .category__item:hover .category__block .img-rotate img {
      /*-webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4);*/
      -webkit-transition: ease-out 0.5s;
      transition: ease-out 0.5s; }
  .category__item a {
    text-decoration: none; }
  .category__item .category-text-header-h2 .category-text-h2 {
    font-size: 23px !important;
    font-family: "FuturaPTHeavy", sans-serif;
    color: #222222;
    text-transform: uppercase; }
  .category__item .category-text-header-h2 .category-text-h3 {
    font-size: 20px !important;
    font-family: "FuturaPTHeavy", sans-serif;
    color: #222222;
    text-transform: uppercase; }
  .category__item .category-text-p {
    font-size: 14px !important;
    font-family: "FuturaPTDemi", sans-serif;
    color: #4d4d4d;
    line-height: 1.286;
    margin-top: 42px; }
  .category__item .category__block {
    position: relative;
    -webkit-transition: .45s all;
    transition: .45s all;
    height: 100%; }
    .category__item .category__block .img-rotate {
      -webkit-transition: ease-out 0.5s;
      transition: ease-out 0.5s; }
      .category__item .category__block .img-rotate img {
        -webkit-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
        /*-webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02);*/ 
                transform: scale3d(1.02,1.02,2)}
    .category__item .category__block .text-c {
      position: absolute;
      bottom: 65px;
      display: block;
      text-align: left;
      left: 20px;
      font-size: 23px;
      font-family: "FuturaPTHeavy", sans-serif;
      color: white;
      text-transform: uppercase; }
    .category__item .category__block .text-c-but {
      left: 0;
      right: 0;
      text-align: center; }
      .category__item .category__block .text-c-but a {
        background-color: #070b2a;
        padding-top: 22px;
        padding-left: 48px;
        padding-bottom: 22px;
        padding-right: 48px;
        border: none;
        font-size: 16px;
        font-family: "FuturaPTDemi", sans-serif;
        color: #f1f1f3;
        text-transform: uppercase;
        outline: none;
        cursor: pointer; }

.grid-item {
  margin-bottom: 7px; }

.container-info {
  max-width: 650px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.line {
  max-width: 980px;
  background-color: #dadada;
  height: 1px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.info {
  margin-top: -135px;
  background-image: url(../img/bg-category.jpg);
  background-repeat: no-repeat; }
  .info .line-padding {
    padding-top: 135px; }
  .info .info__header-text {
    margin-top: 46px;
    margin-bottom: 40px; }
  .info .info_articles {
    margin-bottom: 20px; }
    .info .info_articles p {
      font-size: 18px;
      font-family: "FuturaPTBook", sans-serif;
      color: #525252;
      line-height: 1.111; }
      .info .info_articles p strong {
        font-size: 18px;
        font-family: "FuturaPTDemi", sans-serif;
        color: #525252;
        line-height: 1.111; }
  .info .info_elements {
    padding-bottom: 45px; }
    .info .info_elements p {
      font-size: 16px;
      font-family: "FuturaPTLight", sans-serif;
      color: #525252;
      line-height: 1.125;
      /*width: 45%;*/
      margin-right: -5px;
      vertical-align: top;
      padding-left: 15px;
      padding-right: 15px;
      display: inline-block; }

.partners .container {
  position: relative; }

.partners .partners__slider {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 55px;
  overflow: hidden; }
  .partners .partners__slider .owl-stage-outer .owl-stage .owl-item {
    float: left; }
  .partners .partners__slider .partners__slider-item {
    vertical-align: bottom;
    display: inline-block; }
    .partners .partners__slider .partners__slider-item img {
      height: 63px; }
    .partners .partners__slider .partners__slider-item p {
      font-size: 10px;
      font-family: "FuturaPTDemi", sans-serif;
      color: #0072bc;
      text-transform: uppercase;
      width: 150px;
      margin: 0 auto; }

.nav-left, .nav-right {
  display: inline-block;
  position: absolute;
  top: 20%;
  cursor: pointer; }

.nav-left {
  left: 0; }

.nav-right {
  right: 0; }

.padding {
  padding: 0 !important;
  max-width: 680px; }

.footer .footer-items {
  margin-bottom: 85px; }
  .footer .footer-items .footer-item {
    width: 33.333333333%;
    margin-right: -5px !important;
    display: inline-block;
    vertical-align: top; }
    .footer .footer-items .footer-item:last-child {
      margin: 0; }
    .footer .footer-items .footer-item .footer-item-header {
      padding-top: 22px;
      padding-bottom: 22px; }
      .footer .footer-items .footer-item .footer-item-header h2 {
        text-transform: inherit; }
    .footer .footer-items .footer-item .footer-item-links a {
      display: block;
      font-size: 16px;
      font-family: "FuturaPTBook", sans-serif;
      color: #525252;
      text-decoration: none;
      line-height: 1.188; }
    .footer .footer-items .footer-item .footer-item-mail:after {
      content: '';
      display: block;
      width: 150px;
      margin-bottom: -2px;
      border-bottom: 1px solid #767676; }
    .footer .footer-items .footer-item .footer-item-mail .input {
      display: inline-block;
      width: 150px; }
      .footer .footer-items .footer-item .footer-item-mail .input input {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        outline: none;
        border: none;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        font-family: "FuturaPTBook", sans-serif;
        color: #767676; }
    .footer .footer-items .footer-item .footer-item-mail .button-mail {
      display: inline-block; }
      .footer .footer-items .footer-item .footer-item-mail .button-mail button {
        font-size: 16px;
        font-family: "FuturaPTDemi", sans-serif;
        color: #f1f1f3;
        text-transform: uppercase;
        background-color: #070b2a;
        outline: none;
        border: none;
        padding: 22px;
        cursor: pointer; }

.social .social-links {
  text-align: center; }
  .social .social-links a {
    margin-left: 12px;
    margin-right: 12px; }
    .social .social-links a i {
      font-size: 25px;
      color: #333333; }
      .social .social-links a i:before {
        font-family: "font-awesome-4.7.0"; }

.copyright {
  font-size: 14px;
  font-family: "FuturaPTBook", sans-serif;
  text-align: center;
  color: #767676;
  margin-top: 16px;
  margin-bottom: 40px; }

.menu-scroll {
  position: fixed;
  z-index: 999999999;
  left: -100%;
  float: left;
  top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-left: 0.5% !important; }
  .menu-scroll #sandwich {
    background-color: #070b2a;
    height: 16px;
    width: 20px;
    padding: 10px;
    overflow: hidden;
    z-index: 99999;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .menu-scroll #sandwich .sandwich-v div {
      margin-bottom: -17px;
      width: 20px;
      height: 3px; }

.active .sandwich-v div {
  margin-bottom: 13px !important;
  margin-top: -38.5%; }

.menu-s__active {
  left: 0.5% !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.category .container {
  margin-bottom: 30px; }

div.scroll-menu-active {
  top: 0 !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 1 !important; }

div.menu-s__active-v {
  left: 0.5% !important;
  top: 0.5%;
  position: fixed !important; }

.scroll-menu {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: -100%;
  opacity: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 999999;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .scroll-menu ul {
    text-align: center; }
    .scroll-menu ul li {
      padding-top: 20px; }
      .scroll-menu ul li a {
        font-size: 21px;
        font-family: "FuturaPTMedium", sans-serif;
        text-decoration: none;
        color: #222222;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: .25s all;
        transition: .25s all; }
        .scroll-menu ul li a:hover {
          color: #276ca9;
          -webkit-transition: .25s all;
          transition: .25s all; }

#sandwich {
  display: inline-block;
  overflow: hidden; }

.posit {
  margin: 0 auto !important;
  width: 140px; }

.menu-scroll-abs {
  left: 0;
  position: inherit;
  display: inline-block;
  overflow: hidden; }
  .menu-scroll-abs #sandwich {
    margin-top: 7px; }

.mob-b {
  background-color: #ffffff;
  display: none;
  height: 50px; }
  .mob-b .mob-b_line {
    text-align: center; }
    .mob-b .mob-b_line .posit {
      position: relative;
      margin: 0 auto;
      margin-left: 2px; }

.header-menu-container li a:hover i {
  opacity: 1;
  -webkit-transition: .40s all;
  transition: .40s all; }

.header-menu-container li a i {
  opacity: 0;
  margin: 0;
  -webkit-transition: .40s all;
  transition: .40s all; }

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  margin: 0 !important;
  width: auto !important;
  height: 20px !important; }
  #nav-icon1 span, #nav-icon2 span, #nav-icon3 span, #nav-icon4 span {
    height: 3px !important;
    background: #ffffff !important; }
  #nav-icon1 .v_2, #nav-icon2 .v_2, #nav-icon3 .v_2, #nav-icon4 .v_2 {
    top: 7px !important; }
  #nav-icon1 .v_4, #nav-icon2 .v_4, #nav-icon3 .v_4, #nav-icon4 .v_4 {
    top: 14px !important; }

.modal-window {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999999999;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .30s all;
  transition: .30s all;
  opacity: 0; }

.popup-active__m {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .40s all;
  transition: .40s all;
  display: inline;
  top: 0;
  opacity: 1; }

.bgc-popup-active {
  z-index: 999999999 !important;
  opacity: 1 !important;
  position: fixed !important;
  -webkit-transition: .20s all;
  transition: .20s all; }

.bgc-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(34, 34, 34, 0.59);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .20s all;
  transition: .20s all;
  cursor: pointer; }

.modal-window__container {
  max-width: 660px;
  margin: 0 auto;
  background-color: #fff;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  z-index: 99999999999;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%; }

.mw_close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  display: inline-block;
  color: #222; }

.md-img img {
  display: block;
  padding: 13px; }

.modal-window-item {
  width: 50%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle; }
  .modal-window-item:last-child {
    margin: 0; }

.modal-window-border {
  position: relative; }
  .modal-window-border:after {
    content: '';
    display: block;
    border-right: 1px solid #dadada;
    position: absolute;
    margin-top: 13px;
    margin-bottom: 13px;
    top: 0;
    bottom: 0;
    right: -4px; }

.md-input {
  max-width: 277px;
  margin: 0 auto; }

.form-element-input input {
  width: -webkit-calc( 100% - 34px);
  width: calc( 100% - 34px);
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  border: 1px solid #acacac;
  font-size: 15px;
  font-family: "FuturaPTBook", sans-serif;
  color: #3a3a3a; }

.form-element-input textarea {
  width: -webkit-calc( 100% - 34px);
  width: calc( 100% - 34px);
  outline: none;
  padding: 15px;
  font-size: 15px;
  font-family: "FuturaPTBook", sans-serif;
  color: #3a3a3a;
  height: 35px;
  resize: none; }

.form-element-name {
  font-size: 15px;
  font-family: "FuturaPTBook", sans-serif;
  color: #3a3a3a;
  line-height: 1.533;
  margin-top: 16px; }

.form-element-item {
  position: relative; }

.text-valid {
  font-size: 15px;
  font-family: "FuturaPTBook", sans-serif;
  color: red;
  position: absolute; }

.md-input_h2 {
  font-size: 26px;
  font-family: "FuturaPTMedium", sans-serif;
  color: #222222;
  margin-bottom: 30px; }

.bitton-elm {
  margin-top: 17px; }
  .bitton-elm div {
    font-size: 14px;
    font-family: "FuturaPTMedium", sans-serif;
    color: white;
    text-transform: uppercase;
    width: 160px;
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #2467a7;
    border: none;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    cursor: pointer;
    text-align: center;
    outline: none; }

.error {
  height: 100%;
  background-image: url("../img/error-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.error-con {
  position: relative;
  text-align: right; }

.container-e {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: relative; }

.error-content {
  max-width: 540px;
  text-align: left;
  display: inline-block; }

.error-mas_1 {
  font-size: 48px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #fffefe; }

.error-mas_2 {
  font-size: 48px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #fffefe; }

.error-link {
  font-size: 21px;
  font-family: "FuturaPTBook", sans-serif;
  color: #fffefe;
  margin-top: 50px; }
  .error-link a {
    font-size: 24px;
    font-family: "FuturaPTHeavy", sans-serif;
    color: #000024;
    text-decoration: none; }

.op_p {
  font-size: 250px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #fffefe;
  margin-top: 90px; }

.contacts-banner {
  height: 250px;
  background-image: url("../img/contact_banner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.banner-text {
  font-size: 50px;
  font-family: "FuturaPTExtraBold", sans-serif;
  color: white;
  font-weight: bold;
  text-align: center; }

.line-pad {
  padding-top: 12px; }

.contacts-info {
  background-image: url("../img/contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.br {
  padding-top: 40px;
  padding-bottom: 40px; }
  .br a {
    font-size: 18px;
    font-family: "FuturaPTBook", sans-serif;
    text-decoration: none;
    color: #525252; }
    .br a:last-child {
      font-size: 20px !important;
      font-family: "FuturaPTMedium", sans-serif !important; }

.contacts-info__item {
  width: 50%;
  vertical-align: middle;
  display: inline-block;
  margin-right: -5px;
  padding-bottom: 70px; }
  .contacts-info__item:last-child {
    margin: 0; }
  .contacts-info__item iframe {
    width: 100%; }

.padding-right {
  padding-right: 15px; }

.item-fa {
  font-size: 18px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  line-height: 1.5; }
  .item-fa i {
    width: 20px; }
    .item-fa i:before {
      font-family: "font-awesome-4.7.0"; }

.contacts-info__header-text {
  font-size: 23px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 25px; }

.rec {
  font-size: 18px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  line-height: 1.5;
  margin-bottom: 35px; }

.clients-info {
  background-image: url("../img/bg-c.jpg");
  background-repeat: no-repeat;
  background-position: center; }

.clients-info_text {
  font-size: 18px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  line-height: 1.111;
  margin-bottom: 40px; }

.clients_logo {
  background-image: url("../img/c_bg-11.jpg");
  background-repeat: no-repeat; }

.clients-info_header-text {
  font-size: 23px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 40px; }

.clients_logo-items {
  margin-top: 25px;
  margin-bottom: 25px; }

.clients_logo-item {
  width: 15.3%;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: top; }

.clients_logo-img {
  width: 70%;
  margin: 0 auto;
  vertical-align: top;
  height: 125px; }
  .clients_logo-img img {
    width: 100%;
    vertical-align: middle; }

.clients_logo-img_p {
  text-align: center;
  font-size: 12px;
  font-family: "FuturaPTDemi", sans-serif;
  color: #041750;
  text-transform: uppercase; }

.clients_logo-text {
  font-size: 18px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  text-align: center;
  display: block;
  padding-bottom: 26px; }

.clients_logo-block-item {
  height: 75px;
  border: 1px solid #b7b7b7; }

.b_text-item {
  text-align: center;
  font-size: 14px;
  font-family: "FuturaPTBook", sans-serif;
  color: #222222;
  padding: 5px; }

.clients_logo-block-item {
  margin-bottom: 3px;
  display: block; }

.clients_logo-block-item-cont {
  display: inline-block;
  vertical-align: top;
  width: 98%; }

.clients_logo-block-items {
  overflow: hidden;
  text-align: center; }
  .clients_logo-block-items .owl-stage-outer .owl-stage .owl-item {
    float: left;
    position: relative; }

.button-owl {
  text-align: center; }
  .button-owl .button-l {
    display: inline-block;
    cursor: pointer;
    padding: 10px; }

.margin-con {
  margin-bottom: 55px; }

.button_1 {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  text-align: center;
  margin: 0 auto; }

.button_1-left {
  left: 45%; }

.button_1-right {
  right: 45%; }

.partners__slider_2 .owl-nav div {
  text-align: center; }

.history_info-file {
  display: inline-block;
  width: 50%;
  margin-right: -5px;
  vertical-align: middle; }
  .history_info-file:last-child {
    margin: 0; }
  .history_info-file a {
    margin-right: 8px; }
    .history_info-file a:last-child {
      margin: 0; }
    .history_info-file a i:before {
      font-family: "font-awesome-4.7.0"; }

.download {
  text-align: right; }
  .download i:before {
    font-family: "font-awesome-4.7.0"; }
  .download a {
    color: #525252;
    text-decoration: none; }

.history_info {
  background-image: url("../img/h_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.history_info-text p {
  font-size: 14px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  line-height: 1.286; }

.history_info-text img {
  width: 33.33333%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: top; }

.share {
  margin-top: 25px;
  margin-bottom: 25px; }

.share_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  margin-right: 10px; }

.share_links {
  display: inline-block;
  vertical-align: middle; }
  .share_links a {
    display: inline-block;
    margin-right: 3px;
    color: #525252; }
    .share_links a:last-child {
      margin: 0; }
    .share_links a i:before {
      font-family: "font-awesome-4.7.0"; }

.news_photo {
  width: 55%;
  overflow: hidden;
  float: left;
  margin-bottom: 35px;
  margin-right: 35px; }
  .news_photo img {
    width: 100%; }

.news_text p {
  font-size: 14px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  line-height: 1.286; }

.news_header {
  width: 80%;
  margin-right: -5px;
  font-size: 22px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #525252;
  display: inline-block;
  vertical-align: middle; }
  .news_header:last-child {
    margin: 0; }

.download_w {
  width: 20%; }

.news_header-cont {
  width: 41.4%;
  float: right;
  margin-bottom: 35px; }

.new_category {
  background-image: url("../img/new_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.new-cat-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  margin-bottom: 10px; }

.new-item_img {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  margin-right: -5px; }
  .new-item_img img {
    width: 100%; }

.new-item_text {
  display: inline-block;
  vertical-align: middle;
  width: 80%; }

.new-item_text-header a {
  font-size: 14px;
  font-family: "FuturaPTMedium", sans-serif;
  text-decoration: none;
  color: #525252;
  text-transform: uppercase; }

.new-item_text-title {
  font-size: 12px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  line-height: 1.417; }

.new-item_text_de {
  font-size: 14px;
  font-family: "FuturaPTLight", sans-serif;
  color: #525252;
  line-height: 1.214; }

.new-item_text-link a {
  font-size: 12px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #2467a7;
  line-height: 1.417;
  text-decoration: none; }
  .new-item_text-link a i:before {
    font-family: "font-awesome-4.7.0"; }

.padding-left {
  padding-left: 10px;
  padding-right: 10px; }

.pagin {
  display: block;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 80px; }
  .pagin ul li {
    display: inline-block; }
    .pagin ul li a {
      font-size: 18px;
      font-family: "FuturaPTBook", sans-serif;
      color: #525252;
      text-decoration: none; }

.pac-active {
  color: #525252 !important;
  font-size: 25px !important;
  font-family: "FuturaPTHeavy", sans-serif !important; }

.ordering {
  background-image: url("../img/o_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.ordering-item {
  width: 50%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle; }
  .ordering-item:last-child {
    margin: 0; }

.ord_img {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }
  .ord_img:before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 1px;
    background-color: #dadada; }
  .ord_img .ord_item-text {
    position: absolute;
    top: 0;
    font-size: 26px;
    font-family: "FuturaPTMedium", sans-serif;
    color: #fefefe;
    text-shadow: 0 0 6px #333333; }

.ord_form-item-text {
  font-size: 15px;
  font-family: "FuturaPTBook", sans-serif;
  color: #3a3a3a;
  line-height: 1.533; }

.ord_form-item {
  max-width: 320px;
  margin: 0 auto;
  margin-top: 13px;
  position: relative; }
  .ord_form-item input, .ord_form-item textarea {
    width: -webkit-calc( 100% - 22px);
    width: calc( 100% - 22px);
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    border: 1px solid #acacac;
    height: 30px;
    font-size: 15px;
    font-family: "FuturaPTBook", sans-serif;
    color: #3a3a3a; }
  .ord_form-item textarea {
    height: 50px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px; }

.goods {
  background-image: url("../img/goods_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.br-mod {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -5px; }

.filter-mod {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right; }

.f_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  margin-right: 14px; }

.partners__slider_index {
  margin-bottom: 55px !important; }

.f_links {
  display: inline-block;
  vertical-align: middle; }
  .f_links a {
    font-family: "FuturaPTBook", sans-serif;
    color: #2467a7;
    display: inline-block;
    vertical-align: middle; }
    .f_links a i {
      height: 32px;
      border: 1px solid #2467a7;
      padding-left: 10px;
      padding-right: 10px; }
      .f_links a i:before {
        font-family: "font-awesome-4.7.0";
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        position: relative;
        vertical-align: middle;
        display: block; }

.goods_items {
  margin-top: 85px; }

.goods_item {
  display: inline-block;
  vertical-align: top; }

.padding-one {
  padding-right: 15px; }

.goods_item-35 {
  width: 25%;
  margin-right: -5px; }
  .goods_item-35 a {
    font-size: 18px;
    font-family: "FuturaPTBook", sans-serif;
    color: #525252;
    line-height: 1.167;
    text-decoration: none;
    margin-bottom: 23px;
    display: block; }
    .goods_item-35 a:hover {
      color: #2467a7; }

.goods_item-80 {
  width: 75%; }

.goods_item-active {
  font-family: "FuturaPTHeavy", sans-serif !important;
  color: #2467a7 !important; }

.goods_el {
  width: 50%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
  margin-bottom: 50px; }

.padding-l {
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: .25s all;
  transition: .25s all; }
  .padding-l:hover {
    -webkit-transition: .25s all;
    transition: .25s all; }
    .padding-l:hover .goods_el-img-hover {
      top: 0;
      -webkit-transition: .25s all;
      transition: .25s all; }

.goods_el-img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }
  .goods_el-img img {
    width: 100%;
    display: block; }

.goods_el-img-hover {
  position: absolute;
  top: -100%;
  height: 100%;
  -webkit-transition: .25s all;
  transition: .25s all;
  width: 100%; }

.goods_el-img-color {
  background-color: #000000;
  opacity: .45;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.button {
  position: relative;
  z-index: 2;
  text-align: center; }
  .button a {
    background-color: #2467a7;
    text-decoration: none;
    font-size: 14px;
    font-family: "FuturaPTMedium", sans-serif;
    color: white;
    padding: 18px 40px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 20px;
            border-radius: 20px; }

.goods_el-info {
  text-align: center; }

.goods_el-info-text_1 a {
  font-size: 18px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #525252;
  margin-top: 17px;
  display: block;
  text-decoration: none; }

.goods_el-info-text_2 {
  font-size: 18px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  margin-top: 17px; }

.goods_item-cats-i {
  padding-left: 15px; }

.pagin-mod {
  margin-top: 0;
  margin-bottom: 68px !important; }

.seo-content {
  background-image: url("../img/s_bg.jpg");
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  margin-top: 30px; }
  .seo-content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-family: "FuturaPTBook", sans-serif;
    color: #222222;
    line-height: 1.429; }

.line-pad-mod {
  padding: 0; }

.button-wi {
  position: absolute;
  display: none;
  top: 5%;
  background-color: #2469a7;
  padding: 10px;
  z-index: 999999999999;
  -webkit-transition: .25s all;
  transition: .25s all; }

.wi-op-1 {
  right: 0; }

.wi {
  font-size: 18px;
  font-family: "FuturaPTBook", sans-serif;
  color: #ffffff; }

.color {
  background-color: rgba(0, 0, 0, 0.49);
  top: 0;
  bottom: 0;
  left: 100%;
  position: fixed;
  -webkit-transition: .25s all;
  transition: .25s all;
  z-index: 999999999;
  right: 0; }

.color-active {
  left: 0 !important;
  -webkit-transition: .25s all;
  transition: .25s all; }

.sticky {
  overflow: hidden;
  top: 11% !important;
  right: 0;
  z-index: -2;
  opacity: 0; }

.wi-op-3 {
  padding: 5px 8px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  right: 3%;
  top: 2% !important;
  overflow: hidden;
  z-index: -2;
  opacity: 0; }

.s_active {
  right: 3%;
  position: fixed;
  z-index: 999999999999999;
  opacity: 1;
  display: block !important; }

.sen_active {
  right: 0% !important;
  z-index: -2;
  opacity: 0; }

.wi-3 i {
  font-size: 21px; }
  .wi-3 i:before {
    font-family: "font-awesome-4.7.0"; }

.product {
  background-image: url("../img/product_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.mr {
  margin-right: -5px; }
  .mr:last-child {
    margin: 0; }

.p_doc_item {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.slider-img {
  overflow: hidden; }
  .slider-img img {
    width: 100%;
    display: block; }

.slider-img-nav-item {
  width: 98%;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px; }
  .slider-img-nav-item img {
    width: 100%;
    display: block; }

.slider-img-nav {
  width: 71%;
  overflow: hidden;
  position: relative; }

.p_doc_item-slider {
  position: relative; }

.slider-bitton_right {
  position: absolute;
  bottom: 23px;
  right: 15%; }

.slider-img, .slider-img-nav {
  overflow: hidden; }
  .slider-img .owl-stage-outer .owl-stage .owl-item, .slider-img-nav .owl-stage-outer .owl-stage .owl-item {
    float: left; }
  .slider-img .owl-stage-outer .owl-stage .current .slider-img-nav-item, .slider-img-nav .owl-stage-outer .owl-stage .current .slider-img-nav-item {
    position: relative; }
    .slider-img .owl-stage-outer .owl-stage .current .slider-img-nav-item img, .slider-img-nav .owl-stage-outer .owl-stage .current .slider-img-nav-item img {
      position: relative; }
    .slider-img .owl-stage-outer .owl-stage .current .slider-img-nav-item:before, .slider-img-nav .owl-stage-outer .owl-stage .current .slider-img-nav-item:before {
      content: '';
      display: block;
      position: absolute;
      border: 3px solid #256da9;
      z-index: 8;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.slider-button__right, .slider-bitton_right {
  cursor: pointer; }
  .slider-button__right i, .slider-bitton_right i {
    font-size: 35px; }
    .slider-button__right i:before, .slider-bitton_right i:before {
      font-family: "font-awesome-4.7.0"; }

.product-info {
  margin-top: 40px; }

.product-info-item {
  font-size: 14px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  line-height: 1.214; }
  .product-info-item span {
    font-family: "FuturaPTHeavy", sans-serif; }

.p_oll {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px; }
  .p_oll:last-child {
    margin: 0; }

.p_article-header-text {
  width: 80%;
  font-size: 22px;
  font-family: "FuturaPTHeavy", sans-serif;
  color: #525252; }

.p_article-header-button {
  width: 20%; }

.padding-p {
  padding-left: 15px; }

.art_t {
  font-size: 14px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  width: 60%;
  margin-top: 20px; }

.art_price {
  font-family: "FuturaPTBold", sans-serif;
  color: #525252;
  font-size: 18px;
  margin-top: 20px; }

.art_text-info {
  margin-top: 40px; }
  .art_text-info p {
    font-size: 14px;
    font-family: "FuturaPTBook", sans-serif;
    color: #525252;
    line-height: 1.214; }
.art_text-info ul {
  font-size: 14px;
  font-family: "FuturaPTBook", sans-serif;
  color: #525252;
  line-height: 1.214;
  list-style: inherit;
  padding-left: 20px;
}
.line-pad-m {
  padding-top: 35px; }

.slider_owl-header {
  font-size: 20px;
  font-family: "FuturaPTMedium", sans-serif;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #222222; }

.slider_owl-items {
  overflow: hidden;
  margin-right: 60px; }
  .slider_owl-items .owl-stage-outer .owl-stage .owl-item {
    float: left; }

.slider_owl {
  position: relative; }

.rop {
  bottom: 40%;
  right: 0;
  position: absolute;
  cursor: pointer; }
  .rop i {
    font-size: 35px; }
    .rop i:before {
      font-family: "font-awesome-4.7.0"; }

.slider_owl-item {
  width: 95%;
  overflow: hidden;
  margin-right: 20px; }
  .slider_owl-item:last-child {
    margin: 0; }

.slider_owl-image a {
  text-decoration: none; }
  .slider_owl-image a img {
    display: block;
    width: 100%; }

.slider_owl-text {
  text-align: center;
  margin-top: 21px; }
  .slider_owl-text a {
    font-size: 14px;
    font-family: "FuturaPTHeavy", sans-serif;
    color: #525252;
    line-height: 1.5;
    text-decoration: none; }

.site-map {
  background-image: url("../img/o_bg.jpg");
  background-position: center;
  background-size: cover; }

.site-map_category {
  padding-left: 10px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .site-map_category ul {
    list-style-type: circle;
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px; }
    .site-map_category ul li {
      padding-top: 5px;
      padding-bottom: 5px; }
      .site-map_category ul li a {
        display: block;
        font-size: 13px;
        font-family: "FuturaPTBook", sans-serif;
        color: #525252;
        text-decoration: none;
        line-height: 1.188; }
        .site-map_category ul li a:hover {
          color: #2771ab; 

}

.owl-next i:before {
  font-family: "font-awesome-4.7.0"; }

.slider-img-nav-item {
  cursor: pointer; }

.category_new .category_new-cm {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  display: block; }
  .category_new .category_new-cm .category_new-cm_items_1 {
    width: 67%;
    display: inline-block;
    vertical-align: top;
    margin-right: -5px; }

.category__item_l {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  height: 300px; }

.category__item_g {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.category_new-cm_item_1_ml {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f1f1f3;
  overflow: hidden;
  vertical-align: top;
  height: 100%; }

.category__item_r {
  width: 37%;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px; }

.category__item_t {
  width: 63%;
  vertical-align: top;
  display: inline-block; }

.category_new-cm_items_2 {
  width: 33%;
  display: inline-block;
  vertical-align: top; }

.category__item_g, .category__item_r, .category__item_t {
  height: 300px; }

.category__item_u {
  height: 405px; }

.category__item_q {
  height: 195px; }

.line-l {
  margin-top: 15px; }

.filter-item_1 {
  display: inline-block; }

.f_button {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 32px; }
  .f_button .selectric-wrapper .selectric {
    background-color: transparent;
    border: 1px solid #2467a7;
    height: 32px; }
    .f_button .selectric-wrapper .selectric .label {
      text-align: left;
      font-size: 18px;
      font-family: "FuturaPTBook", sans-serif;
      color: #2467a7;
      vertical-align: middle;
      height: 32px;
      line-height: 1.8; }
    .f_button .selectric-wrapper .selectric .button {
      background-color: transparent;
      height: 32px; }
  .f_button .selectric-wrapper .selectric-items {
    background-color: #fff;
    border: 1px solid #2467a7;
    margin-top: -1px; }
    .f_button .selectric-wrapper .selectric-items .selectric-scroll ul .highlighted {
      background: #f0f4f9; }
  .f_button .selectric-items li {
    text-align: left;
    font-size: 18px;
    font-family: "FuturaPTBook", sans-serif;
    color: #2467a7;
    vertical-align: middle; }
    .f_button .selectric-items li:hover {
      background: #f0f4f9 !important; }

.image-source-link {
  color: #98C3D1; }

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.bg-color {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999999999999999; }

.massage {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: .20s all;
  transition: .20s all;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999999999999; }

.massage-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: .20s all;
  transition: .20s all; }

.error-massage-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: .20s all;
  transition: .20s all; }

.massage-items {
  width: 300px;
  min-height: 20px;
  background-color: #FFF;
  position: fixed;
  z-index: 9999999999999999;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  text-align: center; }

.massage-items {
  padding-top: 50px;
  padding-bottom: 50px; }

.massage-text {
  font-size: 28px;
  font-family: "FuturaPTBook", sans-serif;
  color: #2467a7; }

.massage-text_p {
  margin-top: 10px; 
  font-size: 12px;
  font-family: "FuturaPTBook", sans-serif;
  color: #888888; }

.padding_m {
  padding-left: 10px;
  padding-right: 10px; }

.massage-close {
  cursor: pointer;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9999999999999999;
  margin-top: 20px;
  margin-right: 10px;
  display: block; }
  .massage-close i {
    color: #888888;
    font-size: 18px;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 50px;
            border-radius: 50px; }

.has-error {
  border-color: #e80f41;
  background: rgba(255, 0, 0, 0.1);
  -webkit-transition: all .20s;
  transition: all .20s; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.text-valid {
  opacity: 0;
  -webkit-transition: all .20s;
  transition: all .20s; }

.text-valid-active {
  opacity: 1 !important;
  -webkit-transition: all .20s;
  transition: all .20s; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?qa76gl");
  src: url("fonts/icomoon.eot?qa76gl#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qa76gl") format("truetype"), url("fonts/icomoon.woff?qa76gl") format("woff"), url("fonts/icomoon.svg?qa76gl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ic-user-new:before {
  content: "\e904"; }

.ic-fi:before {
  content: "\e905"; }

.ic-video-open:before {
  content: "\e902"; }

.ic-video-close:before {
  content: "\e903"; }

.ic-close:before {
  content: "\e901"; }

.ic-car:before {
  content: "\e900"; }

.ic-user:before {
  content: "\1f323";
  color: #959595; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*======================================
  Selectric v1.12.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

* {
  margin: 0;
  padding: 0; }

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 18px; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  -webkit-border-radius: 0 9px 9px 0;
          border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  -webkit-border-radius: 9px 0 0 9px;
          border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon2.open span:nth-child(6) {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  top: 29px; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px; }

#nav-icon3 span:nth-child(4) {
  top: 36px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

@media only screen and (max-width: 1200px) {
  .category__item .category-text-header-h2 .category-text-h2 {
    font-size: 2vw; }
  .category__item .category-text-header-h2 .category-text-h3 {
    font-size: 1.8vw; }
  .category__item .category-text-p {
    font-size: 1.16vw; }
  .header-menu_line {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 1010px) {
  .w-33 {
    width: 33%;
    display: block; }
  .w-24 {
    width: 24%;
    display: block; }
  .w-43 {
    width: 42%;
    display: block; }
  .clients_logo-item {
    width: 15%; }
  .news_header-cont {
    width: 40%;
    display: block; } }

@media only screen and (max-width: 968px) {
  .header-menu-container {
    padding: 0 !important; }
  .category__item .category-text-header-h2 .category-text-h2 {
    font-size: 18px !important; }
  .category__item .category-text-header-h2 .category-text-h3 {
    font-size: 15px !important; }
  .category__item .category-text-p {
    font-size: 12px; }
  .category__item .category__block .text-c {
    font-size: 18px; }
  h1 {
    font-size: 35px; }
  .header .header-menu .header-menu_line .header-menu-container {
    padding-top: 30px;
    padding-bottom: 30px; }
    .header .header-menu .header-menu_line .header-menu-container li a {
      font-size: 12px; }
  .posit .logo .show {
    width: 100px;
    height: 100px; }
    .posit .logo .show img {
      width: 100%; }
  .g_screen .g_banner-text p {
    font-size: 16px; }
  .category__item .category__block .img-rotate {
    height: 100%; }
    .category__item .category__block .img-rotate img {
      height: 100% !important; }
  .w-33 {
    width: 33%; }
  .w-24 {
    width: 24%; }
  .w-43 {
    width: 42%; }
  .hover-menu_active_2, .hover-menu_active_1 {
    top: 75px !important; }
  .menu .menu-items .menu-item {
    width: 30%; }
  .footer .footer-items .footer-item .footer-item-mail .button-mail button {
    padding: 10px;
    font-size: 12px; }
  .footer .footer-items .footer-item .footer-item-mail .input {
    width: 130px; }
  .footer .footer-items .footer-item .footer-item-mail:after {
    width: 130px; }
  .slider_owl-text a {
    font-size: 12px; } }

@media only screen and (max-width: 895px) {
  .slider-bitton_right {
    right: 5%; }
  #rop {
    right: 0; } }

@media only screen and (max-width: 825px) {
  .header-menu-container li {
    margin: 0; }
  .category__item .category-text-p {
    margin-top: 18px; }
  .header .header-menu .header-menu_line .header-menu-container li a {
    font-size: 11px; }
  .slider-bitton_right {
    right: 0%; } }

@media only screen and (max-width: 768px) {
  .d_hidden {
    overflow-x: hidden;
    height: auto; }
  .info_elements p {
    width: 100% !important;
    margin-bottom: 15px; }
  .footer .footer-items .footer-item {
    width: 100%; }
  .info .info_elements p {
    padding: 0; }
  .header .header-top__line .header-top__line-buttons .header-top__line-buttons-lang {
    display: block;
    text-align: center; }
  .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav {
    display: block;
    text-align: center;
    float: none;
    padding-top: 15px;
    padding-bottom: 15px; }
    .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__line-buttons-nav-link {
      display: block; }
      .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__line-buttons-nav-link a {
        margin-right: 10px;
        font-size: 12px; }
        .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__line-buttons-nav-link a:last-child {
          margin: 0; }
    .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__search {
      margin-top: 10px; }
      .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__search input {
        width: 200px; }
      .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__search:after {
        width: 200px; }
  .header-menu_line .header-menu-container {
    display: none !important; }
  .header .header-menu {
    z-index: 3; }
    .header .header-menu .header-menu_line {
      height: 50px; }
  .menu {
    display: none; }
  .header-menu_line, .menu-scroll {
    display: none; }
  .mob-b {
    display: block;
    position: relative; }
    .mob-b .menu-scroll {
      display: block; }
  .mob-b .mob-b_line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .menu-scroll {
    top: 6px; }
  .menu-scroll-abs #sandwich {
    margin: 0; }
  .info {
    background-image: none; }
  .modal-window-border {
    display: none; }
  .modal-window__container {
    max-width: 300px; }
  .modal-window-item {
    width: 100%;
    margin: 0;
    height: 420px; }
  .md-input {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    position: relative; }
  .form-element-input textarea {
    height: 38px; }
  .op_p {
    font-size: 150px;
    margin-top: 50px; }
  .error-link {
    font-size: 18px;
    margin-top: 19px; }
  .error-mas_1, .error-mas_2 {
    font-size: 30px; }
  .contacts-info__item {
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 35px; }
    .contacts-info__item .padding-right {
      padding: 0; }
  .news_photo {
    width: 45%; }
  .news_header-cont {
    width: 47%;
    margin-bottom: 20px; }
  .download_w {
    margin-top: 10px; }
  .news_header {
    font-size: 18px;
    width: 100%;
    display: block; }
  .download {
    width: 100%;
    display: block; }
  .new-item_text-header a {
    font-size: 12px; }
  .new-item_text-title {
    font-size: 10px; }
  .new-item_text_de {
    font-size: 11px; }
  .new-item_text-link a {
    font-size: 11px; }
  .dis-N {
    display: none; }
  .ordering-item {
    width: 100%;
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .goods_item-35 {
    position: fixed;
    z-index: 1000000000;
    background-color: #fff;
    left: -100%;
    width: 40%;
    top: 0;
    overflow-y: scroll;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: 0; }
  .goods_item-35_active {
    left: 0 !important;
    -webkit-transition: .25s all;
    transition: .25s all; }
  .goods_item-80 {
    width: 100%; }
  .goods_item-cats-i {
    padding: 0; }
  .button-wi {
    -webkit-transition: .25s all;
    transition: .25s all;
    display: block;
    top: 12%; }
  .wi-op-1_act {
    right: -100% !important; }
  .wi-op-3_act {
    right: -100% !important; }
  .button-wi-active {
    right: -100% !important;
    -webkit-transition: 0 .25s all;
    transition: 0 .25s all;
    position: absolute !important; }
  .wi-op-2 {
    left: -100%;
    padding-left: 11px !important;
    padding-right: 11px !important; }
  .wi-op-2-active {
    left: 40% !important;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    top: 5% !important;
    position: fixed; }
  .wi-2 {
    height: 18px !important; }
  .br-mod {
    width: 100%;
    margin: 0;
    display: block;
    padding-bottom: 20px; }
  .filter-mod {
    width: 100%;
    display: block;
    text-align: left;
    padding-bottom: 30px; }
  .goods_items {
    margin-top: 30px; }
  .f_text {
    font-size: 15px;
    margin-right: 1%; }
  .f_button {
    margin-right: 1%; }
    .f_button a {
      font-size: 15px; }
  .slider-bitton_right i {
    font-size: 30px; }
  .slider-img-nav {
    width: 85%; }
  .slider-bitton_right {
    bottom: 6%; }
  #rop {
    bottom: 40%; }
  .br_omt {
    padding-top: 75px; }
  .category_new-cm_items_1 {
    width: 100%; }
  .category__item {
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }
  .category__item .category__block {
    text-align: left; }
  .category_new-cm {
    height: auto; }
  .category-text-p {
    font-size: 14px; }
  .category_new-cm_items_1 {
    width: 100%	!important; }
  .category_new-cm_items_2 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .filter-item_1 {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important; }
  .posit .logo .show {
    width: 80px;
    height: 80px; }
    .posit .logo .show img {
      width: 100%; }
  h1 {
    font-size: 26px; }
  .w-33 {
    width: 100%; }
  .w-24 {
    width: 100%; }
  .w-43 {
    width: 100%; }
  .category__item .category-text-header-h2 .category-text-h2 {
    font-size: 20px; }
  .category__item .category-text-header-h2 .category-text-h3 {
    font-size: 18px; }
  .category__item .category-text-p {
    font-size: 12px; }
  .category__item .category__block .img-rotate img {
    width: 100% !important;
    height: auto !important; }
  .hig, .hig-2 {
    height: auto; }
  .category__items-text {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 50px;
    padding-bottom: 50px;
    top: 0;
    position: relative; }
  .h_button {
    height: auto; }
  .category__item img {
    width: 100%; }
  .category__block .text-c {
    bottom: 50% !important; }
  .footer .footer-items .footer-item .footer-item-mail .button-mail button {
    padding: 10px; }
  .scroll-menu ul li a {
    font-size: 17px; }
  .error-con, .error-content {
    text-align: center; }
  .op_p {
    margin: 0;
    font-size: 110px; }
  .contacts-banner {
    height: 190px; }
  .banner-text {
    font-size: 40px; }
  .button_1-left {
    left: 35%;
    padding: 5px; }
  .button_1-right {
    right: 35%;
    padding: 5px; }
  .history_info-text img {
    display: block;
    width: 70%;
    margin: 0 auto 5px auto; }
  .clients-info_header-text {
    font-size: 16px; }
  .news_photo {
    float: none; }
  .news_header {
    width: 80%;
    display: inline-block; }
  .news_header-cont {
    float: none;
    width: 100%;
    margin-top: 20px; }
  .download_w {
    width: 20%;
    display: inline-block; }
  .news_photo {
    width: 85%;
    margin: 0 auto; }
  .new-cat-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px; }
  .goods_el-info-text_1 {
    font-size: 14px; }
  .goods_el-info-text_2 {
    font-size: 14px; }
  .goods_el {
    margin-bottom: 30px; }
  .button a {
    padding: 11px 20px; }
  div.goods_item-35 {
    width: 75% !important; }
  .wi-op-2-active {
    left: 75% !important; }
  .p_doc_item {
    width: 100%;
    display: block;
    margin-top: 20px; }
  .padding-p {
    padding: 0; } }

@media only screen and (max-width: 350px) {
  .goods_el {
    width: 100%;
    display: block; } }

@media only screen and (max-height: 480px) {
  .br_omt {
    padding-top: 75px !important; }
  .g_screen {
    height: 80%; }
    .g_screen .container {
      top: 60%; }
  .error {
    height: 140%; }
  .modal-window__container {
    max-width: 300px;
    overflow-x: scroll;
    height: 100%; }
  .contacts-info__header-text {
    font-size: 20px; }
  .rec {
    font-size: 14px; }
  .item-fa {
    font-size: 15px; }
  .br {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media only screen and (max-height: 320px) {
  /**/ }

@media only screen and (max-width: 1200px) {
  .category__item .category-text-header-h2 .category-text-h2 {
    font-size: 2vw; }
  .category__item .category-text-header-h2 .category-text-h3 {
    font-size: 1.8vw; }
  .category__item .category-text-p {
    font-size: 1.16vw; } }

@media only screen and (max-width: 1010px) {
  .w-33 {
    width: 33%;
    display: block; }
  .w-24 {
    width: 24%;
    display: block; }
  .w-43 {
    width: 42%;
    display: block; }
  .clients_logo-item {
    width: 15%; }
  .news_header-cont {
    width: 40%;
    display: block; } }

@media only screen and (max-width: 968px) {
  h1 {
    font-size: 35px; }
  .header .header-menu .header-menu_line .header-menu-container {
    padding-top: 30px;
    padding-bottom: 30px; }
    .header .header-menu .header-menu_line .header-menu-container li a {
      font-size: 12px; }
  .posit .logo .show {
    width: 100px;
    height: 100px; }
    .posit .logo .show img {
      width: 100%; }
  .g_screen .g_banner-text p {
    font-size: 16px; }
  .category__item .category__block .img-rotate {
    height: 100%; }
    .category__item .category__block .img-rotate img {
      height: 100% !important; }
  .w-33 {
    width: 33%; }
  .w-24 {
    width: 24%; }
  .w-43 {
    width: 42%; }
  .hover-menu_active_2, .hover-menu_active_1 {
    top: 75px !important; }
  .menu .menu-items .menu-item {
    width: 30%; }
  .footer .footer-items .footer-item .footer-item-mail .button-mail button {
    padding: 10px;
    font-size: 12px; }
  .footer .footer-items .footer-item .footer-item-mail .input {
    width: 130px; }
  .footer .footer-items .footer-item .footer-item-mail:after {
    width: 130px; }
  .slider_owl-text a {
    font-size: 12px; } }

@media only screen and (max-width: 895px) {
  .slider-bitton_right {
    right: 5%; }
  #rop {
    right: 0; } }

@media only screen and (max-width: 825px) {
  .header .header-menu .header-menu_line .header-menu-container li a {
    font-size: 11px; }
  .slider-bitton_right {
    right: 0%; } }

@media only screen and (max-width: 768px) {
  .filter-item_1 {
    display: inline-block;
    width: 50%;
    margin-right: -5px; }
    .filter-item_1:last-child {
      margin: 0; }
  .category__item_g, .category__item_r, .category__item_t {
    height: auto; }
  .category__item_u {
    height: auto; }
  .category__item_q {
    height: auto; }
  .d_hidden {
    overflow-x: hidden;
    height: auto; }
  .info_elements p {
    width: 100% !important;
    margin-bottom: 15px; }
  .footer .footer-items .footer-item {
    width: 100%; }
  .info .info_elements p {
    padding: 0; }
  .header .header-top__line .header-top__line-buttons .header-top__line-buttons-lang {
    display: block;
    text-align: center; }
  .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav {
    display: block;
    text-align: center;
    float: none;
    padding-top: 15px;
    padding-bottom: 15px; }
    .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__line-buttons-nav-link {
      display: block; }
      .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__line-buttons-nav-link a {
        margin-right: 10px;
        font-size: 12px; }
        .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__line-buttons-nav-link a:last-child {
          margin: 0; }
    .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__search {
      margin-top: 10px; }
      .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__search input {
        width: 200px; }
      .header .header-top__line .header-top__line-buttons .header-top__line-buttons-nav .header-top__search:after {
        width: 200px; }
  .header-menu_line .header-menu-container {
    display: none !important; }
  .header .header-menu {
    z-index: 3; }
    .header .header-menu .header-menu_line {
      height: 50px; }
  .menu {
    display: none; }
  .header-menu_line, .menu-scroll {
    display: none; }
  .mob-b {
    display: block;
    position: relative; }
    .mob-b .menu-scroll {
      display: block; }
  .mob-b .mob-b_line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .menu-scroll {
    top: 6px; }
  .menu-scroll-abs #sandwich {
    margin: 0; }
  .info {
    background-image: none; }
  .modal-window-border {
    display: none; }
  .modal-window__container {
    max-width: 300px; }
  .modal-window-item {
    width: 100%;
    margin: 0;
    height: 420px; }
  .md-input {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    position: relative; }
  .form-element-input textarea {
    height: 38px; }
  .op_p {
    font-size: 150px;
    margin-top: 50px; }
  .error-link {
    font-size: 18px;
    margin-top: 19px; }
  .error-mas_1, .error-mas_2 {
    font-size: 30px; }
  .contacts-info__item {
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 35px; }
    .contacts-info__item .padding-right {
      padding: 0; }
  .news_photo {
    width: 45%; }
  .news_header-cont {
    width: 47%;
    margin-bottom: 20px; }
  .download_w {
    margin-top: 10px; }
  .news_header {
    font-size: 18px;
    width: 100%;
    display: block; }
  .download {
    width: 100%;
    display: block; }
  .new-item_text-header a {
    font-size: 12px; }
  .new-item_text-title {
    font-size: 10px; }
  .new-item_text_de {
    font-size: 11px; }
  .new-item_text-link a {
    font-size: 11px; }
  .dis-N {
    display: none; }
  .ordering-item {
    width: 100%;
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .goods_item-35 {
    position: fixed;
    z-index: 1000000000;
    background-color: #fff;
    left: -100%;
    width: 40%;
    top: 0;
    overflow-y: scroll;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: 0; }
  .goods_item-35_active {
    left: 0 !important;
    -webkit-transition: .25s all;
    transition: .25s all; }
  .goods_item-80 {
    width: 100%; }
  .goods_item-cats-i {
    padding: 0; }
  .button-wi {
    -webkit-transition: .25s all;
    transition: .25s all;
    display: block;
    top: 12%; }
  .wi-op-1_act {
    right: 0 !important;
    opacity: 0;
    z-index: -2; }
  .wi-op-3_act {
    right: 0 !important;
    z-index: -1;
    opacity: 0; }
  .button-wi-active {
    right: 0% !important;
    -webkit-transition: .25s all;
    transition: .25s all;
    z-index: -2;
    opacity: 0;
    position: absolute !important; }
  .wi-op-2 {
    left: -100%;
    padding-left: 11px !important;
    padding-right: 11px !important; }
  .wi-op-2-active {
    left: 40% !important;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    top: 5% !important;
    position: fixed; }
  .wi-2 {
    height: 18px !important; }
  .br-mod {
    width: 100%;
    margin: 0;
    display: block;
    padding-bottom: 20px; }
  .filter-mod {
    width: 100%;
    display: block;
    text-align: left;
    padding-bottom: 30px; }
  .goods_items {
    margin-top: 30px; }
  .f_text {
    font-size: 15px;
    margin-right: 1%; }
  .f_button {
    margin-right: 1%; }
    .f_button a {
      font-size: 15px; }
  .slider-bitton_right i {
    font-size: 30px; }
  .slider-img-nav {
    width: 85%; }
  .slider-bitton_right {
    bottom: 6%; }
  #rop {
    bottom: 40%; }
  .br_omt {
    padding-top: 75px; } }

@media only screen and (max-width: 480px) {
  .posit .logo .show {
    width: 80px;
    height: 80px; }
    .posit .logo .show img {
      width: 100%; }
  h1 {
    font-size: 26px; }
  .w-33 {
    width: 100%; }
  .w-24 {
    width: 100%; }
  .w-43 {
    width: 100%; }
  .category__item .category-text-header-h2 .category-text-h2 {
    font-size: 20px; }
  .category__item .category-text-header-h2 .category-text-h3 {
    font-size: 18px; }
  .category__item .category-text-p {
    font-size: 12px; }
  .category__item .category__block .img-rotate img {
    width: 100% !important;
    height: auto !important; }
  .hig, .hig-2 {
    height: auto; }
  .category__items-text {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 50px;
    padding-bottom: 50px;
    top: 0;
    position: relative; }
  .h_button {
    height: auto; }
  .category__item img {
    width: 100%; }
  .category__block .text-c {
    bottom: 50% !important; }
  .footer .footer-items .footer-item .footer-item-mail .button-mail button {
    padding: 10px; }
  .scroll-menu ul li a {
    font-size: 17px; }
  .error-con, .error-content {
    text-align: center; }
  .op_p {
    margin: 0;
    font-size: 110px; }
  .contacts-banner {
    height: 190px; }
  .banner-text {
    font-size: 40px; }
  .button_1-left {
    left: 35%;
    padding: 5px; }
  .button_1-right {
    right: 35%;
    padding: 5px; }
  .history_info-text img {
    display: block;
    width: 70%;
    margin: 0 auto 5px auto; }
  .clients-info_header-text {
    font-size: 16px; }
  .news_photo {
    float: none; }
  .news_header {
    width: 80%;
    display: inline-block; }
  .news_header-cont {
    float: none;
    width: 100%;
    margin-top: 20px; }
  .download_w {
    width: 20%;
    display: inline-block; }
  .news_photo {
    width: 85%;
    margin: 0 auto; }
  .new-cat-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px; }
  .goods_el-info-text_1 {
    font-size: 14px; }
  .goods_el-info-text_2 {
    font-size: 14px; }
  .goods_el {
    margin-bottom: 30px; }
  .button a {
    padding: 11px 20px; }
  div.goods_item-35 {
    width: 75% !important; }
  .wi-op-2-active {
    left: 75% !important; }
  .p_doc_item {
    width: 100%;
    display: block;
    margin-top: 20px; }
  .padding-p {
    padding: 0; }
  .category_new-cm_items_1 {
    width: 100%; }
  .category__item {
    width: 100%; }
  .category_new-cm {
    height: auto; }
  .category_new-cm_items_1 {
    width: 100%	!important; }
  .category_new-cm_items_2 {
    width: 100%; } }

@media only screen and (max-width: 350px) {
  .goods_el {
    width: 100%;
    display: block; } }

@media only screen and (max-height: 480px) {
  .scroll-menu {
    overflow-y: scroll; }
  .br_omt {
    padding-top: 75px !important; }
  .g_screen {
    height: 80%; }
    .g_screen .container {
      top: 60%; }
  .error {
    height: 140%; }
  .modal-window__container {
    max-width: 300px;
    overflow-x: scroll;
    height: 100%; }
  .contacts-info__header-text {
    font-size: 20px; }
  .rec {
    font-size: 14px; }
  .item-fa {
    font-size: 15px; }
  .br {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media only screen and (max-height: 320px) {
  /**/ }
