/*!
Theme Name: Ideafix
Theme URI: https://webdeveloper.com.ua/
Author: webdeveloper.com.ua
Author URI: https://t.me/webdeveloper_com_ua
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ideafix
Tags:
----------------------------------------------------------------------------------------- */
@font-face {
    font-family: baner;
    src: url(https://idea-fix.kiev.ua/wp-content/themes/ideafix/fonts/BebasNeueBold.ttf);
   }
@font-face {
    font-family: banertext;
    src: url(https://idea-fix.kiev.ua/wp-content/themes/ideafix/fonts/HelveticaNeueCyr-Medium.ttf);
   }
*,
::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* border: 1px solid red; */
}

:root {
  /* Default */
  --black: #000;
  --white: #fff;

  /* Accent */
  --accent: #a82766;
  --accentdark: ;
  --accentlight: ;

  /* Gray */
  --gray: #a9a9a9;
  --graydark: #3c3c3b;
  --graylight: #f3f3f3;


  /* Box Shadow */
  --box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
}
html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-display: auto;
  font-family: 'Roboto', sans-serif;
}

section {
  padding: 25px 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}



a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--graydark);
}

p:not(:last-child) {
  margin-bottom: 15px;
}

ul,
ol,
dl {
  list-style: none;
  line-height: 1.5;
}

.column-ul {
  display: flex;
  line-height: 1.1;
  flex-direction: column;
}

.column-ul::before {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 2px;
  content: attr(title);
}

.column-ul:not(:last-child) {
  margin-bottom: 15px;
}

.column-ul li:not(:last-child) {
  margin-bottom: 5px;
}

.inline-ul {
  display: flex;
  line-height: 1.1;
  align-items: center;
}

.inline-ul li:not(:last-child) {
  margin-right: 15px;
}

img {
  height: auto;
  max-width: 100%;
}

/*  Grid System
----------------------------------------------------------------------------------------- */

.container,
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.container {
  /* max-width: 1280px; */
  max-width: 1500px;
}

.row {
  margin: 0 auto;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.w-1020 {
  max-width: 1020px;
  align-items: center;
}

.center {
  justify-content: center;
}

.x-end {
  justify-content: flex-end;
}

[class*="col-"] {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 15px;
}

.col-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  [class*="col-"] {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .container,
  .container-fluid {
    padding: 0 20px;
  }
}

.layout {
  padding: 0;
}

/*  Breakpoints
----------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 576px) {
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Layout
 *
----------------------------------------------------------------------------------------- */

/* Site Layout: Site Header
----------------------------------------------------------------------------------------- */

.site-header {
  top: 0;
  width: 100%;
  z-index: 1000;
  position: sticky;
  background: var(--white);
  box-shadow: 0 0 15px -3px black;
}

.site-header .col-12 {
  display: flex;
  padding: 0 5px;
  align-items: center;
  justify-content: space-between;
}

.site-header .buttons {
  text-align: right;
}

.site-header .buttons a:first-child {
  font-size: 18px;
}

/* .main-navigation */

/* .main-navigation > menu */
.main-navigation .menu {
  display: flex;
  align-items: center;
}

/* .main-navigation > menu-item */
.main-navigation .menu .menu-item {
  height: 100%;
  cursor: pointer;
  position: relative;
}

.main-navigation .menu .menu-item .link-wrap {
  display: flex;
  align-items: center;
}

.main-navigation .menu .menu-item a {
  width: 100%;
  display: block;
  transition: 0.3s;
  font-weight: 400;
  padding: 30px 15px;
  color: var(--black);
}

.main-navigation .menu .current-menu-item a,
.main-navigation .menu .menu-item a:hover {
  color: var(--accent);
  background: var(--graylight);
}

.main-navigation .menu .menu-item i {
  display: flex;
  justify-content: center;
}

/* .main-navigation > .sub-menu */
.main-navigation .menu .menu-item .sub-menu {
  /* left: 50%; */
  width: 100%;
  max-height: 0;
  max-width: 576px;
  min-width: max-content;
  overflow: hidden;
  position: absolute;
  color: var(--black);
  z-index: 1000;
  /* transform: translateX(-50%); */
  background: var(--white);
  transition: max-height 0.1s ease-out;
  -moz-transition: max-height 0.1s ease-out;
  -webkit-transition: max-height 0.1s ease-out;
}

.main-navigation .menu .menu-item .sub-menu .menu-item a {
  padding: 10px;
}

.main-navigation .menu .menu-item .sub-menu.open,
.main-navigation:not(.mobile) .menu .menu-item:hover .sub-menu {
  max-height: 100vh;
}

/* .main-navigation-mobile */
.main-navigation.mobile {
  left: 0;
  width: 100%;
  z-index: 999;
  display: block;
  position: absolute;
  background: var(--white);
}

/* .main-navigation-mobile > .menu */
.main-navigation.mobile .menu {
  flex-direction: column;
  align-items: flex-start;
}

/* .main-navigation-mobile > .menu-item */
.main-navigation.mobile .menu .menu-item {
  width: 100%;
}

/* .main-navigation-mobile > .sub-menu */
.main-navigation.mobile .menu .menu-item .sub-menu {
  left: 0;
  min-width: 100%;
  position: unset;
  transform: unset;
}

/* .menu-toggle */
.mobile-toggle {
  display: none;
}

.mobile-toggle div {
  width: 35px;
  height: 3px;
  margin: 7px 0;
  transition: 0.2s;
  background-color: var(--black);
}

.change div:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change div:nth-child(2) {
  opacity: 0;
}

.change div:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

@media only screen and (max-width: 1140px) {
  .mobile-toggle {
    display: block;
  }
  .main-navigation {
    display: none;
  }
}

/* Site Layout: Page
----------------------------------------------------------------------------------------- */

/* .header-page */
.header-page {
  display: flex;
  height: 250px;
  text-align: center;
  color: var(--white);
  align-items: center;
  justify-content: center;
}

.header-page .title {
  font-size: 52px;
  letter-spacing: 1px;
}

.breadcrumbs {
  font-weight: 300;
  color: var(--gray);
}

.breadcrumbs .col-12 {
    padding: 48px 15px 15px 15px;
}

.breadcrumbs a {
  color: var(--accent);
}

/*  */

.wysiwyg h2 {
  margin-bottom: 16px;
}

.wysiwyg ul {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  list-style: square;
  margin: 15px 0 15px 15px;
}

.wysiwyg ul li:not(:last-child) {
  margin-bottom: 5px;
}

.wysiwyg .count-4 {
  column-count: 4;
}

/* Site Layout: Site Footer
----------------------------------------------------------------------------------------- */
.site-footer {
  font-size: 14px;
  padding: 50px 0;
  color: var(--graylight);
  background: var(--graydark);
}

.site-footer .contacts {
  font-size: 22px;
  margin-bottom: 15px;
}

.site-footer .copyright {
  margin-top: 20px;
  padding-top: 20px;
  text-align: justify;
  border-top: 1px solid #2e2e2e;
}

.site-footer .copyright li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* --------------------------------------------------------------------------------------
 *
 *  Sections
 *
----------------------------------------------------------------------------------------- */

.no-padding {
  padding: 0;
}

/* Section: Advantages
----------------------------------------------------------------------------------------- */
.advantage-box {
  margin-left: 40px;
}

.advantage-box .title {
  display: flex;
  margin: 15px 0;
  font-size: 22px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.advantage-box .title::before {
  display: block;
  font-size: 24px;
  color: var(--accent);
  content: attr(count);
  position: absolute;
  left: -40px;
  top: -2px;
}

/* Section: Hero
----------------------------------------------------------------------------------------- */
.hero {
  padding: 0;
}

.hero-slide .overlayed {
  display: flex;
  align-items: center;
  color: var(--white);
  justify-content: center;
  height: calc(var(--vh, 1vh) * 100 - 86px);
}

.hero-slide .title {
  font-size: 38px;
  margin-bottom: 15px;
}

.hero-slide .text {
  color: var(--white);
}

/* Section: SEO (Top / Bottom)
----------------------------------------------------------------------------------------- */
.seo {
  text-align: justify;
}

/* Section: Leads
----------------------------------------------------------------------------------------- */
.leads {
  background: var(--graylight);
}

/* Section: FAQ
----------------------------------------------------------------------------------------- */
.FAQ {
  padding: 0;
  position: relative;
}

.FAQ .section-head {
  padding: 25px;
}

.FAQ [class*="col-"] {
  padding: 0;
}

.FAQ span {
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 490px;
  z-index: -1;
  background: url(/wp-content/themes/ideafix/media/contacts-image.png) no-repeat center center / cover;
}


/* Section: 404
----------------------------------------------------------------------------------------- */
#page-404 {
  display: flex;
  min-height: 60vh;
  align-items: center;
  justify-content: center;
}

#page-404 .text-xxl {
  margin: 30px 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.box-404 {
  padding: 25px;
  display: flex;
  position: relative;
  align-items: center;
  color: var(--graydark);
  justify-content: center;
  border: 1px solid var(--black);
}

.box-404::after {
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--graylight);
}

.box-404 .number {
  font-size: 150px;
  font-weight: bold;
  line-height: 150px;

  text-align: right;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 5px solid var(--graydark);
}

.box-404 .number::before {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  content: attr(sup-title);
}
.box-404 .text {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  max-width: 280px;
}

@media only screen and (max-width: 576px) {
  .box-404 {
    flex-direction: column;
  }
  .box-404 .number {
    border-right: none;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 5px solid var(--graydark);
  }
  .box-404 .text {
    text-align: center;
  }
}

/* Section: Contacts
----------------------------------------------------------------------------------------- */
#contacts {
  font-size: 26px;
  font-weight: 700;
}

/* Section: Prices
----------------------------------------------------------------------------------------- */

.tarrif-box {
  transition: 0.2s;
  position: relative;
  border: 2px solid var(--black);
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*overflow: hidden;*/
}

.tarrif-box::after {
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--graylight);
}

.tarrif-box:hover {
  border: 2px solid var(--accent);
}

.tarrif-box:hover [class*="button-"] {
  background: var(--accent);
}

.tarrif-box .content {
  padding: 50px 40px 0px 40px;
}

.tarrif-box .name {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: baner;
  font-size: 36px;
  text-align: center;
  min-height: 138px;
  line-height: 40px;
}

.tarrif-box .price {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.tarrif-box .price b {
  padding: 0px;
  font-size: 40px;
  font-family: 'baner';
}

.tarrif-box .name::before {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 500;
  content: attr(subtext);
  text-transform: lowercase;
  font-family: banertext;
}

/* Section: Projects Slider
----------------------------------------------------------------------------------------- */
.projects-slider-box h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 400;
}

.projects-slider-box p {
  margin-top: 0;
  font-weight: 400;
}

/* Section: Reviews Slider
----------------------------------------------------------------------------------------- */
.owl-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.owl-dot {
  box-sizing: border-box;
  border: 2px solid white;
}

.owl-dots .active {
  position: relative;
}

.owl-dots .active::after {
 content: "";
 display: block;
 width: 65%;
 height: 1px;
 bottom: 0;
 background: #000;
 padding: 0;
 position: absolute;
}

.owl-dots button {
  border: none;
  background: 0;
  padding: 8px;
  cursor: pointer;
}

#reviews-slider .wysiwyg .text .iconify {
  cursor: pointer;
}

/* --------------------------------------------------------------------------------------
 *
 *  Components
 *
----------------------------------------------------------------------------------------- */

/* Component: Accordion
----------------------------------------------------------------------------------------- */
.acc-button {
  display: flex;
  padding: 10px 0;
  cursor: pointer;
  font-size: 18px;
  transition: 0.4s;
  color: var(--graydark);
  background: var(--graylight);
}

.acc-button::before {
  width: 45px;
  content: "+";
  display: flex;
  line-height: 0;
  font-size: 32px;
  color: var(--white);
  align-items: center;
  justify-content: center;
}

.acc-button.active::before {
  content: "—";
  color: var(--graydark);
}

.panel {
  max-height: 0;
  overflow: hidden;
  margin: 5px 0;
  padding: 0 15px 0 45px;
  transition: max-height 0.2s ease-out;
}

/* Component: Button
----------------------------------------------------------------------------------------- */
.buttons {
  display: flex;
  align-items: center;
}

.buttons li:not(:first-child) {
  margin-left: 15px;
}

.buttons.end {
  position: absolute;
  bottom: 0;
  right: 0;
}

[class*="button-"] {
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  letter-spacing: 2px;
  color: var(--white);
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background: var(--accent);
  border: 2px solid transparent;
}

[class*="button-"].black {
  background: var(--graydark);
}

.button-xxl {
  padding: 10px 60px;
  text-transform: uppercase;
}

.button-bord {
  border: 2px solid var(--accent);
}

.button-bord.white {
  color: var(--white);
  background: transparent;
  border-color: var(--white);
}

/* Component: Forms
----------------------------------------------------------------------------------------- */
input {
  width: 100%;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  background: transparent;
  text-transform: capitalize;
  border-bottom: 2px solid var(--black);
}

input:not(:last-child) {
  margin-bottom: 15px;
}

input:focus,
input:hover {
  border-bottom: 2px solid var(--accent);
}

input[type="button"] {
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px;
  letter-spacing: 2px;
}

/* Component: Icons
----------------------------------------------------------------------------------------- */
[class*="icon-"] {
  display: block;
}

.icon-l {
  width: 45px;
  height: 45px;
}

/* .socials */
.socials li {
  line-height: 0;
}

/* --------------------------------------------------------------------------------------
 *
 *  Blocks
 *
----------------------------------------------------------------------------------------- */

/*  Block: Offsets
----------------------------------------------------------------------------------------- */

/* .offset-border */
.offset-border {
  position: relative;
  max-width: 370px;
}

.offset-border::after {
  top: 15px;
  left: 15px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid var(--graydark);
}

/*  Block: Section Branding
----------------------------------------------------------------------------------------- */

.section-head,
.section-foot {
  display: flex;
  position: relative;
  justify-content: center;
}

.section-head h2 {
  text-transform: uppercase;
}

.section-head h2,
.section-foot ul {
  padding: 0 25px;
  letter-spacing: 2px;
  background: var(--white);
}

.section-head .lined::after,
.section-foot .buttons::after {
  left: 0;
  top: 50%;
  z-index: -1;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  background: var(--black);
  border-bottom: 2px solid var(--black);
}

/*  Block: Site Branding
----------------------------------------------------------------------------------------- */

.site-branding {
  display: inline-flex;
  align-items: flex-end;
  padding: 10px 0;
}

.site-branding .description {
  width: 50px;
  transition: 0.4s;
  display: block;
  font-size: 17px;
  margin-left: 15px;
  line-height: 17px;
  letter-spacing: 2px;
  color: var(--graydark);
  content: attr(site-description);
}

.site-branding .logo {
  transition: 0.4s;
  max-height: 66px;
}

.site-branding .logo-footer {
  max-height: 160px;
}

/*  Block: Social
----------------------------------------------------------------------------------------- */

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray);
}

/* --------------------------------------------------------------------------------------
 *
 *  Post Types
 *
----------------------------------------------------------------------------------------- */

.archive {
  padding-top: 0;
}

/* .archive-description */
.archive-description {
  padding: 0 0 10px 0;
}

/* .archive-item */
.archive-item .overlayed {
  width: 100%;
  height: 275px;
  display: flex;
  padding: 30px;
  transition: 0.4s;
/*  align-items: center;*/
  color: var(--white);
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.archive-item:hover .overlayed {
  background: rgba(0, 0, 0, 0.7);
}
.archive-item:hover .archive-item .title {
  position: relative;
}

.archive-item .title {
  font-size: 24px;
  max-width: 220px;
  font-weight: 600;
  position: relative;
}
/**/
.archive-item:hover .overlayed .title::after {
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/our_project_after.png);
  position: absolute;
  top: -9px;
  left: 330px;
}
/**/
/* Post Type: Projects
----------------------------------------------------------------------------------------- */

/* .project-item */
.project-item figure .hovered {
  opacity: 0;
  width: 100%;
  padding: 25px;
  display: flex;
  height: 375px;
  font-size: 24px;
  transition: 0.2s;
  letter-spacing: 1px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.project-item figure:hover .hovered {
  opacity: 1;
  overflow: hidden;
}
.project-item figure:hover .hovered a{
  position: relative;
}
.project-item figure:hover .hovered a::before {
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/our_project_before.png);
  position: absolute;
  top: 6px;
  left: -57px;
}
.project-item figure:hover .hovered a::after {
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/our_project_after.png);
  position: absolute;
  top: 6px;
  right: -150px;
}

/* Single Projects Page */
.project-description {
  margin-left: 30px;
}

.project-description .project-meta {
  list-style: square;
  margin: 15px;
}

/* Project Box */
.project-box figure .hovered {
  opacity: 0;
  width: 100%;
  padding: 25px;
  display: flex;
  height: 320px;
  font-size: 24px;
  transition: 0.2s;
  letter-spacing: 1px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.project-box figure:hover .hovered {
  opacity: 1;
}

.project-box .project-title {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 0px 0;
}

/* Post Type: Reviews
----------------------------------------------------------------------------------------- */
.reviews-item {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.reviews-item figure {
  min-width: 80px;
  min-height: 80px;
  margin-right: 25px;
  border-radius: 100%;
}

.reviews-item .name {
  font-size: 16px;
  font-weight: 500;
}

.reviews-item .wysiwyg {
  position: relative;
  margin-bottom: 15px;
}

.reviews-item button {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: none;
  border-bottom: 1px;
  padding: 5px;
  width: 100%;
  box-shadow: 0 -7px 7px -6px black;
  cursor: pointer;
}

.reviews-item .wysiwyg.open {
  height: auto;
  overflow: visible;
}

/* Post Type: Posts
----------------------------------------------------------------------------------------- */

/* .post-box */
.post-box {
  display: flex;
  transition: 0.4s;
  align-items: center;
}

.post-box figure {
  min-width: 300px;
  height: 240px;
  position: relative;
  background-color: var(--lightgray) !important;
}

.post-meta {
  width: 100%;
  padding: 25px;
}

.post-meta .post-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}

.post-meta .post-title::after {
  width: 50px;
  content: "";
  display: block;
  margin: 15px 0;
  border-bottom: 2px solid var(--accent);
}

.post-meta .post-date {
  font-size: 12px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .post-box {
    flex-direction: column;
  }
}

/* .post-anounce */
.post-box.anounce:hover {
  background: var(--graylight);
}

.post-box.anounce .post-meta .post-title {
  font-weight: 600;
  font-size: 24px;
}

.post-box.anounce:hover .post-meta .post-title {
  color: var(--accent);
}


/* Single project
----------------------------------------------------------------------------------------- */

.single-project-box {
  padding: 0 25px;
}

.single-project-box h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.single-project-box h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -20px;
  width: 35%;
  height: 2px;
  background: black;
}

.single-project-box ul {
  list-style-type: square;
  margin-left: 15px;
}

.single-project-box .wysiwyg {
  margin-top: 20px;
}

/* --------------------------------------------------------------------------------------
 *
 *  Design Taxonomy Design
 *
----------------------------------------------------------------------------------------- */

.projects-tags {
  display: flex;
  margin-top: 5px;
}

.projects-tags li {
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px;
  margin: 7px;
  border: 2px solid black;
  align-self: start;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
}

.projects-tags li:hover,
.projects-tags li.active {
  background: #000;
  color: white;
}


/* --------------------------------------------------------------------------------------
 *
 *  Single price
 *
----------------------------------------------------------------------------------------- */

.price-col {
  margin-left: 25px;
}

.underlline-title {
  font-size: 28px;
  text-transform: uppercase;
}

.price {
  margin-top: 10px;
  font-size: 26px;
  font-size: 40px !important;
    font-family: 'baner' !important;
}

.price-col div.wysiwyg {
  margin-top: 20px;
}

/*---------------------------- Fix 09.11.2020*--------------------------------------------*/
.hero-slide{
	min-height: 706 !important;
	height: 706 !important;
}
.hero-slide .overlayed {
    height: 706px !important;
}
.nav_404{
	max-width: 1500px;
	margin: auto;
}
.nav_404 span{
	padding: 25px 15px;
}
.button_404{
	margin: -50px 0px 50px 0px;
}
#page-404{
	padding-bottom: 0px;
}
.button_404 .buttons::before{
	content: none;
}
.button_404 .buttons::after{
	content: none;
}
.copyright .text {
    font-family: banertext;
    text-align: left;
    color: #fff;
}
.hero-slide .title{
	font-family: baner;
	font-size: 60px;
}
.hero-slide .col-4{
	background-color: rgba(0,0,0,.56);
    padding: 20px;
}
.hero-slide .text {
    font-family: banertext;
}
.design-sidebar ul{
	display: flex;
	flex-wrap: wrap;
}
.design-sidebar{
  margin: 15px 0px 0px 0px;
  padding-right: 15px;
}
.design-sidebar a{
	display: table;
	padding: 5px 10px 3px 10px;
  font-size: 18px;
  letter-spacing: 0.8px;
	background-color: #f0f0f0;
	color: #3c3c3b;
	margin: 0px 7px 9px 0px;
  text-transform: uppercase;
  font-family: baner;
  transition: all .3s linear;
}
.design-sidebar a:hover{
  background-color: #3c3c3b;
  color: #fff;
  transition: all .3s linear;
}
.design-archive{
  padding: 0px 15px 43px 15px !important;
}
.archive-item{
  display: block !important;
  background-size: cover !important;
}
.design-archive p{
  font-family: banertext;
}
.archive-item .overlayed {
    padding: 129px 0px 0px 40px;
}
.overlayed .title{
  font-family: baner;
  font-size: 30px !important;
  line-height: 32px  !important;
}
.overlayed{
  /*min-height: 355px;*/
}
.leads{
  margin-top: 60px !important;
}
#post-slider .owl-dots{
  margin-top: 25px;
}
.design-archive h2{
  /*font-size: 21px;
  letter-spacing: 2px;
  padding: 15px 0px 15px 0px;
  text-transform: uppercase;*/
}
.design-archive div{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #3c3c3b;
}
.accordions_taxonomy{
  transition: all .3s linear;
  background-color: #f0f0f0;
}
.accordions_taxonomy li{

}
.accordions_taxonomy_all{
  margin: 30px 0px 30px 0px;
  background-color: #f0f0f0;
  padding: 10px 10px 10px 10px;
}
.accordions_taxonomy .panel{
  margin: 0px;
}
.accordions_taxonomy .acc-button{
  background-color: #f0f0f0;
  width: 100%;
  position: relative;
  border: none;
  color: #3c3c3b;
  margin: 0px 0px 0px 0px;
  transition: all .3s linear;
}
.accordions_taxonomy .acc-button:hover{
	border: none;
  background-color: #f0f0f0;
  color: #3c3c3b;
  transition: all .3s linear;
}
.accordions_taxonomy .acc-button::before {
    width: 45px;
    content: url(https://idea-fix.kiev.ua/wp-content/uploads/arrow_taxonomy.png);
    display: flex;
    line-height: 0;
    font-size: 32px;
    color: var(--white);
    right: 0px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    transform: rotate(180deg);
    transition: all .3s linear;
}
.accordions_taxonomy .panel{
  font-family: banertext;
  color: #3c3c3b;
  transition: all .3s linear;
  padding: 0px 10px 0px 10px;
  max-height: 100%;
}
.taxonomy_text{
  max-width: 1500px;
  padding: 0px 10px 0px 10px;
  margin: 30px auto 45px auto !important;
  text-align: justify;
}
.breadcrumbs .col-12{
  padding-left: 0px;
}
.accordions_taxonomy a{
  border: none;
  width: 100%;
}
.accordions_taxonomy li{
  width: 100%;
}
#menu-style li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}
#menu-metr li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-type li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-house li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-office li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-pekarnya li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-bar li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-shop li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-zal li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-vip{

}
#menu-vip li{
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: flex;
  justify-content: flex-start;
}
#menu-vip li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remontkvartir li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remontkvartir li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remontdomov li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remontkotedgei li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remonttaynxaysov li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remontofice li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remontcafe li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remontrestoranov li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remontshop li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
#menu-remontbytikov li a{
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
.main-navigation .menu .menu-item .sub-menu .menu-item a {
    text-transform: capitalize;
}
.prices .col-3:nth-child(1) .name{
padding: 0px 20px 0px 20px;
}
.prices .col-3:nth-child(2) .name{
  padding: 0px 20px 0px 20px;
}
.prices .col-3:nth-child(4) .name{
  padding: 0px 47px 0px 47px;
}
.repair-col-9{
  margin: 39px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
}
.repair_baner_img{
  display: flex;
  flex-wrap: wrap;
}
.repair-col-9 h2{
  font-family: banertext;
  color: #3c3c3b;
  font-size: 22px;
  margin: 0px 0px 35px 0px;
}
.repair_text{
  font-family: banertext;
  color: #3c3c3b;
  font-size: 14px;
  margin-bottom: 35px !important;
}
.all-baner-1{
  border: solid 2px #3c3c3b;
  padding: 35px 55px 30px 55px;
  position: relative;
  margin: 0px 0px 35px 0px;
}
.all-baner-1::before{
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/baner_line.png);
  position: absolute;
  top: 30px;
  left: 366px;
}
.all-baner-1 .col-2{
  padding: 0px;
}
.all-baner-1 .col-3{
  padding: 0px;
}
.all-baner-1 .col-5{
  padding: 0px;
}
.all-baner-1 .row{
  justify-content: space-between;
}
.all-baner-1 h2{
  font-size: 36px;
  font-family: 'baner';
  margin-bottom: 0px;
}
.all-baner-1 .text_1{
  position: relative;
  padding: 10px 0px 0px 60px;
  margin: 0px 35px 35px 0px;
}
.all-baner-1 .text_2{
  position: relative;
  padding: 10px 0px 0px 60px;
  margin: 0px 35px 35px 0px;
}
.all-baner-1 .text_3{
  position: relative;
  padding: 10px 0px 0px 60px;
  margin: 0px 35px 0px 0px;
}
.all-baner-1 .text_4{
  position: relative;
  padding: 10px 0px 0px 60px;
  margin: 0px 35px 35px 0px;
}
.all-baner-1 .text_5{
  position: relative;
  padding: 10px 0px 0px 60px;
  margin: 0px 0px 0px 0px;
}
.all-baner-1 .text_1::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/baner_1.png);
}
.all-baner-1 .text_2::before{
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/Baner_2.png);
  position: absolute;
  top: 0px;
  left: 0px;
}
.all-baner-1 .text_3::before{
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/Baner_3.png);
  position: absolute;
  top: 0px;
  left: 0px;
}
.all-baner-1 .text_4::before{
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/Baner_4.png);
  position: absolute;
  top: 0px;
  left: 0px;
}
.all-baner-1 .text_5::before{
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/baner_5.png);
  position: absolute;
  top: 0px;
  left: 0px;
}
.kwant_1{
  padding: 10px 35px 0px 0px;
}
.kwant_2{
  padding: 0px 0px 0px 35px;
}
.kwant_3{
  padding: 0px 0px 0px 35px;
}
.repair-img{
  display: flex;
  justify-content: space-between;
}
.repair-img .col-4{
  max-width: 31%;
  padding: 0px;
  margin-bottom: 35px;
}
.inspector-1 .col-4{
  padding: 0px 35px 35px 0px;
}
.inspector-1 .col-8{
  padding: 0px;
}
.inspector-2 .col-5{
  padding: 0px 0px 0px 35px;
}
.inspector-2 .col-7{
  padding: 0px;
}
.all-baner-2{
  border: solid 2px #3c3c3b;
  padding: 35px 55px 30px 55px;
  position: relative;
  margin: 20px auto 0px auto !important;
  width: 80%;
  position: relative;
}
.all-baner-2 h2{
  font-size: 36px;
  font-family: 'baner';
  margin-bottom: 0px;
}
.all-baner-2::before{
  content: url(https://idea-fix.kiev.ua/wp-content/uploads/arower.jpg);
  position: absolute;
  top: -14px;
  left: 0px;
}
.wpcf7-submit{
  font-size: 16px;
  padding: 13px 40px 10px 40px;
  text-align: center;
  letter-spacing: 2px;
  color: var(--white);
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background: var(--accent);
  border: 2px solid transparent;
  margin: 20px 0px 0px 0px;
}
body{
  max-width: 1920px;
  margin: auto !important;
}
.FAQ{
  position: relative;
}
.faq-container{
  display: flex;
}
.faq-left{
  position: absolute;
  top: 82px;
  left: 0px;

}
.faq-right .accordions{
  width: 79%;
  float: right;
}
.section-head h2 {
    text-align: center;
}
.header-page .title{
    font-family: baner;
}
.poleznoe .line_top{
  margin: 30px 0px 0px -50px;
}
.poleznoe h2{
  font-family: baner;
  font-size: 52px;
  color: #3c3c3b;
}
.poleznoe h3{
  font-family: banertext;
  color: #3c3c3b;
  font-size: 22px;
  margin: 35px 0px 35px 0px;
  line-height: 31px;
}
.poleznoe h4{
  font-family: banertext;
  color: #3c3c3b;
  font-size: 22px;
  margin: 35px 0px 35px 0px;
  line-height: 31px;
}
.poleznoe h5{
  font-family: banertext;
  color: #3c3c3b;
  font-size: 22px;
  margin: 35px 0px 35px 0px;
  line-height: 31px;
}
.poleznoe h6{
  font-family: banertext;
  color: #3c3c3b;
  font-size: 22px;
  margin: 35px 0px 35px 0px;
  line-height: 31px;
}
.poleznoe p{
  font-family: banertext;
  font-size: 14px;
  font-weight: 300;
  color: #3c3c3b;
  line-height: 22px;
}
.poleznoe-slider{
  margin: 60px 0px 0px 0px;
}
.poleznoe-slider .post-box figure {
    min-width: 234px;
    height: 184px;
}
 .post-meta .post-date{
  font-family: banertext;
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3b;
}
.post-meta .post-title a{
  font-family: baner;
  font-size: 30px;
  font-weight: 900;
  color: #3c3c3b;
  line-height: 37px;
}
form .col-12{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
form .wpcf7-form-control-wrap{
  width: 48%;
}
.wpcf7-submit{
  width: 48%;
}
.breadcrumbs .container{
  padding: 0px 20px 0px 20px;
}
.footer-title{
  color: #f3f3f3;
  font-family: baner;
  text-transform: uppercase;
  font-size: 28px;
  margin: 10px 0px 0px 0px;
}
#menu-footertype{
  margin: 20px 0px 0px 0px;
}
#menu-footertype li{
  margin: 5px 0px 5px 0px;
  text-transform: capitalize;
}
#menu-footerview{
  margin: 20px 0px 0px 0px;
}
#menu-footerview li{
  margin: 5px 0px 5px 0px;
  text-transform: capitalize;
}
#menu-footerblog{
  margin: 20px 0px 0px 0px;
}
#menu-footerblog li{
  margin: 5px 0px 5px 0px;
  text-transform: capitalize;
}
.site-footer .col-8 .col-4{
  padding-left: 50px;
}
#footertype{
  text-transform: capitalize !important;
  margin-top: 16px;
}
#footertype li{
  margin: 5px 0px 5px 0px;
}
.main-navigation .menu .menu-item {
    height: auto;
}
.menu-item-has-children{
  position: relative;
}
.wysiwyg p{
  text-align: justify;
}
.row-price .col-3:nth-child(3) .wysiwyg p:first-child{
    display: none;
}
.price-col .button-xxl{
  margin: 35px 0px 0px 0px;
}
.tarrif-box li{
  text-align: justify;
}
.tarrif-box-new{
  height: 600px;
}
@media only screen and (min-width: 1141px){
  #menu-item-236:hover #menu-item-236 .sub-menu{
    display: block !important;
    max-height: auto;
  }
}
@media only screen and (max-width: 1900px){
  .faq-right .accordions{
    width: 74%;
  }
}
@media only screen and (max-width: 1729px){
  .faq-right .accordions{
    width: 70%;
  }
}
@media only screen and (max-width: 1600px){
  .faq-right .accordions{
    width: 65%;
  }
  .faq-container{
    padding: 0px 20px 0px 20px;
  }
  .hero-slide .overlayed .col-4{
    flex-basis: 50%;
    max-width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 1500px){
  .row-price{
    flex-wrap: wrap;
  }
  .row-price .col-3{
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1444px){
  .archive-item:hover .overlayed .title::after {
    left: 300px;
  }
  .tarrif-box-new{
    height: 600px !important;
  }
  .wysiwyg ul {
    margin: 15px 0 0px 15px;
}
  .tarrif-box .name {
    min-height: 100px;
}
  .tarrif-box {
    height: 460px;
}
  .all-baner-1::before {
    left: 34%;
}
  .faq-left{
    width: 40%;
    position: static;
  }
  .faq-left img{

  }
  .faq-right{
    width: 60%;
  }
  .faq-right .accordions{
    width: 100%;
  }
}
@media only screen and (max-width: 1330px){
  .archive-item:hover .overlayed .title::after {
    left: 270px;
  }
  .row-prices .col-3{
    flex-basis: 33%;
    max-width: 33%;
  }
  .footer-info {
    justify-content: space-around;
}
  .site-footer .copyright{
    text-align: center;
  }
  .row-footer{
    flex-direction: column-reverse;
  }
  .row-footer .col-8{
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-footer .col-8 .col-4{
    padding-left: 15px;
  }
  .col-4-footer{
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1310px){
  .repair_text {
    margin-top: 20px !important;
}
  .inspector-1{
    flex-direction: column;
  }
  .inspector-2{
    flex-direction: column-reverse;
  }
  .inspector-1 div{
    flex-basis: 100%;
    max-width: 100%;
    padding: 0px !important;
  }
  .inspector-2 div{
    flex-basis: 100%;
    max-width: 100%;
    padding: 0px !important;
  }
  .all-baner-1 .text_1 {
    text-align: left;
}
.all-baner-1 .text_2 {
  text-align: left;
}
.all-baner-1 .text_3 {
  text-align: left;
}
.all-baner-1 .text_4 {
  text-align: left;
}
.all-baner-1 .text_5 {
  text-align: left;
}
  .all-baner-1::before {
    display: none;
}
.all-baner-1 .kwant_1{
  flex-basis: 100%;
  max-width: 100%;
  padding: 0px;
  text-align: center;
  margin-bottom: 25px;
}
.all-baner-1 .kwant_2{
  flex-basis: 50%;
  max-width: 50%;
  padding: 0px;
  text-align: center;
}
.all-baner-1 .kwant_3{
  flex-basis: 50%;
  max-width: 50%;
  padding: 0px;
  text-align: center;
}
  .project-item figure .hovered {
    height: 300px;
}
  .leads .row{
    flex-direction: column;
  }
  .faq-left{
    width: 45%;
    position: static;
  }
  .faq-right{
    width: 55%;
  }
  .leads .col-4{
    flex-basis: 100%;
    max-width: 100%;
  }
  .leads .col-8{
    flex-basis: 100%;
    max-width: 100%;
  }
  .leads .wysiwyg h2{
    text-align: center;
  }
  .leads .wysiwyg p{
    text-align: center;
  }
  .wpcf7-submit{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
  }
}
@media only screen and (max-width: 1165px){
  .archive-item:hover .overlayed .title::after {
    left: 240px;
  }
  .tarrif-box {
    height: 460px;
}
  .faq-left{
    width: 50%;
    position: static;
  }
  .faq-right{
    width: 50%;
  }
}
@media only screen and (max-width: 1140px){
  .menu-item-has-children .sub-menu{
    display: none;
  }
  .buttons li{
    display: block;
    margin: auto;
  }
  #menu-item-236{
    position: relative;
  }
  #menu-item-236::before{
    content: url(https://idea-fix.kiev.ua/wp-content/uploads/design_12.png);
    position: absolute;
    left: 11px;
    top: 7px;
  }
  #menu-item-234{
    position: relative;
  }
  #menu-item-234::before{
    content: url(https://idea-fix.kiev.ua/wp-content/uploads/design_13.png);
    position: absolute;
    left: 11px;
    top: 7px;
  }
  #menu-item-904{
    position: relative;
  }
  #menu-item-904::before{
    content: url(https://idea-fix.kiev.ua/wp-content/uploads/design_10.png);
    position: absolute;
    left: 11px;
    top: 7px;
  }
  #menu-item-237{
    position: relative;
  }
  #menu-item-237::before{
    content: url(https://idea-fix.kiev.ua/wp-content/uploads/design_14.png);
    position: absolute;
    left: 11px;
    top: 7px;
  }
  #menu-item-88{
    position: relative;
  }

  #menu-item-88::before{
    content: url(https://idea-fix.kiev.ua/wp-content/uploads/design_15.png);
    position: absolute;
    left: 11px;
    top: 7px;
  }
  #menu-item-87{
    position: relative;
  }
  #menu-item-87::before{
    content: url(https://idea-fix.kiev.ua/wp-content/uploads/design_16.png);
    position: absolute;
    left: 11px;
    top: 7px;
  }
  .plus{
    position: absolute;
    display: block !important;
    top:8px;
    right:20px;
  }
  #menu-main{
    height: 800px;
    overflow: auto;
    padding: 20px 0px 0px 0px;
  }
  .main-navigation .menu .current-menu-item a, .main-navigation .menu .menu-item a:hover {
    background: #d8e0ed;
}
  #menu-item-904 .sub-menu li{
    padding-left: 30px;
    background-color: #d8e0ed;
    transition: all 3s linear;
  }
  #menu-item-236 .sub-menu li{
    padding-left: 30px;
    background-color: #d8e0ed;
    transition: all 3s linear;
  }
  #menu-item-234 .sub-menu li{
    padding-left: 30px;
    background-color: #d8e0ed;
    transition: all 3s linear;
  }
  #menu-item-236 .sub-menu{
    max-height: 396px;
  }
  #menu-item-904 .sub-menu{
    max-height: 396px;
    overflow: scroll;
  }
  #menu-item-234 .sub-menu{
    max-height: 396px;
  }
  #menu-item-904 .sub-menu{
    max-height: 396px;
  }
  #site-navigation{
    z-index: 9999;
  }
  #menu-main li a{
      padding: 10px 0px 10px 50px;
  }
}
@media only screen and (max-width: 1024px){
  .taxonomy_text {
    margin: 0px auto 45px auto !important;
}
  .header-page{
    margin-top: 86px;
  }
  .archive-item:hover .overlayed .title::after {
    left: 340px;
}
  .row_archive .col-4{
    flex-basis: 50%;
    max-width: 50%;
  }
  .price-col {
    margin-left: 0px;
  }
  .tarrif-box-new {
    height: 460px !important;
}
  .row-prices .col-3{
    flex-basis: 50%;
    max-width: 50%;
    justify-content: center;
  }
  .faq-left{
    width: 100%;
    margin: 0px 0px 25px 0px;
  }
  .faq-left img{
    display: block;
    margin: auto;
  }
  .faq-right{
    width: 100%;
  }
  .faq-container{
    display: flex;
    flex-direction: column;
  }
  #site-navigation{
    background-color: #d8e0ed;
  }
  .tarrif-box .content {
    padding: 20px 20px 0px 20px;
}
  .tarrif-box {
    height: 460px;
}
  .container, .container-fluid {
    padding: 0 15px;
}
.design-archive {
    padding: 0px 0px 43px 0px !important;
}
  .repair_baner_img_1 div{
    padding-left: 0px !important;
    text-align: center;
  }
  .repair_baner_img_2 div{
    padding-left: 0px !important;
    text-align: center;

  }
  .all-baner-1 .text_4{
    padding: 60px 0px 0px 0px;
    margin: 0px;
    text-align: center;
    min-height: 132px;
}
.all-baner-1 .text_5{
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  min-height: 132px;
}
  .all-baner-1{
    padding: 30px 20px 25px 20px;
  }
  .all-baner-1 .text_1{
    padding: 60px 0px 0px 0px;
    margin: 0px;
    text-align: center;
    min-height: 132px;
}
.all-baner-1 .text_1::before {
    left: 45%;
}
.all-baner-1 .text_2{
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  min-height: 132px;
}
.all-baner-1 .text_2::before {
  left: 45%;
}
.all-baner-1 .text_3{
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  min-height: 132px;
}
.all-baner-1 .text_3::before {
  left: 45%;
}
.all-baner-1 .text_4{
  padding: 60px 0px 0px 60px;
}
.all-baner-1 .text_4::before {
  left: 45%;
}
.all-baner-1 .text_5{
  padding: 60px 0px 0px 60px;
}
.all-baner-1 .text_5::before {
  left: 45%;

  .advantage-box .title {
    font-size: 18px;
}
  h2 {
    font-size: 24px;
  }
  .reviews-item{
    display: flex;
    flex-direction: column;
  }
  .reviews-item figure{
    display: block;
    margin: 0px auto 20px auto;
  }
  .wysiwyg .name{
    text-align: center;
  }
  .wysiwyg .text{
    text-align: justify;
  }
  .faq-right .accordions{
    margin-top: 40px;
  }
  .faq-container{
    flex-direction: column;
  }
  .faq-left{
    width: 100%;
  }
  .faq-left img{
    display: block;
    margin: auto;
  }
  .faq-right{
    width: 100%;
  }
}
@media only screen and (max-width: 927px){
  .archive-item:hover .overlayed .title::after {
    left: 290px;
}
.tarrif-box-new{
  height: 520px !important;
}
}
@media only screen and (max-width: 858px){
  .archive-item:hover .overlayed .title::after {
    left: 240px;
}
}
@media only screen and (max-width: 810px){
  .tarrif-box {
    height: 508px;
}
}
@media only screen and (max-width: 768px){
  .copyright .text {
      text-align: center;
  }
  .poleznoe h2 {
    font-size: 32px;
}
  .poleznoe h3 {
    font-size: 14px;
    line-height: 25px;
}
  .archive-item:hover .overlayed .title::after {
    left: 530px;
}
  .tarrif-box-new {
    height: 450px !important;
}
  .tarrif-box {
    height: 438px;
}
  .project-item figure .hovered {
    height: 250px;
}
  .row-footer .col-8 .row{
    justify-content: center;
  }
  .row-footer .col-8 .row .col-4{
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 678px){
  .archive-item:hover .overlayed .title::after {
    left: 450px;
}
}
@media only screen and (max-width: 605px){
  .archive-item:hover .overlayed .title::after {
    left: 369px;
}
  .contact-lists{
  text-align: center;
}
.inline-ul{
  display: flex;
  justify-content: center;
}
  form .wpcf7-form-control-wrap {
    width: 100%;
}
.design-archive{
  text-align: justify;
}
.offset-border{
  margin: auto;
}
img{
  display: block;
  margin: auto;
}
.offset-border::after {
    top: 10px;
    left: 10px;
    width: 100%;
}
#about-us .wysiwyg h2{
  text-align: center;
}
#about-us .wysiwyg p{
  text-align: justify;
}
}
@media only screen and (max-width: 500px){
  .accordions_taxonomy .panel {
    max-height: 1px;
}
  .archive-item:hover .overlayed .title::after {
    left: 289px;
}
  .faq-left{
    display: none;
  }
  .faq-right{
    width: 100%;
  }
  .wpcf7-submit {
    font-size: 14px;
}
  [class*="col-"]{
    padding-left: 0px;
    padding-right: 0px;
  }
  .wpcf7-submit{
    width: 100%;
  }
  .buttons-phone{
    display: none !important;
  }
  .buttons-insta{
    display: none !important;
  }
  .row-footer .col-8 .row .col-4{
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .tarrif-box {
    height: 460px;
}
.tarrif-box-new {
  height: 500px !important;
}
}
@media only screen and (max-width: 424px){
  .archive-item:hover .overlayed .title::after {
    left: 240px;
}
  .wysiwyg strong{
    font-size: 12px;
  }
  .underlline-title{
    font-size: 21px;
  }
  .tarrif-box .content {
    padding: 20px 20px 50px 20px;
}
  .site-footer {
    padding: 20px 0;
}
  .seo .col-6{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wysiwyg ul {
    margin: 15px 0 20px 15px;
}
  .repair_text {
    font-size: 12px;
    text-align: justify;
}
  .repair-col-9 h2 {
    font-size: 21px;
    text-align: center;
}
  .leads {
    margin-top: 0px !important;
}
  .design-archive div {
    font-size: 12px;
}
  .acc-button {
    font-size: 12px;
}
  .wysiwyg ul {
    font-size: 12px;
}
  p {
    font-size: 12px;
}
  .site-footer {
    font-size: 12px;
}
  .footer-title {
    font-size: 21px;
}
  .post-meta .post-title a {
    font-size: 21px;
}
  .button-xxl {
    padding: 10px 30px 7px 30px;

    font-size: 12px;
}
  .tarrif-box .price b {
    font-size: 30px;
}
  .price {
    margin-top: 0px;
    font-size: 30px !important;
}
  .tarrif-box .name {
    font-size: 24px;
}
h2 {
  font-size: 21px;
}
  .section-head h2{
    font-size: 21px;
    padding: 0px;
  }
  .advantage-box .title {
    font-size: 17px;
}
  .footer-info{
      display: flex;
      flex-direction: column;
  }
  .logo-footer{
    margin-bottom: 20px;
  }
  .footer-title{
    text-align: center;
  }
  .menu-footertype-container{
    text-align: center;
  }
  .menu-footerview-container{
    text-align: center;
  }
  .menu-footerblog-container{
    text-align: center;
  }
}
.site-header {
    position: fixed;
}
