@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: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/playfair-display-v20-vietnamese_latin-regular.woff") format("woff"); }

/* === 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: #FFB25B;
  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: #FFB25B; }

/*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 #FFB25B;
  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;
  z-index: 1; }

.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%; } }

.first-line {
  display: flex;
  background-color: #333;
  position: relative;
  padding: 10px 0; }
  .first-line:before {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    bottom: 0;
    width: 200vw;
    background-color: #333; }

.header-telephone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 233px;
  font-size: 24px;
  position: relative;
  margin-left: auto; }
  .header-telephone span a {
    color: #fff; }

.header-telephone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: url(assets/img/icon_phone.png) left center no-repeat; }
  .header-telephone span {
    cursor: pointer;
    background: url(assets/img/select_close.png) 100% center no-repeat;
    padding-left: 50px; }
    .header-telephone span a {
      font-size: 21px;
      line-height: 40px;
      font-weight: 700;
      color: #fff; }
  .header-telephone nav {
    display: none;
    flex-direction: column;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    position: absolute;
    top: 70px;
    width: calc(100% - 15px); }
    .header-telephone nav a {
      font-size: 16px;
      line-height: 42px;
      font-weight: 700;
      padding: 0 15px;
      text-decoration: none;
      color: #333; }
      .header-telephone nav a:hover {
        background-color: #FFB25B;
        color: #fff; }
  .header-telephone .callback {
    padding: 20px; }

.second-line {
  display: flex;
  padding: 19.5px 0;
  background-color: #FFB25B;
  position: relative; }
  .second-line:before {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    bottom: 0;
    width: 200vw;
    background-color: #FFB25B; }

.header-nav {
  display: flex;
  margin: 0; }
  .header-nav .item {
    list-style: none;
    margin-left: 40px; }
    .header-nav .item > a {
      font-size: 18px;
      line-height: 21px;
      color: #333;
      text-decoration: none; }
      .header-nav .item > a:hover {
        color: #fff; }
    .header-nav .item:first-child {
      margin-left: 0; }
    .header-nav .item.has-child {
      background: url("assets/img/icon_arrow_bottom.png") right center no-repeat;
      padding-right: 15px;
      cursor: pointer; }
      .header-nav .item.has-child.active {
        position: relative;
        background: url("assets/img/icon_arrow_top.png") right center no-repeat; }
        .header-nav .item.has-child.active .catalog-list {
          display: flex; }
    .header-nav .item .catalog-list {
      display: none;
      position: absolute;
      background: #FFF;
      top: 43px;
      padding: 28px 30px;
      flex-direction: column;
      width: max-content;
      box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2); }
      .header-nav .item .catalog-list a {
        color: #333;
        text-decoration: none; }
        .header-nav .item .catalog-list a:hover {
          color: #FFB25B; }

#qtranslate-chooser {
  margin-left: auto; }
  #qtranslate-chooser li a {
    color: #333; }
    #qtranslate-chooser li a:hover {
      text-decoration: none;
      color: #fff; }
  #qtranslate-chooser li:first-child:after {
    content: "/";
    color: #333;
    font-weight: 600; }

.burger {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  background: url(assets/img/icon_burger.png);
  background-size: contain;
  border: none;
  outline: none !important;
  cursor: pointer; }
  .burger.active {
    background: url(assets/img/icon_burger_close.png);
    background-size: contain; }

/*404*/
.page_404 .title_4 {
  margin-top: 2.5vw;
  margin-bottom: 16px; }
  .page_404 .title_4 ~ p {
    margin: 0; }

.page_404 .btn-primary-sm {
  margin: 3.4vw auto 0;
  width: 100%;
  padding: 27px 0px !important;
  max-width: 300px; }
  .page_404 .btn-primary-sm img {
    margin-right: 15px; }

/*article-page*/
h1,
.title_1 {
  font-size: 36px;
  font-family: 'Gilroy-bold'; }

h2,
.title_2 {
  font-size: 30px;
  font-family: 'Gilroy-bold'; }

h3,
.title_3 {
  font-size: 28px;
  font-family: 'Gilroy-bold'; }

h4,
.title_4 {
  font-size: 24px;
  font-family: 'Gilroy-bold'; }

h5,
.title_5 {
  font-size: 20px;
  font-family: 'Gilroy-bold'; }

h6,
.title_6 {
  font-size: 18px;
  font-family: 'Gilroy-bold'; }

.title_1,
.title_2,
.title_3,
.title_4,
.title_5,
.title_6 {
  line-height: 1.2;
  margin-bottom: .5rem;
  font-family: 'Gilroy-bold'; }

a:focus, a:active {
  outline: none; }

a[href*="tel:"], a[href*="mailto:"] {
  color: #4d7c4d; }
  a[href*="tel:"]:hover, a[href*="mailto:"]:hover {
    color: #FFB25B;
    text-decoration: none; }

a.btn-default {
  color: #4d7c4d; }

.default-text {
  color: #959494; }

/**/
/*home*/
.owl-carousel .btn > img {
  display: inline;
  width: auto; }
  .owl-carousel .btn > img.hover {
    display: none; }

.owl-carousel .btn:hover .hover {
  display: inline; }

.slider__first-screen .item > .container {
  padding: 0; }

.slider__first-screen .info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .slider__first-screen .info-box .title_1,
  .slider__first-screen .info-box .title_3 {
    color: #fff; }
  .slider__first-screen .info-box .title_1 {
    text-transform: uppercase;
    font-family: 'Playfair Display';
    margin-bottom: 30px; }
  .slider__first-screen .info-box .btn-box {
    margin-top: 60px; }

.slider__first-screen .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  position: absolute;
  height: 11px;
  bottom: 68px; }
  .slider__first-screen .owl-dots .owl-dot {
    display: flex;
    width: 11px;
    height: 11px;
    background-color: transparent;
    margin-left: 20px;
    transform: matrix(0.71, -0.7, -0.71, -0.71, 0, 0);
    border: 2px solid rgba(255, 255, 255, 0.8);
    outline: none; }
    .slider__first-screen .owl-dots .owl-dot.active {
      background: #FFB25B;
      border: 2px solid #FFB25B; }
    .slider__first-screen .owl-dots .owl-dot:first-child {
      margin: 0; }

.cooperation-block {
  display: flex;
  max-width: 1497px;
  margin: 0 -15px;
  padding: 74px 15px 120px;
  position: relative; }
  .cooperation-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100vw;
    width: 200vw;
    bottom: 0;
    background: url(assets/img/bg_cooperation.png) center no-repeat;
    background-size: cover; }
  .cooperation-block .info-box {
    max-width: 650px;
    margin-left: auto;
    padding: 0 15px; }
    .cooperation-block .info-box .item {
      background: url(assets/img/bg_cooperation-item.png) center no-repeat;
      background-size: 100% 100%;
      width: 100%;
      max-width: fit-content;
      height: 122px;
      display: flex;
      align-items: center;
      position: relative;
      margin-left: 64px;
      margin-bottom: 75px;
      transition: .2s;
      cursor: pointer; }
      .cooperation-block .info-box .item .number {
        transition: .2s; }
      .cooperation-block .info-box .item:hover {
        background: url(assets/img/bg_cooperation-item_hover.png) center no-repeat;
        background-size: 100% 100%; }
        .cooperation-block .info-box .item:hover .number {
          border: 2px solid #333; }
      .cooperation-block .info-box .item:last-child {
        margin-bottom: 0; }
      .cooperation-block .info-box .item .text-box {
        width: 100%;
        max-width: 220px;
        margin-left: 35px;
        padding: 0 50px 0 15px; }
      .cooperation-block .info-box .item .img-box {
        margin-left: 50px;
        margin-bottom: 30px; }
    .cooperation-block .info-box .number {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      font-size: 18px;
      border: 2px solid #FFB25B;
      left: -64px;
      position: absolute;
      padding-bottom: 2px;
      font-family: 'Playfair Display'; }
    .cooperation-block .info-box .title_1 {
      text-align: center;
      position: relative; }
      .cooperation-block .info-box .title_1:before {
        content: "";
        position: absolute;
        right: 50%;
        transform: translate(50%, 0);
        bottom: -22px;
        width: 100%;
        height: 4px;
        max-width: 340px;
        background: url("assets/img/bg_title.png") center; }
    .cooperation-block .info-box .subtitle {
      text-align: center;
      max-width: 444px;
      margin: 40px auto; }

.brand-box .item {
  position: relative;
  min-height: 310px;
  max-width: 660px;
  padding: 70px;
  margin-bottom: 60px;
  border-radius: 8px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .brand-box .item:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 650px;
    height: 100%;
    max-height: 270px;
    background-color: #f2f2f2;
    left: -40px;
    top: 80px;
    z-index: -1; }
  .brand-box .item:last-child {
    margin-bottom: 0; }
  .brand-box .item .title_1 {
    position: relative;
    color: #FFB25B; }
  .brand-box .item p {
    color: #fff; }

/*sank_you_page*/
.characteristics-box .row {
  border: 1px solid #fff;
  border-bottom: 1px solid #e9e9e9 !important;
  padding: 11px 10px;
  cursor: pointer;
  min-height: 48px; }

.sank_you_page .sub-menu__baner {
  position: static !important; }
  .sank_you_page .sub-menu__baner img {
    max-height: 578 px;
    height: auto; }

.sank_you_page .title_1 {
  margin-top: 50px; }

.sank_you_page_table {
  margin-bottom: 100px; }
  .sank_you_page_table .quantity {
    min-width: 143px;
    border: none;
    justify-content: center; }
  .sank_you_page_table .prod_img {
    max-width: 100px; }
    .sank_you_page_table .prod_img img {
      max-width: 100px; }

/**/
/*search page*/
.wrap_page.search {
  /*chanch to next project!*/
  padding: 0 100px !important; }

.row-search {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 auto; }
  .row-search .product-layout {
    /*chanch to next project!*/
    max-width: 20%; }
    .row-search .product-layout .product-thumb.hover:hover {
      max-width: 300px;
      height: 560px;
      margin: 0 auto;
      box-shadow: 0 0 20px #00000015; }

/**/
/* === BEGIN wp_pagenavi === */
.more-peoducts {
  margin: 80px auto 40px;
  border: 1px solid #FFB25B;
  width: 180px;
  height: 36px;
  font-size: 16px;
  padding-right: 27px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("./assets/img/icon_download.png") no-repeat 150px !important; }
  .more-peoducts:hover {
    text-decoration: none;
    color: #333;
    background: url("./assets/img/icon_download.png") no-repeat 150px #FFB25B !important; }

.wp-pagenavi {
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  margin: 0 auto 95px;
  position: relative; }
  .wp-pagenavi a {
    text-decoration: none;
    margin: 0 13px; }
  .wp-pagenavi .first {
    background: url("./assets/img/icon_pagination-left.png") no-repeat center;
    padding: 10px 15px !important; }
    .wp-pagenavi .first:hover {
      background: url("./assets/img/icon_pagination-left--hover.png") no-repeat center !important; }
  .wp-pagenavi .last {
    padding: 10px 15px !important;
    background: url("./assets/img/icon_pagination-right.png") no-repeat center; }
    .wp-pagenavi .last:hover {
      background: url("./assets/img/icon_pagination-right--hover.png") no-repeat center !important; }
  .wp-pagenavi .previouspostslink {
    background: url("./assets/img/icon-pagination__black-left.png") no-repeat center;
    text-decoration: none; }
    .wp-pagenavi .previouspostslink:hover {
      background: url("./assets/img/icon-pagination__hover-left.png") no-repeat center; }
  .wp-pagenavi .nextpostslink {
    background: url("./assets/img/icon-pagination__black-right.png") no-repeat center;
    text-decoration: none; }
    .wp-pagenavi .nextpostslink:hover {
      background: url("./assets/img/icon-pagination__hover-right.png") no-repeat center; }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    padding: 3px 5px; }
  .wp-pagenavi .current {
    color: #FFB25B;
    font-size: 16px; }

/* === END wp_pagenavi === */
/*звезды*/
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; }

/**/
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%; }

footer {
  background-color: #333;
  padding-top: 20px; }

.footer-row {
  display: flex; }

.footer-nav {
  display: flex;
  flex-flow: column wrap;
  height: 139px;
  margin-top: 40px;
  width: 100%;
  max-width: 447px;
  margin-left: 74px; }
  .footer-nav a {
    color: #fff; }
    .footer-nav a:hover {
      text-decoration: none;
      color: #FFB25B; }

.footer-telephone {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: 33px; }
  .footer-telephone a {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 15px; }
    .footer-telephone a .icon {
      height: 18px;
      width: 18px;
      background: url(assets/img/icon_telegram.png);
      background-size: contain;
      margin-right: 10px; }
    .footer-telephone a.btn {
      font-size: 16px; }

.social-box {
  display: flex;
  margin-top: 20px; }
  .social-box a {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 20px; }
    .social-box a.facebook {
      background-image: url(assets/img/icon_facebook.png); }
    .social-box a.instagram {
      background-image: url(assets/img/icon_instagram.png); }
    .social-box a:first -child {
      margin-left: 0; }

.copy-box {
  font-size: 12px;
  border-bottom: none !important;
  align-items: center; }

a.copy {
  margin: 0 0 0 auto;
  width: 263px;
  height: 42px;
  font-size: 12px;
  color: #fff;
  background: url("./assets/img/kofelate-studia.svg") right no-repeat;
  display: flex;
  align-items: center; }

.markup-link {
  position: absolute;
  top: 0;
  left: 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 .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 #FFB25B; }
    .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: #333; }
    .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: #FFB25B;
      border-radius: 50%; }
    .markup .site-map ol li:after {
      content: "";
      position: absolute;
      left: -2px;
      top: 25px;
      width: 50%;
      height: 15px;
      border-left: 2px solid #FFB25B;
      border-bottom: 2px solid #FFB25B; }

.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;
  z-index: 20; }

.muve-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  background: #FFB25B;
  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%); }

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

/*=== END BASIC styles ===*/
/*1*/
.brand-bg-1,
.brand-bg-2 {
  background-color: #333;
  height: 15vh;
  width: 75%;
  margin-bottom: 25px; }

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

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

a {
  color: #FFB25B;
  transition: .2s; }
  a:hover {
    text-decoration: underline;
    color: #FFB25B; }

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

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

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: 5px;
      font-size: 16px;
      line-height: 30px;
      font-weight: 700;
      color: #333; }

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

ul li[class]:before {
  display: none; }

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

/*7-8*/
h1,
.title_1 {
  font-size: 36px;
  line-height: 42px;
  color: #333; }

h2,
.title_2 {
  font-size: 30px;
  line-height: 36px;
  color: #333; }

h3,
.title_3 {
  font-size: 24px;
  line-height: 30px;
  color: #333; }

h4,
.title_4 {
  font-size: 22px;
  line-height: 28px;
  color: #333; }

h5,
.title_5 {
  font-size: 18px;
  line-height: 24px;
  color: #333; }

h6,
.title_6 {
  font-size: 16px;
  line-height: 24px;
  color: #333; }

/*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: #333; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      content: '';
      padding: 9px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 10px;
      width: 18px;
      height: 18px;
      background-color: #ffffff;
      border: 1px solid #F7BF80;
      box-sizing: border-box;
      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: #333; }
  input:checked + label:before {
    content: '';
    background: url(assets/img/checkbox.png) center no-repeat;
    background-size: contain;
    border: 1px solid transparent; }

/*10-11*/
.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-primary {
  padding: 14px 49px;
  font-size: 16px;
  font-weight: 700;
  color: #FFB25B;
  background-color: transparent;
  border: 2px solid #FFB25B;
  box-sizing: border-box;
  border-radius: 4px; }
  .btn-primary:hover {
    color: #333;
    background-color: #FFB25B;
    border-color: #FFB25B; }

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

.btn-success {
  color: #FFB25B;
  background-color: transparent;
  border: 2px solid transparent;
  border-color: #FFB25B; }
  .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: #FFB25B;
  background-color: transparent; }
  .btn-link:hover {
    color: #FFB25B; }

.btn {
  outline: none; }
  .btn > .hover {
    display: none;
    padding-left: 4px; }
  .btn > .no-hover {
    padding-left: 4px; }
  .btn:hover .hover {
    display: inline; }
  .btn:hover .no-hover {
    display: none; }

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

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

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

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

/* IE */
.scroll {
  padding-right: 5px;
  scrollbar-face-color: #FFB25B;
  scrollbar-shadow-color: #E0E0E0;
  scrollbar-highlight-color: #E0E0E0; }

/* FireFox */
.scroll {
  scrollbar-color: #FFB25B #E0E0E0; }

.scroll {
  overflow-y: scroll;
  overflow-x: hidden; }

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

/*14*/
/*15*/
/*16*/
/*17*/
/*18*/
.breadcrumb {
  font-size: 14px;
  color: #333; }
  .breadcrumb a {
    text-decoration: none;
    color: #333; }
    .breadcrumb a:hover {
      color: #FFB25B; }

/*custom*/
.special-text {
  width: 800px;
  height: 113px;
  font-family: 'Playfair Display';
  font-size: 36px;
  line-height: 42px;
  display: flex;
  align-items: center;
  text-align: center;
  font-variant: small-caps;
  color: #333; }

.playfair {
  font-family: 'Playfair Display'; }

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

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

.markup-link {
  z-index: 1; }

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

.header-nav .item .catalog-list {
  z-index: 2; }

/* === 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) {
  .header-telephone .callback {
    display: none; } }

@media screen and (max-width: 1199px) {
  .slider__first-screen .info-box {
    display: none; } }

@media screen and (max-width: 991px) {
  h1,
  .title_1 {
    font-size: 24px;
    line-height: 30px;
    color: #333; }
  h2,
  .title_2 {
    font-size: 22px;
    line-height: 28px;
    color: #333; }
  h3,
  .title_3 {
    font-size: 20px;
    line-height: 26px;
    color: #333; }
  h4,
  .title_4 {
    font-size: 18px;
    line-height: 16px;
    color: #333; }
  h5,
  .title_5 {
    font-size: 16px;
    line-height: 11px;
    color: #333; }
  h6,
  .title_6 {
    font-size: 14px;
    line-height: 10px;
    color: #333; }
  .burger {
    display: flex; }
  .header-nav {
    display: none; }
  header > .container {
    display: flex; }
  .first-line {
    width: 100%;
    justify-content: space-between; }
  .second-line {
    display: none; }
  .header-navigation {
    align-items: center;
    display: flex;
    order: -1;
    position: relative; }
  .header-nav.d-flex {
    flex-direction: column;
    position: absolute;
    width: 320px;
    height: 100vh;
    background: #333;
    z-index: 2;
    top: 100%;
    padding: 30px 30px 30px 0; }
    .header-nav.d-flex .item {
      margin-left: 0; }
      .header-nav.d-flex .item.has-child {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: url(assets/img/select_close.png) right 16px no-repeat; }
        .header-nav.d-flex .item.has-child .catalog-list {
          display: none; }
        .header-nav.d-flex .item.has-child.active .catalog-list {
          display: flex;
          width: 100%;
          position: static;
          padding: 0 30px;
          background: none;
          box-shadow: none; }
          .header-nav.d-flex .item.has-child.active .catalog-list li a {
            font-size: 18px;
            line-height: 36px;
            color: #fff; }
            .header-nav.d-flex .item.has-child.active .catalog-list li a:hover {
              color: #FFB25B; }
      .header-nav.d-flex .item > a {
        font-size: 18px;
        line-height: 36px;
        color: #fff; }
        .header-nav.d-flex .item > a:hover {
          color: #FFB25B; }
    .header-nav.d-flex:before {
      content: "";
      position: absolute;
      left: -200px;
      width: 500px;
      top: 0;
      bottom: 0;
      background: #333;
      z-index: -1; }
  #qtranslate-chooser {
    margin-left: 0; }
    #qtranslate-chooser li a {
      color: #fff; }
    #qtranslate-chooser li:first-child:after {
      content: "/";
      color: #fff;
      font-weight: 600; }
    #qtranslate-chooser li.active a {
      color: #FFB25B; }
  .logo {
    width: 104px; }
  .header-telephone {
    margin: 0;
    min-width: 195px;
    background-size: contain; }
    .header-telephone span a {
      font-size: 16px; }
    .header-telephone .callback {
      padding: 15px; }
  .cooperation-block {
    flex-direction: column;
    padding: 60px 15px; }
    .cooperation-block .cooperation-list {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .cooperation-block .info-box {
      margin: 100px auto 0; }
      .cooperation-block .info-box .item {
        height: 83px;
        max-width: 346px;
        padding: 12px 25px;
        margin-bottom: 40px; }
        .cooperation-block .info-box .item .title_3 {
          font-size: 20px;
          line-height: 26px;
          margin: 0; }
        .cooperation-block .info-box .item .img-box {
          margin-left: 0px;
          margin-bottom: 35px;
          min-width: 100px; }
        .cooperation-block .info-box .item .text-box {
          margin-left: 15px;
          padding: 0 15px; }
    .cooperation-block .brand-box .item {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      min-height: 230px;
      max-width: 490px;
      margin: 0 auto 60px;
      padding: 70px 40px; }
      .cooperation-block .brand-box .item:before {
        content: "";
        position: absolute;
        width: 100%;
        max-width: 650px;
        height: 100%;
        max-height: 270px;
        background-color: #f2f2f2;
        left: -30px;
        top: 30px;
        z-index: -1; }
      .cooperation-block .brand-box .item p {
        display: none; } }

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 25px 15px 15px 0; }
  h1,
  .title_1 {
    font-size: 18px;
    line-height: 24px;
    color: #333; }
  h2,
  .title_2 {
    font-size: 16px;
    line-height: 22px;
    color: #333; }
  h3,
  .title_3 {
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  h4,
  .title_4 {
    font-size: 12px;
    line-height: 18px;
    color: #333; }
  h5,
  .title_5 {
    font-size: 11px;
    line-height: 16px;
    color: #333; }
  h6,
  .title_6 {
    font-size: 10px;
    line-height: 16px;
    color: #333; }
  .header-telephone {
    min-width: 20px; }
    .header-telephone span {
      display: none; }
  .first-line {
    padding: 8px 0; }
  .burger {
    width: 30px;
    height: 30px; }
    .burger.active {
      width: 30px;
      height: 30px; }
  .logo {
    width: 93px; }
  .cooperation-block {
    padding: 40px 0; }
    .cooperation-block .info-box {
      margin: 40px auto 0;
      max-width: 100%; }
      .cooperation-block .info-box .item {
        height: 83px;
        max-width: 240px;
        padding: 12px 25px;
        margin-bottom: 20px;
        margin-left: 50px; }
        .cooperation-block .info-box .item .img-box {
          min-width: 66px;
          margin-bottom: 20px; }
        .cooperation-block .info-box .item .text-box {
          margin-left: 10px;
          padding: 0 10px; }
        .cooperation-block .info-box .item .number {
          width: 23px;
          height: 23px;
          font-size: 12px;
          left: -38px; }
        .cooperation-block .info-box .item .title_3 {
          font-size: 14px;
          line-height: 18px; }
    .cooperation-block .brand-box {
      padding: 0 25px; }
      .cooperation-block .brand-box .item {
        margin: 0 auto 30px;
        min-height: 140px;
        padding: 42px 30px; }
        .cooperation-block .brand-box .item:before {
          content: "";
          position: absolute;
          width: 100%;
          max-width: 650px;
          height: 100%;
          max-height: 270px;
          background-color: #f2f2f2;
          left: -10px;
          top: 10px;
          z-index: -1; } }

/* === END MEDIA === */

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