@charset "UTF-8";
/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the KofeLatte team
Author URI: http://KofeLatte.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*grey*/
/*   <Breadcrumbs/>   */
/*   <Muve-top/>   */
/* === BEGIN FONTS === */
@font-face {
  font-family: 'Gilroy-Regular';
  src: url("./assets/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("./assets/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("./assets/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HeliosLightC';
  src: url("./assets/fonts/HeliosLightC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HeliosC';
  src: url("./assets/fonts/HeliosC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* === END FONTS === */
/* === BEGIN INPUTs === */
.form-control-sm {
  padding: .25rem .5rem;
  font-size: .875rem; }

.form-control-lg {
  padding: .75rem 1rem; }

.wpcf7-not-valid,
.error-input,
input.required.error {
  border-color: #f4f4f4 !important;
  background: #f4f4f4;
  border-radius: 0;
  height: 48px; }

.wpcf7-not-valid-tip,
.error-txt,
.error {
  color: #af0a48;
  font-size: 85%;
  display: block; }

.required {
  display: inline-block;
  color: #188de7;
  line-height: 1.2;
  vertical-align: top; }

/*custom checkbox*/
.form-group {
  margin-bottom: 20px; }
  .form-group input {
    display: none; }
  .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #f4f4f4;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 29px; }
  .form-group input:checked + label:before {
    content: '';
    background: url("./assets/img/checkbox.png") center no-repeat; }

/**/
/*custom .quantity */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.quantity {
  display: flex;
  border-radius: 0;
  max-width: 110px;
  position: relative;
  border: 1px solid #f4f4f4;
  margin: 0 auto; }
  .quantity input {
    -webkit-flex-grow: 100;
    flex-grow: 100;
    border: none;
    background: none;
    font-size: 18px !important;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px 5px;
    line-height: 1;
    height: 40px;
    border: none; }
  .quantity .btn {
    display: inline-block;
    font-size: 17px !important;
    padding: 3px 5px;
    text-align: center;
    border-radius: 0px;
    color: #000;
    line-height: 1;
    text-align: center; }
    .quantity .btn:hover {
      color: #188de7; }

/*custom input*/
.form-control {
  height: calc(2.25rem + 12px);
  border-radius: 0;
  float: left; }

.btn-tel-form {
  width: 70px;
  height: 48px;
  background: url("./assets/img/long-arrow.png") center no-repeat #188de7;
  background-size: 32px; }

.form-control:focus {
  color: #495057;
  background-color: #fff; }

/**/
/* === END INPUTs === */
.modal-open .modal {
  padding-right: 0 !important; }

.modal-dialog {
  display: flex;
  align-items: center;
  max-width: 890px;
  min-height: calc(100% - (5rem * 2)); }

.modal-header {
  border: none;
  padding-bottom: 0; }

.modal-body .nice_Select {
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  background: url("assets/img/select_close.png") calc(100% - 15px) center no-repeat !important; }
  .modal-body .nice_Select.open {
    background: url("assets/img/select_open.png") calc(100% - 15px) center no-repeat #f9f9f9 !important; }
  .modal-body .nice_Select .list {
    width: 100%;
    background: #f9f9f9; }
    .modal-body .nice_Select .list li.option {
      height: 42px; }
      .modal-body .nice_Select .list li.option:before {
        display: none; }
      .modal-body .nice_Select .list li.option:hover {
        background-color: #188de7;
        color: #fff; }

.modal-content {
  border-radius: 0;
  border: none;
  padding: 30px 40px; }
  .modal-content p {
    margin-top: 10px; }

textarea {
  width: 100%;
  min-height: 170px; }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    margin-left: 15px;
    cursor: pointer;
    margin: 5px 0 25px 15px; }
    input[type="file"] + label img {
      margin-right: 10px; }

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: none !important; }

.form-control,
input[type]:not(.btn),
textarea,
select {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 11px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #0c0c0c; }
  .form-control:focus,
  input[type]:not(.btn):focus,
  textarea:focus,
  select:focus {
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    outline: none; }

::-webkit-input-placeholder {
  color: #797364 !important; }

::-moz-placeholder {
  color: #797364 !important; }

:-ms-input-placeholder {
  color: #797364 !important; }

input[type="tel"]::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0c0c0c !important; }

#ajaxModal input.btn.btn-secondary,
#support input.btn.btn-secondary {
  margin-left: auto;
  display: flex; }

.form-subscribe .modal-header,
.form-callback .modal-header {
  border: none;
  padding-bottom: 0;
  padding: 0;
  height: 0; }

.form-subscribe .modal-content,
.form-callback .modal-content {
  margin: 15px;
  padding: 0; }

.form-subscribe .modal-body,
.form-callback .modal-body {
  padding: 0; }

.form-subscribe div.col-md-6 p.col-md-12:first-child,
.form-callback div.col-md-6 p.col-md-12:first-child {
  margin-top: 80px; }

.form-callback div.col-md-6 > .img-fluid {
  height: 100%; }

.form-callback div.col-md-6 p.col-md-12:first-child {
  margin-top: 45px; }

.form-one-click .modal-body {
  padding: 0rem 1rem 1rem 1rem; }

.form-one-click .modal-dialog {
  display: flex;
  align-items: center;
  max-width: 530px;
  margin: 0 auto;
  min-height: calc(100% - (5rem * 2)); }

@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 15px 10px 15px 15px; }
    .modal-dialog [type="button"]:not(.close),
    .modal-dialog [type="submit"] {
      width: 100%;
      justify-content: center; }
  .modal-content {
    border-radius: 0;
    border: none;
    padding: 20px 0px; }
  .form-subscribe .modal-content,
  .form-callback .modal-content {
    margin: 0; }
  .form-subscribe .col-md-6:first-child,
  .form-callback .col-md-6:first-child {
    display: none; }
  .form-subscribe div.col-md-6 p.col-md-12:first-child,
  .form-callback div.col-md-6 p.col-md-12:first-child {
    margin-top: 25px; }
  .form-subscribe .btn-secondary,
  .form-callback .btn-secondary {
    width: 100%; }
  .form-one-click .modal-content {
    padding: 0; }
  .form-one-click .modal-body {
    padding-bottom: 0; }
  .form-one-click .modal-dialog {
    max-width: calc(100% - 30px); }
  .form-one-click .row {
    flex-direction: column; }
    .form-one-click .row p.px-3 input {
      margin-top: 35px;
      width: 100%; } }

header .container .row {
  margin-left: 0;
  margin-right: 0; }

.first-line {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ededed;
  background-color: #f9f9f9;
  position: relative; }
  .first-line:before {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    bottom: -1px;
    width: 200vw;
    background: #f9f9f9;
    border-bottom: 1px solid #ededed; }

.header-social,
.mobile-header-social {
  display: flex;
  padding: 15px 0;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  background-color: #f9f9f9; }
  .header-social a,
  .mobile-header-social a {
    width: 16px;
    height: 16px;
    margin: 0 16px; }
  .header-social .facebook:hover,
  .mobile-header-social .facebook:hover {
    background-image: url("assets/img/icon_facebook_grey_hover.png") !important; }
  .header-social .youtube:hover,
  .mobile-header-social .youtube:hover {
    background-image: url("assets/img/icon_youtube_grey_hover.png") !important; }

.header-slogan {
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: #7d7d7d; }

.header-language {
  min-width: 165px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  position: relative; }
  .header-language nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px; }
    .header-language nav a {
      display: flex;
      align-items: center;
      order: 1;
      visibility: hidden;
      padding: 11px 15px;
      width: 100%;
      color: #7d7d7d;
      text-decoration: none;
      border: 1px solid #ededed;
      background: #f9f9f9; }
      .header-language nav a.checked {
        order: 0;
        visibility: inherit;
        border: none;
        background: url("assets/img/select_close_grey.png") calc(100% - 15px) center no-repeat; }
        .header-language nav a.checked:hover {
          background: url("assets/img/select_close.png") calc(100% - 15px) center no-repeat; }
      .header-language nav a:hover {
        color: #060606; }
      .header-language nav a img {
        padding-right: 15px; }
    .header-language nav.hover a {
      visibility: inherit; }
      .header-language nav.hover a.checked {
        background: url("assets/img/select_open.png") calc(100% - 15px) center no-repeat #f9f9f9; }

.header-favorit,
.header-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ededed;
  width: 83px; }
  .header-favorit .value,
  .header-compare .value {
    width: 45px;
    background: url(assets/img/icon_header__favorite.png) left center no-repeat;
    text-align: right;
    color: #7d7d7d;
    text-decoration: none; }
    .header-favorit .value:hover,
    .header-compare .value:hover {
      color: #060606;
      background: url(assets/img/icon_header__favorite_hover.png) left center no-repeat; }

.header-compare .value {
  background: url(assets/img/icon_header__compare.png) left center no-repeat; }
  .header-compare .value:hover {
    background: url(assets/img/icon_header__compare_hover.png) left center no-repeat; }

.header-cabinet {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 0 25px;
  border-right: 1px solid #ededed; }
  .header-cabinet .value {
    color: #7d7d7d;
    padding-left: 25px;
    text-decoration: none;
    background: url(assets/img/icon_user.png) left center no-repeat; }
    .header-cabinet .value:hover {
      color: #060606;
      background: url(assets/img/icon_user_hover.png) left center no-repeat; }

.header-logo {
  display: flex;
  align-items: center;
  min-width: 205px; }

.second-line {
  display: flex;
  width: 100%; }

.container-search {
  display: flex;
  width: 100%;
  padding: 23px 32px; }
  .container-search .nice_Select {
    width: 160px;
    height: 48px;
    border: 1px solid #e1e1e1;
    border-radius: 4px 0 0 4px; }
    .container-search .nice_Select .current {
      font-weight: 400;
      color: #636363; }

.header__search-box {
  display: flex;
  width: 100%; }

.search-mobile {
  display: flex;
  flex: auto; }

.header__search-iput {
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important; }

.btn.btn-secondary.header__search-btn {
  background: url("assets/img/icon_search_desctop.png") center no-repeat #188de7;
  padding: 23px;
  border-radius: 0 4px 4px 0; }

.header-telephone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 234px;
  position: relative; }
  .header-telephone > a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #188de7;
    text-align: right;
    padding-right: 20px; }
  .header-telephone span {
    cursor: pointer;
    background: url(assets/img/select_close.png) calc(100% - 20px) center no-repeat; }
    .header-telephone span a {
      font-size: 21px;
      line-height: 40px;
      font-weight: 700;
      color: #060606; }
  .header-telephone nav {
    display: none;
    flex-direction: column;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    position: absolute;
    top: 50px;
    width: calc(100% - 15px);
    /* 3 строка хедера обрезает*/ }
    .header-telephone nav a {
      font-size: 16px;
      line-height: 42px;
      font-weight: 700;
      padding: 0 15px;
      text-decoration: none;
      color: #060606; }
      .header-telephone nav a:hover {
        background-color: #188de7;
        color: #fff; }

.third-line {
  display: flex;
  flex: auto;
  position: relative;
  height: 60px;
  width: auto;
  background-color: #188de7; }
  .third-line:before {
    content: "";
    background-color: #188de7;
    position: absolute;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 60px; }

/*catalog*/
.catalog {
  display: flex;
  margin: 0; }
  .catalog > li {
    background-color: #fec22d;
    padding: 0 20px;
    border-left: 1px solid #cc9c25; }
    .catalog > li:hover {
      background-color: #ffd05a; }
    .catalog > li:first-child {
      border: none; }
    .catalog > li:before {
      display: none; }
    .catalog > li a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      line-height: 30px;
      font-weight: 700;
      color: #060606; }
      .catalog > li a img {
        margin-right: 15px; }
  .catalog .category-item > a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #0c0c0c;
    text-decoration: none; }
  .catalog .category-item:hover > a {
    color: #fff; }

.catalog-item .category {
  display: none;
  flex-direction: column; }

.catalog-item.hover .category {
  display: flex;
  position: absolute;
  left: 0;
  right: -52px;
  top: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  min-height: 723px; }

.category-item {
  max-width: 314px;
  border-bottom: 1px solid #fff;
  background: url(assets/img/icon_catalog_close.png) calc(100% - 30px) center no-repeat #f9f9f9;
  padding: 10px 30px; }
  .category-item:before {
    display: flex;
    position: absolute;
    left: 314px;
    width: 1px;
    margin: 0;
    top: 0px;
    height: 100%;
    background: #f9f9f9; }
  .category-item:hover {
    background: url(assets/img/icon_catalog_open.png) calc(100% - 30px) center no-repeat #188de7; }
  .category-item.hover .category-item__list-child {
    display: flex; }

.category-item__list-child {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  background: #fff;
  top: 0;
  left: 314px;
  right: 0;
  bottom: 0;
  padding: 7px 20px; }
  .category-item__list-child .last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: auto;
    position: relative; }
    .category-item__list-child .last-child a {
      padding-right: 40px;
      text-decoration: none;
      position: relative;
      top: 3px;
      background: url("assets/img/icon_link.png") right center no-repeat; }
      .category-item__list-child .last-child a:hover {
        color: #188de7;
        background: url("assets/img/icon_link_hover.png") right center no-repeat; }
    .category-item__list-child .last-child:before {
      content: "";
      position: absolute;
      top: 0;
      left: -20px;
      right: -20px;
      border-top: 1px solid #ededed; }

ul.category-item__child-item {
  width: 33%;
  padding: 0 20px; }
  ul.category-item__child-item li a {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #5a5a5a; }
    ul.category-item__child-item li a:hover {
      font-weight: 700;
      text-decoration: underline;
      color: #188de7; }
  ul.category-item__child-item li:before {
    display: none; }
  ul.category-item__child-item a {
    justify-content: flex-start; }

.header-nav {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0; }
  .header-nav li {
    display: none;
    margin-right: 31px;
    padding-right: 20px; }
    .header-nav li:nth-child(1) {
      display: flex; }
    .header-nav li:nth-child(2) {
      display: flex; }
    .header-nav li:nth-child(3) {
      display: flex; }
    .header-nav li.has-child {
      height: 100%;
      background: url("assets/img/select_close_white.png") right center no-repeat;
      position: relative;
      cursor: pointer; }
      .header-nav li.has-child.hover {
        color: #ddeefb;
        text-decoration: none;
        background: url("assets/img/select_open_white.png") right center no-repeat; }
        .header-nav li.has-child.hover ul {
          display: flex; }
      .header-nav li.has-child.show-more.hover ul {
        display: flex; }
      .header-nav li.has-child ul {
        position: absolute;
        display: none;
        flex-direction: column;
        top: 100%;
        width: max-content;
        background-color: #f9f9f9;
        border: 1.0px solid #ededed; }
        .header-nav li.has-child ul li {
          margin: 0; }
          .header-nav li.has-child ul li a {
            padding: 12px 30px;
            width: 100%; }
          .header-nav li.has-child ul li:hover {
            background-color: #188de7; }
            .header-nav li.has-child ul li:hover a {
              color: #FFF; }
          .header-nav li.has-child ul li.more {
            background: url(assets/img/icon_link.png) calc(100% - 15px) center no-repeat #fff;
            border-bottom: 4px solid #fec22d;
            padding: 0; }
            .header-nav li.has-child ul li.more a {
              font-weight: 600;
              padding: 12px 30px;
              display: flex;
              width: 100%; }
            .header-nav li.has-child ul li.more:hover {
              background: url(assets/img/icon_link_white.png) calc(100% - 15px) center no-repeat #188de7; }
        .header-nav li.has-child ul a {
          color: #060606; }
    .header-nav li:last-child {
      margin-right: 0; }
    .header-nav li:before {
      display: none; }
    .header-nav li a {
      color: #fff; }
      .header-nav li a:hover {
        color: #ddeefb;
        text-decoration: none; }

.container-cart {
  display: flex;
  position: relative;
  padding: 25px;
  margin-left: auto;
  background: url("assets/img/icon_cart.png") center no-repeat #188de7;
  border-left: 1px solid #46a4ec;
  border-right: 1px solid #46a4ec; }
  .container-cart .value {
    width: 19px;
    height: 19px;
    background-color: #fec22d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    color: #060606;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 0; }

#catalog {
  background-color: #0c0c0c; }
  #catalog .modal-content {
    background-color: #188de7; }
  #catalog .close {
    left: 0;
    top: 10px;
    opacity: 1; }
  #catalog .modal-body {
    padding: 1rem 1rem 0 1rem; }
  #catalog .modal-content {
    padding: 20px 0px 1px; }

.accordion-list {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6px;
  background: url("assets/img/select_close.png") calc(100% - 20px) 25px #ffd05a no-repeat; }
  .accordion-list > span > a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #060606;
    padding: 10px 52px 10px 29px; }
    .accordion-list > span > a:hover {
      color: #060606; }
    .accordion-list > span > a img {
      margin-right: 15px; }
  .accordion-list span {
    display: flex;
    width: 100%;
    height: 48px; }
  .accordion-list.active {
    background: url("assets/img/select_open.png") calc(100% - 20px) 25px #ffd05a no-repeat; }
    .accordion-list.active > ul {
      background-color: #fff; }
  .accordion-list a {
    width: calc(100% - 50px);
    color: #0c0c0c;
    padding: 12px 52px 12px 29px; }
  .accordion-list:before {
    display: none; }
  .accordion-list li {
    /**/ }
    .accordion-list li:before {
      display: none; }
    .accordion-list li.mobile-has-child {
      background: url(assets/img/select_close.png) calc(100% - 20px) 20px no-repeat; }
      .accordion-list li.mobile-has-child span {
        display: flex;
        width: 100%;
        height: auto; }
      .accordion-list li.mobile-has-child.active {
        background: url(assets/img/icon_currency_top.png) calc(100% - 20px) 20px #188de7 no-repeat;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; }
        .accordion-list li.mobile-has-child.active a {
          color: #fff; }
  .accordion-list ul {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .accordion-list.active > ul {
    background-color: #fff;
    height: auto;
    width: 100%;
    border-bottom: 3px solid #ffd05a; }

li.list-item {
  align-items: flex-start;
  flex-direction: column; }

.list-item.mobile-has-child.active ul {
  height: auto;
  background-color: #fff; }
  .list-item.mobile-has-child.active ul a {
    color: #5a5a5a; }

/*=== BEGIN BASIC styles ===*/
body {
  font-family: 'Gilroy-Regular';
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

/*=== END BASIC styles ===*/
/*404*/
.page_404 {
  background: url("assets/img/404.jpg") center no-repeat;
  background-size: cover; }
  .page_404 .info-block {
    max-width: 775px;
    padding: 100px 114px 114px;
    opacity: 0.94;
    margin: 156px 0 168px auto;
    background-color: #188de7; }
    .page_404 .info-block .title_1 {
      font-size: 42px;
      line-height: 60px;
      font-weight: 700;
      color: #ffffff; }
    .page_404 .info-block p {
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      color: #ffffff;
      margin-top: 28px; }
    .page_404 .info-block .btn-danger {
      margin-top: 28px; }

/*article-page*/
.container-post {
  margin-bottom: 115px; }
  .container-post nav.social a {
    min-width: 23px;
    height: 23px;
    margin-right: 35px;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .container-post nav.social {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ededed;
    padding: 45px 0;
    margin-top: 45px; }
  .container-post .social .title_5 {
    margin-right: 35px; }
  .container-post .navigation {
    display: flex;
    justify-content: space-between; }
    .container-post .navigation a {
      font-size: 15.7px;
      line-height: 29px;
      font-weight: 700;
      color: #060606; }
    .container-post .navigation .prev {
      padding-left: 35px;
      background: url("assets/img/icon_navigation_prev.png") center left no-repeat; }
    .container-post .navigation .next {
      padding-right: 35px;
      background: url("assets/img/icon_navigation_next.png") center right no-repeat; }

.post-value {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #b2b2b2;
  padding: 15px 0 32px; }
  .post-value div {
    margin-right: 59px; }

.container-blockquote {
  border-left: 4px solid #ffd05a;
  margin: 40px 0 60px;
  padding: 50px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11); }
  .container-blockquote blockquote {
    font-size: 18px;
    display: flex; }
    .container-blockquote blockquote:before {
      content: '';
      display: flex;
      min-width: 50px;
      height: 50px;
      margin-right: 40px;
      background: url("assets/img/blockquote.png") center no-repeat; }
  .container-blockquote cite {
    margin-left: 90px; }

.similar-articles {
  margin: 0 auto 35px; }
  .similar-articles .title_3 {
    display: flex;
    font-weight: 700;
    margin-bottom: 35px; }
  .similar-articles a {
    display: flex;
    flex-direction: column;
    margin-top: 15px; }
    .similar-articles a .title_5 {
      margin: 12px auto 20px; }
    .similar-articles a:hover .title_5 {
      color: #188de7; }
    .similar-articles a img {
      width: 100%; }

@media screen and (max-width: 767px) {
  .container-post {
    margin-bottom: 75px; }
  .container-blockquote {
    margin: 30px 0 40px;
    padding: 25px; }
    .container-blockquote blockquote {
      font-size: 17px;
      display: flex; }
      .container-blockquote blockquote:before {
        display: none; }
    .container-blockquote cite {
      margin-left: 0; }
  img.alignleft, img.alignright {
    max-width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important; }
  img.alignleft {
    float: left; }
  img.alignright {
    float: right; }
  img.aligncenter {
    margin: 0 !important;
    margin-bottom: 20px !important; } }

/*table*/
/**/
.wrap_page.page {
  background-color: #f0f0f0; }
  .wrap_page.page .title {
    margin-top: 50px; }
  .wrap_page.page .ancor-link {
    margin-bottom: 50px; }
    .wrap_page.page .ancor-link .ancor-link__item {
      margin-bottom: 15px; }

.container-small {
  padding: 60px 120px;
  background-color: #fff;
  margin: 0 auto 120px !important; }

.blog .title_1 {
  margin-bottom: 36px; }

.blog .wp-pagenavi {
  box-shadow: 0px -5px 0px -4px #ededed;
  background-color: transparent; }
  .blog .wp-pagenavi .last {
    margin: 0; }
  .blog .wp-pagenavi .first {
    margin: 0; }

.blog .sidebar {
  margin-bottom: 48px; }
  .blog .sidebar .info-box {
    margin: 45px auto;
    color: #636363; }
  .blog .sidebar .btn-box {
    margin: 36px 0 48px; }
    .blog .sidebar .btn-box .btn {
      margin-right: 10px; }
  .blog .sidebar .social-box {
    display: flex;
    flex-wrap: wrap; }
    .blog .sidebar .social-box .title_6 {
      width: 100%;
      color: #636363;
      margin-bottom: 15px; }
    .blog .sidebar .social-box a {
      width: 26px;
      height: 26px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 25px; }

.blog .filter-tag a:hover {
  background-color: #188de7;
  color: #fff;
  text-decoration: none; }

.item-logget {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  margin-bottom: 36px; }
  .item-logget.xl {
    min-height: 445px; }
  .item-logget .img-box {
    position: relative; }
    .item-logget .img-box:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: all .3s;
      background: url("assets/img/icon_logget.png") center no-repeat #188de7; }
  .item-logget:hover .title_5 {
    color: #188de7; }
  .item-logget:hover .img-box:before {
    opacity: .8; }
  .item-logget .title_5 {
    margin-top: 30px; }
  .item-logget .description {
    color: #636363; }
  .item-logget .more {
    width: 120px;
    margin-top: auto; }

.blog-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 36px;
  padding: 1px 5px 1px 20px;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }
  .blog-options p {
    margin: 0; }
  .blog-options .listing_options-sort {
    align-items: center; }
  .blog-options .search-logget {
    color: #595959; }

.blog-category,
.blog-logget-category {
  display: flex;
  flex-direction: column; }
  .blog-category a,
  .blog-logget-category a {
    color: #b2b2b2;
    margin-bottom: 12px; }
    .blog-category a.active,
    .blog-logget-category a.active {
      color: #188de7; }

.blog-logget-category a {
  color: #188de7;
  margin-bottom: 12px; }
  .blog-logget-category a.active {
    font-weight: 700;
    color: #060606; }

.contacts {
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.2); }
  .contacts .margin-negative {
    display: flex;
    flex-direction: column;
    margin: -286px auto -260px; }
  .contacts .fluid-block .info-box {
    justify-content: flex-start; }

.color-youtube {
  display: flex;
  width: 26px;
  height: 26px;
  background: url(assets/img/icon_youtube_big.png);
  background-size: cover; }

.color-facebook {
  display: flex;
  width: 26px;
  height: 26px;
  background: url(assets/img/icon_facebook_big.png);
  background-size: cover; }

.social-big {
  display: flex; }
  .social-big a {
    margin-right: 36px; }

.feedback {
  background-color: #188de7;
  color: #fff;
  padding: 48px 40px;
  margin: 0 -15px;
  height: 100%; }
  .feedback .title_5 {
    color: #fff;
    margin: 40px 0 36px; }
  .feedback a {
    margin-top: 36px; }

.contact-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff; }
  .contact-box > div:not(:last-child) {
    box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 4px 0px -4px #ededed, 5px -2px 0px -4px #ededed; }
  .contact-box .item {
    padding: 48px 40px; }
  .contact-box .img-box {
    display: flex;
    align-items: center;
    height: 78px;
    margin-bottom: 48px; }
  .contact-box .phone-box {
    display: flex;
    flex-direction: column; }
    .contact-box .phone-box a {
      font-size: 18px;
      line-height: 30px;
      font-weight: 700;
      color: #060606; }
      .contact-box .phone-box a span {
        font-size: 16px;
        color: #5a5a5a; }
  .contact-box .cwt {
    margin-top: 48px; }
  .contact-box .title_6 {
    margin-top: 36px; }

.map {
  height: 767px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer; }

/*first-screen*/
.wrap_page {
  background-color: #f9f9f9; }

#sync1 .item {
  max-height: 660px;
  padding: 145px 0px;
  color: #FFF;
  background: #0c83e7;
  background-size: cover;
  background-position: center; }
  #sync1 .item > .container {
    display: flex;
    justify-content: space-between; }

#sync2 {
  max-width: calc(100% - 100px);
  min-height: 168px;
  top: -24px;
  margin: 0 auto; }
  #sync2 .owl-item:last-child .item {
    border-right: none !important; }
  #sync2 .item {
    min-height: 120px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 42px;
    color: #06060678;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    border-right: 1px solid #ededed !important; }
    #sync2 .item h1 {
      font-size: 18px; }
    #sync2 .item:hover {
      color: #060606; }
  #sync2 .current .item {
    border-top: 4px solid #fec22d;
    color: #060606;
    min-height: 144px;
    top: -24px;
    position: relative; }
  #sync2 .owl-stage-outer {
    padding-top: 24px;
    margin: 0 auto; }

#sync1.owl-theme {
  position: relative;
  background: #188de7; }
  #sync1.owl-theme .owl-dots {
    display: none; }
  #sync1.owl-theme .owl-nav {
    max-width: 1365px;
    position: relative;
    margin: 0 auto;
    /*default owl-theme theme reset .disabled:hover links */ }
    #sync1.owl-theme .owl-nav [class*='owl-'] {
      transition: all .3s ease; }
      #sync1.owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6; }
  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50px; }
  #sync1.owl-theme .owl-prev {
    left: 10px;
    outline: none; }
    #sync1.owl-theme .owl-prev .prev {
      width: 22px;
      background: url("assets/img/icon_first_screen_prev.png");
      height: 19px; }
      #sync1.owl-theme .owl-prev .prev:hover {
        background: url("assets/img/icon_first_screen_prev_hover.png") center no-repeat; }
  #sync1.owl-theme .owl-next {
    right: 10px;
    outline: none; }
    #sync1.owl-theme .owl-next .next {
      width: 22px;
      background: url("assets/img/icon_first_screen_next.png");
      height: 19px; }
      #sync1.owl-theme .owl-next .next:hover {
        background: url("assets/img/icon_first_screen_next_hover.png") center no-repeat; }
  #sync1.owl-theme .info-box {
    max-width: 440px; }
  #sync1.owl-theme .title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff; }
  #sync1.owl-theme .title_5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 35px 0 56px; }
  #sync1.owl-theme .btn-box {
    display: flex;
    align-items: center; }
  #sync1.owl-theme .presentation {
    display: flex;
    align-items: center;
    width: 174px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin-left: 50px;
    padding: 15px 15px 15px 67px;
    text-decoration: none;
    background: url("assets/img/icon_presentation_grey.png") 0px center no-repeat; }
    #sync1.owl-theme .presentation:hover {
      background: url("assets/img/icon_presentation_grey_hover.png") 0px center no-repeat; }
  #sync1.owl-theme .popup-box {
    max-width: 316px; }

.number {
  position: absolute;
  right: 15px;
  top: 7px; }

/*slider__template_home*/
.slider__template_home .product-layout,
.slider__template .product-layout {
  padding: 1px; }

.slider__template_home .owl-nav,
.slider__template .owl-nav {
  display: none; }

.slider__template_home .owl-dots,
.slider__template .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border: 1px solid #ededed;
  top: -7px;
  position: relative;
  background-color: #fff; }
  .slider__template_home .owl-dots .owl-dot,
  .slider__template .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border: 3px solid #d3d3d3;
    border-radius: 50%;
    margin-right: 20px; }
    .slider__template_home .owl-dots .owl-dot.active,
    .slider__template .owl-dots .owl-dot.active {
      border: 3px solid #188de7; }

.slider__template_home-title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #060606;
  margin: 87px auto 45px; }

/*subscription*/
.home .subscription {
  display: flex;
  align-items: center;
  padding: 158px 0 73px;
  position: relative;
  margin-top: -78px; }
  .home .subscription .special-line {
    left: 0;
    right: 0; }

.subscription {
  display: flex;
  align-items: center;
  padding: 79px 0 73px;
  background-color: #188de7;
  position: relative; }
  .subscription:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    background-color: #188de7; }
  .subscription .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    margin-right: 85px; }
  .subscription .text-box {
    max-width: 726px; }
  .subscription .title_2 {
    font-size: 34px;
    line-height: 54px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px; }
  .subscription p {
    opacity: 0.8;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff; }
  .subscription a {
    margin-left: auto; }

/*special-line*/
.special-line {
  position: absolute;
  display: flex;
  height: 100%;
  top: 0;
  left: 0;
  right: 0; }
  .special-line .item {
    width: 100%;
    height: 100%;
    box-shadow: -1px 0px 0px 0px #ededed36; }
    .special-line .item:last-child {
      box-shadow: 1px 0 0 0 #ededed36, -1px 0 0 0 #ededed36; }
    .special-line .item:before {
      display: none; }

.home .special-line {
  position: absolute;
  display: flex;
  height: 100%;
  top: 0;
  left: 15px;
  right: 15px; }

/*subscribtion-2*/
.subscription.mailing {
  flex-wrap: nowrap;
  padding: 20px 0; }
  .subscription.mailing .text-box {
    max-width: inherit; }
    .subscription.mailing .text-box .title_2 {
      margin-bottom: 10px; }

/*useful-materials*/
.useful-materials {
  padding: 115px 0 40px;
  margin-bottom: 123px; }
  .useful-materials .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 52px; }
    .useful-materials .title-box a {
      margin-left: auto; }

.materials-box {
  display: flex; }

.materials-item {
  padding: 0 15px; }
  .materials-item > a {
    display: flex;
    align-items: center; }
    .materials-item > a img {
      width: 100%; }
  .materials-item .date {
    opacity: 0.4;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400; }
  .materials-item .info-box {
    padding: 15px;
    width: 100%;
    background-color: #fff; }
  .materials-item:first-child {
    padding-left: 0; }
  .materials-item:last-child {
    padding-right: 0; }

.more {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #060606;
  text-decoration: none;
  padding-right: 30px;
  background: url("assets/img/icon_link.png") right center no-repeat; }
  .more:hover {
    color: #188de7;
    text-decoration: none;
    background: url("assets/img/icon_link_hover.png") right center no-repeat; }

/*seo-block*/
.seo-block {
  display: flex;
  margin: 140px auto 95px; }
  .seo-block > div {
    width: 50%; }
  .seo-block .img-block {
    padding-right: 35px;
    position: relative; }
  .seo-block .seo-block__text.scroll {
    max-height: 500px;
    padding-left: 35px;
    padding-right: 15px; }
  .seo-block .presentation-box {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 35px;
    opacity: 0.9;
    background-color: #188de7;
    padding: 146px 50px 70px; }
    .seo-block .presentation-box a {
      padding: 76px 0 0;
      color: #fff;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      background: url("assets/img/icon_presentation.png") no-repeat; }
    .seo-block .presentation-box p {
      margin-top: 40px;
      color: #fff; }

.slider__sevices-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #060606;
  margin: 87px auto 45px; }
  .slider__sevices-title .sub-title {
    width: 100%;
    max-width: 901px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 33px 0 56px; }

.slider__sevices-container {
  margin-bottom: 50px; }
  .slider__sevices-container > a {
    align-items: center;
    justify-content: center;
    display: none; }

.slider__sevices {
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px; }
  .slider__sevices .services-layout {
    width: inherit;
    max-width: 345px; }
    .slider__sevices .services-layout a {
      display: flex;
      flex-direction: column; }
      .slider__sevices .services-layout a .img-box {
        max-width: 100%;
        width: 100%;
        height: 210px;
        position: relative; }
      .slider__sevices .services-layout a:hover .img-box {
        height: 210px; }
  .slider__sevices .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 85px;
    position: absolute;
    top: -100px;
    right: 0; }
    .slider__sevices .owl-nav .prev {
      width: 22px;
      background: url("assets/img/icon_template_prev.png");
      height: 19px; }
      .slider__sevices .owl-nav .prev:hover {
        background: url("assets/img/icon_first_screen_prev_hover.png"); }
    .slider__sevices .owl-nav .next {
      width: 22px;
      background: url("assets/img/icon_template_next.png");
      height: 19px; }
      .slider__sevices .owl-nav .next:hover {
        background: url("assets/img/icon_first_screen_next_hover.png"); }

/*completed_projects*/
.completed_projects {
  background: url("assets/img/completed_projects_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 117px 0;
  background-attachment: fixed; }
  .completed_projects > .container {
    position: relative; }
    .completed_projects > .container > a {
      display: flex;
      justify-content: center; }
    .completed_projects > .container .col-xl-4 {
      padding-top: 40px; }
  .completed_projects .special-line {
    height: inherit;
    top: -118px;
    bottom: -133px; }
  .completed_projects .description {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #dedede;
    margin-bottom: 61px; }
  .completed_projects .big-img-box {
    display: flex;
    flex-direction: column;
    width: calc(100% - 115px);
    text-decoration: none; }
    .completed_projects .big-img-box .title {
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      color: #fff;
      margin-top: 45px; }
      .completed_projects .big-img-box .title:hover {
        color: #188de7; }
    .completed_projects .big-img-box p {
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 30px;
      font-weight: 700;
      margin-top: 37px;
      color: #fff; }
      .completed_projects .big-img-box p span {
        margin-left: 15px;
        width: 15px;
        height: 14px;
        background-image: url("assets/img/icon_link.png"); }
      .completed_projects .big-img-box p:hover {
        color: #188de7; }
        .completed_projects .big-img-box p:hover span {
          margin-left: 15px;
          width: 15px;
          height: 14px;
          background-image: url("assets/img/icon_link_hover.png"); }
  .completed_projects .img-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none; }
    .completed_projects .img-box .title {
      display: flex;
      align-items: flex-end;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      color: #fff;
      margin: 36px auto 44px; }
      .completed_projects .img-box .title:hover {
        color: #188de7; }
        .completed_projects .img-box .title:hover span {
          margin-left: 15px;
          min-width: 22px;
          height: 14px;
          background: url("assets/img/icon_link_hover.png") center right no-repeat; }
      .completed_projects .img-box .title span {
        margin-left: 15px;
        min-width: 22px;
        height: 14px;
        background: url("assets/img/icon_link.png") center right no-repeat; }
    .completed_projects .img-box:nth-child(2) {
      width: calc(100% - 65px); }

.completed_projects-title {
  display: flex;
  width: 100%;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 48px; }

/*advantages*/
.advantages {
  display: flex;
  align-items: flex-end;
  height: 346px;
  padding: 44px 0 0;
  background: url("assets/img/advantages_bg.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .advantages .item {
    padding: 53px 51px 55px 64px;
    position: relative;
    transition: .1s;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 205px; }
    .advantages .item:before {
      content: "";
      position: absolute;
      border-left: 1px solid #fff;
      left: 0;
      top: -145px;
      bottom: 0;
      opacity: 0.1; }
    .advantages .item:after {
      content: "";
      position: absolute;
      border-left: 1px solid #fff;
      right: 0;
      top: -145px;
      bottom: 0;
      opacity: 0.1; }
    .advantages .item a {
      text-decoration: none; }
  .advantages .title {
    font-size: 54px;
    line-height: 48px;
    font-weight: 700;
    color: #ffffff; }
  .advantages .subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
    margin: 16px 0 12px; }
  .advantages p {
    display: none;
    opacity: 0.8;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    height: 0; }
  .advantages .more {
    display: none;
    width: 15px;
    height: 14px;
    padding-right: 15px;
    background-image: url("assets/img/icon_white_link.png");
    height: 0; }
  .advantages .row .col-6 {
    display: flex;
    align-items: flex-end;
    padding: 0; }

/*<woo-checkout>*/
/*<woo-checkout>*/
/*<woo-checkout>*/
/*<woo-checkout>*/
/*<woo-checkout>*/
.woo-checkout-title {
  display: flex;
  justify-content: center;
  font-size: 30px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #212121;
  margin: 75px auto 48px; }

.proposition .proposition-box {
  display: flex;
  align-items: center;
  min-height: 132px;
  height: 100%;
  background-color: #ffffff;
  border: 3px solid #e9e6ed;
  border-radius: 4px;
  padding: 30px; }

.proposition .img-box {
  margin-right: 85px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center; }
  .proposition .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: -42.5px;
    width: 3px;
    height: 100%;
    background: url(assets/img/proposition_dots.png); }

.proposition .info-box-title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #212121;
  width: 100%;
  margin-bottom: 18px; }

.proposition .info-box {
  display: flex;
  flex-wrap: wrap; }
  .proposition .info-box p {
    font-weight: 500;
    margin: 0;
    width: 50%; }
    .proposition .info-box p span {
      font-weight: 400;
      color: #767676; }

.table-responsive {
  border-radius: 10px; }

.shop_table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 46px; }
  .shop_table tbody {
    border: 1px solid #e9e6ed; }
  .shop_table .first-child {
    text-align: center;
    background-color: #188de7;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff; }
    .shop_table .first-child td:first-child {
      border-radius: 10px 0 0 0; }
  .shop_table tr.lastChilde td {
    padding: 0 25px; }
  .shop_table tr.lastChilde .total-price__value {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .shop_table td {
    max-width: 30px;
    padding: 15px;
    border-bottom: 1px solid #e9e6ed; }
    .shop_table td.prod_remove {
      text-align: center; }
    .shop_table td.prod_name {
      padding-left: 0; }
  .shop_table .prod_img {
    height: 155px;
    width: 190px;
    padding: 25px 25px 25px 0;
    text-align: center; }
  .shop_table .price {
    font-size: 15px;
    line-height: 48px;
    font-weight: 300;
    color: #212121;
    text-align: center; }
  .shop_table .total_price {
    font-size: 15px;
    line-height: 48px;
    font-weight: 500;
    color: #212121;
    text-align: center; }
  .shop_table .subTitle {
    color: #828282;
    font-size: 14px; }
  .shop_table .total-price__value {
    text-align: right;
    color: #828282; }
    .shop_table .total-price__value p {
      font-size: 21px;
      line-height: 48px;
      font-weight: 700;
      color: #212121;
      margin-bottom: 0;
      margin-left: 15px; }
  .shop_table a {
    color: #188de7; }
  .shop_table .promoCode {
    margin: 30px 0;
    position: relative; }
    .shop_table .promoCode .coupon {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 365px;
      color: #fff;
      padding: 18px 40px;
      position: relative;
      background-color: #188de7; }
      .shop_table .promoCode .coupon b {
        color: #fff; }
      .shop_table .promoCode .coupon:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        right: 0;
        background: #fff;
        border-radius: 50%;
        transform: translate(50%, -50%); }
      .shop_table .promoCode .coupon .sales-dots {
        display: flex;
        width: 100%;
        max-width: 63px;
        background: url("./assets/img/sales_dot.png");
        height: 3px; }
  .shop_table td.prod_remove img {
    width: 20px; }

.orange {
  color: #ffd05a !important; }

.delivery-form .title_2,
.payment-form .title_2,
.cart-form .title_2 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #212121; }

.cart-form {
  background: #fff;
  padding: 35px 30px; }
  .cart-form .title {
    font-size: 28px;
    line-height: 35px; }
    .cart-form .title .link-escape {
      background: url("./assets/img/long-arrow.png") 98% 13px no-repeat;
      background-size: 40px;
      padding-right: 50px; }
      .cart-form .title .link-escape:hover {
        background: url("./assets/img/arrow-escape__hover.png") 98% 15px no-repeat;
        background-size: 40px;
        padding-right: 50px; }
  .cart-form textarea {
    height: 172px !important;
    border-radius: 10px; }
  .cart-form .input-box {
    margin-top: 30px; }
    .cart-form .input-box span {
      color: #767676; }
    .cart-form .input-box input {
      margin-bottom: 15px; }
    .cart-form .input-box:first-child {
      margin-top: 8px; }
  .cart-form .your-message {
    margin-top: 30px; }

.delivery-form {
  display: flex;
  flex-direction: column;
  padding: 35px 30px;
  height: 100%;
  background-color: #fff; }
  .delivery-form label {
    cursor: pointer; }
  .delivery-form .title_2 {
    margin-bottom: 8px; }
  .delivery-form input {
    margin: 0px 0 15px 0; }
  .delivery-form .nice-select {
    width: 100%;
    display: flex;
    padding: 5px;
    height: 48px;
    min-width: 132px;
    border: 1px solid #e7e7e77a;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 15px;
    background: url("./assets/img/icon_arrowBottom--black.png") calc(100% - 15px) no-repeat #fff !important; }
    .delivery-form .nice-select .list {
      margin: 0;
      top: 48px;
      left: 0px;
      background: #fff;
      width: 100%; }
    .delivery-form .nice-select span {
      margin-left: 10px;
      margin-right: 20px;
      font-weight: 400;
      overflow: hidden;
      color: #333; }
  .delivery-form .delivery-form__select-box {
    display: flex;
    flex-direction: column;
    margin-top: 22px; }
    .delivery-form .delivery-form__select-box > span {
      color: #767676; }
    .delivery-form .delivery-form__select-box .nice-select .list {
      border-radius: 0 0 4px 4px; }
    .delivery-form .delivery-form__select-box .your-region input,
    .delivery-form .delivery-form__select-box .your-city input {
      height: 48px;
      background-color: #ffffff;
      border: 1px solid #e7e7e7;
      border-radius: 4px; }
  .delivery-form .nice-select.open {
    display: flex;
    padding: 5px;
    height: 48px;
    min-width: 132px;
    align-items: center;
    background: url("./assets/img/icon_arrowTop--black.png") calc(100% - 15px) no-repeat #fff !important; }
    .delivery-form .nice-select.open li:hover {
      background-color: #ffe07e; }
  .delivery-form .sum-delivery {
    margin-top: 25px; }
    .delivery-form .sum-delivery p {
      margin: 0; }

.payment-form {
  padding: 40px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .payment-form .title_2 {
    margin-bottom: 30px; }

.rowBtn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 50px 0;
  padding: 0 15px; }

/*custom checkbox*/
.form-group {
  margin-bottom: 20px; }
  .form-group.checkBox {
    margin-top: auto; }

.cart-form .wpcf7-not-valid,
.cart-form .error-input,
.cart-form input.required.error {
  border-radius: 0;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 4px; }

.shop_table .quantity {
  max-width: 165px; }
  .shop_table .quantity input {
    outline: none;
    height: 48px;
    border-radius: 0;
    border: none;
    border-left: 1px solid #f4f4f4;
    font-size: 15px !important;
    line-height: 48px;
    font-weight: 300;
    color: #212121;
    border-right: 1px solid #f4f4f4; }
  .shop_table .quantity .btn {
    padding: 3px 8px; }
    .shop_table .quantity .btn:hover {
      color: #188de7; }

.form-group label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #767676; }
  .form-group label a {
    color: #188de7; }

/*<sank you page>*/
.sank_you_page .woo-checkout-title {
  margin: 75px auto 25px; }
  .sank_you_page .woo-checkout-title + p {
    text-align: center;
    margin: 45px auto 57px;
    font-weight: 300 !important;
    color: #767676 !important;
    font-size: 15px;
    line-height: 24px; }
    .sank_you_page .woo-checkout-title + p a {
      font-weight: 500;
      color: #212121; }
      .sank_you_page .woo-checkout-title + p a:hover {
        text-decoration: underline; }

.sank_you_page .info-box {
  max-width: 750px;
  min-height: 624px;
  background-color: #ffffff;
  border: 3px solid #e9e6ed;
  border-radius: 4px;
  margin: 0 auto 40px;
  padding: 45px 97px 48px; }
  .sank_you_page .info-box .title_6 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    color: #188de7;
    border-bottom: 1px solid #188de7;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 35px; }
    .sank_you_page .info-box .title_6:before {
      content: "";
      position: absolute;
      top: 100%;
      right: 50%;
      width: 67px;
      height: 30px;
      background: url(assets/img/almazik.png) center #fff;
      transform: translate(50%, -13px);
      background-repeat: no-repeat; }
  .sank_you_page .info-box .row {
    padding: 10px 0;
    border-bottom: 1px solid #949da43b;
    margin: 0 !important; }
    .sank_you_page .info-box .row .col-md-6.col-12 {
      padding: 0;
      font-size: 15px;
      line-height: 48px;
      font-weight: 300;
      color: #212121;
      line-height: 24px; }
      .sank_you_page .info-box .row .col-md-6.col-12:first-child {
        color: #949da4; }
      .sank_you_page .info-box .row .col-md-6.col-12:last-child {
        text-align: right; }

.largeForm {
  position: relative; }
  .largeForm:before {
    content: "";
    background: #f6f6f6;
    width: 200vw;
    top: -169px;
    left: -100vw;
    height: calc(100% - -169px);
    position: absolute; }

/*</sank you page>*/
/*</woo-checkout>*/
/*</woo-checkout>*/
/*</woo-checkout>*/
/*</woo-checkout>*/
/*</woo-checkout>*/
/*</woo-checkout>*/
/*search*/
.search-in.hidden-lg.hidden-md.special {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  padding: 20px 10px;
  display: block;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2); }

.aws-container .aws-search-form .aws-search-btn {
  padding: 0;
  line-height: 10px;
  width: 120px;
  width: 98px;
  height: 40px;
  background-color: #188de7 !important;
  color: #fff !important; }

.aws-container .aws-search-form .aws-search-btn_icon {
  width: auto;
  color: #fff; }

.aws-container .aws-search-form {
  height: 40px; }

.aws-container .aws-show-clear .aws-search-field {
  padding-right: 40px;
  border: 1px solid #f6f6f6;
  border-radius: 4px 0 0 4px !important;
  font-size: 13px;
  line-height: 48px;
  font-weight: 300;
  color: #767676;
  padding-left: 18px; }

.aws-container .aws-search-form .aws-search-btn_icon {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  line-height: 24px;
  position: relative;
  width: auto;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff; }

.main-header_top.fon-brand .container {
  padding: 0 0 0 10px; }

/**/
/*<woo-thankyou-empty>*/
.woo-checkout-empty .info-box {
  max-width: 898px;
  margin: 50px 0 100px; }
  .woo-checkout-empty .info-box p {
    margin: 50px 0; }
  .woo-checkout-empty .info-box .btn-success {
    margin-left: 30px; }

.woo-checkout-empty .subscription {
  margin-top: 145px; }

/*</woo-thankyou-empty>*/
/*sank_you_page*/
.woo-thankyou .characteristics-box {
  width: 100%;
  padding: 45px 40px;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.2); }

.woo-thankyou .title_1 + p {
  margin: 40px 0; }
  .woo-thankyou .title_1 + p a {
    font-weight: 700;
    color: #060606; }

.woo-thankyou .info-box {
  display: flex;
  margin-top: 34px;
  margin-bottom: 50px; }
  .woo-thankyou .info-box .row {
    min-height: 48px;
    border-bottom: 1px solid #ededed;
    align-items: center; }
  .woo-thankyou .info-box .img-box {
    width: 100%;
    max-width: 458px;
    min-height: 552px;
    background-position: center;
    background-size: cover; }

/**/
/*filters*/
.btnClearFilters {
  color: #188de7;
  display: inline-flex;
  position: relative;
  font-size: 14px;
  padding-top: 14px; }
  .btnClearFilters:hover {
    text-decoration: none; }
    .btnClearFilters:hover:before {
      display: none; }
  .btnClearFilters:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 1px;
    background: url(assets/img/dotted.png); }

.widget_layered_nav {
  padding: 10.5px 20px;
  margin-bottom: 4px; }

.filter_title {
  display: block;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  font-weight: 900;
  padding: 0 30px 0 0;
  position: relative;
  z-index: 1; }

.filter_title img.arrow {
  position: absolute;
  top: 70%;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.12s;
  margin-top: -7px; }

.open img.arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.widget_layered_nav-mob {
  display: flex;
  justify-content: space-between; }

.filter-menu__mob,
.sort-menu__mob {
  border: 1px solid #188de7;
  width: 100%;
  max-width: 340px;
  text-decoration: none !important;
  background-color: #188de7;
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.filter-menu__mob:hover,
.sort-menu__mob:hover {
  background-color: #f4f4f4;
  color: #333; }

.filter-menu__mob {
  margin-right: 5px;
  margin-left: 0;
  width: 31px;
  height: 31px;
  background: url("./assets/img/filterBtn.png") center no-repeat;
  border: none; }

a.filterLoadMore,
a.filterHideMore {
  color: #188de7 !important; }
  a.filterLoadMore:hover,
  a.filterHideMore:hover {
    text-decoration: underline !important; }

.sort-menu__mob {
  margin-left: 5px; }

.filter-nav-mob {
  padding-bottom: 1px; }

.filter-nav-mob .filter_title {
  margin-top: 21px; }

.filter-nav-mob .filter_title:first-child {
  margin-top: 0; }

.filter-nav-mob .filter_title .fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.filter-nav-mob .open .filter_title .fa-angle-down {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.filter-nav-mob .price_slider_wrapper .ui-widget-content {
  background: #f4f4f4;
  border: 0;
  border-radius: 0; }

.filter-nav-mob .ui-slider-horizontal {
  height: 5px; }

.filter-nav-mob .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.filter-nav-mob .ui-slider {
  position: relative;
  text-align: left; }

.filter-nav-mob .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #188de7; }

.filter-nav-mob .ui-slider .ui-slider-range,
.filter-nav-mob .ui-slider .ui-slider-handle {
  background: #188de7; }

.filter-nav-mob .ui-slider .ui-slider-handle {
  border: 4px solid #188de7;
  position: absolute;
  top: auto;
  z-index: 2;
  width: 12px;
  height: 12px;
  cursor: ew-resize;
  outline: 0;
  box-sizing: border-box;
  margin-top: -4px;
  margin-left: -1px;
  opacity: 1; }

.filter-nav-mob .ui-slider .ui-slider-handle:last-child {
  margin-left: -5px; }

.filter-nav-mob .ui-slider .ui-slider-handle.ui-state-active,
.filter-nav-mob .ui-slider .ui-slider-handle:hover {
  background-color: #188de7; }

.filter-nav-mob .price_slider {
  margin-top: 22px;
  margin-bottom: 5px; }

.filter-nav-mob .price_label {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 15px;
  align-items: center; }

.filter-nav-mob .price_label > span {
  background-color: #f4f4f4;
  color: #333;
  width: 100%;
  min-width: 70px;
  max-width: 105px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center; }

.filter-nav-mob .price_label > small {
  -webkit-align-self: center;
  align-self: center;
  color: #188de7;
  padding-left: 10px;
  padding-right: 10px; }

.price_slider_wrapper .ui-widget-content {
  background-color: #f9f9f9;
  border-radius: 1px; }

.ui-slider-horizontal {
  height: 5px; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.price_slider.ui-slider {
  margin: 8px 0; }

.price_slider_wrapper {
  display: flex;
  flex-direction: column-reverse; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #188de7; }

.ui-slider .ui-slider-range,
.ui-slider .ui-slider-handle {
  background: #188de7; }

.ui-slider .ui-slider-handle {
  border: 3px solid #ececec;
  border-radius: 50%;
  position: absolute;
  top: auto;
  z-index: 1;
  cursor: ew-resize;
  outline: 0;
  box-sizing: border-box;
  margin-top: -7px;
  opacity: 1;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1.0px solid #e1e1e1; }

.ui-slider .ui-slider-handle:last-child {
  margin-left: -5px; }

.ui-slider .ui-slider-handle.ui-state-active,
.ui-slider .ui-slider-handle:hover {
  background-color: #188de7; }

.price_label {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 30px 0;
  align-items: center; }
  .price_label > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 110px;
    min-width: 70px;
    height: 48px;
    color: #595959;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background-color: white; }

.price_label > small {
  -webkit-align-self: center;
  align-self: center;
  color: #188de7;
  padding-left: 10px;
  padding-right: 10px; }

.widget_layered_nav .woocommerce-widget-layered-nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  position: relative;
  margin: 0; }
  .widget_layered_nav .woocommerce-widget-layered-nav-list > a {
    margin-bottom: 25px; }

.widget_layered_nav .woocommerce-widget-layered-nav-list li {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 35px;
  position: relative;
  margin-bottom: 5px; }

.widget_layered_nav .woocommerce-widget-layered-nav-list li:last-child {
  margin-bottom: 0; }

.widget_layered_nav .woocommerce-widget-layered-nav-list li a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0px;
  border: 1px solid #ededed;
  border-radius: 2px; }

.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a::after {
  content: '';
  background: url("./assets/img/checkbox.png") no-repeat center #188de7;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 1px; }

.widget_layered_nav .woocommerce-widget-layered-nav-list .count {
  display: inline-block;
  color: #188de7;
  font-size: 14px;
  padding-left: 5px;
  display: none; }

.widget_layered_nav .woocommerce-widget-layered-nav-list a {
  display: inline-block;
  color: #333;
  line-height: 1.2; }

.widget_layered_nav .woocommerce-widget-layered-nav-list a:hover {
  color: #188de7;
  text-decoration: none; }

.filters_cat .widget_layered_nav.open .woocommerce-widget-layered-nav-list .chosen:before {
  display: none; }

.filter_title:before {
  content: "";
  position: absolute;
  top: 36px;
  height: 1px;
  left: -20px;
  width: calc(100% + 40px);
  background: #fff; }

.widget_layered_nav {
  position: relative; }
  .widget_layered_nav:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    left: -30px;
    width: calc(100% + 61px);
    background: #f6f6f8; }

.selectedFilter {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 8px 20px;
  margin: 0 -13px 2px; }

.selectedFilter-item {
  background-color: #f5f5f5;
  padding: 4px 12px;
  height: 32px;
  border-radius: 15px;
  margin: 0 6px;
  display: flex;
  align-items: baseline;
  cursor: pointer; }
  .selectedFilter-item:first-child {
    margin-left: 0; }
  .selectedFilter-item img {
    margin-left: 10px;
    display: flex; }

.woocommerce-widget-layered-nav-list > li {
  display: none; }

.open .woocommerce-widget-layered-nav-list > li {
  display: block; }

.widget_layered_nav {
  padding: 18px 0;
  margin-bottom: 0px; }
  .widget_layered_nav.open .arrow {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background: url(assets/img/arrow-minus.png) center no-repeat !important; }
    .widget_layered_nav.open .arrow:hover {
      transform: rotate(0deg); }
  .widget_layered_nav .arrow {
    position: absolute;
    top: 20%;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.12s;
    margin-top: -7px;
    z-index: 1;
    width: 25px;
    height: 25px;
    background: url(assets/img/arrow-plus.png) center no-repeat !important; }
    .widget_layered_nav .arrow:hover {
      transform: rotate(45deg); }

#filterLoadMore {
  color: #F00;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out; }

.filter-box {
  height: 0;
  opacity: 0; }

.widget_layered_nav li:before {
  display: none; }

.widget_layered_nav.open .filter-box {
  margin-top: 20px;
  max-height: 430px;
  height: auto;
  opacity: 1;
  transition: all .15s; }

/**/
/*filter-custom*/
.search-result.d-lg-none {
  padding-bottom: 15px; }

.rightColumn {
  padding-right: 30px; }

.filter-container {
  position: relative;
  background-color: #fff;
  margin: 0 -14px 0 0;
  padding: 0 30px 30px 30px;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }

.filter-tag {
  display: flex;
  flex-wrap: wrap;
  padding: 26px 0; }
  .filter-tag .taxonomy-tag {
    min-height: 36px;
    border-radius: 3px;
    margin: 6px 6px 0 0;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5a5a5a;
    font-size: 14px;
    background-color: #ededed;
    border-radius: 3px;
    transition: .1s; }
    .filter-tag .taxonomy-tag:first-child {
      margin-right: 6px; }
    .filter-tag .taxonomy-tag img {
      margin-right: 9px; }

.prev-box {
  padding: 14px 0;
  font-size: 14px;
  position: relative; }
  .prev-box a {
    display: flex;
    position: relative; }
    .prev-box a:before {
      content: '';
      display: flex;
      width: 6px;
      height: 20px;
      margin-right: 18px;
      background: url(assets/img/icon_prevbox.png) center no-repeat; }
  .prev-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: -30px;
    width: calc(100% + 61px);
    background: #ededed; }

.listing_options,
.listing_options-limit,
.listing_options-sort {
  display: flex; }

.listing_options {
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin: 0 -14px 0 -15px;
  padding: 1.4px 15px;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }
  .listing_options p {
    margin: 0;
    white-space: nowrap;
    display: flex;
    align-items: center; }
  .listing_options .current {
    color: #188de7; }

.mobile-btn {
  display: flex;
  align-items: center;
  width: 368px;
  margin: 0 -30px;
  padding: 12px 30px;
  font-weight: 700;
  background: url(assets/img/select_close.png) calc(100% - 15px) center no-repeat !important;
  cursor: pointer;
  transition: .2s; }
  .mobile-btn .hide {
    display: none; }
  .mobile-btn .show {
    display: block; }
  .mobile-btn.active {
    background: url(assets/img/icon_currency_top.png) calc(100% - 15px) center no-repeat #188de7 !important;
    color: #fff; }
    .mobile-btn.active .show {
      display: none; }
    .mobile-btn.active .hide {
      display: block; }
    .mobile-btn.active .icon-box {
      background: url(assets/img/icon_filters_hover.png) center no-repeat; }
    .mobile-btn.active:hover {
      background: url(assets/img/icon_currency_top.png) calc(100% - 15px) center no-repeat #188de7 !important; }
  .mobile-btn .icon-box {
    width: 18px;
    height: 18px;
    margin-right: 15px;
    background: url(assets/img/icon_filters.png) center no-repeat; }
  .mobile-btn:hover {
    color: #fff;
    background: url(assets/img/icon_currency_bottom.png) calc(100% - 15px) center no-repeat #188de7 !important; }
    .mobile-btn:hover .icon-box {
      background: url(assets/img/icon_filters_hover.png) center no-repeat; }

.single-brand .fluid-block .info-box {
  padding: 66px 15px 0; }

.single-brand .fluid-block .page-title {
  margin-top: 140px; }

.single-brand .fluid-block .seo-block {
  display: flex;
  margin: 36px auto -180px;
  background: #fff;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.2); }
  .single-brand .fluid-block .seo-block .img-block {
    max-width: 480px;
    border-right: 1px solid #ededed;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center; }
    .single-brand .fluid-block .seo-block .img-block img {
      height: auto; }
    .single-brand .fluid-block .seo-block .img-block a {
      position: absolute;
      bottom: 60px;
      left: 50%;
      transform: translate(-50%, 0); }
      .single-brand .fluid-block .seo-block .img-block a:before {
        content: '';
        display: flex;
        position: absolute;
        top: 0;
        right: -15px;
        width: 9px;
        height: 9px;
        background: url(assets/img/icon_footer_archive.png); }
  .single-brand .fluid-block .seo-block > div {
    width: 100%; }
  .single-brand .fluid-block .seo-block .seo-block__text.scroll {
    max-height: 420px;
    padding: 0 50px 0 0;
    margin: 60px; }

.single-brand .margin-negative {
  margin: 250px auto 0; }
  .single-brand .margin-negative .title_1 {
    margin-bottom: 52px; }

.productCard {
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed;
  margin-bottom: 85px;
  background: #fff; }
  .productCard .row .col-xl-7 {
    display: flex;
    flex-direction: column; }
  .productCard .info-box {
    display: flex;
    padding: 33px 40px;
    background: #188de7;
    color: #fff;
    margin: auto 0 0 -30px;
    justify-content: space-between;
    align-items: center; }
    .productCard .info-box .text-box {
      max-width: 412px; }

.product-info {
  display: flex;
  justify-content: space-between;
  padding: 12px 30px;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }

.slider__product-cart {
  max-width: 100%;
  padding: 0 0 137px;
  margin-top: 1px;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }
  .slider__product-cart .owl-stage {
    display: flex;
    align-items: center; }
  .slider__product-cart .item {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .slider__product-cart .item.fancybox:before {
      content: "";
      position: absolute;
      top: calc(100% - 50px);
      right: 10px;
      background: url(assets/img/iconZoom.png) center no-repeat;
      width: 35px;
      height: 35px;
      cursor: pointer; }
  .slider__product-cart .owl-nav {
    top: 49%;
    position: absolute;
    left: -25px;
    right: -25px; }
  .slider__product-cart .owl-prev {
    position: absolute;
    top: calc(100% - 25px);
    left: 0 !important;
    width: 50px;
    height: 50px;
    transform: translate(0, -50%);
    cursor: pointer; }
  .slider__product-cart .owl-next {
    position: absolute;
    top: calc(100% - 25px);
    right: 0;
    width: 50px;
    height: 50px;
    transform: translate(0, -50%);
    cursor: pointer; }
  .slider__product-cart .owl-prev,
  .slider__product-cart .owl-next {
    outline: none; }
  .slider__product-cart .owl-prev span {
    width: 38px;
    height: 38px;
    outline: none;
    color: transparent;
    border: 1px solid #e0e0e0;
    background: url("assets/img/icon_arrowLeft--black.png") center no-repeat #fff;
    padding: 8px 15px; }
  .slider__product-cart .owl-next span {
    width: 38px;
    height: 38px;
    outline: none;
    color: transparent;
    border: 1px solid #e0e0e0;
    background: url("assets/img/icon_arrowRight--black.png") center no-repeat #fff;
    padding: 8px 15px; }
  .slider__product-cart .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    height: auto;
    justify-content: flex-start;
    background-color: #fff;
    padding: 30px 60px;
    max-width: 795px;
    margin: 0 auto;
    box-shadow: 1px 0px #ededed, -1px -1px #ededed, -5px 4px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }
    .slider__product-cart .owl-dots .owl-dot {
      background: #ff000000 !important;
      width: 50% !important;
      min-width: 50px;
      max-width: 120px;
      max-height: 120px;
      margin: 0 15px;
      border-radius: 0;
      border: 1px solid #ccc9c100;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: 70% !important;
      outline: none; }
      .slider__product-cart .owl-dots .owl-dot span {
        display: block;
        padding-top: 100%;
        max-height: 120px;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important; }
    .slider__product-cart .owl-dots .owl-dot.active span {
      box-shadow: 1px 1px #ffd05a, -1px -1px #ffd05a, -5px 5px 0px -4px #ffd05a, 5px -5px 0px -4px #ffd05a; }

.productCard .quantity {
  height: 48px;
  min-width: 95px;
  display: flex;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin: 0 20px 0 0;
  color: #595959; }
  .productCard .quantity .btn {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer; }
    .productCard .quantity .btn.plus.align-self-center {
      position: relative;
      top: -12px;
      right: 19px;
      background: url(assets/img/select_open.png) center no-repeat !important; }
    .productCard .quantity .btn.minus.align-self-center {
      position: relative;
      top: 7px;
      right: 7px;
      background: url(assets/img/select_close.png) center no-repeat !important; }
  .productCard .quantity input {
    height: 45px;
    border: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .productCard .quantity input:focus {
      border: none; }

.productCard ins .woocommerce-Price-amount.amount {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #161616; }

.options-box {
  display: flex;
  padding: 70px 6.4% 0;
  margin-bottom: 45px; }
  .options-box .btn-box {
    margin-top: 35px; }
    .options-box .btn-box .btn-primary {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      .options-box .btn-box .btn-primary img {
        margin-right: 17px; }
    .options-box .btn-box .btn-secondary {
      margin-top: 24px; }
    .options-box .btn-box .btn-row {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 30px; }
      .options-box .btn-box .btn-row a {
        color: #5a5a5a;
        text-decoration: none; }
        .options-box .btn-box .btn-row a:hover {
          color: #188de7; }
      .options-box .btn-box .btn-row .btn-favorit {
        width: 129px;
        height: 17px;
        background: url(assets/img/icon_header__favorite.png) left no-repeat;
        padding-left: 33px;
        align-items: center; }
      .options-box .btn-box .btn-row .btn-compare {
        width: 133px;
        height: 16px;
        padding-left: 34px;
        background: url(assets/img/icon_header__compare.png) left center no-repeat; }
  .options-box .characteristics-box {
    display: flex;
    flex-direction: column;
    flex-basis: 315px;
    flex-shrink: 2;
    height: fit-content;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #5a5a5a;
    line-height: 19px;
    margin-left: 4.924%;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #f9f9f9; }
    .options-box .characteristics-box .row {
      border-bottom: 1px solid #fff; }
      .options-box .characteristics-box .row:last-child {
        border: none; }
    .options-box .characteristics-box .col-7,
    .options-box .characteristics-box .col-5 {
      padding: 11.5px 15px; }

.pay-box {
  display: flex;
  flex-direction: column;
  flex-basis: 295px;
  margin-top: 25px;
  flex-shrink: 1; }

.productCard .related-product {
  padding: 0 6.4%;
  margin: 0 -30px 0; }

.related-product {
  display: flex;
  flex-wrap: wrap; }
  .related-product .title {
    font-size: 14px;
    width: 100%;
    margin-left: 30px; }
  .related-product a {
    width: 72px;
    margin: 20px 0 0 30px;
    padding-top: 9.3%;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    box-shadow: 1px 1px #e1e1e1, -1px -1px #e1e1e1, -5px 5px 0px -4px #e1e1e1, 5px -5px 0px -4px #e1e1e1;
    transition: .1s; }
    .related-product a:hover {
      box-shadow: 1px 1px #ffd05a, -1px -1px #ffd05a, -5px 5px 0px -4px #ffd05a, 5px -5px 0px -4px #ffd05a; }

/*tabs-accardion*/
@media (min-width: 768px) {
  .panel-heading {
    display: none; }
  .panel {
    border: none;
    box-shadow: none; }
  .panel-collapse {
    height: auto; }
    .panel-collapse.collapse {
      display: block; } }

@media (max-width: 767px) {
  .tab-content .tab-pane {
    display: block; }
  .nav-tabs {
    display: none; }
  .panel-title a {
    display: block; }
  .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px; }
  .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0; }
  .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px; } }

.tabs__product {
  background-color: #fff;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }
  .tabs__product .nav-tabs > li a {
    display: flex;
    height: 78px;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5a5a5a;
    text-decoration: none;
    box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }
    .tabs__product .nav-tabs > li a.active {
      color: #060606;
      font-weight: 700;
      position: relative; }
      .tabs__product .nav-tabs > li a.active:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        right: 0;
        background-color: #ffd05a; }
    .tabs__product .nav-tabs > li a:hover {
      color: #188de7; }
  .tabs__product .nav-tabs > li:before {
    display: none; }
  .tabs__product .tab-content {
    padding: 65px; }
    .tabs__product .tab-content .product-layout {
      max-width: 284px; }
  .tabs__product .panel-body {
    display: flex; }
    .tabs__product .panel-body [class*="title"] {
      width: 100%; }
    .tabs__product .panel-body .characteristics-box {
      margin-bottom: 48px;
      word-break: break-word; }
      .tabs__product .panel-body .characteristics-box .title_2 {
        margin-bottom: 38px; }
      .tabs__product .panel-body .characteristics-box .row {
        min-height: 48px;
        border-bottom: 1px solid #ededed;
        align-items: center; }
        .tabs__product .panel-body .characteristics-box .row:first-child {
          border-top: 1px solid #ededed; }
    .tabs__product .panel-body .info-box {
      margin-right: 115px; }

.slider__template-title {
  font-size: 30px;
  line-height: 54px;
  font-weight: 700;
  color: #060606;
  margin: 42px auto; }

.woo-single-product .subscription {
  margin-top: 145px; }

.slider__template .owl-nav,
.slider__completed_projects .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 84px;
  top: -80px;
  right: 5px;
  position: absolute; }
  .slider__template .owl-nav .owl-prev span,
  .slider__completed_projects .owl-nav .owl-prev span {
    display: flex;
    width: 22px !important;
    height: 19px !important;
    color: transparent;
    background: url(assets/img/icon_template_prev.png) center no-repeat; }
  .slider__template .owl-nav .owl-prev:hover span,
  .slider__completed_projects .owl-nav .owl-prev:hover span {
    background: url(assets/img/icon_first_screen_prev_hover.png) center no-repeat; }
  .slider__template .owl-nav .owl-next span,
  .slider__completed_projects .owl-nav .owl-next span {
    display: flex;
    width: 22px !important;
    height: 19px !important;
    color: transparent;
    background: url(assets/img/icon_template_next.png) center no-repeat; }
  .slider__template .owl-nav .owl-next:hover span,
  .slider__completed_projects .owl-nav .owl-next:hover span {
    background: url(assets/img/icon_first_screen_next_hover.png) center no-repeat; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0; }
  .gallery .img-box.fancybox {
    width: 100%;
    max-width: 271px;
    margin: 0 3px 3px 0;
    position: relative; }
    .gallery .img-box.fancybox:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      bottom: 0;
      right: 0; }
    .gallery .img-box.fancybox:hover:before {
      background: url(assets/img/icon_gallery.png) center no-repeat #188de775; }
  .gallery .video-box {
    text-decoration: none;
    margin-bottom: 32px; }
    .gallery .video-box .img-box {
      position: relative; }
      .gallery .video-box .img-box:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0;
        right: 0;
        background: url(assets/img/icon_presentation_big.png) center no-repeat; }
      .gallery .video-box .img-box:hover:before {
        background: url(assets/img/icon_presentation_big.png) center no-repeat #188de775; }
    .gallery .video-box .title_5 {
      margin-top: 24px; }

.time-duration,
.file-size {
  font-size: 14px;
  font-weight: 400;
  color: #b2b2b2; }

.documentation-thumb {
  max-width: 272px;
  margin-bottom: 48px; }
  .documentation-thumb .title_5 {
    margin-top: 33px; }
  .documentation-thumb .file-size {
    margin: 21px 0 23px; }

.list-box {
  width: min-content;
  min-width: 281px;
  height: fit-content;
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 34px 38px;
  margin-left: auto; }
  .list-box ul {
    margin-bottom: 30px; }
  .list-box li {
    font-size: 14px;
    margin-bottom: 10px; }
    .list-box li:before {
      margin-left: 0; }

.documentation-thumb {
  margin-top: 50px; }

.tag-box {
  display: flex;
  flex-wrap: wrap;
  margin: 65px auto 0; }

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  color: #0c0c0c;
  background-color: #ededed;
  border-radius: 3px;
  margin: 20px 20px 0 0;
  padding: 0 20px;
  transition: .1s; }
  .tag:first-child {
    margin-right: 0; }
  .tag:hover {
    color: #fff;
    text-decoration: none;
    background-color: #188de7; }

.slider__template {
  margin-bottom: 60px; }

.woo-wishlist-empty .info-box {
  padding: 65px 15px 150px;
  max-width: 640px;
  text-align: center; }
  .woo-wishlist-empty .info-box p {
    margin: 30px auto; }
  .woo-wishlist-empty .info-box a {
    margin: 10px;
    min-width: 180px; }

.show-more-container {
  margin: 75px auto 100px;
  text-align: center; }

.review-box {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  margin-bottom: 65px;
  padding: 50px 30px; }
  .review-box .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 33px; }
    .review-box .user-info .flex-column {
      align-self: center; }
  .review-box .avatar {
    min-width: 63px;
    height: 63px;
    margin-right: 20px;
    border-radius: 50%;
    border: 3px solid #188de7; }
    .review-box .avatar.disabled {
      border: 2px solid #ededed;
      background: url(assets/img/icon_no_avatar.jpg) center no-repeat !important; }
  .review-box .info-block {
    display: flex;
    width: 100%; }
  .review-box .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #060606; }
  .review-box .subtitle {
    opacity: 0.8;
    font-size: 12px;
    line-height: 14px;
    color: #060606; }
  .review-box .text-box {
    color: #5a5a5a;
    overflow: hidden;
    max-height: 160px; }
  .review-box.has-more .text-box {
    margin-bottom: 30px;
    max-height: 125px;
    transition: 1s; }
  .review-box.has-more.active .show-more {
    background: url("assets/img/icon_show_more_open.png") center left no-repeat; }
  .review-box.has-more.active .text-box {
    max-height: inherit; }
  .review-box .show-more {
    margin-top: 15px;
    padding-left: 30px;
    background: url("assets/img/icon_show_more_close.png") center left no-repeat; }

.slider-review-container > a {
  justify-content: center;
  width: 100%; }

.slider__reviews-title {
  display: flex;
  width: 100%;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 48px;
  margin-top: 93px; }

.slider__reviews {
  position: relative; }
  .slider__reviews .review-box {
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.11); }
  .slider__reviews .owl-nav {
    display: none; }
  .slider__reviews .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    top: -7px;
    position: relative;
    background-color: transparent; }
    .slider__reviews .owl-dots .owl-dot {
      height: 12px;
      width: 12px;
      border: 3px solid #d3d3d3;
      border-radius: 50%;
      margin-right: 20px; }
      .slider__reviews .owl-dots .owl-dot.active {
        border: 3px solid #188de7; }

/*search page*/
.search .title_1 {
  margin: 36px 0; }

.search .wp-pagenavi {
  background-color: transparent;
  box-shadow: 0px -5px 0px -4px #ededed; }

/**/
.fluid-block {
  margin-top: -66px;
  background-size: cover;
  background-attachment: fixed; }
  .fluid-block .info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 636px;
    margin: 0 auto;
    padding: 66px 15px 150px;
    position: relative; }
  .fluid-block .special-line {
    left: 15px;
    right: 15px; }

.page-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 47px; }

.page-subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff; }

.margin-negative {
  margin: -145px auto 0; }

.services-grid {
  display: flex;
  margin: 0 0 120px;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.2); }

.services-layout {
  display: flex;
  background-color: #fff; }

.service-thumb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 685px;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }

.services-grid {
  display: flex;
  flex-wrap: wrap; }

.services-layout {
  width: 25%;
  max-width: 345px; }
  .services-layout .info-box {
    padding: 40px 40px 35px; }
    .services-layout .info-box .title_3 {
      display: flex;
      margin: 47px 0 30px; }
  .services-layout .img-box {
    max-width: 70px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .services-layout a {
    margin-bottom: 0; }
    .services-layout a P {
      padding: 0 40px;
      font-weight: 700;
      color: #060606;
      display: flex;
      align-items: center; }
      .services-layout a P span {
        margin-left: 15px;
        width: 15px;
        height: 14px;
        background-image: url("assets/img/icon_link.png"); }
    .services-layout a .img-box {
      max-width: 100%;
      width: 100%;
      height: 218px;
      position: relative; }
      .services-layout a .img-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: all .3s;
        background: url("assets/img/icon_service_before.png") center no-repeat #188de7; }
    .services-layout a img {
      width: 100%;
      height: 100%; }
    .services-layout a:hover {
      text-decoration: none; }
      .services-layout a:hover p {
        color: #188de7; }
        .services-layout a:hover p span {
          margin-left: 15px;
          width: 15px;
          height: 14px;
          background-image: url("assets/img/icon_link_hover.png"); }
      .services-layout a:hover .img-box {
        max-width: 100%;
        width: 100%;
        height: 218px;
        position: relative; }
        .services-layout a:hover .img-box:before {
          opacity: .8; }
  .services-layout .service-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #636363; }

.services-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 160px; }
  .services-list .info-box {
    width: 100%; }
  .services-list .col-12 {
    flex-direction: column; }
    .services-list .col-12 a {
      display: flex;
      width: 100%;
      color: #188de7; }

.services-list-subtitle {
  font-size: 16px;
  color: #636363;
  margin-bottom: 55px; }

.grey-box {
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 42px 40px;
  margin-bottom: 48px; }

.single-project .completed_projects_single {
  padding: 475px 0 60px;
  position: relative; }

.single-service .margin-negative {
  display: flex;
  margin: -145px auto -300px; }

.single-service .slider__sevices {
  margin-bottom: 140px; }

.single-service .title-box {
  display: flex;
  margin-top: 140px; }
  .single-service .title-box .img-box {
    min-width: 135px; }

.service-advantages {
  display: flex;
  margin-top: 100px; }
  .service-advantages .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 15px 15px 15px 5%; }
    .service-advantages .item:before {
      display: none; }
  .service-advantages .title {
    opacity: 0.1;
    font-size: 54px;
    line-height: 48px;
    font-weight: 700;
    color: #fff; }
  .service-advantages .description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 34px; }

.service-content {
  display: flex;
  background-color: #fff;
  padding: 60px 110px;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.2); }
  .service-content .form-box {
    min-width: 315px;
    height: min-content;
    background-color: #188de7;
    padding: 45px 40px;
    margin-left: 40px; }
    .service-content .form-box .title_3 {
      color: #fff; }
    .service-content .form-box .description {
      color: #fff;
      opacity: .8;
      margin: 30px 0; }
    .service-content .form-box a {
      width: 100%;
      margin: 9px; }

.completed_projects_single {
  padding: 475px 0 110px;
  position: relative; }
  .completed_projects_single:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(assets/img/completed_projects_single_bg.jpg) center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 1053px; }
  .completed_projects_single .special-line {
    position: absolute;
    display: flex;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1350px;
    margin: 0 auto; }

.slider__completed_projects_title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 36px;
  width: calc(100% - 100px); }

.slider__completed_projects .owl-nav {
  top: -60px; }
  .slider__completed_projects .owl-nav .owl-prev .prev {
    display: flex;
    width: 22px !important;
    height: 19px !important;
    color: transparent;
    background: url(assets/img/icon_poject_prev.png) center no-repeat; }
  .slider__completed_projects .owl-nav .owl-prev:hover .prev {
    background: url(assets/img/icon_first_screen_prev_hover.png) center no-repeat; }
  .slider__completed_projects .owl-nav .owl-next .next {
    display: flex;
    width: 22px !important;
    height: 19px !important;
    color: transparent;
    background: url(assets/img/icon_poject_next.png) center no-repeat; }
  .slider__completed_projects .owl-nav .owl-next:hover .next {
    background: url(assets/img/icon_first_screen_next_hover.png) center no-repeat; }

.slider__completed_projects .img-box {
  text-decoration: none; }

.slider__completed_projects .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin: 36px auto 44px; }
  .slider__completed_projects .title span {
    margin-left: 15px;
    min-width: 22px;
    height: 14px;
    background: url(assets/img/icon_link.png) center right no-repeat; }

.category-brands {
  background-color: #f9f9f9; }

.brand-cotegory {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 72px; }
  .brand-cotegory .title_3 {
    width: 100%;
    padding: 18px 40px;
    margin: 0;
    box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed;
    background-color: #ffffff; }
  .brand-cotegory a {
    width: 20%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #5a5a5a;
    padding: 0 40px 15px;
    box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed;
    background: url("assets/img/brands_disabled.png") center no-repeat;
    position: relative;
    text-decoration: none;
    background-color: #ffffff !important; }
    .brand-cotegory a:before {
      content: "";
      position: static;
      padding-top: 118.5%;
      display: flex; }
    .brand-cotegory a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: all .3s;
      background: url(assets/img/icon_service_before.png) center no-repeat #188de7; }
    .brand-cotegory a:hover {
      text-decoration: none; }
      .brand-cotegory a:hover:after {
        opacity: 0.7; }

.project-grid .row {
  margin-bottom: 71px; }

.project-grid a {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  margin-bottom: 44px; }
  .project-grid a:hover .title {
    color: #188de7; }
  .project-grid a:hover .img-box:before {
    opacity: 0.8; }
  .project-grid a .img-box {
    padding-top: 65%;
    background-size: cover;
    background-position: center;
    position: relative; }
    .project-grid a .img-box:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: all .3s;
      background: url(assets/img/icon_service_before.png) center no-repeat #188de7; }
  .project-grid a .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #0c0c0c;
    margin-top: 30px; }

.project-grid .col-md-6 a .title {
  font-size: 20px;
  line-height: 30px; }

/* === BEGIN wp_pagenavi === */
.more-peoducts {
  font-size: 18px;
  text-align: center;
  margin: 1px auto;
  padding: 29px 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed; }
  .more-peoducts img {
    margin-right: 15px; }
  .more-peoducts:hover img {
    animation-name: rotation;
    animation-duration: .2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 85px;
  padding: 16px 0;
  position: relative;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed;
  background: #fff; }
  .wp-pagenavi .page {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #060606;
    text-decoration: none; }
    .wp-pagenavi .page:hover {
      color: #188de7; }
  .wp-pagenavi a {
    text-decoration: none;
    margin: 0 13px; }
  .wp-pagenavi .first {
    background: url("./assets/img/pagination_first.png") no-repeat center;
    padding: 10px 15px !important; }
    .wp-pagenavi .first:hover {
      background: url("./assets/img//pagination_first_hover.png") no-repeat center !important; }
  .wp-pagenavi .last {
    padding: 10px 15px !important;
    background: url("./assets/img/pagination_last.png") no-repeat center; }
    .wp-pagenavi .last:hover {
      background: url("./assets/img/pagination_last_hover.png") no-repeat center !important; }
  .wp-pagenavi .previouspostslink {
    background: url("./assets/img/pagination_prev.png") no-repeat center;
    text-decoration: none;
    margin-right: auto; }
    .wp-pagenavi .previouspostslink:hover {
      background: url("./assets/img/pagination_prev_hover.png") no-repeat center; }
  .wp-pagenavi .nextpostslink {
    background: url("./assets/img/pagination_next.png") no-repeat center;
    text-decoration: none;
    margin-left: auto; }
    .wp-pagenavi .nextpostslink:hover {
      background: url("./assets/img/pagination_next_hover.png") no-repeat center; }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    padding: 11px; }
  .wp-pagenavi .current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    padding: 0;
    background-color: #188de7; }

/* === END wp_pagenavi === */
.product-layout {
  padding: 0; }

.product-thumb .btn-box {
  display: flex;
  align-items: center; }
  .product-thumb .btn-box .btn-secondary {
    padding: 6.5px 29px; }
  .product-thumb .btn-box .btn-favorit {
    margin: 0 19px 0 auto; }

.product-thumb__description {
  display: none;
  background: #fff;
  padding: 24px 39px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11), 1px 1px #ededed, -5px 5px 0px -4px #ededed; }
  .product-thumb__description p {
    font-size: 14px;
    line-height: 24px;
    color: #5a5a5a;
    margin: 0; }
  .product-thumb__description:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 39px;
    height: 1px;
    right: 39px;
    border-top: 1px solid #ededed; }

.product-thumb {
  position: relative;
  height: 100%;
  background: #fff;
  transition: all .1s;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed;
  padding: 24px 39px; }
  .product-thumb.hover:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11), 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed;
    transform: scale(1.05); }
    .product-thumb.hover:hover .product-thumb__description {
      display: block;
      position: absolute;
      top: calc(100% - 1px);
      left: 0;
      right: 0; }

.product-thumb__img {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 277px;
  /*272*/ }
  .product-thumb__img img {
    max-width: 205px;
    margin: 25px auto 40px;
    width: 100%;
    object-fit: scale-down; }
  .product-thumb__img .label-box {
    position: absolute;
    left: 0;
    right: 0; }
    .product-thumb__img .label-box span {
      margin-bottom: 6px; }

.label__hot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  background-color: #53e0ca;
  color: #ffffff; }

.label__closeout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  background-color: #ffd05a;
  color: #060606; }

.label__new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  background-color: #188de7;
  color: #ffffff; }

.product-thumb__article {
  font-size: 14px;
  line-height: 30px;
  color: #b6b6b6; }

.btn-favorit {
  display: flex;
  width: 19px;
  height: 17px;
  background: url("assets/img/icon_header__favorite.png") center; }
  .btn-favorit:hover {
    background: url("assets/img/icon_header__favorite_hover.png") center; }

.btn-compare {
  display: flex;
  width: 19px;
  height: 16px;
  background: url("assets/img/icon_header__compare.png") left center no-repeat; }
  .btn-compare:hover {
    background: url("assets/img/icon_header__compare_hover.png") center; }

.price {
  display: flex;
  align-items: center;
  margin-top: auto; }

del {
  margin-right: 20px; }
  del .woocommerce-Price-amount.amount {
    opacity: 0.5;
    font-size: 16px;
    line-height: 24px;
    color: #060606; }

ins {
  text-decoration: none; }
  ins .woocommerce-Price-amount.amount {
    font-size: 22px;
    line-height: 60px;
    font-weight: 700;
    color: #161616; }

/*звезды*/
p.stars a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 16px;
  height: 16px; }
  p.stars a::before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("./assets/img/icon_grey-star.png") center no-repeat; }
  p.stars a span {
    display: none; }
  p.stars a.active::before {
    opacity: 1;
    background: url("./assets/img/icon_gold-star.png") center no-repeat; }

p.stars:hover a::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
  background: url("./assets/img/icon_gold-star.png") center no-repeat; }

p.stars.selected a.active ~ a::before {
  background: url("./assets/img/icon_grey-star.png") center no-repeat; }

p.stars a::before,
p.stars a:hover ~ a::before,
p.stars.selected a.active ~ a::before {
  background: url("./assets/img/icon_grey-star.png") center no-repeat; }

p.stars.selected a.active::before,
p.stars:hover a::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
  background: url("./assets/img/icon_gold-star.png") center no-repeat; }

.stars {
  margin-left: 35px; }

.star-rating {
  background-image: url("./assets/img/icon_grey-star.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-width: 100px;
  height: 16px;
  margin-left: auto;
  position: relative; }

.star-rating span {
  background-image: url("./assets/img/icon_gold-star.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  left: 0; }

.star-box {
  margin: 30px 0;
  align-items: center; }

/**/
.container-table {
  display: flex;
  overflow: hidden;
  border-bottom: 2px solid #188de7;
  margin-bottom: 48px; }
  .container-table .value {
    min-width: 260px; }
  .container-table p {
    padding: 0 15px; }
    .container-table p.color-brand {
      background-color: #188de7;
      color: #fff;
      padding: 24px 15px; }

@media screen and (max-width: 767px) {
  .container-table {
    margin: 0 -15px; }
    .container-table p {
      padding: 0 5px;
      min-height: 48px;
      word-break: break-word; }
    .container-table .value {
      min-width: 165px;
      padding-top: 50px; }
  .slider__table {
    padding-top: 50px; } }

@media screen and (max-width: 991px) {
  .slider__table {
    position: relative; }
    .slider__table .owl-nav {
      position: absolute;
      top: -25px;
      left: -165px;
      background: transparent;
      width: calc(100% - 10px);
      display: flex;
      justify-content: space-between; }
      .slider__table .owl-nav button div {
        font-size: 60px;
        color: #188de7; }
      .slider__table .owl-nav button.owl-next,
      .slider__table .owl-nav button .owl-prev {
        height: 50px;
        display: flex;
        width: 50px;
        z-index: 1; } }

img.alignleft, img.alignright {
  max-width: 49%; }

img.alignleft {
  margin: 0 30px 25px 0;
  float: left; }

img.alignright {
  margin: 0 0 25px 30px;
  float: right; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%; }

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (min-width: 768px) {
  .advantages .item:hover {
    background-color: #188de7bf;
    min-height: 306px; }
    .advantages .item:hover p,
    .advantages .item:hover .more {
      height: auto;
      display: block; }
    .advantages .item:hover .more {
      padding: 8px;
      margin-top: auto; } }

@media (min-width: 992px) {
  .mobile-btn {
    display: none; } }

@media (min-width: 1200px) {
  .header-nav li {
    display: flex; }
    .header-nav li:nth-child(5) {
      margin: 0; }
  li.has-child.show-more {
    display: none; } }

@media screen and (max-width: 1360px) {
  .slider__product-cart {
    padding: 30px 0 137px; }
    .slider__product-cart .owl-dots {
      padding: 35px 60px 25px; } }

@media screen and (max-width: 1199px) {
  .catalog-item.hover .category {
    border-bottom: 3px solid #fec22d; }
  .header-nav li.has-child.show-more {
    display: flex;
    background: none; }
    .header-nav li.has-child.show-more.hover ul {
      right: 50%;
      transform: translate(50%, 0); }
  #sync1.owl-theme .owl-nav {
    max-width: 925px !important; }
  .container-nav {
    flex-direction: column; }
    .container-nav .footer-nav {
      width: 100%; }
      .container-nav .footer-nav:nth-child(2) {
        margin-top: 40px; }
  .exchange-rates .info-box {
    flex-direction: column; }
  #sync2 .item {
    padding: 5px 30px; }
  #sync2 .owl-item:nth-child(3) .item {
    border: none !important; }
  /*cart*/
  .proposition .proposition-box {
    padding: 15px; }
  .proposition .info-box p {
    width: 100%; }
  /*seo-block home*/
  .seo-block .img-block {
    padding-right: 0px;
    position: relative;
    width: 70%; }
    .seo-block .img-block img {
      height: 100%; }
  .services-layout .info-box {
    padding: 40px 20px 35px; }
  .services-layout a p {
    padding: 0 20px; }
  .slider__sevices .services-layout .info-box {
    min-height: 453px; }
  .advantages .item {
    padding: 35px 25px; }
    .advantages .item:before {
      top: -180px; }
    .advantages .item:after {
      top: -180px; }
  .brand-cotegory a {
    width: 25%; }
  .pay-box {
    margin-top: 0; }
  .options-box {
    flex-direction: column;
    padding: 0 30px 0 0px;
    margin-bottom: 25px; }
    .options-box .characteristics-box {
      flex-basis: 220px;
      padding: 0 15px;
      margin: 35px 0 0 0; }
  .product-info {
    font-size: 14px; }
    .product-info .manufacturer span {
      display: none; }
    .product-info .callback span {
      display: none; }
  .productCard .pay-box {
    flex-basis: auto; }
  .productCard .related-product {
    margin: 0 -15px 35px;
    padding: 0; }
    .productCard .related-product .title {
      margin-left: 15px; }
    .productCard .related-product a {
      width: 67px;
      margin-left: 15px;
      padding-top: 14.3%; }
  .productCard .price {
    margin-top: 42px; }
  .productCard .options-box .btn-box {
    margin-top: 20px; }
    .productCard .options-box .btn-box .btn-secondary {
      margin-top: 17px; }
  .productCard .quantity {
    margin: 0 17px 0 0; }
  .productCard .info-box {
    margin: auto 0 0 calc(-100% - 30px); }
  .slider__product-cart {
    padding: 99px 0 137px; }
    .slider__product-cart .owl-dots {
      padding: 35px 25px 25px; }
  .tabs__product .nav-tabs {
    flex-wrap: nowrap; }
    .tabs__product .nav-tabs > li a {
      padding: 0 25px; }
  .tabs__product .tab-content {
    padding: 30px; }
    .tabs__product .tab-content .product-layout {
      max-width: 33.3333%; }
  .tabs__product .panel-body {
    flex-direction: column; }
    .tabs__product .panel-body .info-box {
      margin: 0; }
  .tabs__product .list-box {
    display: flex;
    width: 100%;
    padding: 20px 30px;
    justify-content: space-between; }
    .tabs__product .list-box ul {
      width: 33%;
      max-width: 175px; }
  .listing_options-limit {
    display: none; }
  .listing_options {
    margin: 0 -15px; }
  .feedback {
    display: flex;
    align-items: center; }
    .feedback a {
      margin: 0; }
    .feedback .img-box {
      display: flex;
      align-items: center;
      height: 78px;
      min-width: 78px;
      margin-bottom: 48px; }
    .feedback .text-box {
      margin: 0 86px 0 32px; }
    .feedback .title_5 {
      margin: 0 0 18px; }
  .contacts .margin-negative {
    display: flex;
    flex-direction: column;
    margin: -410px auto -390px; }
  .single-brand .fluid-block .seo-block .seo-block__text.scroll {
    max-height: 420px;
    padding: 0 50px 0 0;
    margin: 30px; } }

@media screen and (max-width: 991px) {
  .header-slogan {
    display: none; }
  .header-logo {
    min-width: 187px; }
  .container-search {
    padding: 23px 25px; }
  .header-telephone {
    min-width: 190px; }
    .header-telephone span a {
      font-size: 16px;
      line-height: 20px;
      font-size: 14px; }
    .header-telephone nav a {
      font-size: 15px;
      line-height: 38px; }
  .catalog > li a {
    font-size: 14px; }
  .header-nav li {
    margin-right: 10px;
    padding-right: 5px; }
    .header-nav li.has-child {
      background: none; }
    .header-nav li a {
      font-size: 14px; }
  .container-search .nice_Select {
    height: 36px; }
  .btn.btn-secondary.header__search-btn {
    background: url(assets/img/icon_search_desctop.png) center no-repeat #188de7;
    padding: 17px;
    border-radius: 0 4px 4px 0; }
  input[type]:not(.btn) {
    padding: 7px 12px;
    font-size: 14px;
    line-height: 12px; }
  .container-cart {
    border: none; }
  .exchange-rates {
    padding: 35px 25px; }
    .exchange-rates .info-box .title_2 {
      font-size: 24px; }
    .exchange-rates a.archive:before {
      display: none; }
  /*subscription*/
  .subscription .img-box {
    margin-right: 60px; }
  .subscription .title_2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px; }
  .subscription .text-box {
    margin-right: 60px; }
  .seo-block .img-block {
    display: none; }
  .seo-block .seo-block__text.scroll {
    width: 100%;
    padding-left: 0px; }
  .slider__sevices .services-layout .service-thumb {
    min-height: 710px; }
  .advantages .title {
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff; }
  .advantages .subtitle {
    font-size: 18px;
    line-height: 24px; }
  .completed_projects .description {
    margin-bottom: 43px; }
  .completed_projects .big-img-box {
    width: 100%; }
  .completed_projects .img-box:nth-child(2) {
    width: 100%; }
  .completed_projects .img-box .title {
    margin: 24px auto 33px; }
  .completed_projects-title {
    margin-bottom: 36px; }
  .brand-cotegory a {
    width: 33.33333%; }
  .useful-materials {
    margin-bottom: 100px; }
  .productCard .related-product a {
    padding-top: 17.3%;
    width: 62px; }
  .slider__product-cart {
    padding: 30px 0 137px; }
    .slider__product-cart .item {
      background-size: 70%; }
  .tabs__product .tab-content .product-layout {
    max-width: 50%; }
  .gallery .img-box.fancybox {
    width: 100%;
    max-width: 32.7%; }
  .service-content {
    flex-direction: column;
    padding: 48px 72px; }
    .service-content .form-box {
      display: flex;
      flex-wrap: wrap;
      min-width: 100%;
      margin-left: 0; }
      .service-content .form-box a {
        width: 46%;
        margin: 9px; }
  .slider__completed_projects .owl-nav {
    top: -70px; }
  .leftColumn {
    display: flex;
    margin: 0 15px;
    padding: 0 30px 0 15px; }
  .rightColumn {
    margin: 0 15px;
    padding: 0 30px 0 15px; }
  .filter-container {
    margin: 0 -15px;
    z-index: 1;
    padding-bottom: 0; }
  .prev-box {
    display: none; }
  .listing_options {
    width: 100%;
    margin: 0 -15px 0 15px; }
    .listing_options .listing_options-sort {
      margin-left: auto; }
  .list-wrap {
    position: absolute;
    width: 368px;
    top: 49px;
    padding: 5px 30px;
    left: 0;
    box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed;
    background: #fff; }
  .contact-box .item {
    padding: 25px 10px; }
  .feedback {
    padding: 25px; }
    .feedback .text-box {
      margin: 0 32px; } }

@media (min-width: 768px) and (max-width: 991px) {
  ul.category-item__child-item {
    width: 50%;
    padding: 0 20px; }
    ul.category-item__child-item a {
      font-size: 16px;
      line-height: 25px; }
    ul.category-item__child-item:nth-child(5) {
      display: none; }
    ul.category-item__child-item:nth-child(6) {
      display: none; }
    ul.category-item__child-item li a {
      font-size: 15px;
      line-height: 30px;
      font-weight: 400;
      color: #5a5a5a; }
  .header-nav {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 20px;
    margin: 0; }
    .header-nav li {
      display: none;
      margin-right: 10x;
      padding-right: 5px; }
      .header-nav li:nth-child(1) {
        display: flex; }
      .header-nav li:nth-child(2) {
        display: flex; }
      .header-nav li:nth-child(3) {
        display: flex; }
      .header-nav li.show-more {
        display: flex;
        background: none !important; }
        .header-nav li.show-more ul {
          right: 50%;
          transform: translate(50%, 0); }
  /*page*/
  .wrap_page.page .title {
    margin-top: 40px; }
  .container-small {
    padding: 45px 70px;
    margin-bottom: 100px; }
  /*cart*/
  i.wpmenucart-icon-shopping-cart-0.added .value {
    right: -10px; }
  .shop_table td {
    padding: 5px;
    border-bottom: 1px solid #f6f6f8; }
    .shop_table td .total_price {
      text-align: center; }
  .shop_table .prod_img {
    height: 155px;
    width: 100px;
    padding: 15px;
    text-align: center; }
  .services-layout {
    width: 33.33333%; } }

@media screen and (max-width: 767px) {
  .woo-taxonomy-product .title_1 {
    font-size: 24px; }
  .special-line .item:nth-child(2), .special-line .item:nth-child(3) {
    display: none; }
  .header-logo {
    min-width: 126px;
    padding: 0 15px; }
  .breadcrumb {
    padding: 25px 15px 15px 0; }
  .header-slogan,
  .header-social,
  .header-language,
  .header-favorit,
  .header-compare,
  .header-nav {
    display: none; }
  .first-line,
  .contaoner-search,
  .container-cart {
    width: 15px; }
  .first-line {
    display: flex;
    margin-left: auto;
    order: 2;
    border: none;
    background: none; }
    .first-line:before {
      display: none; }
  .header-cabinet {
    width: 100%;
    min-width: 30px;
    padding: 0;
    border: none;
    background: none; }
    .header-cabinet .value {
      color: transparent;
      width: 30px;
      height: 30px;
      padding: 0;
      background: url("assets/img/icon_user_mobile.png") center no-repeat; }
      .header-cabinet .value:hover {
        color: transparent;
        width: 30px;
        height: 30px;
        padding: 0;
        background: url(assets/img/icon_user_mobile.png) center no-repeat; }
  .header-telephone {
    min-width: 20px;
    background: url(assets/img/icon_telephone_mobile.png) center no-repeat; }
    .header-telephone nav {
      display: none !important; }
    .header-telephone span {
      background: none; }
      .header-telephone span a {
        padding: 10px;
        color: transparent; }
    .header-telephone > a {
      display: none; }
  .catalog {
    width: 48px;
    cursor: pointer;
    background: url(assets/img/icon_burger_close.png) center no-repeat #188de7; }
    .catalog.active {
      background: url(assets/img/icon_burger_open.png) center no-repeat; }
  .catalog-item {
    display: none; }
  .container-search {
    background: url(assets/img/icon_search_close.png) center no-repeat;
    padding: 0;
    width: 25px;
    height: auto;
    margin-left: auto;
    cursor: pointer; }
    .container-search .nice_Select,
    .container-search .header__search-iput,
    .container-search .header__search-btn.btn.btn-secondary {
      display: none; }
    .container-search .icon-mobile {
      width: 100%; }
    .container-search.active {
      background: url(assets/img/icon_search_open.png) center no-repeat; }
      .container-search.active .search-mobile {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 50px;
        right: 50%;
        transform: translate(50%, 0);
        width: 100vw;
        max-width: 540px;
        z-index: 1;
        padding: 25px 15px;
        background: #fff;
        box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.06), 1px 0px 4px rgba(0, 0, 0, 0.06), 1px 0px 4px rgba(0, 0, 0, 0.06); }
        .container-search.active .search-mobile .header__search-iput,
        .container-search.active .search-mobile .header__search-btn.btn.btn-secondary {
          display: flex; }
        .container-search.active .search-mobile .header__search-iput {
          border-left: 1px solid #e1e1e1 !important;
          border-radius: 4px 0 0 4px !important; }
  .second-line,
  .third-line {
    width: inherit; }
  .third-line {
    order: 0;
    flex: inherit;
    display: flex;
    height: auto; }
    .third-line:before {
      display: none; }
  .second-line {
    order: 1;
    width: auto;
    flex: auto; }
    .second-line .header-logo {
      display: flex;
      order: 0; }
    .second-line .header-telephone {
      display: flex;
      order: 1; }
    .second-line .contaoner-search {
      display: flex;
      order: 2; }
  .accordion-mobile .header-nav {
    display: flex;
    flex-direction: column;
    padding: 0; }
    .accordion-mobile .header-nav a {
      font-size: 16px; }
    .accordion-mobile .header-nav > li {
      margin-bottom: 20px;
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-right: 0px;
      padding-right: 0px; }
    .accordion-mobile .header-nav li.has-child {
      background: url(assets/img/select_close_white.png) right 10px no-repeat; }
      .accordion-mobile .header-nav li.has-child.hover {
        background: url(assets/img/select_open_white.png) right 10px no-repeat; }
      .accordion-mobile .header-nav li.has-child ul {
        position: static;
        margin: 15px 0 0 0;
        max-width: 100%;
        width: 100%; }
        .accordion-mobile .header-nav li.has-child ul li a {
          padding: 12px 15px; }
  .mobile-header-social {
    margin: 0 -15px; }
  .container-cart {
    display: flex;
    background: url("assets/img/icon_cart_mobile.png") center no-repeat;
    order: 5;
    padding: 20px 23px;
    margin: 0; }
  /*subscription */
  .subscription {
    flex-direction: column;
    padding: 52px 15px 42px; }
    .subscription .img-box {
      margin: 0 auto; }
    .subscription .text-box {
      margin: 0 auto; }
    .subscription .title_2 {
      font-size: 20px;
      line-height: 24px;
      margin: 32px auto !important;
      text-align: center; }
    .subscription p {
      display: none; }
    .subscription a {
      margin: 0 auto;
      width: 100%; }
  .home .subscription {
    padding: 104px 0 42px; }
    .home .subscription.mailing {
      padding: 40px 0 42px; }
  /*slider__sevices*/
  .slider__sevices-container > a {
    display: flex; }
  .slider__sevices-title {
    font-size: 24px;
    line-height: 30px; }
    .slider__sevices-title .sub-title {
      display: none; }
  .slider__sevices .services-layout a p {
    display: none; }
  .slider__sevices .services-layout .info-box {
    padding: 25px 20px;
    min-height: inherit; }
    .slider__sevices .services-layout .info-box .title_3 {
      margin: 15px 0 18px;
      font-size: 20px;
      line-height: 24px; }
  .slider__sevices .services-layout .service-thumb {
    min-height: 323px; }
  .slider__sevices .owl-nav {
    top: calc(100% + 30px);
    right: 50%;
    transform: translate(50%, 0); }
  /*seo-block*/
  .seo-block {
    margin: 48px auto 0;
    padding: 36px 0;
    background-color: #fff;
    position: relative;
    z-index: 0; }
    .seo-block:before {
      content: "";
      position: absolute;
      left: -100vw;
      width: 200vw;
      top: 0;
      bottom: 0;
      background: #fff;
      z-index: -1; }
  /*page*/
  .container-small {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 66px; }
  .wrap_page.page .title {
    margin-top: 30px; }
  .wrap_page.page .ancor-link {
    margin-bottom: 30px;
    padding: 0; }
  /*404*/
  .page_404 .info-block {
    max-width: 775px;
    padding: 20px 25px 45px;
    opacity: 0.94;
    margin: 25px auto 50px;
    background-color: #188de7; }
    .page_404 .info-block .title_1 {
      font-size: 26px;
      line-height: 34px; }
  /*sankyou*/
  .woo-thankyou .title_1 + p {
    margin: 15px 0; }
  .woo-thankyou .info-box .info-box {
    margin-top: 22px;
    margin-bottom: 34px; }
  .woo-thankyou .info-box .img-box {
    display: none; }
  /*<Cart>*/
  .table-responsive {
    border-radius: 4px; }
  .woo-checkout-title {
    margin: 40px auto 20px;
    font-size: 20px; }
  .shop_table td {
    padding: 15px;
    max-width: 100%;
    text-align: center; }
    .shop_table td.prod_name {
      padding: 15px; }
  .shop_table td.prod_qantity_inp {
    border-bottom: 1px solid #f6f6f8; }
  .shop_table td.prod_name {
    border: none; }
  .shop_table tr {
    display: grid;
    position: relative;
    padding-top: 20px; }
  .shop_table tr.first-child {
    display: none; }
  .shop_table .prod_img {
    width: 100%; }
    .shop_table .prod_img > img {
      height: 100px; }
  .shop_table .price {
    text-align: center; }
  .shop_table .prod_remove {
    text-align: center;
    padding: 20px; }
  .shop_table .btn-sm--green.inInput {
    position: absolute;
    right: 5px;
    top: 4px; }
  .shop_table td.prod_price {
    display: none; }
  .shop_table td.prod_qantity_inp .quantity {
    display: flex;
    border-radius: 0;
    max-width: 110px;
    position: relative;
    border: 1px solid #f5f5f5;
    margin: 0 auto 0 0; }
  .shop_table td.prod_total_price {
    position: absolute;
    bottom: 0px;
    border: none;
    right: 15px; }
  .shop_table .prod_remove {
    text-align: center;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 8px;
    border: none;
    background-size: contain;
    background-position: center; }
    .shop_table .prod_remove .remove img {
      width: 15px; }
  .shop_table tr.lastChilde td {
    padding: 15px; }
  .shop_table .promoCode .coupon {
    padding: 18px 20px; }
  .cart-form {
    background: #fff;
    padding: 20px; }
    .cart-form .input-box > div {
      flex-direction: column; }
      .cart-form .input-box > div span {
        width: 100% !important; }
  #coupon_code {
    width: 100%;
    margin-left: 0; }
  .rowBtn {
    flex-direction: column-reverse;
    margin: 30px 0; }
    .rowBtn .btn.btn-primary {
      margin-bottom: 15px; }
  .largeForm {
    padding: 0; }
  .shop_table .prod_img {
    height: auto;
    width: 100%;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    border: none; }
  .delivery-form,
  .payment-form {
    padding: 20px; }
  .shop_table tr.lastChilde .total-price__value {
    text-align: left;
    justify-content: flex-start; }
    .shop_table tr.lastChilde .total-price__value p {
      line-height: 18px; }
  .woo-checkout-empty .info-box {
    margin-bottom: 50px; }
    .woo-checkout-empty .info-box a {
      width: 100%;
      margin: 10px auto; }
  /*</Cart>*/
  .materials-box {
    flex-direction: column; }
    .materials-box .materials-item {
      padding: 0; }
      .materials-box .materials-item .date {
        display: none; }
    .materials-box .materials-item:first-child {
      padding-left: 0; }
    .materials-box .materials-item:last-child {
      padding-right: 0; }
  .first-screen-container .popup-box {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #188de7; }
  #sync1.owl-theme .item {
    max-height: inherit;
    padding: 75px 0 72px; }
    #sync1.owl-theme .item > .container {
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
  #sync1.owl-theme .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px; }
  #sync1.owl-theme .title_5 {
    display: none; }
  #sync1.owl-theme .info-box {
    max-width: 100%;
    padding-bottom: 75px; }
    #sync1.owl-theme .info-box .presentation {
      display: none; }
  #sync1.owl-theme .popup-box {
    max-width: inherit;
    margin: 0 -15px;
    padding-top: 72px;
    background-color: #188de7; }
  #sync1.owl-theme .owl-nav {
    display: none; }
  #sync1.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    position: absolute;
    top: calc(100% - 72px);
    left: 15px;
    right: 15px;
    background: #fff; }
    #sync1.owl-theme .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      border: 3px solid #d3d3d3;
      border-radius: 50%;
      margin-right: 20px; }
      #sync1.owl-theme .owl-dots .owl-dot.active {
        border: 3px solid #188de7; }
  #sync1.owl-theme .owl-item .popup-box {
    display: none; }
  #sync2 {
    display: none; }
  .slider__template-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #060606;
    margin: 24px auto; }
  .slider__template_home-title {
    font-size: 24px;
    line-height: 28px;
    margin: 45px auto 30px; }
    .slider__template_home-title .btn.btn-secondary {
      display: none; }
  .slider__template {
    padding-bottom: 30px;
    margin-bottom: 50px; }
    .slider__template .owl-dots {
      display: none; }
    .slider__template .owl-nav {
      display: flex;
      justify-content: space-between;
      width: 84px;
      top: 100%;
      right: 50%;
      transform: translate(50%, 0);
      position: absolute; }
  .woo-single-product .subscription {
    margin-top: 85px; }
  .woo-wishlist-empty .info-box {
    padding: 30px 15px 80px;
    max-width: 640px;
    text-align: center; }
  .woo-checkout-empty .info-box {
    margin-top: 15px; }
    .woo-checkout-empty .info-box .btn-success {
      margin-left: 0; }
  .woo-checkout-empty .subscription {
    margin-top: 80px; }
  .services-layout {
    width: 50%; }
    .services-layout a {
      display: none; }
    .services-layout .service-thumb {
      min-height: inherit; }
  .project-grid a .title {
    margin-top: 20px; }
  .advantages {
    height: 320px;
    align-items: center;
    padding: 0;
    background: url(assets/img/advantages_mobile_bg.jpg) center no-repeat;
    background-size: cover; }
    .advantages .title {
      font-size: 38px;
      line-height: 48px;
      font-weight: 700;
      color: #ffffff; }
    .advantages .subtitle {
      font-size: 16px;
      line-height: 20px; }
    .advantages .item {
      padding: 15px;
      min-height: 150px; }
      .advantages .item:before, .advantages .item:after {
        display: none; }
  .useful-materials {
    padding: 12px 0 24px;
    margin-bottom: 100px; }
    .useful-materials .title_1 {
      font-size: 24px;
      line-height: 54px;
      font-weight: 700; }
    .useful-materials .title-box {
      margin-bottom: 0; }
  .completed_projects {
    padding: 42px 0 48px; }
    .completed_projects .special-line {
      height: inherit;
      top: -45px;
      bottom: -65px; }
    .completed_projects .description {
      display: none; }
    .completed_projects .big-img-box .title {
      display: flex;
      align-items: flex-end;
      font-size: 16px;
      line-height: 24px;
      margin-top: 24px;
      margin-bottom: 33px; }
      .completed_projects .big-img-box .title span {
        margin-left: 15px;
        min-width: 22px;
        height: 14px;
        background: url("assets/img/icon_link.png") center right no-repeat; }
      .completed_projects .big-img-box .title:hover {
        color: #188de7; }
        .completed_projects .big-img-box .title:hover span {
          margin-left: 15px;
          min-width: 22px;
          height: 14px;
          background: url("assets/img/icon_link_hover.png") center right no-repeat; }
    .completed_projects .big-img-box p {
      display: none; }
  .completed_projects-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px; }
    .completed_projects-title a {
      display: none; }
  /*testimonials*/
  .review-box .title {
    margin-bottom: 5px; }
  .review-box .info-block {
    flex-direction: column;
    align-items: flex-start; }
    .review-box .info-block .star-rating {
      margin: 0; }
  .review-box .user-info .flex-column {
    align-self: center;
    margin-right: auto;
    margin: 0 auto 9px 0; }
  .slider__reviews-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
    margin-top: 42px; }
    .slider__reviews-title a {
      display: none; }
  .slider__reviews .item.review-item {
    padding: 5px; }
    .slider__reviews .item.review-item .review-box {
      margin-bottom: 0;
      box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.11); }
  .brand-cotegory a {
    width: 50%; }
  .product-thumb {
    padding: 24px 20px; }
    .product-thumb .btn-box .btn-favorit {
      margin: 0 0 0 auto; }
    .product-thumb .btn-box a.btn-compare {
      display: none; }
  .brand-cotegory .title_3 {
    padding: 10px 20px; }
  .slider__product-cart {
    padding: 0 0 37%; }
    .slider__product-cart .owl-dots {
      padding: 25px 15px; }
      .slider__product-cart .owl-dots .owl-dot {
        margin: 0 4px; }
  .productCard ins .woocommerce-Price-amount.amount {
    font-size: 26px; }
  .productCard .options-box {
    padding: 0 15px; }
    .productCard .options-box .btn-box .btn-primary {
      border-radius: 0 4px 4px 0; }
    .productCard .options-box .btn-box .btn-compare {
      display: none; }
  .productCard .related-product {
    margin: 0 0 24px;
    padding: 0; }
    .productCard .related-product a {
      padding-top: 17.3%; }
  .productCard .info-box {
    margin: 0;
    padding: 25px 15px;
    flex-direction: column; }
    .productCard .info-box .btn-danger {
      margin-top: 18px;
      width: 100%; }
  .productCard .quantity {
    margin: 0;
    border-right: 0;
    border-radius: 4px 0 0 4px; }
  .productCard .manufacturer,
  .productCard .brand {
    display: none; }
  .productCard .product-info {
    padding: 12px 15px;
    flex-wrap: wrap; }
  .productCard .callback {
    width: 100%;
    margin-top: 10px; }
  .tabs__product .list-box {
    flex-direction: column; }
    .tabs__product .list-box ul {
      width: 100%;
      max-width: inherit; }
  .documentation-thumb {
    margin: 0 auto 48px; }
  .gallery .img-box.fancybox {
    width: 100%;
    max-width: 32.5%; }
  .tab-pane .list-box {
    display: none; }
  .tabs__product {
    margin: 0 -8px; }
    .tabs__product .tab-content {
      padding: 0 15px; }
    .tabs__product .panel-title {
      margin: 0; }
      .tabs__product .panel-title a {
        display: flex;
        align-items: center;
        position: relative;
        height: 60px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        color: #5a5a5a;
        text-decoration: none;
        border: 1px solid #ededed;
        padding: 0 15px;
        margin: 0 -15px;
        background: url(assets/img/select_open.png) calc(100% - 15px) center no-repeat #fff !important; }
        .tabs__product .panel-title a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 4px;
          background-color: #ffd05a; }
        .tabs__product .panel-title a.collapsed {
          font-weight: 400;
          background: url(assets/img/select_close.png) calc(100% - 15px) center no-repeat #fff !important; }
          .tabs__product .panel-title a.collapsed:before {
            display: none; }
    .tabs__product .tag-box {
      padding-bottom: 20px; }
  .single-service .title-box {
    display: flex;
    flex-direction: column;
    margin: 48px 0; }
  .single-service .page-title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 30px; }
  .completed_projects_single {
    padding: 330px 0 110px; }
    .completed_projects_single:before {
      min-height: 855px; }
  .single-project .completed_projects_single {
    padding: 330px 0 90px;
    position: relative; }
  .single-project .completed_projects_single:before {
    min-height: 932px; }
  .slider__template {
    margin-bottom: 40px; }
  .slider__completed_projects .owl-nav {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0); }
  .slider__completed_projects_title {
    font-size: 24px;
    line-height: 30px; }
  .slider__sevices-title {
    margin: 0px auto 45px; }
  .single-service .slider__sevices {
    margin-bottom: 85px; }
  .grey-box {
    padding: 20px 30px;
    margin-bottom: 20px; }
  .service-content {
    padding: 48px 15px;
    margin: 0 -15px; }
    .service-content .form-box {
      padding: 30px 25px; }
      .service-content .form-box a {
        width: 100%;
        margin: 9px; }
  .service-advantages {
    display: none; }
  .leftColumn {
    padding: 0 15px 0 15px; }
  .rightColumn {
    padding: 0 15px 0 15px; }
  .wp-pagenavi a.nextpostslink {
    display: none; }
  .wp-pagenavi a.last {
    display: none; }
  .wp-pagenavi a.previouspostslink {
    display: none; }
  .wp-pagenavi a.first {
    display: none; }
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    padding: 6px; }
  footer {
    padding-top: 33px !important; }
    footer .exchange-rates {
      padding: 25px 20px;
      margin-top: 25px; }
      footer .exchange-rates .info-box {
        flex-direction: row; }
      footer .exchange-rates a.archive:before {
        display: block; }
    footer .adress {
      margin: 35px 0 25px; }
    footer .footer-phone {
      margin-top: 25px; }
    footer .footer-social a {
      width: 21px;
      height: 21px;
      display: flex;
      margin: 25px 50px 0 0; }
  .copy-box div {
    max-width: 190px;
    padding-left: 15px; }
  a.copy i {
    display: block;
    width: 20px;
    height: 19px;
    background: url("assets/img/kofelate_studia.png") right no-repeat;
    margin: 0 10px 0 5px; }
  a.copy p,
  a.copy span {
    display: none; }
  .filter-container {
    position: static;
    padding: 0; }
  .mobile-btn {
    width: 50px;
    margin: 0;
    padding: 0;
    color: transparent !important;
    background-image: none !important;
    background-color: #fff !important; }
    .mobile-btn .icon-box {
      min-width: 50px;
      height: 50px;
      margin-right: 0;
      background: url(assets/img/icon_filters.png) center no-repeat; }
    .mobile-btn .hide,
    .mobile-btn .show,
    .mobile-btn .text-box {
      display: none !important; }
    .mobile-btn.active {
      background-image: none !important;
      color: #fff; }
      .mobile-btn.active .icon-box {
        background: url(assets/img/icon_filters_hover.png) center no-repeat; }
      .mobile-btn.active .text-box {
        display: block !important; }
      .mobile-btn.active:hover {
        background-image: none !important; }
    .mobile-btn:hover {
      color: #fff;
      background-image: none !important; }
      .mobile-btn:hover .icon-box {
        background: url(assets/img/icon_filters_hover.png) center no-repeat; }
  .list-wrap {
    width: inherit;
    top: 50px;
    right: 0;
    left: 0; }
  .listing_options-sort p {
    display: none; }
  .contacts .page-title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 48px; }
  .contact-box .item {
    padding: 20px 0; }
  .contact-box .img-box {
    margin-bottom: 25px; }
  .single-brand .fluid-block .page-title {
    margin-top: 48px; }
  .single-brand .fluid-block .seo-block {
    flex-direction: column;
    padding: 25px 25px 40px; }
    .single-brand .fluid-block .seo-block .img-block {
      border-right: none !important; }
      .single-brand .fluid-block .seo-block .img-block a {
        bottom: 48px; }
    .single-brand .fluid-block .seo-block .seo-block__text.scroll {
      margin: 0 !important; }
    .single-brand .fluid-block .seo-block:before {
      display: none; }
  .feedback {
    align-items: flex-start;
    flex-direction: column; }
    .feedback .text-box {
      margin: 0; }
    .feedback a {
      margin-top: 30px; }
  .item-logget .img-box img {
    width: 100%; }
  .blog-options {
    flex-direction: column; }
    .blog-options .search-logget {
      color: #595959;
      padding-top: 10px; } }

@media screen and (max-width: 575px) {
  .services-layout {
    margin: 0 auto;
    width: 100%;
    max-width: inherit; }
  .slider__sevices .services-layout {
    width: inherit;
    max-width: 345px; }
  .brand-cotegory a {
    width: 100%; }
  .tabs__product .tab-content .product-layout {
    max-width: 100%; }
  .gallery .img-box.fancybox {
    width: 100%;
    max-width: 48.9%; } }

/* === END MEDIA === */
footer {
  background-color: #161616;
  padding-top: 100px; }

.adress {
  max-width: 291px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #9c9c9c;
  margin: 50px 0 35px; }

.footer-phone {
  margin-top: 35px;
  display: flex;
  flex-direction: column; }
  .footer-phone a {
    color: #f9f9f9; }
    .footer-phone a:hover {
      text-decoration: none; }

.container-nav {
  display: flex; }

.footer-nav {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 15px; }
  .footer-nav .title_6 {
    color: #f9f9f9; }
  .footer-nav a {
    margin-top: 17px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #9c9c9c; }

.footer-social {
  display: flex; }
  .footer-social a {
    width: 21px;
    height: 21px;
    display: flex;
    margin: 50px 50px 0 0; }
    .footer-social a.facebook:hover {
      background-image: url("assets/img/icon_facebook_white_hover.png") !important; }
    .footer-social a.youtube:hover {
      background-image: url("assets/img/icon_youtube_white_hover.png") !important; }

.exchange-rates {
  max-width: 430px;
  padding: 35px 40px;
  margin-top: -35px;
  background-color: #0c0c0c; }
  .exchange-rates .title_6 {
    color: #f9f9f9; }
  .exchange-rates .info-box {
    display: flex;
    justify-content: space-between;
    margin: 50px 0; }
    .exchange-rates .info-box .title_2 {
      color: #fff;
      font-weight: 400;
      align-items: center;
      display: flex; }
      .exchange-rates .info-box .title_2.top:after {
        opacity: .5;
        content: "";
        margin: 0 0 0 20px;
        background: url(assets/img/icon_currency_top.png);
        width: 13px;
        height: 7px;
        display: flex; }
      .exchange-rates .info-box .title_2.bottom:after {
        opacity: .5;
        content: "";
        margin: 0 0 0 20px;
        background: url(assets/img/icon_currency_bottom.png);
        width: 13px;
        height: 7px;
        display: flex; }
    .exchange-rates .info-box .currency p {
      font-size: 14px; }
  .exchange-rates .archive {
    border-top: 1px solid #212121;
    padding: 30px 0;
    display: flex;
    position: relative; }
    .exchange-rates .archive:before {
      content: '';
      display: flex;
      position: absolute;
      top: 30px;
      left: 180px;
      width: 9px;
      height: 9px;
      background: url("assets/img/icon_footer_archive.png"); }

.copy-box {
  display: flex;
  border-bottom: none !important;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #9c9c9c;
  border-top: 1px solid #212121;
  padding: 20px 0;
  margin-top: 91px; }

a.copy {
  margin: 0 0 0 auto;
  height: 42px;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none !important; }
  a.copy i {
    display: block;
    width: 20px;
    height: 19px;
    background: url("assets/img/kofelate_studia.png") right no-repeat;
    margin: 0 10px 0 5px; }
  a.copy p {
    margin: 0; }

.markup .col-lg-4.col-md-6.col-xs-12 {
  padding: 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.27); }
  .markup .col-lg-4.col-md-6.col-xs-12:hover {
    box-shadow: 0 0 1px #c01111; }

.markup li {
  font-family: "Apple Color Emoji","Segoe UI Emoji"; }

.markup .scroll {
  max-height: 350px; }

.markup .site-map ol {
  padding-left: 40px;
  padding-bottom: 20px; }
  .markup .site-map ol li {
    position: relative;
    border-left: 2px solid #188de7; }
    .markup .site-map ol li:hover {
      cursor: pointer; }
      .markup .site-map ol li:hover > a {
        text-decoration: underline; }
      .markup .site-map ol li:hover:before {
        background-color: #ffd05a; }
    .markup .site-map ol li a {
      line-height: 40px;
      margin-left: 15px; }
    .markup .site-map ol li:before {
      content: "";
      position: absolute;
      left: -26px;
      top: 15px;
      width: 10px;
      height: 10px;
      background-color: #188de7;
      border-radius: 50%; }
    .markup .site-map ol li:after {
      content: "";
      position: absolute;
      left: -2px;
      top: 25px;
      width: 50%;
      height: 15px;
      border-left: 2px solid #188de7;
      border-bottom: 2px solid #188de7; }

.markup .gradient-default {
  background: radial-gradient(#cec4c4, transparent);
  transition: all 2s; }
  .markup .gradient-default:hover {
    background: radial-gradient(red, transparent); }

.wrap_page {
  overflow: hidden;
  margin-bottom: auto; }

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px; }

.muve-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  background: #188de7;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  .muve-top:before {
    content: "↑";
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    top: 47%;
    left: 52%;
    transform: translate(-50%, -50%); }

/*1*/
.brand-bg-1,
.brand-bg-2 {
  background-color: #188de7;
  height: 15vh;
  width: 75%;
  margin-bottom: 25px; }

.brand-bg-2 {
  background-color: #ffd05a; }

/*2*/
::selection {
  color: #000;
  background: #ffd05a; }

a {
  color: #188de7; }
  a:hover {
    text-decoration: underline;
    color: #188de7; }

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #636363; }

b,
strong {
  font-weight: 700;
  color: #0c0c0c; }

i,
em {
  font-weight: 400;
  color: #636363; }

/*3*/
ol {
  padding: 0;
  counter-reset: li; }
  ol li {
    list-style: none;
    list-style-position: outside; }
    ol li:before {
      content: counter(li, decimal) ".";
      counter-increment: li;
      margin-left: 20px;
      margin-right: 20px;
      font-size: 16px;
      line-height: 30px;
      font-weight: 700;
      color: #188de7; }

/*4*/
ul {
  padding: 0;
  list-style: none; }
  ul li {
    display: flex;
    align-items: center; }
    ul li:before {
      content: "";
      margin-left: 20px;
      margin-right: 20px;
      background-color: #188de7;
      border-radius: 50%;
      min-width: 6px;
      height: 6px; }

/*5-6*/
body {
  font-family: 'HeliosC'; }

.font-weight-light {
  font-family: 'HeliosLightC'; }

/*7-8*/
h1,
.title_1 {
  font-size: 38px;
  line-height: 54px;
  font-weight: 700;
  color: #060606;
  margin-bottom: 12px;
  margin-top: 6px; }

h2,
.title_2 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #060606;
  margin-bottom: 12px;
  margin-top: 6px; }

h3,
.title_3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #060606;
  margin-bottom: 12px;
  margin-top: 6px; }

h4,
.title_4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #060606;
  margin-bottom: 12px;
  margin-top: 6px; }

h5,
.title_5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #060606;
  margin-bottom: 12px;
  margin-top: 6px; }

h6,
.title_6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #060606;
  margin-bottom: 12px;
  margin-top: 6px; }

/*9*/
input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #595959;
    cursor: pointer; }
    input[type="checkbox"] + label:hover,
    input[type="radio"] + label:hover {
      color: #060606; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      content: '';
      padding: 9px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 19px;
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      border: 1px solid #ededed;
      border-radius: 2px; }

input[type=radio] + label:before {
  border-radius: 50%; }

input[type=radio]:checked + label:before {
  border-radius: 50%;
  background: url(assets/img/radio.png) center no-repeat;
  background-size: contain;
  border: 1px solid transparent; }

input:checked + label {
  color: #060606; }
  input:checked + label:before {
    content: '';
    background: url(assets/img/checkbox.png) center no-repeat;
    background-size: contain;
    border: 1px solid transparent; }

/*10-11*/
button {
  outline: none !important; }

.btn {
  display: inline-block;
  padding: 12.5px 29px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 4px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .btn:focus {
    outline: none !important;
    box-shadow: none !important; }

.btn-primary {
  padding: 11px 29px;
  font-size: 16px;
  font-weight: 700;
  color: #060606;
  background-color: #fec22d; }
  .btn-primary:hover {
    color: #060606;
    background-color: #ffd05a;
    border-color: #ffd05a; }

.btn-secondary {
  color: #fff;
  background-color: #188de7; }
  .btn-secondary:hover {
    background-color: #41a6f4;
    border-color: #41a6f4; }

.btn-success {
  color: #188de7;
  background-color: transparent;
  border: 2px solid transparent;
  border-color: #188de7; }
  .btn-success:hover {
    background-color: #41a6f4;
    border-color: #41a6f4; }

.btn-danger {
  color: #fff;
  background-color: transparent;
  border: 2px solid transparent;
  border-color: #fff; }
  .btn-danger:hover {
    color: #0c0c0c;
    background-color: #fff;
    border-color: #fff; }

.btn-link {
  color: #188de7;
  background-color: transparent; }
  .btn-link:hover {
    color: #188de7; }

/*12*/
/*13*/
.scroll::-webkit-scrollbar {
  width: 6px; }

.scroll::-webkit-scrollbar-thumb {
  background-color: #188de7;
  background-clip: padding-box;
  border: 0px solid #f9f9f9; }
  .scroll::-webkit-scrollbar-thumb:hover {
    background-color: #41a6f4; }

.scroll::-webkit-scrollbar-track {
  background-color: #f9f9f9;
  cursor: pointer; }

::-webkit-scrollbar-button {
  background-color: transparent; }

/* IE */
.scroll {
  scrollbar-face-color: #188de7;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9; }

/* FireFox */
.scroll {
  scrollbar-color: #188de7 #f9f9f9; }

.scroll {
  overflow: auto; }

.scroll-heidden::-webkit-scrollbar {
  width: 0px; }

/*14*/
/*15*/
/*16*/
/*17*/
/*18*/
.breadcrumb {
  font-size: 14px;
  color: #b2b2b2;
  background-color: transparent;
  margin: 0;
  padding: .75rem 0; }
  .breadcrumb a {
    text-decoration: none;
    color: #7d7d7d; }
    .breadcrumb a:hover {
      color: #188de7; }

/*разобраться*/
.nice_Select {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  background: url("assets/img/select_close.png") calc(100% - 15px) center no-repeat !important; }
  .nice_Select.open {
    background: url("assets/img/select_open.png") calc(100% - 15px) center no-repeat transparent !important; }
  .nice_Select .list {
    width: 100%;
    background: #f9f9f9; }
    .nice_Select .list li.option {
      height: 42px; }
      .nice_Select .list li.option:before {
        display: none; }
      .nice_Select .list li.option:hover {
        background-color: #188de7;
        color: #fff; }

/*z-index*/
.third-line:before {
  z-index: -1; }

.first-line:before {
  z-index: -1; }

.largeForm:before {
  z-index: -1; }

.subscription:before {
  z-index: 0; }

.service-content .form-box {
  z-index: 0; }

.seo-block__text.scroll {
  z-index: 0; }

.catalog-item.hover .category {
  z-index: 1; }

.search-in.hidden-lg.hidden-md.special {
  z-index: 1; }

.close {
  z-index: 1; }

.wrap_page.page .subscription {
  z-index: 1; }

.product-thumb.hover:hover {
  z-index: 1; }

.subscription .img-box {
  z-index: 1; }

.subscription .text-box {
  z-index: 1; }

.subscription a {
  z-index: 1; }

.slider__sevices .owl-nav .prev {
  z-index: 1; }

.slider__sevices .owl-nav .next {
  z-index: 1; }

#sync1.owl-theme .owl-prev .prev {
  z-index: 1; }

#sync1.owl-theme .owl-next .next {
  z-index: 1; }

.service-content {
  z-index: 1; }

.completed_projects_single .special-line {
  z-index: 1; }

.slider__product-cart .owl-prev {
  z-index: 1; }

.filter_title {
  z-index: 1; }

.slider__product-cart .owl-next {
  z-index: 1; }

.filter-nav-mob .ui-slider .ui-slider-range {
  z-index: 1; }

.catalog > li {
  z-index: 2; }

.header-nav li.has-child ul {
  z-index: 2; }

.header-telephone nav {
  z-index: 2; }

.search-mobile {
  z-index: 3; }

.header-language nav.hover {
  z-index: 4; }

.scrolltop {
  z-index: 5; }

/**/

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