@charset "UTF-8";
/*!
Theme Name: finnmaster
Author: Виталий.Н
Author URI: https://inmark.com.ua/
Description: Тема для сайта Finnmaster
Version: 1.0.0
Text Domain: finnmaster

*/
/**
 * Основные стили
**/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap");
* {
  padding: 0;
  margin: 0; }

html {
  font-size: 16px;
  height: 100%;
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

body {
  background-color: #F1F1F1;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  min-width: 320px; }

.mb-4 {
  margin-bottom: 30px !important; }

a {
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:focus {
    outline: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #292725;
  font-weight: 700;
  margin-bottom: 20px; }

h1, .h1 {
  margin-bottom: 60px; }

h1, h3, h4, .h1, .h3, .h4 {
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 320px) {
    h1, h3, h4, .h1, .h3, .h4 {
      font-size: 18px; } }
  @media (min-width: 1201px) {
    h1, h3, h4, .h1, .h3, .h4 {
      font-size: 24px; } }
  @media (max-width: 1200px) and (min-width: 321px) {
    h1, h3, h4, .h1, .h3, .h4 {
      font-size: calc(18px + 6 * (100vw - 320px) / 790); } }
  h1:after, h3:after, h4:after, .h1:after, .h3:after, .h4:after {
    content: "";
    background-color: #22B70A;
    display: block;
    margin: 10px auto 0;
    height: 3px;
    width: 119px; }

h4 {
  text-transform: none;
  margin-bottom: 58px; }

.form-control::-webkit-input-placeholder {
  color: #bbb; }

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #bbb; }

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #bbb; }

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #bbb; }

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #bbb; }

/* Microsoft Edge */
:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

button:focus, .form-control:focus {
  box-shadow: none;
  outline: none; }

.nobg {
  background-color: transparent !important; }

.list-group-numbered {
  list-style: decimal inside; }

.btn {
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  max-width: 239px;
  padding: 21.5px 10px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn:focus {
    box-shadow: none;
    outline: none; }

.btn-or {
  background-color: #F87213;
  border: 1px solid #F87213;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 22px; }
  .btn-or:hover {
    background-color: #22B70A;
    border-color: #22B70A;
    color: #fff; }

.btn-green {
  background-color: #22B70A;
  border: 1px solid #22B70A;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 17px; }
  .btn-green:hover {
    background-color: #F87213;
    border-color: #F87213;
    color: #fff; }

.btn-black {
  background-color: #292725;
  border: 1px solid #292725;
  color: #fff;
  max-width: 198px; }
  .btn-black:hover {
    background-color: #22B70A;
    border-color: #22B70A;
    color: #fff; }

.btn-more:after {
  content: url("img/more-icon.svg");
  margin-left: 10px; }

.readmore {
  color: #F87213;
  margin-top: 20px; }
  .readmore .more-icon {
    fill: #F87213;
    display: inline-block;
    margin-left: 5px;
    height: 19px;
    width: 19px; }
  .readmore:hover {
    color: #22B70A;
    text-decoration: none; }
    .readmore:hover .more-icon {
      fill: #22B70A; }

#btn-mobmenu {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding: 11px 0;
  background-color: transparent;
  border: 0; }
  #btn-mobmenu img {
    margin-right: 10px;
    width: 30px; }

.content, .white {
  background-color: #fff;
  padding-bottom: 1px; }
  .content ul, .white ul {
    list-style: inside; }

.bootstrap-select .dropdown-menu ul {
  list-style: none; }

.wrap-breadcrumbs {
  color: #F87213;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  padding: 26px 0; }
  .wrap-breadcrumbs a {
    color: #292725; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(43, 42, 41, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ff8a37; }

.wrap-video {
  position: relative;
  max-width: 810px;
  margin: 0 auto; }
  .wrap-video:before {
    content: "";
    background-color: rgba(248, 114, 19, 0.76);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .wrap-video .play-button {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    z-index: 2; }

.form-control {
  border-radius: 0;
  font-size: 14px;
  height: 56px; }

.form-row {
  margin-right: -15px;
  margin-left: -15px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px; }

.btn-submit {
  font-size: 16px;
  padding: 15px 10px;
  line-height: 20px; }
  .btn-submit .email-icon {
    fill: #fff;
    margin-right: 16px;
    height: 14px;
    width: 20px; }

.bootstrap-select > .dropdown-toggle {
  padding: 16.5px 10px;
  max-width: 100%; }
  .bootstrap-select > .dropdown-toggle:after {
    content: "";
    cursor: pointer;
    display: inline-block;
    border-top: transparent;
    border-left: transparent;
    border-right: 2px solid #F87213;
    border-bottom: 2px solid #F87213;
    height: 7px;
    width: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 6px;
    margin-top: -5px; }

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  background-color: #fff;
  color: #212529; }

.bootstrap-select .dropdown-menu li:focus {
  outline: none; }

.bootstrap-select .dropdown-menu li a:focus {
  outline: none; }

.fancybox-thumbs {
  background-color: #0f0f11; }

.fancybox-thumbs__list a::before {
  border: 2px solid #F87213; }

.pagination {
  margin-top: 40px;
  margin-bottom: 82px; }
  .pagination .nav-links {
    text-align: center;
    width: 100%; }
    .pagination .nav-links a, .pagination .nav-links span {
      font-size: 16px;
      color: #292725;
      background-color: #F1F1F1;
      display: inline-block;
      margin: 0 5px 4px;
      line-height: 39px;
      text-align: center;
      -webkit-transition: all .3s;
      transition: all .3s;
      height: 39px;
      width: 39px; }
      .pagination .nav-links a:hover, .pagination .nav-links a.current, .pagination .nav-links span:hover, .pagination .nav-links span.current {
        color: #fff;
        background-color: #22B70A;
        text-decoration: none;
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
    .pagination .nav-links .next {
      margin-right: 0; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #fff; }

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important; }

.single .header, .tax-brands .header, .page-template-about .header, .page-template-history .header, .page-template-career .header, .page-template-training .header, .page-template-dealers .header, .page-template-help .header {
  background-size: cover;
  background-position: center; }
  .single .header .wrap-breadcrumbs, .tax-brands .header .wrap-breadcrumbs, .page-template-about .header .wrap-breadcrumbs, .page-template-history .header .wrap-breadcrumbs, .page-template-career .header .wrap-breadcrumbs, .page-template-training .header .wrap-breadcrumbs, .page-template-dealers .header .wrap-breadcrumbs, .page-template-help .header .wrap-breadcrumbs {
    margin-bottom: 69px; }
    .single .header .wrap-breadcrumbs a, .tax-brands .header .wrap-breadcrumbs a, .page-template-about .header .wrap-breadcrumbs a, .page-template-history .header .wrap-breadcrumbs a, .page-template-career .header .wrap-breadcrumbs a, .page-template-training .header .wrap-breadcrumbs a, .page-template-dealers .header .wrap-breadcrumbs a, .page-template-help .header .wrap-breadcrumbs a {
      color: #fff; }
  .single .header .top, .tax-brands .header .top, .page-template-about .header .top, .page-template-history .header .top, .page-template-career .header .top, .page-template-training .header .top, .page-template-dealers .header .top, .page-template-help .header .top {
    background-color: transparent; }
  .single .header h1, .tax-brands .header h1, .page-template-about .header h1, .page-template-history .header h1, .page-template-career .header h1, .page-template-training .header h1, .page-template-dealers .header h1, .page-template-help .header h1 {
    color: #fff;
    line-height: 120%;
    margin-bottom: 164px;
    text-align: left;
    text-transform: none; }
    @media (max-width: 320px) {
      .single .header h1, .tax-brands .header h1, .page-template-about .header h1, .page-template-history .header h1, .page-template-career .header h1, .page-template-training .header h1, .page-template-dealers .header h1, .page-template-help .header h1 {
        font-size: 35px; } }
    @media (min-width: 1201px) {
      .single .header h1, .tax-brands .header h1, .page-template-about .header h1, .page-template-history .header h1, .page-template-career .header h1, .page-template-training .header h1, .page-template-dealers .header h1, .page-template-help .header h1 {
        font-size: 52px; } }
    @media (max-width: 1200px) and (min-width: 321px) {
      .single .header h1, .tax-brands .header h1, .page-template-about .header h1, .page-template-history .header h1, .page-template-career .header h1, .page-template-training .header h1, .page-template-dealers .header h1, .page-template-help .header h1 {
        font-size: calc(35px + 17 * (100vw - 320px) / 790); } }
    .single .header h1:after, .tax-brands .header h1:after, .page-template-about .header h1:after, .page-template-history .header h1:after, .page-template-career .header h1:after, .page-template-training .header h1:after, .page-template-dealers .header h1:after, .page-template-help .header h1:after {
      display: none; }

@media only screen and (max-width: 991px) {
  .r-sidebar {
    margin-bottom: 52px; } }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.header {
  background-color: #fff;
  padding-bottom: 1px;
  position: relative; }
  .header.home-header {
    background: none;
    height: 100vh;
    min-height: 710px;
    margin-bottom: 97px; }
    .header.home-header .top {
      background-color: transparent; }
  .header .top {
    background-color: #F1F1F1;
    position: relative;
    z-index: 20; }
  .header .top-header {
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 0 16px 29px;
    position: relative;
    padding-right: 250px; }
    .header .top-header .wrap-phones {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center;
      flex-basis: 46%; }
    .header .top-header .phones {
      margin-top: 3px;
      min-width: 173px; }
      .header .top-header .phones .more-phones {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 15px 27px rgba(32, 54, 6, 0.31);
        padding: 14px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: 0.3s all ease-in;
        transition: 0.3s all ease-in;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        position: absolute;
        right: -3px;
        top: 100%;
        width: 110%;
        z-index: 3; }
        .header .top-header .phones .more-phones li {
          margin-bottom: 6px; }
      .header .top-header .phones ul {
        margin-bottom: 0; }
        .header .top-header .phones ul li {
          line-height: 1; }
      .header .top-header .phones > ul > li {
        position: relative;
        padding-right: 12px; }
        .header .top-header .phones > ul > li:after {
          content: "";
          cursor: pointer;
          display: inline-block;
          border-right: 2px solid #F87213;
          border-bottom: 2px solid #F87213;
          height: 7px;
          width: 7px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-left: 6px;
          position: absolute;
          right: 0;
          top: 4px;
          -webkit-transition: 0.1s all ease-in;
          transition: 0.1s all ease-in; }
        .header .top-header .phones > ul > li:hover .more-phones {
          visibility: visible;
          opacity: 1;
          -webkit-transform: scaleY(1);
          transform: scaleY(1); }
        .header .top-header .phones > ul > li:hover > a:after {
          -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg); }
      .header .top-header .phones p {
        color: #2B2A29;
        font-weight: 500;
        font-size: 11px;
        line-height: 1;
        margin-bottom: 3px; }
        .header .top-header .phones p:before {
          content: url("img/point.svg");
          margin-right: 4px;
          vertical-align: middle; }
      .header .top-header .phones a {
        color: #292725;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px; }
    .header .top-header .wrap-email-lang {
      display: -webkit-box;
      display: flex;
      flex-basis: 26%;
      -webkit-box-pack: justify;
      justify-content: space-between; }
    .header .top-header .email a {
      color: #292725;
      font-size: 13px;
      font-weight: 700;
      line-height: 16px; }
    .header .top-header .lang-switch .dropdown.bootstrap-select {
      width: auto; }
      .header .top-header .lang-switch .dropdown.bootstrap-select .btn-light {
        background-color: transparent;
        border: none;
        font-size: 16px;
        font-weight: 700;
        color: #292725;
        padding: 0; }
      .header .top-header .lang-switch .dropdown.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .header .top-header .lang-switch .dropdown.bootstrap-select .dropdown-toggle:focus {
        box-shadow: none;
        outline: none !important; }
      .header .top-header .lang-switch .dropdown.bootstrap-select .dropdown-menu {
        border-radius: 0;
        box-shadow: 9px 15.6px 21px rgba(81, 74, 74, 0.26);
        overflow: visible !important;
        padding: 2px 5px; }
        .header .top-header .lang-switch .dropdown.bootstrap-select .dropdown-menu .dropdown-item {
          font-size: 16px;
          font-weight: 700;
          padding: 0;
          text-align: center; }
          .header .top-header .lang-switch .dropdown.bootstrap-select .dropdown-menu .dropdown-item.active, .header .top-header .lang-switch .dropdown.bootstrap-select .dropdown-menu .dropdown-item:active, .header .top-header .lang-switch .dropdown.bootstrap-select .dropdown-menu .dropdown-item:focus {
            background-color: #fff;
            color: #F87213;
            outline: none; }
    .header .top-header .callback {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
      .header .top-header .callback button {
        background-color: #F87213;
        border: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        transition: all .3s;
        height: 100%;
        width: 221px; }
        .header .top-header .callback button .phone-icon {
          fill: #fff;
          height: 50%;
          width: 50%; }
        .header .top-header .callback button:hover {
          background-color: #22B70A; }
  .header .main-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #292725;
    position: relative;
    z-index: 19; }
    .header .main-menu.fixed-top {
      position: fixed;
      margin: 0 auto;
      max-width: 1110px;
      padding-left: 0;
      padding-right: 0; }
      @media only screen and (max-width: 1199px) {
        .header .main-menu.fixed-top {
          max-width: 930px; } }
      @media only screen and (max-width: 991px) {
        .header .main-menu.fixed-top {
          max-width: 690px; } }
      @media only screen and (max-width: 767px) {
        .header .main-menu.fixed-top {
          max-width: 510px; } }
      @media only screen and (max-width: 575px) {
        .header .main-menu.fixed-top {
          max-width: 100%; } }
    .header .main-menu .navrow {
      flex-basis: 100%;
      padding: 0 26px; }
    .header .main-menu .navmenu {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      list-style: none;
      margin-bottom: 0; }
      .header .main-menu .navmenu > li > a {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        padding: 17.5px 6px;
        position: relative;
        text-decoration: none; }
        .header .main-menu .navmenu > li > a:after {
          background-color: transparent;
          content: "";
          display: block;
          height: 5px;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-transition: all .3s;
          transition: all .3s; }
      .header .main-menu .navmenu > li:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
      .header .main-menu .navmenu > li:hover > a:after {
        background-color: #F87213; }
    .header .main-menu .search {
      border-left: 1px solid #4F4E4D;
      text-align: center;
      padding: 2px 0;
      width: 93px; }
      .header .main-menu .search #search {
        background-color: #292725;
        border: 0; }
        .header .main-menu .search #search .search-icon {
          fill: #fff;
          height: 23px;
          width: 23px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .header .main-menu .search #search:hover .search-icon {
          fill: #F87213; }
      .header .main-menu .search .popup-search-form {
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        width: 498px;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: .3s all ease-in;
        transition: .3s all ease-in;
        -webkit-transform-origin: center top;
        transform-origin: center top; }
        .header .main-menu .search .popup-search-form.open-form {
          opacity: 1;
          visibility: visible;
          -webkit-transform: scaleY(1);
          transform: scaleY(1); }
        .header .main-menu .search .popup-search-form .input-group-prepend .input-group-text {
          background-color: #fff;
          border: 0;
          border-bottom: 1px solid #ced4da;
          border-left: 1px solid #ced4da;
          border-radius: 0;
          padding-left: 1.25rem;
          padding-right: .5rem; }
          .header .main-menu .search .popup-search-form .input-group-prepend .input-group-text .search-icon {
            fill: #292725;
            height: 18px;
            width: 18px; }
        .header .main-menu .search .popup-search-form .form-control {
          border-radius: 0;
          border: 0;
          border-bottom: 1px solid #ced4da;
          height: 50px; }
        .header .main-menu .search .popup-search-form .btn-green {
          padding: 10px 10px;
          min-width: 156px;
          text-transform: uppercase; }

.mega-item ul {
  background-color: #F87213;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  padding: 12px 8px 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3; }
  .mega-item ul li {
    margin: 10px 20px;
    width: calc(100% / 5 - 40px); }
    .mega-item ul li a {
      color: #fff;
      font-weight: 900;
      display: inline-block;
      margin-bottom: 2px;
      text-transform: uppercase; }
    .mega-item ul li .cat-brands {
      color: #fff;
      margin-bottom: 0; }
      .mega-item ul li .cat-brands > a {
        font-size: 14px;
        font-weight: 400;
        line-height: 160%;
        color: #fff;
        text-transform: none;
        margin-bottom: 0; }
  .mega-item ul.brands-list {
    -webkit-box-align: center;
    align-items: center; }
    .mega-item ul.brands-list li {
      margin: 0 12px; }
      .mega-item ul.brands-list li a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        height: 100px;
        margin-bottom: 0; }
        .mega-item ul.brands-list li a img {
          -webkit-transition: all .3s;
          transition: all .3s; }
          .mega-item ul.brands-list li a img.img-hover {
            display: none;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .3s;
            transition: all .3s; }
        .mega-item ul.brands-list li a:hover {
          background-color: #fff; }
          .mega-item ul.brands-list li a:hover img {
            display: none;
            opacity: 0;
            visibility: hidden; }
            .mega-item ul.brands-list li a:hover img.img-hover {
              display: inline;
              opacity: 1;
              visibility: visible; }

.menu-item-has-children:not(.mega-item) {
  position: relative; }
  .menu-item-has-children:not(.mega-item) ul {
    background-color: #F87213;
    list-style: none;
    margin-bottom: 0;
    padding: 29px 29px 22px 30px;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: -30px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    -webkit-transform-origin: center top;
    transform-origin: center top; }
    .menu-item-has-children:not(.mega-item) ul li {
      line-height: 140%;
      margin-bottom: 8px; }
      .menu-item-has-children:not(.mega-item) ul li a {
        color: #fff;
        font-size: 14px; }
  .menu-item-has-children:not(.mega-item):hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }

@media only screen and (max-width: 1199px) {
  .header .top-header {
    padding-right: 129px; }
    .header .top-header .wrap-phones {
      flex-basis: 48%; }
    .header .top-header .callback button {
      width: 100px; }
  .header .main-menu .navmenu {
    display: none; } }

@media only screen and (max-width: 991px) {
  .header .top-header {
    flex-wrap: wrap;
    padding-right: 129px; }
    .header .top-header .wrap-phones {
      flex-basis: 40%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .header .top-header .wrap-phones .phones {
        margin-top: 0; }
        .header .top-header .wrap-phones .phones:first-child {
          margin-bottom: 5px; }
    .header .top-header .wrap-email-lang {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      align-items: flex-end;
      margin-top: 13px; }
    .header .top-header .email {
      -webkit-box-ordinal-group: 2;
      order: 1;
      margin-top: 15px; } }

@media only screen and (max-width: 767px) {
  .header .top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-right: 29px; }
    .header .top-header .wrap-phones {
      flex-basis: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      width: 100%; }
      .header .top-header .wrap-phones .phones {
        margin-top: 10px;
        margin-bottom: 5px; }
    .header .top-header .wrap-email-lang {
      flex-basis: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center;
      margin-top: 0;
      width: 100%; }
    .header .top-header .email {
      -webkit-box-ordinal-group: 1;
      order: 0;
      margin-top: 0; }
    .header .top-header .callback {
      height: 40px; }
      .header .top-header .callback button {
        width: 40px; } }

@media only screen and (max-width: 575px) {
  .header .top {
    padding-left: 0;
    padding-right: 0; }
    .header .top .container {
      padding-left: 0;
      padding-right: 0; }
  .header .top-header .wrap-phones .phones:first-child {
    margin-top: 15px; }
  .header .main-menu {
    margin-left: -15px;
    margin-right: -15px; }
    .header .main-menu .search .popup-search-form {
      width: 100%; } }

@media only screen and (max-width: 419px) {
  .header .top-header .wrap-phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .header .top-header .wrap-phones .phones {
      margin-top: 10px;
      text-align: center; }
      .header .top-header .wrap-phones .phones:first-child {
        margin-bottom: 5px; }
  .header .top-header .wrap-email-lang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center; }
  .header .top-header .email {
    -webkit-box-ordinal-group: 1;
    order: 0;
    margin-top: 0; }
  .header .top-header .callback {
    height: 40px; }
    .header .top-header .callback button {
      width: 40px; }
  .header .main-menu .search .popup-search-form .btn-green {
    min-width: 100px; } }

.slider {
  position: absolute;
  top: 0;
  left: 0; }

#home-slider .carousel-item {
  height: 100vh;
  min-height: 710px; }
  #home-slider .carousel-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }

#home-slider .caption-wrap {
  position: absolute;
  top: 26%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  #home-slider .caption-wrap .caption {
    color: #fff;
    font-size: 18px;
    font-weight: 500; }
    #home-slider .caption-wrap .caption h5 {
      color: #fff;
      font-weight: 600;
      line-height: 120%;
      margin-bottom: 10px; }
      @media (max-width: 320px) {
        #home-slider .caption-wrap .caption h5 {
          font-size: 28px; } }
      @media (min-width: 1201px) {
        #home-slider .caption-wrap .caption h5 {
          font-size: 52px; } }
      @media (max-width: 1200px) and (min-width: 321px) {
        #home-slider .caption-wrap .caption h5 {
          font-size: calc(28px + 24 * (100vw - 320px) / 790); } }
    #home-slider .caption-wrap .caption .btn-or {
      margin-top: 38px; }

#home-slider .carousel-indicators {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  bottom: auto;
  top: 65%;
  padding: 15px; }
  #home-slider .carousel-indicators li {
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
    width: 20px; }
    #home-slider .carousel-indicators li.active {
      background-color: #F87213;
      width: 42px; }

.brand-slider-white {
  color: #fff;
  text-align: center;
  margin-bottom: 75px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .brand-slider-white .wrap-slider {
    margin: 0 25px; }
    .brand-slider-white .wrap-slider a {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      height: 100px;
      margin-bottom: 0; }
      .brand-slider-white .wrap-slider a img {
        -webkit-transition: all .3s;
        transition: all .3s; }
        .brand-slider-white .wrap-slider a img.img-hover {
          display: none;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s;
          transition: all .3s; }
      .brand-slider-white .wrap-slider a:hover {
        background-color: #fff; }
        .brand-slider-white .wrap-slider a:hover img {
          display: none;
          opacity: 0;
          visibility: hidden; }
          .brand-slider-white .wrap-slider a:hover img.img-hover {
            display: inline;
            opacity: 1;
            visibility: visible; }
  .brand-slider-white h5 {
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 10px; }
    .brand-slider-white h5:before, .brand-slider-white h5:after {
      content: '';
      background: #fff;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      width: 100%;
      height: 2px; }
    .brand-slider-white h5:before {
      margin-left: -100%;
      right: 15px; }
    .brand-slider-white h5:after {
      margin-right: -100%;
      left: 16px; }

.slider-social {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: 0 auto; }
  .slider-social ul {
    float: right; }
    .slider-social ul li {
      text-align: center; }
      .slider-social ul li a .soc-icon {
        fill: #fff;
        margin-bottom: 31px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .slider-social ul li a .soc-icon:hover {
          fill: #F87213; }
      .slider-social ul li a .youtube {
        height: 14.4px;
        width: 21px; }
      .slider-social ul li a .facebook {
        height: 17px;
        width: 8px; }
      .slider-social ul li a .instagram {
        height: 17px;
        width: 17px; }

.btn-scroll {
  background-color: #22B70A;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 71px;
  width: 71px; }
  .btn-scroll img {
    margin-bottom: 5px;
    margin-top: 2px; }
  .btn-scroll .triangle {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent; }
  .btn-scroll:hover img {
    margin-bottom: 8px; }

@media only screen and (max-width: 767px) {
  #home-slider .caption-wrap {
    top: 32%; }
    #home-slider .caption-wrap .caption .btn-or {
      margin-top: 20px; }
  #home-slider .carousel-indicators {
    top: auto;
    bottom: 8%; }
  .slider-social {
    top: 38%; }
  .brand-slider-white {
    display: none; } }

@media only screen and (max-width: 419px) {
  #home-slider .caption-wrap {
    top: 44%; }
    #home-slider .caption-wrap .caption .btn-or {
      margin-top: 5px; }
  .slider-social {
    top: 44%; } }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 25px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: url("img/arrow-left.svg"); }
    [dir="rtl"] .slick-prev:before {
      content: url("img/arrow-right.svg"); }

.slick-next {
  right: -20px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: url("img/arrow-right.svg"); }
    [dir="rtl"] .slick-next:before {
      content: url("img/arrow-left.svg"); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 80px; }
  @media only screen and (max-width: 479px) {
    .slick-dotted.slick-slider {
      margin-bottom: 100px; } }

.slick-dots {
  position: absolute;
  bottom: -80px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        color: #262424;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #F87213;
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  @media only screen and (max-width: 479px) {
    .slick-dots {
      bottom: -35px; } }

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #292725; }
  .sidr.right {
    left: auto;
    right: -250px; }
  .sidr.left {
    left: -250px;
    right: auto; }

.sidr-inner {
  padding: 30px 20px; }
  .sidr-inner li {
    margin-bottom: 10px;
    text-align: left; }
    .sidr-inner li a, .sidr-inner li a:not([href]):not([tabindex]) {
      font-size: 18px;
      color: #fff; }
    .sidr-inner li > ul:not(.lang-switch) {
      display: none; }
    .sidr-inner li.sidr-class-menu-item-has-children > a {
      cursor: pointer; }
      .sidr-inner li.sidr-class-menu-item-has-children > a::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent; }
      .sidr-inner li.sidr-class-menu-item-has-children > a:hover::after {
        border-top: 0;
        border-bottom: .3em solid; }
    .sidr-inner li ul {
      background-color: #F87213;
      color: #fff;
      padding: 15px;
      list-style: none; }
      .sidr-inner li ul li a img {
        -webkit-transition: all .3s;
        transition: all .3s;
        margin-top: 5px;
        margin-bottom: 5px; }
        .sidr-inner li ul li a img.sidr-class-img-hover {
          display: none;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s;
          transition: all .3s; }
      .sidr-inner li ul li a:hover img {
        display: none;
        opacity: 0;
        visibility: hidden; }
        .sidr-inner li ul li a:hover img.sidr-class-img-hover {
          display: inline;
          opacity: 1;
          visibility: visible; }
      .sidr-inner li ul p {
        font-size: 13px;
        margin-bottom: 0; }

.services {
  margin-bottom: 42px; }
  .services h3 {
    margin-bottom: 50px; }
  .services .service-item {
    background-color: transparent;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 38px 23px 38px 30px;
    height: 100%;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .services .service-item .service-img {
      background-color: #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      margin-bottom: 20px;
      height: 112px;
      width: 112px; }
      .services .service-item .service-img .img-hover {
        opacity: 0;
        visibility: hidden;
        display: none; }
    .services .service-item .service-descr {
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 24px; }
    .services .service-item .readmore {
      color: #F87213;
      font-weight: 500; }
      .services .service-item .readmore span {
        display: none;
        opacity: 0;
        margin-right: 8px; }
      .services .service-item .readmore .more-icon {
        fill: #F87213;
        height: 8px;
        width: 17px; }
    .services .service-item:hover {
      background-color: #fff; }
      .services .service-item:hover .service-img img {
        opacity: 0;
        visibility: hidden;
        display: none; }
        .services .service-item:hover .service-img img.img-hover {
          opacity: 1;
          visibility: visible;
          display: inline; }
      .services .service-item:hover .readmore span {
        display: inline;
        opacity: 1; }
  @media only screen and (max-width: 575px) {
    .services .service-item {
      text-align: center;
      padding: 20px; }
      .services .service-item .service-img {
        margin-left: auto;
        margin-right: auto; } }

.all-services {
  padding-bottom: 1px; }
  .all-services .features-item {
    scroll-margin-top: 60px; }

.sevices-form, .career-form {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to top, transparent 50%, #fff 50%);
  margin-bottom: 82px; }
  .sevices-form .form-box, .career-form .form-box {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 39, 37, 0.9)), to(rgba(41, 39, 37, 0.9))), url(img/form-box-bg.jpg);
    background: linear-gradient(0deg, rgba(41, 39, 37, 0.9), rgba(41, 39, 37, 0.9)), url(img/form-box-bg.jpg);
    background-size: cover;
    padding: 82px 67px 22px; }
    .sevices-form .form-box h3, .career-form .form-box h3 {
      color: #fff;
      margin-bottom: 46px; }
      .sevices-form .form-box h3:after, .career-form .form-box h3:after {
        background-color: #F87213; }
    .sevices-form .form-box .row-form, .career-form .form-box .row-form {
      display: -webkit-box;
      display: flex; }
      .sevices-form .form-box .row-form > div, .career-form .form-box .row-form > div {
        margin-bottom: 30px; }
      .sevices-form .form-box .row-form .col-form, .career-form .form-box .row-form .col-form {
        flex-basis: 615px; }
      .sevices-form .form-box .row-form .message textarea.form-control, .career-form .form-box .row-form .message textarea.form-control {
        height: 135px; }
      .sevices-form .form-box .row-form .contacts, .career-form .form-box .row-form .contacts {
        color: #fff;
        margin-right: 38px;
        flex-basis: 310px; }
        .sevices-form .form-box .row-form .contacts .block-cont, .career-form .form-box .row-form .contacts .block-cont {
          display: -webkit-box;
          display: flex;
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 20px; }
          .sevices-form .form-box .row-form .contacts .block-cont p, .career-form .form-box .row-form .contacts .block-cont p {
            margin-bottom: 2px; }
          .sevices-form .form-box .row-form .contacts .block-cont a, .career-form .form-box .row-form .contacts .block-cont a {
            font-size: 21px;
            color: #fff; }
            .sevices-form .form-box .row-form .contacts .block-cont a:hover, .career-form .form-box .row-form .contacts .block-cont a:hover {
              color: #F87213;
              text-decoration: none; }
          .sevices-form .form-box .row-form .contacts .block-cont.phones, .career-form .form-box .row-form .contacts .block-cont.phones {
            margin-top: 35px; }
        .sevices-form .form-box .row-form .contacts .phone-icon, .career-form .form-box .row-form .contacts .phone-icon {
          fill: #F87213;
          margin-right: 10px;
          margin-top: 3px;
          height: 18px;
          width: 18px; }
        .sevices-form .form-box .row-form .contacts .email-icon, .career-form .form-box .row-form .contacts .email-icon {
          fill: #F87213;
          margin-top: 7px;
          margin-right: 10px;
          height: 12px;
          width: 18px; }
  @media only screen and (max-width: 991px) {
    .sevices-form .form-box .row-form, .career-form .form-box .row-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .sevices-form .form-box .row-form .contacts, .career-form .form-box .row-form .contacts {
        flex-basis: auto;
        margin-right: 0; } }
  @media only screen and (max-width: 575px) {
    .sevices-form .form-box, .career-form .form-box {
      padding: 60px 20px 22px; }
      .sevices-form .form-box .row-form .contacts, .career-form .form-box .row-form .contacts {
        text-align: center; }
        .sevices-form .form-box .row-form .contacts .block-cont, .career-form .form-box .row-form .contacts .block-cont {
          text-align: left; }
      .sevices-form .form-box .row-form .btn-submit, .career-form .form-box .row-form .btn-submit {
        max-width: 100%;
        width: 100%; } }

.home-banner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to bottom, transparent 50%, #fff 50%); }

.banner-nobg {
  margin-bottom: 82px; }

.banner-totop {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to top, transparent 50%, #fff 50%);
  margin-bottom: 82px; }

.banner-white-bg {
  background: #fff;
  padding: 82px 0; }

.catalog {
  background-color: #fff;
  padding: 82px 0; }
  .catalog h3 {
    margin-bottom: 80px; }
  .catalog .cat-row {
    margin: 0 -15px; }
    .catalog .cat-row .grid-item {
      padding: 0 15px;
      min-width: 284px;
      width: 25%; }
      .catalog .cat-row .grid-item:first-child .cat-item {
        min-height: 425px; }
    .catalog .cat-row .cat-item {
      border-bottom: 6px solid #F87213;
      position: relative;
      height: 201px;
      margin-bottom: 23px; }
      .catalog .cat-row .cat-item:before {
        content: "";
        background-color: rgba(41, 39, 37, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      .catalog .cat-row .cat-item > .cat-name {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        padding: 0 30px 26px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1; }
      .catalog .cat-row .cat-item .cat-img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .catalog .cat-row .cat-item .cat-info {
        background-color: #F87213;
        padding: 30px;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2; }
        .catalog .cat-row .cat-item .cat-info .cat-name {
          margin-bottom: 16px; }
          .catalog .cat-row .cat-item .cat-info .cat-name a {
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase; }
        .catalog .cat-row .cat-item .cat-info .cat-brands {
          color: #fff;
          height: calc(100% - 61px); }
          .catalog .cat-row .cat-item .cat-info .cat-brands a {
            color: inherit;
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            margin-bottom: 13px; }
        .catalog .cat-row .cat-item .cat-info a:hover {
          color: #292725;
          text-decoration: none; }
      .catalog .cat-row .cat-item:hover .cat-info {
        opacity: 1;
        visibility: visible; }
  @media only screen and (min-width: 1200px) {
    .catalog .grid-item:first-child .cat-item, .catalog .grid-item:nth-child(n+4):nth-child(-n+8) .cat-item {
      min-height: 425px; }
    .catalog .grid-item:nth-child(12) {
      width: calc(100% / 4 * 2); } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .catalog .cat-row .grid-item {
      width: calc(100% / 3); }
      .catalog .cat-row .grid-item:nth-child(8) .cat-item {
        min-height: 425px; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .catalog .cat-row .grid-item {
      width: calc(100% / 2); }
      .catalog .cat-row .grid-item:nth-child(5) .cat-item, .catalog .cat-row .grid-item:nth-child(7) .cat-item, .catalog .cat-row .grid-item:nth-child(11) .cat-item {
        min-height: 425px; }
      .catalog .cat-row .grid-item:nth-child(13) {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .catalog .cat-row .grid-item {
      min-width: calc(100% / 2 - 15px);
      width: calc(100% / 2); }
      .catalog .cat-row .grid-item .cat-item .cat-name {
        padding: 0 15px 26px; }
      .catalog .cat-row .grid-item .cat-item .cat-info {
        padding: 30px 0; }
        .catalog .cat-row .grid-item .cat-item .cat-info .cat-brands {
          padding: 0 15px; } }
  @media only screen and (max-width: 575px) {
    .catalog .cat-row .grid-item {
      width: 100%; }
      .catalog .cat-row .grid-item .cat-item {
        min-height: 290px; } }

.page-template-production .catalog {
  padding: 0 0 18px; }

.specials {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, transparent), color-stop(39%, #fff));
  background: linear-gradient(to bottom, transparent 61%, #fff 39%);
  padding: 82px 0 41px; }
  .specials h3 {
    margin-bottom: 53px; }

.special-page {
  margin-bottom: 58px; }

.special-item {
  position: relative;
  border: 0;
  border-radius: 0; }
  .special-item.spec-banner {
    height: 100%; }
    .special-item.spec-banner a {
      display: block;
      height: 100%;
      width: 100%; }
    .special-item.spec-banner img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .special-item .date {
    background-color: #292725;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 16px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3; }
    .special-item .date.date-in {
      background-color: #F87213; }
  .special-item .card-img-top {
    border-radius: 0; }
  .special-item .card-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0; }
  .special-item .card-footer {
    background-color: #F87213;
    min-height: 127px;
    padding: 15px 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
  .special-item .special-info {
    background-color: #22B70A;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 15px 25px 40px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .special-item .special-info .card-title {
      margin-bottom: 20px; }
    .special-item .special-info .btn-more {
      color: #fff;
      margin-top: 22px; }
  .special-item:hover .special-info {
    opacity: 1;
    visibility: visible; }

.last-news {
  background-color: #fff;
  padding: 41px 0; }
  .last-news h3 {
    margin-bottom: 53px; }
  .last-news .wrap-news-slider {
    position: relative; }
    .last-news .wrap-news-slider .btn-black {
      position: absolute;
      right: 0;
      top: 0;
      padding: 10px;
      z-index: 9; }
  .last-news .news-slider .news-prev, .last-news .news-slider .news-next {
    background-color: #F1F1F1;
    border: 0;
    padding: 18px 24px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .last-news .news-slider .news-prev:hover, .last-news .news-slider .news-next:hover {
      background-color: #22B70A; }
  .last-news .news-slider .news-prev {
    right: 62px; }
    .last-news .news-slider .news-prev .arrow-left {
      fill: #292725;
      height: 24px;
      width: 14px; }
    .last-news .news-slider .news-prev:hover .arrow-left {
      fill: #fff; }
  .last-news .news-slider .news-next {
    right: 0; }
    .last-news .news-slider .news-next .arrow-right {
      fill: #292725;
      height: 24px;
      width: 14px; }
    .last-news .news-slider .news-next:hover .arrow-right {
      fill: #fff; }
  .last-news .news-slider .slider-counter {
    font-size: 18px;
    color: #727271;
    position: absolute;
    right: 150px;
    bottom: 17px; }

.news-item {
  display: -webkit-box !important;
  display: flex !important;
  outline: none; }
  .news-item .news-img {
    flex-basis: 652px; }
  .news-item .news-desr {
    background-color: #F1F1F1;
    padding: 50px 47px 60px;
    position: relative;
    margin-left: -13%;
    margin-top: 90px;
    flex-basis: 652px; }
    .news-item .news-desr h5 {
      color: #F87213;
      font-size: 24px; }

.news-list .news-item {
  margin-bottom: 70px; }
  .news-list .news-item:nth-child(2n+2) .news-desr {
    -webkit-box-ordinal-group: 0;
    order: -1;
    margin-left: 0;
    margin-right: -13%;
    z-index: 1; }

@media only screen and (max-width: 991px) {
  .news-item .news-desr {
    margin-top: 150px;
    margin-left: -30%; }
  .news-list .news-item:nth-child(2n+2) .news-desr {
    margin-top: 150px;
    margin-right: -30%; } }

@media only screen and (max-width: 767px) {
  .last-news .wrap-news-slider {
    padding-top: 50px; }
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start; }
    .news-item .news-img {
      flex-basis: auto; }
    .news-item .news-desr {
      flex-basis: auto;
      margin-top: 0;
      margin-left: 0; }
  .news-list .news-item {
    margin-bottom: 30px; }
    .news-list .news-item:nth-child(2n+2) .news-desr {
      -webkit-box-ordinal-group: 1;
      order: 0;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; } }

.about-company {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to top, transparent 50%, #fff 50%);
  padding: 41px 0 82px; }
  .about-company h3 {
    margin-bottom: 53px; }
  .about-company .about-img {
    position: relative; }
    .about-company .about-img .mask {
      background-color: rgba(248, 114, 19, 0.9);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .about-company .about-text {
    background-color: #fff;
    padding: 64px 68px 42px 72px;
    margin: -245px 97px 0px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .about-company .about-text {
        margin: -100px 30px 0; } }
    @media only screen and (max-width: 767px) {
      .about-company .about-text {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .about-company .about-text {
        padding: 25px; } }

.category-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 82px; }
  .category-info .cat-descr-wrap {
    flex-basis: 751px; }
  .category-info .category-description {
    background-color: #F1F1F1;
    padding: 77px 166px 77px 67px; }
  .category-info .category-img {
    flex-basis: 510px;
    margin-top: 76px;
    margin-left: -121px; }

.category-brands {
  padding-bottom: 58px; }
  .category-brands h4 {
    margin-bottom: 0; }

.wrap-box-brands {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to top, transparent 50%, #fff 50%);
  text-align: center; }
  .wrap-box-brands .box-brands {
    background-color: #F87213;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 36px 15px; }
    .wrap-box-brands .box-brands > div:last-child {
      margin-right: 0; }
    .wrap-box-brands .box-brands > div a {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      padding: 0 19px;
      margin: 0 35px;
      height: 100px;
      width: 200px; }
      .wrap-box-brands .box-brands > div a .img-hover {
        opacity: 0;
        visibility: hidden;
        display: none;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .wrap-box-brands .box-brands > div a:hover {
        background-color: #fff; }
        .wrap-box-brands .box-brands > div a:hover img {
          opacity: 0;
          visibility: hidden;
          display: none; }
          .wrap-box-brands .box-brands > div a:hover img.img-hover {
            opacity: 1;
            visibility: visible;
            display: inline; }

@media only screen and (max-width: 991px) {
  .category-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .category-info .cat-descr-wrap {
      flex-basis: auto; }
    .category-info .category-description {
      padding: 67px 67px 51px; }
    .category-info .category-img {
      flex-basis: auto;
      margin-top: 0;
      margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .category-brands .box-brands > div a {
    margin: 0 6px; } }

@media only screen and (max-width: 575px) {
  .category-info .category-description {
    padding: 25px 25px 9px; }
  .category-brands .box-brands {
    width: 100%; }
  .wrap-box-brands .box-brands > div a {
    margin: 0 15px; } }

.advantages {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(241, 241, 241, 0.95)), to(rgba(241, 241, 241, 0.95))), url("img/advantages-bg.jpg");
  background: linear-gradient(0deg, rgba(241, 241, 241, 0.95), rgba(241, 241, 241, 0.95)), url("img/advantages-bg.jpg");
  padding: 82px 0 45px;
  background-size: cover; }
  .advantages .advantage-item {
    background-color: transparent;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 38px 22px 26px 23px;
    height: 100%;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .advantages .advantage-item .advantage-img {
      background-color: #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      margin-bottom: 26px;
      height: 97px;
      width: 97px; }
      .advantages .advantage-item .advantage-img .img-hover {
        opacity: 0;
        visibility: hidden;
        display: none; }
    .advantages .advantage-item .advantage-title {
      font-size: 21px;
      font-weight: 700;
      line-height: 25px;
      margin-bottom: 24px;
      min-height: 50px; }
    .advantages .advantage-item .advantage-descr {
      font-weight: 500;
      line-height: 20px; }
    .advantages .advantage-item:hover {
      background-color: #fff; }
      .advantages .advantage-item:hover .advantage-img img {
        opacity: 0;
        visibility: hidden;
        display: none; }
        .advantages .advantage-item:hover .advantage-img img.img-hover {
          opacity: 1;
          visibility: visible;
          display: inline; }
  @media only screen and (max-width: 575px) {
    .advantages .advantage-item {
      text-align: center;
      padding: 20px; }
      .advantages .advantage-item .advantage-img {
        margin-left: auto;
        margin-right: auto; } }

.goods-info {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(241, 241, 241, 0.95)), to(rgba(241, 241, 241, 0.95))), url(img/goods-info-bg.jpg);
  background: linear-gradient(0deg, rgba(241, 241, 241, 0.95), rgba(241, 241, 241, 0.95)), url(img/goods-info-bg.jpg);
  background-size: cover; }
  .goods-info .goods-descr {
    background-color: #fff;
    padding: 62px 67px 46px;
    position: relative;
    margin-top: -120px;
    z-index: 2; }
  .goods-info .advantages {
    background: none; }

.goods-video {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to bottom, transparent 50%, #fff 50%); }

.design-features {
  background-color: #fff;
  padding: 82px 0 1px; }

.box-features {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 82px; }
  .box-features .features-img {
    flex-basis: 555px; }
  .box-features h5 {
    color: #F87213;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px; }
  .box-features .text {
    background-color: #F1F1F1;
    flex-basis: 750px;
    padding: 46px 43px;
    margin-left: -195px;
    position: relative; }
    .box-features .text .btn-more {
      padding: 13.5px 10px;
      position: absolute;
      right: 43px;
      bottom: -25px; }

.features-item:nth-child(2n+2) .box-features .text {
  -webkit-box-ordinal-group: 0;
  order: -1;
  position: relative;
  margin-left: 0;
  margin-right: -195px;
  z-index: 1; }
  .features-item:nth-child(2n+2) .box-features .text .btn-more {
    left: 43px;
    right: auto; }

.goods-variety {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(241, 241, 241, 0.95)), to(rgba(241, 241, 241, 0.95))), url(img/goods-form-bg.jpg);
  background: linear-gradient(0deg, rgba(241, 241, 241, 0.95), rgba(241, 241, 241, 0.95)), url(img/goods-form-bg.jpg);
  background-size: cover;
  padding: 82px 0 1px; }
  .goods-variety .form-color .goods-forms {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px 21px; }
    .goods-variety .form-color .goods-forms .form-item {
      position: relative;
      text-align: center;
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 24px;
      height: 159.98px;
      width: 159.98px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .goods-variety .form-color .goods-forms .form-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(100% - 48px);
        height: auto;
        z-index: 1; }
      .goods-variety .form-color .goods-forms .form-item .form-name {
        font-size: 14px;
        line-height: 120%;
        opacity: 0;
        position: absolute;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 19px;
        width: calc(100% - 48px);
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 1; }
      .goods-variety .form-color .goods-forms .form-item .circle {
        background-color: #fff;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s;
        transition: all .3s; }
      .goods-variety .form-color .goods-forms .form-item:hover {
        background-color: #fff; }
        .goods-variety .form-color .goods-forms .form-item:hover .form-name {
          opacity: 1; }
        .goods-variety .form-color .goods-forms .form-item:hover .circle {
          opacity: 0; }
  .goods-variety .form-color .goods-color {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .goods-variety .form-color .goods-color .color-item {
      border-radius: 50%;
      overflow: hidden;
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 24px;
      position: relative;
      height: 132.83px;
      width: 132.83px; }
      .goods-variety .form-color .goods-color .color-item img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        height: 160px;
        width: auto; }
      .goods-variety .form-color .goods-color .color-item .color-name {
        background-color: #22B70A;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        line-height: 120%;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px; }
        .goods-variety .form-color .goods-color .color-item .color-name span {
          width: 100%; }
      .goods-variety .form-color .goods-color .color-item:hover .color-name {
        opacity: 1; }
  .goods-variety .collections {
    padding: 58px 0 0; }

.specifications {
  padding: 82px 0; }
  .specifications .table thead, .specifications table thead {
    background-color: #22B70A;
    border: 4px solid #F1F1F1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase; }
    .specifications .table thead th, .specifications table thead th {
      padding: 12px 20px 12px 25px; }
      .specifications .table thead th:last-child, .specifications table thead th:last-child {
        padding: 12px 25px 12px 20px;
        text-align: right; }
  .specifications .table td, .specifications table td {
    background-color: #fff;
    border: 4px solid #F1F1F1;
    padding: 5px 12px;
    vertical-align: middle; }
    .specifications .table td:first-child, .specifications table td:first-child {
      padding-left: 25px;
      width: 36%; }
    .specifications .table td:last-child, .specifications table td:last-child {
      padding-right: 25px;
      text-align: right; }

.price-block {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to bottom, transparent 50%, #fff 50%);
  padding-bottom: 41px; }
  .price-block .box-btn {
    background: #F87213 url(img/box-btn-bg.jpg);
    background-size: cover;
    display: -webkit-box;
    display: flex;
    padding: 21px; }
    .price-block .box-btn > div {
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      line-height: 120%;
      text-align: center;
      width: calc(100% / 2); }
      @media (max-width: 320px) {
        .price-block .box-btn > div {
          font-size: 18px; } }
      @media (min-width: 1201px) {
        .price-block .box-btn > div {
          font-size: 21px; } }
      @media (max-width: 1200px) and (min-width: 321px) {
        .price-block .box-btn > div {
          font-size: calc(18px + 3 * (100vw - 320px) / 790); } }
      .price-block .box-btn > div p {
        margin-bottom: 37px; }
    .price-block .box-btn .price-btn-wrap {
      border-right: 2px solid rgba(255, 255, 255, 0.4); }
    .price-block .box-btn .price-btn {
      max-width: 290px;
      margin: 32px auto; }
      .price-block .box-btn .price-btn .btn {
        max-width: 100%;
        padding: 14.5px 10px; }

.instruction-block {
  background-color: #fff;
  padding: 41px 0 82px; }
  .instruction-block .media img {
    margin-right: 48px; }
    .instruction-block .media img.img-hover {
      opacity: 0;
      visibility: hidden;
      display: none; }
  .instruction-block .media p {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px; }
  .instruction-block .media .readmore span {
    display: none;
    opacity: 0; }
  .instruction-block .media:hover img {
    opacity: 0;
    visibility: hidden;
    display: none; }
    .instruction-block .media:hover img.img-hover {
      opacity: 1;
      visibility: visible;
      display: inline; }
  .instruction-block .media:hover .readmore span {
    display: inline;
    opacity: 1; }

@media only screen and (max-width: 991px) {
  .box-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .box-features .features-img {
      flex-basis: auto; }
    .box-features .text {
      flex-basis: auto;
      margin-left: 0; }
  .features-item:nth-child(2n+2) .box-features .text {
    -webkit-box-ordinal-group: 1;
    order: 0;
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .price-block .box-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .price-block .box-btn > div {
      width: 100%; }
    .price-block .box-btn .price-btn-wrap {
      border-right: 0;
      border-bottom: 2px solid rgba(255, 255, 255, 0.4); } }

@media only screen and (max-width: 479px) {
  .specifications .table th, .specifications .table td, .specifications table th, .specifications table td {
    display: block;
    text-align: center !important;
    width: 100% !important; }
  .specifications .table td:first-child, .specifications table td:first-child {
    font-weight: 700; } }

@media only screen and (max-width: 379px) {
  .goods-info .goods-descr, .box-features .text {
    padding: 26px 23px; } }

.brand-list {
  padding-bottom: 29px; }
  .brand-list .brand-item {
    background-color: #fff;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 290px;
    position: relative; }
    .brand-list .brand-item > img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-filter: gray;
      filter: gray; }
    .brand-list .brand-item .brand-info {
      background-color: #F1F1F1;
      text-align: center;
      padding: 0 34px 22px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .5s;
      transition: all .5s;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .brand-list .brand-item .brand-info img {
        margin-bottom: 38px;
        margin-top: 58px; }
      .brand-list .brand-item .brand-info ul {
        text-align: left;
        margin-bottom: 0;
        list-style: none; }
        .brand-list .brand-item .brand-info ul li {
          margin-bottom: 10px; }
          .brand-list .brand-item .brand-info ul li a {
            color: #292725;
            font-size: 14px;
            line-height: 140%; }
            .brand-list .brand-item .brand-info ul li a:hover {
              color: #F87213;
              text-decoration: none; }
      .brand-list .brand-item .brand-info .mCSB_outside + .mCSB_scrollTools {
        right: 0;
        top: 10px;
        bottom: 10px; }
      .brand-list .brand-item .brand-info .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #22B70A; }
    .brand-list .brand-item:hover .brand-info {
      opacity: 1;
      visibility: visible; }
  @media only screen and (min-width: 1200px) {
    .brand-list > div:nth-of-type(4n+4) .brand-item {
      border-right-color: #fff; }
    .brand-list > div:nth-last-child(-n+4) .brand-item {
      border-bottom-color: #fff; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .brand-list > div:nth-of-type(3n+3) .brand-item {
      border-right-color: #fff; }
    .brand-list > div:nth-last-child(-n+3) .brand-item {
      border-bottom-color: #fff; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .brand-list > div:nth-of-type(2n+2) .brand-item {
      border-right-color: #fff; }
    .brand-list > div:nth-last-child(-n+2) .brand-item {
      border-bottom-color: #fff; } }
  @media only screen and (max-width: 575px) {
    .brand-list .brand-item {
      border-right-color: #fff; }
    .brand-list > div:nth-last-child(-n+1) .brand-item {
      border-bottom-color: #fff; } }

.tax-brands h1 {
  color: #fff; }

.tax-brands .brand-title-logo {
  text-align: center;
  margin-bottom: 164px; }
  .tax-brands .brand-title-logo img {
    width: 100%;
    max-width: 361px; }

.tax-brands .brand-category {
  padding: 82px 0 52px; }
  .tax-brands .brand-category .cat-item {
    border-bottom: 6px solid #F87213;
    position: relative;
    margin-bottom: 30px; }
    .tax-brands .brand-category .cat-item:before {
      background-color: rgba(41, 39, 37, 0.7);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .tax-brands .brand-category .cat-item .cat-name a {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 140%;
      padding-right: 30px;
      position: absolute;
      bottom: 20px;
      left: 30px;
      z-index: 1; }

.tax-brands .more-brand-category {
  background-color: #fff;
  padding: 82px 0 1px; }
  .tax-brands .more-brand-category .box-features .text {
    position: relative; }
    .tax-brands .more-brand-category .box-features .text .btn-more {
      padding: 13.5px 10px;
      position: absolute;
      right: 43px;
      bottom: -25px; }
  .tax-brands .more-brand-category .features-item {
    scroll-margin-top: 60px; }
    .tax-brands .more-brand-category .features-item:nth-child(2n+2) .box-features .text .btn-more {
      left: 43px;
      right: auto; }

.tax-brands .price-block {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to top, transparent 50%, #fff 50%);
  padding-bottom: 0; }
  .tax-brands .price-block .box-btn {
    -webkit-box-pack: center;
    justify-content: center; }
    .tax-brands .price-block .box-btn .distributor {
      width: 100%; }
      .tax-brands .price-block .box-btn .distributor .price-btn {
        max-width: 100%; }
        .tax-brands .price-block .box-btn .distributor .price-btn .btn {
          max-width: 290px; }

.price-description {
  padding-bottom: 89px; }

.price-table {
  margin-bottom: 82px;
  margin-top: -28px; }
  .price-table .table {
    margin-bottom: 15px; }
    .price-table .table thead {
      background-color: #F87213;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 160%;
      text-align: center;
      text-transform: uppercase; }
    .price-table .table tbody tr td {
      background-color: #fff;
      border: 5px solid #F1F1F1;
      text-align: center;
      vertical-align: middle; }
      .price-table .table tbody tr td:first-child {
        text-align: left;
        width: 58%; }
      .price-table .table tbody tr td .btn-download {
        color: #292725;
        font-size: 16px;
        font-weight: 500;
        padding: 0; }
        .price-table .table tbody tr td .btn-download .download-icon {
          fill: #292725;
          margin-left: 5px;
          height: 14px;
          width: 16px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .price-table .table tbody tr td .btn-download:hover {
          color: #22B70A;
          text-decoration: none; }
          .price-table .table tbody tr td .btn-download:hover .download-icon {
            fill: #22B70A; }
  @media only screen and (max-width: 575px) {
    .price-table .table tbody tr td {
      display: inline-block;
      width: calc(100% / 2); }
      .price-table .table tbody tr td:first-child {
        display: block;
        text-align: center;
        width: 100%; } }

.special-header {
  position: relative; }
  .special-header .slider {
    height: 100%; }
    .special-header .slider:before {
      background-color: rgba(41, 39, 37, 0.7);
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 1; }
    .special-header .slider #special-slider, .special-header .slider .carousel-inner {
      height: 100%; }
    .special-header .slider .carousel-item {
      height: 100%; }
      .special-header .slider .carousel-item img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .special-header .slider .carousel-arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 4; }
      .special-header .slider .carousel-arrow .carousel-control-next, .special-header .slider .carousel-arrow .carousel-control-prev {
        opacity: 1;
        width: auto; }
      .special-header .slider .carousel-arrow .carousel-control-prev {
        left: 15px; }
      .special-header .slider .carousel-arrow .carousel-control-next {
        right: 15px; }
      .special-header .slider .carousel-arrow .carousel-control-prev-icon {
        background-image: url("img/arrow-left.svg"); }
      .special-header .slider .carousel-arrow .carousel-control-next-icon {
        background-image: url("img/arrow-right.svg"); }
  .special-header .top {
    background-color: transparent; }
  .special-header .page-title {
    position: relative;
    z-index: 3; }
    .special-header .page-title .wrap-breadcrumbs a {
      color: #fff; }
    .special-header .page-title h1 {
      color: #fff;
      line-height: 120%;
      text-transform: none;
      text-align: left;
      margin-bottom: 164px;
      margin-top: 131px; }
      @media (max-width: 320px) {
        .special-header .page-title h1 {
          font-size: 35px; } }
      @media (min-width: 1201px) {
        .special-header .page-title h1 {
          font-size: 52px; } }
      @media (max-width: 1200px) and (min-width: 321px) {
        .special-header .page-title h1 {
          font-size: calc(35px + 17 * (100vw - 320px) / 790); } }
      .special-header .page-title h1:after {
        display: none; }

.special-row {
  margin-top: -120px;
  position: relative;
  z-index: 2; }

.special-content {
  padding: 45px; }

.special-video {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to top, transparent 50%, #fff 50%);
  padding: 0 45px;
  margin-bottom: 82px; }

.special-bottom-text {
  padding: 0 45px;
  margin-bottom: 82px; }
  .special-bottom-text h4 {
    color: #F87213;
    text-align: left;
    margin-bottom: 33px; }
    .special-bottom-text h4:after {
      display: none; }

@media only screen and (max-width: 419px) {
  .special-content {
    padding: 20px; }
  .special-video {
    padding: 0;
    margin-bottom: 30px; }
  .special-bottom-text {
    padding: 0 20px;
    margin-bottom: 30px; } }

.sub-page {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to bottom, transparent 50%, #fff 50%);
  padding: 82px 0 52px; }
  .sub-page .page-item {
    border-bottom: 6px solid #F87213;
    position: relative;
    margin-bottom: 30px; }
    .sub-page .page-item:before {
      background-color: rgba(41, 39, 37, 0.7);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .sub-page .page-item .page-name {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 140%;
      min-height: 50px;
      position: absolute;
      bottom: 20px;
      left: 30px;
      right: 30px;
      z-index: 1; }
    .sub-page .page-item .page-more {
      background-color: #F87213;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: justify;
      justify-content: space-between;
      padding: 30px 30px 20px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s;
      transition: all .3s;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 2; }
      .sub-page .page-item .page-more .page-title {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 140%; }
      .sub-page .page-item .page-more .btn-more {
        color: #fff;
        text-decoration: none; }
    .sub-page .page-item:hover .page-more {
      opacity: 1;
      visibility: visible; }

.page-info .page-descr {
  background-color: #fff;
  padding: 62px 67px 46px;
  position: relative;
  margin-top: -120px;
  z-index: 2; }

.page-template-about .advantages {
  background: none; }

.banner-about {
  background-color: #fff;
  padding-bottom: 82px; }

@media only screen and (max-width: 575px) {
  .page-info .page-descr {
    padding: 30px 20px 20px; } }

.history-first-gall {
  background: linear-gradient(to top, transparent calc(50% + 15px), #fff 50%);
  padding: 0 98px;
  margin-bottom: 52px; }
  .history-first-gall .col {
    margin-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .history-first-gall {
      padding: 0 67px; } }
  @media only screen and (max-width: 575px) {
    .history-first-gall {
      background: none;
      padding: 0; } }

.history-year {
  margin-bottom: 52px; }
  .history-year .year-gallery {
    margin-top: 70px; }
    .history-year .year-gallery .col {
      margin-bottom: 30px; }
  .history-year.last-year {
    margin-bottom: 0; }
    .history-year.last-year .year-gallery {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
      background: linear-gradient(to bottom, transparent 50%, #fff 50%);
      padding: 52px 0 40px;
      margin-top: -1rem; }

.banner-history {
  background-color: #fff;
  padding-bottom: 82px; }

.page-template-career .advantages {
  background: none; }

.career-video {
  margin-bottom: 82px; }

.vacancy {
  margin-bottom: 82px; }
  .vacancy .features-item .box-features {
    margin-bottom: 24px; }
    .vacancy .features-item .box-features .features-img {
      flex-basis: 398px; }
    .vacancy .features-item .box-features .text {
      flex-basis: 812px;
      margin-left: -70px; }
  .vacancy .features-item:nth-child(2n+2) .box-features .text {
    margin-left: 0;
    margin-right: -70px; }
  @media only screen and (max-width: 991px) {
    .vacancy .features-item .box-features {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .vacancy .features-item .box-features .features-img {
        flex-basis: auto; }
      .vacancy .features-item .box-features .text {
        flex-basis: auto;
        margin-left: 0; }
    .vacancy .features-item:nth-child(2n+2) .box-features .text {
      -webkit-box-ordinal-group: 1;
      order: 0;
      margin-right: 0; } }

.career-form {
  background: linear-gradient(to bottom, transparent calc(100% / 2 - 41px), #fff calc(100% / 2 - 41px));
  padding-bottom: 82px;
  margin-bottom: 0; }

.professions {
  padding: 82px 0 52px; }
  .professions .profession-item {
    border-bottom: 6px solid #F87213;
    position: relative;
    margin-bottom: 30px; }
    .professions .profession-item:before {
      background-color: rgba(41, 39, 37, 0.7);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .professions .profession-item .profession-name {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 140%;
      padding-right: 30px;
      min-height: 50px;
      position: absolute;
      bottom: 20px;
      left: 30px;
      z-index: 1; }
    .professions .profession-item .profession-more {
      background-color: #22B70A;
      color: #fff;
      padding: 30px 30px 20px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s;
      transition: all .3s;
      position: absolute;
      left: 0;
      top: 0;
      bottom: -6px;
      width: 100%;
      z-index: 2; }
      .professions .profession-item .profession-more .profession-title {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 17px;
        text-transform: uppercase;
        line-height: 140%; }
    .professions .profession-item:hover .profession-more {
      opacity: 1;
      visibility: visible; }

.contact-training {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to bottom, transparent 50%, #fff 50%); }
  .contact-training .cont-train-box {
    background: #F87213 url(img/contact-training-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 140%;
    padding: 74px 67px 53px;
    text-align: center; }
    .contact-training .cont-train-box .contacts {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: space-evenly;
      justify-content: space-evenly;
      margin-top: 40px; }
      .contact-training .cont-train-box .contacts .block-cont {
        display: -webkit-box;
        display: flex;
        font-size: 18px;
        font-weight: 700;
        margin: 0 15px 20px;
        text-align: left; }
        .contact-training .cont-train-box .contacts .block-cont p {
          margin-bottom: 2px; }
        .contact-training .cont-train-box .contacts .block-cont a {
          color: #fff;
          font-size: 24px; }
      .contact-training .cont-train-box .contacts .phone-icon {
        fill: #fff;
        margin-right: 10px;
        margin-top: 3px;
        height: 18px;
        width: 18px; }
      .contact-training .cont-train-box .contacts .email-icon {
        fill: #fff;
        margin-top: 7px;
        margin-right: 10px;
        height: 12px;
        width: 18px; }
      @media only screen and (max-width: 991px) {
        .contact-training .cont-train-box .contacts {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
          -webkit-box-align: center;
          align-items: center; }
          .contact-training .cont-train-box .contacts .block-cont {
            text-align: center; } }
    @media only screen and (max-width: 575px) {
      .contact-training .cont-train-box {
        padding: 40px 20px 20px; } }
  @media only screen and (max-width: 379px) {
    .contact-training .cont-train-box {
      font-size: 18px; }
      .contact-training .cont-train-box .contacts .block-cont {
        font-size: 16px; }
        .contact-training .cont-train-box .contacts .block-cont a {
          font-size: 18px; } }

.doc-sert {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, transparent), color-stop(25%, #fff));
  background: linear-gradient(to top, transparent 25%, #fff 25%);
  margin-bottom: 52px; }
  .doc-sert .filters-button {
    text-align: center;
    border-bottom: 2px solid #F1F1F1;
    margin-bottom: 28px; }
    .doc-sert .filters-button .filter-btn {
      padding: 9px 38px;
      margin: 0 15px 28px;
      width: auto;
      max-width: none; }
      .doc-sert .filters-button .filter-btn.filter-active {
        background-color: #22B70A;
        border-color: #22B70A; }
  .doc-sert .doc-row .doc-item {
    position: relative;
    height: 262px;
    overflow: hidden;
    margin-bottom: 30px; }
    .doc-sert .doc-row .doc-item img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      height: 100%; }
    .doc-sert .doc-row .doc-item:before {
      background-color: rgba(41, 39, 37, 0.7);
      border-bottom: 6px solid #22B70A;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .doc-sert .doc-row .doc-item .doc-name {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 140%;
      position: absolute;
      bottom: 26px;
      left: 30px;
      right: 30px;
      z-index: 2; }

.page-template-dealers .advantages {
  background: none; }

.dealers-support .features-item .features-img {
  flex-basis: 555px; }

.dealers-support .features-item .text {
  margin-left: 0;
  margin-right: -165px;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.dealers-support .features-item:nth-child(2n+2) .box-features .text {
  margin-right: 0;
  margin-left: -165px;
  -webkit-box-ordinal-group: 1;
  order: 0; }

@media only screen and (max-width: 991px) {
  .dealers-support .features-item .features-img {
    flex-basis: auto; }
  .dealers-support .features-item .box-features .text {
    flex-basis: auto;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .dealers-support .features-item:nth-child(2n+2) .box-features .text {
    margin-left: 0; } }

.page-informacia {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, transparent), color-stop(25%, #fff));
  background: linear-gradient(to top, transparent 25%, #fff 25%); }
  .page-informacia .sub-page {
    background: none; }
    .page-informacia .sub-page .page-item .page-name {
      min-height: auto; }

.faq {
  background-color: #fff;
  padding-bottom: 1px; }
  .faq .accordion {
    margin-bottom: 82px; }
    .faq .accordion > .card {
      border: 0;
      border-radius: 0;
      margin-bottom: 12px; }
      .faq .accordion > .card > .card-header {
        border-radius: 0;
        border: 0;
        padding: 0; }
        .faq .accordion > .card > .card-header .btn {
          background-color: #22B70A;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          padding: 25px;
          text-align: left;
          text-decoration: none;
          width: 100%;
          max-width: 100%; }
          .faq .accordion > .card > .card-header .btn:before {
            background: url("img/minus.svg") center no-repeat;
            content: "";
            display: inline-block;
            margin-right: 24px;
            vertical-align: middle;
            height: 20px;
            width: 20px; }
          .faq .accordion > .card > .card-header .btn.collapsed {
            background-color: #F1F1F1;
            color: #292725; }
            .faq .accordion > .card > .card-header .btn.collapsed:before {
              background: url("img/plus.svg") center no-repeat; }
      .faq .accordion > .card .card-body {
        background-color: #f7f7f7; }

.acf-map {
  width: 100%;
  height: 550px; }

/* фиксим возможный конфликт css */
.acf-map img {
  max-width: inherit !important; }

.maps {
  margin-bottom: 82px; }
  .maps .box-address {
    position: relative;
    height: 80px;
    display: none; }
    .maps .box-address .contact-block {
      background-color: #fff;
      padding: 46px 30px 26px 63px;
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 423px; }
      .maps .box-address .contact-block a {
        color: #000; }
      .maps .box-address .contact-block h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 140%; }
      .maps .box-address .contact-block .flag {
        position: absolute;
        left: -24px;
        top: 47px; }
        .maps .box-address .contact-block .flag img {
          height: 50px;
          width: 72px; }
      .maps .box-address .contact-block .block-cont {
        display: -webkit-box;
        display: flex;
        margin-bottom: 20px; }
        .maps .box-address .contact-block .block-cont:last-child {
          margin-bottom: 0; }
        .maps .box-address .contact-block .block-cont .icon {
          fill: #F87213;
          margin-right: 10px; }
        .maps .box-address .contact-block .block-cont .point {
          height: 21px;
          width: 17px;
          min-width: 17px; }
        .maps .box-address .contact-block .block-cont .phone-icon {
          margin-top: 3px;
          height: 18px;
          width: 18px; }
        .maps .box-address .contact-block .block-cont .email-icon {
          margin-top: 7px;
          height: 12.4px;
          width: 18px; }
        .maps .box-address .contact-block .block-cont ul {
          list-style: none;
          padding: 0;
          margin: 0; }
        .maps .box-address .contact-block .block-cont p {
          margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .maps {
      background-color: #fff; }
      .maps .box-address {
        height: auto; }
        .maps .box-address .contact-block {
          position: static; } }
  @media only screen and (max-width: 575px) {
    .maps .box-address .contact-block {
      max-width: 100%; }
      .maps .box-address .contact-block .flag {
        position: static;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 419px) {
    .maps .box-address .contact-block {
      padding: 20px; } }

.help-form {
  margin: 82px 0; }
  .help-form .form-box {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 39, 37, 0.9)), to(rgba(41, 39, 37, 0.9))), url(img/form-box-bg.jpg);
    background: linear-gradient(0deg, rgba(41, 39, 37, 0.9), rgba(41, 39, 37, 0.9)), url(img/form-box-bg.jpg);
    background-size: cover;
    color: #fff;
    padding: 76px 100px 52px; }
    .help-form .form-box h3 {
      color: #fff;
      margin-bottom: 46px; }
      .help-form .form-box h3:after {
        background-color: #F87213; }
    .help-form .form-box a {
      color: #fff; }
    .help-form .form-box .contacts {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 15px; }
      .help-form .form-box .contacts .block-cont {
        font-size: 18px;
        font-weight: 700;
        display: -webkit-box;
        display: flex;
        margin: 0 45px 20px; }
        @media (max-width: 320px) {
          .help-form .form-box .contacts .block-cont a {
            font-size: 18px; } }
        @media (min-width: 1201px) {
          .help-form .form-box .contacts .block-cont a {
            font-size: 24px; } }
        @media (max-width: 1200px) and (min-width: 321px) {
          .help-form .form-box .contacts .block-cont a {
            font-size: calc(18px + 6 * (100vw - 320px) / 790); } }
        .help-form .form-box .contacts .block-cont .icon {
          fill: #fff;
          margin-right: 10px; }
        .help-form .form-box .contacts .block-cont .phone-icon {
          margin-top: 3px;
          height: 18px;
          width: 18px; }
        .help-form .form-box .contacts .block-cont .email-icon {
          margin-top: 7px;
          height: 12px;
          width: 18px; }
      @media only screen and (max-width: 991px) {
        .help-form .form-box .contacts {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column; }
          .help-form .form-box .contacts .block-cont {
            margin: 0 0 20px; } }
    @media only screen and (max-width: 767px) {
      .help-form .form-box {
        padding: 30px 20px 20px; } }
  .help-form .form-row textarea {
    height: 135px; }

.doc-sert.baza {
  background: #fff;
  padding-bottom: 1px;
  margin-bottom: 0; }
  .doc-sert.baza .doc-row .page-item {
    border-bottom: 6px solid #F87213;
    position: relative;
    min-height: 362px; }
    @media only screen and (max-width: 1199px) {
      .doc-sert.baza .doc-row .page-item {
        min-height: 300px; } }
    @media only screen and (max-width: 991px) {
      .doc-sert.baza .doc-row .page-item {
        min-height: 341.8px; } }
    @media only screen and (max-width: 767px) {
      .doc-sert.baza .doc-row .page-item {
        min-height: 0; } }
    .doc-sert.baza .doc-row .page-item:before {
      background-color: rgba(41, 39, 37, 0.7);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .doc-sert.baza .doc-row .page-item .page-name {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 140%;
      min-height: 50px;
      position: absolute;
      bottom: 30px;
      left: 37px;
      right: 37px;
      z-index: 1; }
    .doc-sert.baza .doc-row .page-item .page-more {
      background-color: #F87213;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: justify;
      justify-content: space-between;
      padding: 30px 37px 30px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s;
      transition: all .3s;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 2; }
      .doc-sert.baza .doc-row .page-item .page-more .page-title {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 140%; }
      .doc-sert.baza .doc-row .page-item .page-more .btn-more {
        color: #fff;
        text-decoration: none; }
    .doc-sert.baza .doc-row .page-item:hover .page-more {
      opacity: 1;
      visibility: visible; }
  .doc-sert.baza .doc-row .videoicon:before {
    background: url("img/icons/play-button.svg") center no-repeat;
    content: "";
    position: absolute;
    top: 32px;
    left: 52px;
    height: 38px;
    width: 38px;
    z-index: 2; }

.col-banner {
  height: 100%; }
  .col-banner a {
    display: block;
    height: 100%;
    width: 100%; }
    .col-banner a img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%; }

.single-info .page-title h1 {
  font-size: 36px; }

.r-sidebar > h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 27px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 991px) {
    .r-sidebar > h2 {
      color: #292725;
      border-bottom-color: #292725; } }

.r-sidebar .article-info .page-item {
  border-bottom: 6px solid #F87213;
  position: relative;
  margin-bottom: 30px; }
  .r-sidebar .article-info .page-item:before {
    background-color: rgba(41, 39, 37, 0.7);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .r-sidebar .article-info .page-item .page-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    min-height: 50px;
    position: absolute;
    bottom: 30px;
    left: 37px;
    right: 37px;
    z-index: 1; }
  .r-sidebar .article-info .page-item .page-more {
    background-color: #F87213;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 30px 37px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2; }
    .r-sidebar .article-info .page-item .page-more .page-title {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 140%; }
    .r-sidebar .article-info .page-item .page-more .btn-more {
      color: #fff;
      text-decoration: none; }
  .r-sidebar .article-info .page-item:hover .page-more {
    opacity: 1;
    visibility: visible; }

.article-pdf {
  background-color: transparent;
  text-align: center; }
  .article-pdf .media {
    display: -webkit-inline-box;
    display: inline-flex;
    text-align: left; }

.object-gallery .object-item {
  border-bottom: 6px solid #22B70A;
  position: relative;
  margin-bottom: 30px; }
  .object-gallery .object-item:before {
    background: rgba(41, 39, 37, 0.7);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .object-gallery .object-item .stretched-link:after {
    z-index: 3; }
  .object-gallery .object-item .stretched-link:nth-of-type(1) {
    display: block !important; }
  .object-gallery .object-item .object-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
    z-index: 2; }

.page-template-contacts .header {
  background-color: transparent; }

.contacts-row .contact-block {
  background-color: #fff;
  padding: 46px 30px 26px 30px;
  height: calc(100% - 30px);
  position: relative;
  margin-bottom: 30px; }
  .contacts-row .contact-block a {
    color: #000;
    overflow-wrap: anywhere; }
  .contacts-row .contact-block h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin-left: 55px;
    min-height: 75px; }
  .contacts-row .contact-block .flag {
    position: absolute;
    left: -14px;
    top: 47px; }
    .contacts-row .contact-block .flag img {
      height: 50px;
      width: auto; }
  .contacts-row .contact-block .block-cont {
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px; }
    .contacts-row .contact-block .block-cont:last-child {
      margin-bottom: 0; }
    .contacts-row .contact-block .block-cont .icon {
      fill: #F87213;
      margin-right: 10px; }
    .contacts-row .contact-block .block-cont .point {
      height: 21px;
      width: 17px;
      min-width: 17px; }
    .contacts-row .contact-block .block-cont .phone-icon {
      margin-top: 3px;
      height: 18px;
      width: 18px; }
    .contacts-row .contact-block .block-cont .email-icon {
      margin-top: 7px;
      height: 12.4px;
      width: 18px; }
    .contacts-row .contact-block .block-cont ul {
      list-style: none;
      padding: 0;
      margin: 0; }

.sites {
  margin-bottom: 52px; }
  .sites .box-sites-list {
    background-color: #fff;
    padding: 50px;
    min-height: 310px;
    margin-bottom: 30px; }
    .sites .box-sites-list h4 {
      color: #F87213;
      text-align: left;
      margin-bottom: 34px; }
      .sites .box-sites-list h4:after {
        display: none; }
    .sites .box-sites-list ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
      .sites .box-sites-list ul li a {
        color: #292725;
        white-space: nowrap; }

@media only screen and (max-width: 991px) {
  .sites .box-sites-list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

.page-search-form {
  max-width: 750px;
  margin-bottom: 43px; }
  .page-search-form .input-group-prepend .input-group-text {
    background-color: #f1f1f1;
    border: 0;
    border: none;
    border-radius: 0;
    padding-left: 1.25rem;
    padding-right: .5rem; }
    .page-search-form .input-group-prepend .input-group-text .search-icon {
      fill: #292725;
      height: 18px;
      width: 18px; }
  .page-search-form .form-control {
    background-color: #f1f1f1;
    border-radius: 0;
    border: none;
    height: 50px; }
  .page-search-form .btn-green {
    padding: 10px 10px;
    min-width: 156px;
    text-transform: uppercase; }

.search-results .search-query {
  font-size: 21px;
  font-weight: 600;
  line-height: 160%; }

ul.search-list {
  margin-bottom: 82px; }
  ul.search-list li {
    margin-bottom: 10px; }
    ul.search-list li p {
      margin-bottom: 0; }
    ul.search-list li a {
      color: #292725;
      font-weight: 600; }

.page-template-thanks .header, .error404 .header {
  background-color: transparent; }

.page-404, .page-thanks {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 82px;
  line-height: 140%; }
  .page-404 img, .page-thanks img {
    margin-bottom: 56px; }
  .page-404 .btn, .page-thanks .btn {
    max-width: 314px;
    margin-top: 26px;
    padding: 14px 10px; }

.page-thanks {
  padding-top: 103px; }

@media only screen and (max-width: 767px) {
  .page-thanks {
    padding-top: 60px;
    text-align: center; } }

.close {
  opacity: 1; }

.close-icon {
  fill: #F87213;
  height: 19px;
  width: 19px; }

#callback .modal-header {
  border: none;
  border-radius: 0;
  display: block;
  padding: 0;
  margin-bottom: 40px; }
  #callback .modal-header .close {
    padding: 0;
    position: absolute;
    right: 27px;
    top: 24px;
    margin: 0; }

#callback .modal-dialog {
  max-width: 460px; }

#callback .modal-content {
  background-color: #F1F1F1;
  border-radius: 0;
  padding: 60px 60px 30px; }
  #callback .modal-content .form-group {
    margin-bottom: 23px; }
  #callback .modal-content .btn-submit {
    max-width: none; }
    #callback .modal-content .btn-submit .phone-icon {
      margin-right: 16px;
      fill: #fff;
      height: 18px;
      width: 18px; }
  @media only screen and (max-width: 479px) {
    #callback .modal-content {
      padding: 60px 10px 30px; } }

#callback .wpcf7 form.invalid .wpcf7-response-output, #callback .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #292725;
  margin: 0; }

/* FOOTER */
.footer .footer-menu-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 39, 37, 0.9)), to(rgba(41, 39, 37, 0.9))), -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), url(img/footer-menu-bg.jpg);
  background: linear-gradient(0deg, rgba(41, 39, 37, 0.9), rgba(41, 39, 37, 0.9)), linear-gradient(0deg, #FFFFFF, #FFFFFF), url(img/footer-menu-bg.jpg);
  background-blend-mode: normal, saturation, normal;
  background-repeat: no-repeat;
  background-size: cover; }

.footer a {
  color: #fff; }

.footer .footer-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 82px 0; }
  .footer .footer-menu > div {
    max-width: 353px; }
  .footer .footer-menu h5 {
    color: #F87213;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px; }
  .footer .footer-menu ul {
    margin-bottom: 53px; }
    .footer .footer-menu ul li {
      margin-bottom: 7px; }
  .footer .footer-menu .nochild li {
    margin-bottom: 23px; }
    .footer .footer-menu .nochild li a {
      color: #F87213;
      font-size: 24px;
      font-weight: 700; }

.footer .footer-info {
  background-color: #F87213;
  padding: 41px 0; }
  .footer .footer-info .footer-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between; }
    .footer .footer-info .footer-row .wrap-phones {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      flex-basis: 36%; }
      .footer .footer-info .footer-row .wrap-phones .phones .point {
        fill: #292725;
        margin-right: 5px;
        height: 12px;
        width: 9px; }
      .footer .footer-info .footer-row .wrap-phones .phones p {
        color: #292725;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px; }
    .footer .footer-info .footer-row .social {
      margin-top: 15px; }
      .footer .footer-info .footer-row .social a {
        text-decoration: none;
        margin: 5px 15px; }
      .footer .footer-info .footer-row .social .youtube, .footer .footer-info .footer-row .social .facebook, .footer .footer-info .footer-row .social .instagram {
        fill: #fff;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .footer .footer-info .footer-row .social .youtube:hover, .footer .footer-info .footer-row .social .facebook:hover, .footer .footer-info .footer-row .social .instagram:hover {
          fill: #292725; }
      .footer .footer-info .footer-row .social .youtube {
        height: 31.26px;
        width: 45.47px; }
      .footer .footer-info .footer-row .social .facebook {
        height: 36.95px;
        width: 17.05px; }
      .footer .footer-info .footer-row .social .instagram {
        height: 36.95px;
        width: 36.95px; }
    .footer .footer-info .footer-row .copy {
      font-size: 14px;
      line-height: 22px;
      margin-top: 15px; }
      .footer .footer-info .footer-row .copy a {
        color: #000; }

@media only screen and (max-width: 991px) {
  .footer .footer-menu {
    flex-wrap: wrap; }
  .footer .footer-info .footer-row {
    flex-wrap: wrap; }
    .footer .footer-info .footer-row .wrap-phones {
      flex-basis: 60%; } }

@media (max-width: 991px) and (min-width: 767px) {
  .footer .footer-menu .nochild {
    flex-basis: 100%;
    max-width: 100%; }
    .footer .footer-menu .nochild ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      justify-content: center; }
      .footer .footer-menu .nochild ul li {
        margin-right: 20px; } }

@media only screen and (max-width: 767px) {
  .footer .footer-info .footer-row {
    flex-wrap: wrap; }
    .footer .footer-info .footer-row .wrap-phones {
      flex-basis: 100%;
      margin-top: 20px; }
    .footer .footer-info .footer-row .social, .footer .footer-info .footer-row .copy {
      margin-top: 6px; }
    .footer .footer-info .footer-row .social a {
      margin-right: 15px;
      margin-left: 0; } }

@media only screen and (max-width: 479px) {
  .footer .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 40px 0; }
    .footer .footer-menu ul {
      margin-bottom: 20px; }
  .footer .footer-info .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
    .footer .footer-info .footer-row .wrap-phones {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
    .footer .footer-info .footer-row .social, .footer .footer-info .footer-row .copy {
      margin-top: 6px;
      text-align: center !important; }
    .footer .footer-info .footer-row .social {
      margin-bottom: 20px; }
      .footer .footer-info .footer-row .social a:last-child {
        margin: 0; } }

/*# sourceMappingURL=style.css.map */
