@charset "UTF-8";
/*
Theme Name: Konder
Theme URI: http://underscores.me/
Author: Topref
Description: Ремонт кондеционеров
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Header
# Home
# Widgets
# Content
# Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html,
body {
  font-family: sans-serif;
  background: #F6F9FB;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

p, a {
  font-family: "Roboto";
  font-weight: 400;
}

/*Стили формы*/
form h2, form h3, form h4 {
  color: #666666;
}
form div {
  margin-bottom: 15px;
}
form div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  form div {
    margin-bottom: 5px;
  }
}
form label {
  font-family: "Roboto";
  font-weight: 400;
}
form textarea,
form input:not([type=submit]) {
  background: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto";
  font-weight: 400;
  color: #444;
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  box-shadow: none;
}
form textarea:focus,
form input:not([type=submit]):focus {
  outline: none;
}
form button,
form input[type=submit] {
  font-family: "Roboto";
  font-weight: 400;
  background: #49BC48;
  color: white;
  text-decoration: none;
  display: block;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
form button:focus,
form input[type=submit]:focus {
  outline: none;
}
form button:hover,
form input[type=submit]:hover {
  background: rgb(56.848, 152.988, 56.012);
  color: white;
  cursor: pointer;
}
form :focus::-webkit-input-placeholder {
  color: transparent;
}
form :focus::-moz-placeholder {
  color: transparent;
}
form :focus:-moz-placeholder {
  color: transparent;
}
form :focus:-ms-input-placeholder {
  color: transparent;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/* Current menu */
header .current_page_item {
  background: #3C3835;
}
header { /* Класс для текущей страницы */ }
header .current-cat {
  background: #3C3835;
}
header { /* Класс для текущей рубрики */ }
header .current-menu-item {
  background: #3C3835;
}
header { /* Класс для любого другого текущего пункта меню */ }
header { /* Класс для таксономии */ }
header { /* Класс для страницы */ }
header { /* Класс для любого пользовательского элемента, который был добавлен */ }
header { /* Класс для элемента, ведущего на главную страницу блога */ }

.widget .current_page_item,
.site-footer .footer-widget .widget .current_page_item {
  background: none;
}
.widget .current_page_item a,
.site-footer .footer-widget .widget .current_page_item a {
  color: #49BC48;
}
.widget .current-cat,
.site-footer .footer-widget .widget .current-cat {
  background: none;
}
.widget .current-cat a,
.site-footer .footer-widget .widget .current-cat a {
  color: #49BC48;
}
.widget .current-menu-item,
.site-footer .footer-widget .widget .current-menu-item {
  background: none;
}
.widget .current-menu-item a,
.site-footer .footer-widget .widget .current-menu-item a {
  color: #49BC48;
}

/*Кнопки*/
.but-green {
  color: #337ab7;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #49BC48;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.but-green:focus {
  outline: none;
}
.but-green:hover {
  text-decoration: none;
  background: #49BC48;
  color: white;
}

.but-bg-green {
  background: #49BC48;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.but-bg-green:focus {
  outline: none;
}
.but-bg-green:hover {
  background: rgb(56.848, 152.988, 56.012);
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.but-bg-orange {
  background: #FE7728;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.but-bg-orange:focus {
  outline: none;
}
.but-bg-orange:hover {
  background: rgb(241.875, 90, 1.125);
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.but-white {
  color: #FCFDFE;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #FCFDFE;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.but-white:focus {
  outline: none;
}
.but-white:hover {
  text-decoration: none;
  background: #FCFDFE;
  color: #666666;
}

input#region-name,
input#cont-name,
input#contact-name,
input#phone-name {
  background: white url("img/user-icon.svg") 10px no-repeat;
  padding-left: 45px;
}

input#region-phone,
input#contact-phone,
input#phone-callback {
  background: white url("img/phone-icon.svg") 10px no-repeat;
  padding-left: 45px;
}

input#cont-email {
  background: white url("img/mail-icon.svg") 10px no-repeat;
  padding-left: 45px;
}

/*Модальное окно*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/*Рейтинг (звездочки)*/
.rate {
  font-size: 8px;
  font-size: 0.5rem;
  color: #FE7728;
  margin-bottom: 15px;
}

/*Стили таблиц*/
article table {
  text-align: left;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 100% !important;
  margin-bottom: 25px;
}
article table tr:first-of-type {
  color: white;
}
article table tr:first-of-type td {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  background: #FE7728;
  margin: 10px;
  padding: 10px;
  border-left: 1px solid white;
}
article table tr:first-of-type td:nth-child(1) {
  border-left: none;
}
@media only screen and (max-width: 576px) {
  article table tr:first-of-type td:nth-child(3) {
    display: none;
  }
}
article table tr:nth-child(odd) {
  background: #F6F9FB;
}
article table tr td {
  margin: 10px;
  padding: 10px;
  border-left: 1px solid #CCCCCC;
}
article table tr td:nth-child(1) {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto";
  font-weight: 700;
}
article table tr td:nth-child(2) {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
article table tr td:nth-child(3) {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  article table tr td:nth-child(3) {
    display: none;
  }
}
article table tr td span {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #FE7728;
}

/*Стили списков для страниц*/
article ul {
  list-style: none;
  padding-left: 25px;
}
article ul li {
  position: relative;
  padding-left: 20px;
}
article ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #FE7728;
}

/*Хаки для CodeStar*/
.cs-field-upload .button {
  position: absolute;
  top: 4px;
  right: 2px;
}

/*Убираем нижний отступ у обертки страницы*/
#margin-area {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*Шапка сайта*/
.site-header {
  box-shadow: 0 6px 24px #CCCCCC;
}

/*Логотип сайта*/
.site-branding h2 {
  padding: 15px 0;
}
.site-branding h2 a {
  color: #666666;
}
.site-branding a {
  display: inline-block;
}
.site-branding a img {
  max-width: 200px;
  margin: 18px 0;
  height: 55px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
}

/*Фиксированная шапка*/
.contact-header {
  background: #F6F9FB;
  transition: all 0.4s linear;
  padding: 15px 0;
}
@media only screen and (max-width: 992px) {
  .contact-header {
    height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-header.fixed {
    width: 100%;
    height: 66px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0;
    box-shadow: 0 5px 10px 0 #CCCCCC;
  }
  .contact-header.fixed .site-branding a img {
    height: 30px;
  }
}

/*Слоган сайта*/
.site-slogan p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 400;
  color: #666666;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .site-slogan {
    text-align: center;
  }
}

/*Кнопка обратного звонка*/
.call-back {
  border-left: 1px solid #CCCCCC;
  padding-left: 30px;
}
.call-back p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 10px;
}
.call-back p strong {
  font-family: "Roboto";
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .call-back {
    text-align: center;
    padding: 10px;
    border-left: none;
  }
}

/*Контакты в шапке*/
.header-contact {
  display: flex;
  align-items: center;
}
.header-contact ul.phone {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border-left: 1px solid #CCCCCC;
  display: inline-block;
}
.header-contact ul.phone li {
  display: block;
  padding-left: 30px;
}
@media only screen and (max-width: 576px) {
  .header-contact ul.phone li {
    margin-bottom: 10px;
    padding-left: 0;
    border: none;
  }
}
.header-contact ul.phone li:first-child {
  border: none;
}
@media only screen and (max-width: 992px) {
  .header-contact ul.phone li:first-child {
    margin-left: 0;
  }
}
.header-contact ul.phone li img {
  width: 20px;
  margin-right: 5px;
}
.header-contact ul.phone li i {
  font-size: 32px;
  font-size: 2rem;
  color: #49BC48;
  float: left;
  margin-right: 10px;
}
.header-contact ul.phone li span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 500;
  color: #3C3835;
  line-height: 32px;
}
.header-contact ul.phone li select {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  padding: 4px;
  width: 100%;
  border: 1px solid #49BC48;
  border-radius: 4px;
  background-color: transparent;
  outline: none;
}
@media only screen and (max-width: 576px) {
  .header-contact ul.phone li select {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header-contact ul.phone {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .header-contact {
    text-align: center;
    padding: 10px;
  }
}
.header-contact ul.lang {
  list-style: none;
  margin-left: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  border-left: 1px solid #CCCCCC;
}
.header-contact ul.lang li.current-lang {
  opacity: 0.5;
}
.header-contact ul.lang li.current-lang a:hover {
  cursor: not-allowed;
}
.header-contact ul.lang img {
  width: 20px;
  height: auto;
  image-rendering: pixelated;
}

.fixed .header-contact ul li {
  padding-left: 10px;
}

/*Меню в шапке сайта*/
.main-navigation {
  background: url("img/menu-bg.png") no-repeat;
  background-size: cover;
}
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
  transition: all 0.2s linear;
}
.main-navigation ul li:hover {
  background: #3C3835;
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li:hover {
    background: none;
    transition: none;
  }
}
.main-navigation ul li.has-submenu {
  padding-right: 21px;
}
.main-navigation ul li.has-submenu:after {
  font-size: 18px;
  font-size: 1.125rem;
  content: "\f107";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li.has-submenu:after {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li.has-submenu {
    padding-right: 0;
  }
}
.main-navigation ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0;
  }
}
.main-navigation ul li a.active {
  background: #3C3835;
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li a.active {
    background: none;
    color: #49BC48;
  }
}
.main-navigation ul li ul {
  position: absolute;
  top: 90px;
  left: -20px;
  opacity: 0;
  background: #3C3835;
  min-width: 100%;
  box-shadow: 0 5px 10px 0 #3C3835;
  z-index: 4;
  height: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
.main-navigation ul li ul li {
  display: block;
  border-top: 1px solid #FCFDFE;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li ul li {
    border: none;
  }
}
.main-navigation ul li ul li.has-submenu {
  padding-right: 21px;
}
.main-navigation ul li ul li.has-submenu:after {
  font-size: 18px;
  font-size: 1.125rem;
  content: "\f105";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li ul li.has-submenu:after {
    display: none;
  }
}
.main-navigation ul li ul li.has-submenu:hover:after {
  color: #49BC48;
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li ul li.has-submenu {
    padding-right: 0;
  }
}
.main-navigation ul li ul li a {
  display: block;
  text-transform: none;
  white-space: nowrap;
  padding: 10px 18px;
  border-left: 4px solid transparent;
  transition: all 0.2s linear;
}
.main-navigation ul li ul li a:hover {
  color: #49BC48;
}
.main-navigation ul li ul li > ul {
  position: absolute;
  top: 50px;
  left: calc(100% + 2px);
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li ul li > ul {
    position: static;
    top: 0;
    margin-left: 30px;
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li ul {
    background: none;
    position: static;
    display: none;
    box-shadow: none;
    overflow: hidden;
    visibility: visible;
  }
}
.main-navigation ul li:hover > ul {
  visibility: visible;
  top: 57px;
  left: 0;
  height: auto;
  opacity: 1;
}
.main-navigation ul li:hover > ul li:hover > ul {
  position: absolute;
  top: -1px;
  left: calc(100% + 2px);
}
@media only screen and (max-width: 992px) {
  .main-navigation ul li:hover > ul li:hover > ul {
    position: static;
    top: 0;
    left: 30px;
    display: none;
    overflow: hidden;
    visibility: visible;
  }
}

/*Адаптивное меню*/
.menu a#pull {
  display: none;
}

#sandwich {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}

.sw-topper {
  position: relative;
  top: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
}

.sw-bottom {
  position: relative;
  width: 40px;
  height: 2px;
  top: 10px;
  background: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
}

.sw-footer {
  position: relative;
  width: 40px;
  height: 2px;
  top: 20px;
  background: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  transition-delay: 0.1s;
}

#sandwich.active .sw-topper {
  top: 8px;
  transform: rotate(140deg);
}

#sandwich.active .sw-bottom {
  top: 5px;
  transform: rotate(-140deg);
}

#sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg);
}

@media only screen and (max-width: 992px) {
  .menu ul {
    display: none;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 2px solid white;
  }
  .menu ul li {
    width: 100%;
  }
  .menu a#pull {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding: 10px 3%;
    width: 94%;
    height: 62px;
    position: relative;
  }
}
/*Мобильная версия шапки*/
.mobile-header {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mobile-header .mobile-header-top {
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
}
.mobile-header .mobile-header-top .mobile-site-branding a {
  display: inline-block;
}
.mobile-header .mobile-header-top .mobile-site-branding a img {
  max-width: 120px;
  height: 40px;
  transition: all 0.4s ease;
}
.mobile-header .mobile-header-top .mobile-site-branding h2 {
  margin: 0;
}
.mobile-header .mobile-header-top .mobile-site-branding h2 a {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
}
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-pull {
  display: block;
  padding: 5px;
  text-decoration: none;
}
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich {
  width: 30px;
  height: 30px;
  position: relative;
}
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich .sw-topper,
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich .sw-bottom,
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich .sw-footer {
  position: absolute;
  width: 25px;
  height: 3px;
  background: #666666;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich .sw-topper {
  top: 6px;
}
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich .sw-bottom {
  top: 13px;
}
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich .sw-footer {
  top: 20px;
}
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich.active .sw-topper {
  top: 13px;
  transform: rotate(45deg);
}
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich.active .sw-bottom {
  top: 13px;
  transform: rotate(-45deg);
}
.mobile-header .mobile-header-top .mobile-menu-toggle #mobile-sandwich.active .sw-footer {
  opacity: 0;
}
.mobile-header .mobile-content {
  padding: 20px 0;
}
.mobile-header .mobile-content .mobile-description {
  margin-bottom: 20px;
  text-align: center;
}
.mobile-header .mobile-content .mobile-description p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}
.mobile-header .mobile-content .mobile-contact-blocks {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-header .mobile-content .mobile-contact-blocks .mobile-contact-block {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 10px 25px;
  border: 2px solid #e3f2fd;
  transition: all 0.3s ease;
}
.mobile-header .mobile-content .mobile-contact-blocks .mobile-contact-block .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e3f2fd;
  margin-right: 15px;
  flex-shrink: 0;
}
.mobile-header .mobile-content .mobile-contact-blocks .mobile-contact-block .contact-icon i {
  font-size: 18px;
  color: #2196f3;
}
.mobile-header .mobile-content .mobile-contact-blocks .mobile-contact-block .mobile-contact-hours .contact-icon {
  background: #f5f5f5;
}
.mobile-header .mobile-content .mobile-contact-blocks .mobile-contact-block .mobile-contact-hours .contact-icon i {
  color: #757575;
}
.mobile-header .mobile-content .mobile-contact-blocks .mobile-contact-block .mobile-contact-hours:hover {
  border-color: #757575;
  box-shadow: 0 4px 12px rgba(117, 117, 117, 0.15);
}
.mobile-header .mobile-content .mobile-buttons {
  margin-bottom: 20px;
}
.mobile-header .mobile-content .mobile-buttons .mobile-btn-consultation {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #79c251 0%, #68ad42 100%);
  color: white;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.mobile-header .mobile-content .mobile-buttons .mobile-btn-consultation:hover {
  background: linear-gradient(135deg, #79c251 0%, rgb(81.8075313808, 136.0836820084, 51.9163179916) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(104, 183, 51, 0.3);
}

/*Хлебные крошки*/
.breadcrumbs {
  background: url("img/bg-bread.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  border-top: 2px solid #49BC48;
}
.breadcrumbs .bg-opacity {
  background: rgba(0, 40, 59, 0.4);
  height: 100%;
  text-align: center;
}
.breadcrumbs .bg-opacity .bread-title {
  margin-top: 65px;
}
.breadcrumbs .bg-opacity .bread-title .head-title {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Roboto";
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.breadcrumbs .bg-opacity .crumbs {
  font-family: "RobotoRegular";
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.breadcrumbs .bg-opacity .crumbs a {
  color: white;
  transition: all 0.2s linear;
}
.breadcrumbs .bg-opacity .crumbs a:hover {
  color: #49BC48;
}
.breadcrumbs .bg-opacity .crumbs i {
  color: #49BC48;
}
.breadcrumbs .bg-opacity .crumbs span {
  color: #49BC48;
}

/* Мобільне меню overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-overlay .mobile-menu-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}
.mobile-menu-overlay .mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 400px;
  height: 100%;
  background: #3C3835;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.mobile-menu-overlay.active .mobile-menu-panel {
  transform: translateX(0);
}
.mobile-menu-overlay .mobile-menu-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-overlay .mobile-menu-header .mobile-menu-logo a {
  display: inline-block;
}
.mobile-menu-overlay .mobile-menu-header .mobile-menu-logo a img {
  max-width: 120px;
  height: auto;
}
.mobile-menu-overlay .mobile-menu-header .mobile-menu-logo a h2 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.mobile-menu-overlay .mobile-menu-header .mobile-menu-close a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mobile-menu-overlay .mobile-menu-header .mobile-menu-close a:hover {
  background: #49BC48;
  transform: rotate(90deg);
}
.mobile-menu-overlay .mobile-menu-header .mobile-menu-close a i {
  font-size: 18px;
}
.mobile-menu-overlay .mobile-menu-content {
  flex: 1;
  padding: 20px 0;
  overflow-y: auto;
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu li:last-child {
  border-bottom: none;
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu li a {
  display: block;
  padding: 15px 20px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu li a:hover {
  background: rgba(73, 188, 72, 0.1);
  color: #49BC48;
  padding-left: 30px;
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu li .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu li .sub-menu li a {
  padding: 12px 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu-overlay .mobile-menu-content .mobile-nav-menu li .sub-menu li a:hover {
  padding-left: 50px;
}
.mobile-menu-overlay .mobile-menu-footer {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-phone,
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-consultation {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-phone i,
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-consultation i {
  margin-right: 10px;
  font-size: 16px;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-phone span,
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-consultation span {
  font-size: 14px;
  font-weight: 500;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-phone {
  background: rgba(73, 188, 72, 0.1);
  color: #49BC48;
  border: 1px solid #49BC48;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-phone:hover {
  background: #49BC48;
  color: white;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-consultation {
  background: #49BC48;
  color: white;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-menu-contact .mobile-menu-consultation:hover {
  background: rgb(56.848, 152.988, 56.012);
}

/* Sticky мобільний хедер */
.mobile-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mobile-header.sticky {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Блокування скролу при відкритому меню */
body.menu-open {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*Большой слайдер*/
.home-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .home-slider .swiper-slide {
    height: 440px;
    min-height: 340px;
  }
}
.home-slider .swiper-slide .slide-content {
  width: 100%;
  display: block;
}
.home-slider .swiper-slide .slide-content .bl {
  float: left;
}
.home-slider .swiper-slide iframe {
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  box-shadow: 0 6px 24px #3C3835;
  box-sizing: border-box;
}
.home-slider .swiper-slide .form-video {
  background: #F6F9FB;
  padding: 20px;
  box-shadow: 0 6px 24px #3C3835;
  border-radius: 4px;
  max-width: 380px;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .home-slider .swiper-slide .form-video {
    max-width: 300px;
  }
}
.home-slider .swiper-slide .form-video form {
  padding-top: 20px;
}
.home-slider .swiper-slide .form-video h3 {
  font-family: "Roboto";
  font-weight: 700;
  color: white;
  background: #FE7728;
  text-align: center;
  border-bottom: 2px solid white;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px;
  border-radius: 4px 4px 0 0;
}
.home-slider .swiper-slide .form-video input#slide-name {
  background: url("img/user-icon.svg") 10px no-repeat;
  padding-left: 45px;
}
.home-slider .swiper-slide .form-video input#slide-phone {
  background: url("img/phone-icon.svg") 10px no-repeat;
  padding-left: 45px;
}
.home-slider .swiper-slide .form-video textarea,
.home-slider .swiper-slide .form-video input {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.home-slider .swiper-slide .form-video input[type=submit] {
  font-family: "Roboto";
  font-weight: 400;
  margin: 0 auto 10px;
}
.home-slider .swiper-slide .form-video .ajax-loader {
  display: none;
}
.home-slider .swiper-slide .form-video .ajax-loader.is-active {
  display: block;
}
.home-slider .swiper-slide .form-video .wpcf7-response-output {
  font-size: 12px;
  font-size: 0.75rem;
}
.home-slider .swiper-slide .slide-desk {
  background: rgba(252, 253, 254, 0.7);
  border-radius: 4px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 3px 12px #666666;
}
@media only screen and (max-width: 992px) {
  .home-slider .swiper-slide .slide-desk {
    padding: 10px;
  }
}
.home-slider .swiper-slide .slide-desk h2 {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #FE7728;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .home-slider .swiper-slide .slide-desk h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
  }
}
.home-slider .swiper-slide .slide-desk h2:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 7px;
  background-color: #49BC48;
  bottom: -10px;
  left: 50%;
  margin-left: -43px;
}
.home-slider .swiper-slide .slide-desk p.description {
  font-size: 22px;
  font-size: 1.375rem;
  color: #3C3835;
  padding-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .home-slider .swiper-slide .slide-desk p.description {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 0;
  }
}
.home-slider .swiper-slide .slide-desk a.popup-call-back {
  margin-top: 20px;
}
.home-slider .swiper-button-next.disabled,
.home-slider .swiper-button-prev.disabled,
.home-slider .swiper-pagination.disabled {
  display: none;
}

.w-auto {
  width: auto;
}
@media only screen and (max-width: 576px) {
  .w-auto {
    padding: 0 40px;
  }
}

/*Облако меток*/
.cloud {
  background: white;
}
.cloud h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #3C3835;
  text-align: center;
  margin: 40px 0 20px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .cloud h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.cloud h2:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 7px;
  background-color: #49BC48;
  bottom: -20px;
  left: 50%;
  margin-left: -43px;
}
.cloud p.desk {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Roboto";
  font-weight: 500;
  text-align: center;
  color: #666666;
  padding-top: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .cloud p.desk {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.cloud .tagcloud {
  padding: 0 40px 40px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .cloud .tagcloud {
    font-size: 80% !important;
    padding: 0 10px 40px;
  }
}
.cloud .tagcloud a {
  font-family: "Roboto";
  font-weight: 500;
  color: #49BC48;
  display: inline-block;
  margin: 0 12px;
  transition: all 0.2s linear;
}
.cloud .tagcloud a:hover {
  color: rgb(56.848, 152.988, 56.012);
}

/*Блок иконок с услугами*/
.service-icon {
  text-align: center;
  padding: 40px 0;
}
.service-icon h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #3C3835;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .service-icon h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.service-icon h2:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 7px;
  background-color: #49BC48;
  bottom: -20px;
  left: 50%;
  margin-left: -43px;
}
.service-icon img {
  max-width: 80px;
  transition: all 0.2s linear;
}
.service-icon img:hover {
  transform: scale(1.1);
}
.service-icon h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #3C3835;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .service-icon h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.service-icon h4 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #666666;
  margin: 20px 0 40px;
}
@media only screen and (max-width: 576px) {
  .service-icon h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*Произвольный текст*/
.free-text {
  font-weight: normal;
  padding: 30px 0 0;
}
.free-text h1, .free-text h2, .free-text h3, .free-text h4, .free-text h5, .free-text h6, .free-text strong {
  font-family: "Roboto";
  font-weight: 700;
}
.free-text .free-text-slide {
  display: none;
}
.free-text .free-text-slide img {
  max-width: 100%;
}

/*Таблица с ценами*/
.table-price {
  background: white;
  text-align: center;
  padding: 40px 0;
}
.table-price h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #3C3835;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .table-price h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.table-price h2:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 7px;
  background-color: #49BC48;
  bottom: -20px;
  left: 50%;
  margin-left: -43px;
}
.table-price table {
  text-align: left;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 25px;
}
.table-price table thead {
  color: white;
}
.table-price table thead th {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  background: #FE7728;
  margin: 10px;
  padding: 10px;
  border-left: 1px solid white;
}
.table-price table thead th:nth-child(1) {
  border-left: none;
}
@media only screen and (max-width: 576px) {
  .table-price table thead th:nth-child(3) {
    display: none;
  }
}
.table-price table tr:nth-child(odd) {
  background: #F6F9FB;
}
.table-price table tr td {
  margin: 10px;
  padding: 10px;
  border-left: 1px solid #CCCCCC;
}
.table-price table tr td:nth-child(1) {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto";
  font-weight: 700;
}
.table-price table tr td:nth-child(2) {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
.table-price table tr td:nth-child(3) {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .table-price table tr td:nth-child(3) {
    display: none;
  }
}
.table-price table tr td span {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #FE7728;
}
.table-price .go-price {
  text-align: right;
  padding: 10px 0;
}
.table-price .go-price a {
  text-decoration: underline;
}

/*Слайдер брендов*/
.brand {
  background: white;
  padding: 40px 0;
}
.brand .swiper-container-brand {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 30px;
}
.brand .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand .swiper-slide a {
  display: inline-block;
}
.brand .swiper-slide a img {
  max-width: 90%;
  transition: all 0.2s linear;
}
.brand .swiper-slide a img:hover {
  transform: scale(1.1);
}

/*Блок с отзывами*/
.review {
  padding: 40px 0 80px;
  background: white;
}
.review .swiper-container-review {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.review .swiper-container-review .swiper-pagination {
  bottom: -40px;
}
.review .swiper-slide {
  background: #F6F9FB;
  min-height: 150px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 300;
  color: #666666;
}
.review .swiper-slide:before {
  content: "";
  background: #49BC48;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 7px;
  right: 2px;
  transform: rotate(-45deg);
}
.review .swiper-slide:after {
  content: "";
  background: #49BC48;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 10px;
  right: 0;
  transform: rotate(-45deg);
}
.review .swiper-slide .quotes {
  background: #49BC48;
  color: white;
  width: 50px;
  height: 50px;
  margin: -15px auto 15px;
}
.review .swiper-slide .quotes i {
  line-height: 50px;
}
.review .swiper-slide h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto";
  font-weight: 700;
  position: relative;
  color: #3C3835;
}
.review .swiper-slide p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 300;
  color: #666666;
}

/*География обслуживания*/
.geography {
  background-size: cover;
  text-align: center;
  padding: 40px 0;
}
.geography h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #3C3835;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .geography h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.geography h2:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 7px;
  background-color: #49BC48;
  bottom: -20px;
  left: 50%;
  margin-left: -43px;
}
.geography ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  overflow: hidden;
  padding-bottom: 20px;
}
.geography ul li {
  width: 33%;
  padding: 10px 0;
  box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 992px) {
  .geography ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .geography ul li {
    width: 100%;
  }
}
.geography ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #666666;
  transition: all 0.2s linear;
}
.geography ul li a:hover {
  color: rgb(25.5, 25.5, 25.5);
}
.geography ul li a i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #49BC48;
  padding-right: 10px;
}

/*Карта обслуживания*/
.home-map {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 520px;
  border-top: 8px solid #49BC48;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-map {
    background-position: 34%;
  }
}
.home-map .wrap-form-map {
  background: #F6F9FB;
  border-radius: 50%;
  position: absolute;
  top: 54px;
  left: 38%;
  width: 260px;
  height: 260px;
  border: 6px solid #FE7728;
  box-shadow: 0 6px 24px #3C3835;
}
@media only screen and (max-width: 1024px) {
  .home-map .wrap-form-map {
    top: 54px;
    left: 27%;
  }
}
@media only screen and (max-width: 768px) {
  .home-map .wrap-form-map {
    top: 54px;
    left: 44%;
  }
}
@media only screen and (max-width: 576px) {
  .home-map .wrap-form-map {
    transform: scale(0.8);
    top: 70px;
    left: 36%;
  }
}
.home-map .wrap-form-map:before {
  content: "";
  border: 15px solid transparent;
  border-top: 25px solid #FE7728;
  position: absolute;
  transform: rotate(72deg);
  left: -32px;
  bottom: 64px;
}
.home-map .wrap-form-map .map-form {
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(254, 119, 40, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fe7728", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}
.home-map .wrap-form-map .map-form img {
  width: 160px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.home-map .wrap-form-map .map-form p {
  color: #666666;
  margin-bottom: 5px;
}
.home-map .wrap-form-map .map-form p strong {
  font-family: "Roboto";
  font-weight: 500;
  color: #3C3835;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget label {
  color: #666666;
}
.widget .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto";
  font-weight: 700;
  text-transform: uppercase;
  color: #3C3835;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #CCCCCC;
  position: relative;
}
.widget .widget-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #49BC48;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.widget ul {
  padding-left: 0;
  list-style: none;
}
.widget ul li {
  padding-left: 20px;
  position: relative;
}
.widget ul li:before {
  font-family: "FontAwesome";
  color: #49BC48;
  content: "\f105";
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 4px;
  transition: all 0.2s linear;
}
.widget ul li:hover:before {
  left: 5px;
}
.widget ul li a {
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px;
  transition: all 0.2s linear;
}
.widget ul li a:hover {
  text-decoration: none;
  color: #49BC48;
}

/*Виджет поиска*/
.widget_search form {
  position: relative;
}
.widget_search form .screen-reader-text {
  display: none;
}
.widget_search form label {
  width: 100%;
}
.widget_search form button[type=submit] {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  bottom: 18px;
  padding: 0;
}
.widget_search form button[type=submit]:hover {
  cursor: pointer;
}
.widget_search form button[type=submit]:hover i {
  color: rgb(56.848, 152.988, 56.012);
}
.widget_search form button[type=submit] i {
  font-size: 22px;
  font-size: 1.375rem;
  color: #49BC48;
  transition: all 0.2s linear;
}

/*Облако меток*/
.widget_tag_cloud .tagcloud {
  margin: 15px 0;
}
.widget_tag_cloud .tagcloud a {
  color: #666666;
  display: inline-block;
  border: 1px solid #49BC48;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 5px 10px;
  transition: all 0.2s linear;
}
.widget_tag_cloud .tagcloud a:hover {
  color: white;
  text-decoration: none;
  background: #49BC48;
}

/*Виджет календаря*/
.widget_calendar table {
  width: 100%;
  max-width: 400px;
}
.widget_calendar table caption {
  text-align: center;
  caption-side: top;
}
.widget_calendar table thead tr th {
  font-size: 16px;
  font-size: 1rem;
  color: #49BC48;
  text-align: center;
  padding: 0;
}
.widget_calendar table tr td {
  border: none;
  padding: 0;
  text-align: center;
}
.widget_calendar table tr td a {
  color: #666666;
}
.widget_calendar table tr td#today a {
  color: #337ab7;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article {
  color: #666666;
}
article .table-price {
  margin-left: -15px;
  margin-right: -15px;
  background: transparent;
  padding: 0;
}

.content-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*Индексная страница*/
.excerpt-grid {
  background: white;
  margin-bottom: 4.9em;
  box-shadow: 0 3px 12px #CCCCCC;
}
.excerpt-grid .post-img-grid {
  background: #CCCCCC;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .excerpt-grid .post-img-grid {
    width: 100%;
  }
}
.excerpt-grid .post-img-grid .post-thumbnail-grid {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.excerpt-grid .post-img-grid .post-thumbnail-grid:hover {
  text-decoration: none;
}
.excerpt-grid .post-img-grid .post-thumbnail-grid:hover img {
  transform: scale(1.05);
}
.excerpt-grid .post-img-grid .post-thumbnail-grid .noimage {
  text-align: center;
  color: white;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  display: block;
}
.excerpt-grid .post-img-grid .post-thumbnail-grid img {
  width: 100%;
  height: auto;
  transition: all 0.4s linear;
}
.excerpt-grid .post-img-grid .post-thumbnail-grid .wrap-sticky-grid {
  background: #FE7728;
  transform: rotate(-45deg);
  width: 150px;
  height: 70px;
  position: absolute;
  left: -50px;
  top: -10px;
  z-index: 2;
}
.excerpt-grid .post-img-grid .post-thumbnail-grid .wrap-sticky-grid .sticky-label-grid {
  font-family: "Roboto";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.excerpt-grid .post-img-grid .post-thumbnail-grid .posted-date-grid {
  background: rgba(102, 102, 102, 0.8);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  z-index: 2;
}
.excerpt-grid .post-img-grid .post-thumbnail-grid .posted-date-grid i {
  color: #49BC48;
  margin-right: 5px;
}
.excerpt-grid .post-img-grid .post-thumbnail-grid .posted-date-grid time {
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
}
.excerpt-grid .post-img-grid .post-thumbnail-grid .posted-date-grid:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 5px solid transparent;
  border-top: 5px solid #49BC48;
  border-right: 5px solid #49BC48;
}
@media only screen and (max-width: 768px) {
  .excerpt-grid .post-img-grid .post-thumbnail-grid .posted-date-grid:before {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #49BC48;
    border-left: 5px solid #49BC48;
  }
}
@media only screen and (max-width: 768px) {
  .excerpt-grid .post-img-grid .post-thumbnail-grid .posted-date-grid {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
  }
}
.excerpt-grid .post-excerpt-grid {
  padding: 0 20px 20px;
  border: 1px solid #CCCCCC;
  border-top: none;
}
.excerpt-grid .post-excerpt-grid .entry-title-grid {
  margin: 0;
}
.excerpt-grid .post-excerpt-grid .entry-title-grid a {
  font-family: "Roboto";
  font-weight: 700;
  color: #666666;
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 20px 0 0;
}
.excerpt-grid .post-excerpt-grid .entry-title-grid a:hover {
  text-decoration: none;
  color: #337ab7;
}
.excerpt-grid .post-excerpt-grid .entry-meta-grid span {
  margin-right: 15px;
}
.excerpt-grid .post-excerpt-grid .entry-meta-grid span i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
  color: #49BC48;
}
.excerpt-grid .post-excerpt-grid .entry-meta-grid span a {
  font-size: 12px;
  font-size: 0.75rem;
}
.excerpt-grid .post-excerpt-grid .entry-meta-grid span a:hover {
  text-decoration: none;
}
.excerpt-grid .post-excerpt-grid .entry-content-grid {
  margin: 0;
  padding: 15px 0;
}
.excerpt-grid .post-excerpt-grid .entry-content-grid p {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  margin-bottom: 0;
}

/*Пагинация сайта*/
.pagination {
  width: 100%;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 40px;
  }
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links .page-numbers {
  color: #666666;
  display: inline-block;
  line-height: 36px;
  padding: 0 15px;
  border: 1px solid #49BC48;
  margin: 0 8px;
  transition: all 0.3s linear;
}
.pagination .nav-links .current {
  background: #49BC48;
  color: white;
}
.pagination .nav-links a:hover {
  text-decoration: none;
  background: #49BC48;
  color: white;
}

/*Внутренняя страница поста*/
.post {
  background: white;
  padding: 20px;
  margin-bottom: 2.45em;
  border-radius: 4px;
  box-shadow: 0 3px 12px #CCCCCC;
}
.post .entry-title-single {
  font-family: "Roboto";
  font-weight: 700;
  color: #666666;
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.post .entry-meta-single {
  margin-bottom: 25px;
}
.post .entry-meta-single span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 15px;
}
.post .entry-meta-single span i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
  color: #49BC48;
}
.post .entry-meta-single span a {
  font-size: 12px;
  font-size: 0.75rem;
}
.post .entry-meta-single span a:hover {
  text-decoration: none;
}
.post .entry-content-single p {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.post .entry-content-single p a {
  color: #FE7728;
  transition: all 0.2s linear;
}
.post .entry-content-single p a:hover {
  color: rgb(191.1111111111, 71.1111111111, 0.8888888889);
}
.post .entry-content-single blockquote {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  border-left: 4px solid #FE7728;
  padding-left: 15px;
}
.post .entry-content-single img {
  margin-bottom: 15px;
  max-width: 100%;
}

/*Одиночная страница*/
.page .entry-header-single {
  text-align: center;
}
.page .entry-header-single .entry-title-single {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Roboto";
  font-weight: 700;
  margin-bottom: 40px;
  color: #666666;
  position: relative;
}
.page .entry-header-single .entry-title-single:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 7px;
  background-color: #49BC48;
  bottom: -10px;
  left: 50%;
  margin-left: -43px;
}
@media only screen and (max-width: 576px) {
  .page .entry-header-single .entry-title-single {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

/*Блок иконок с услугами*/
.service-icon-page {
  text-align: center;
  margin-top: -40px;
  padding: 40px 0;
  margin-bottom: 40px;
  background: white;
}
.service-icon-page .entry-title-icons {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #3C3835;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .service-icon-page .entry-title-icons {
    font-size: 32px;
    font-size: 2rem;
  }
}
.service-icon-page .entry-title-icons:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 7px;
  background-color: #49BC48;
  bottom: -20px;
  left: 50%;
  margin-left: -43px;
}
.service-icon-page img {
  max-width: 140px;
}
.service-icon-page h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #3C3835;
  margin-bottom: 20px;
}
.service-icon-page h4 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #666666;
  margin: 20px 0;
}

/*Архивная страница*/
.arch {
  margin-bottom: 2.45em;
  padding: 0;
}
.arch .post-img-grid {
  background: none;
}
.arch .post-img-grid .post-thumbnail-grid {
  background: none;
  margin: 20px 0 20px 20px;
}
@media only screen and (max-width: 992px) {
  .arch .post-img-grid .post-thumbnail-grid {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.arch .post-img-grid .post-thumbnail-grid img {
  height: 210px;
}
@media only screen and (max-width: 992px) {
  .arch .post-img-grid .post-thumbnail-grid img {
    height: auto;
  }
}
.arch .post-excerpt-grid {
  border: none;
  padding: 0 20px 20px 20px;
}

.arch-big {
  padding: 0;
}

/*Страница комментариев*/
.header-comments {
  margin-bottom: 30px;
  border-radius: 4px;
  background: rgba(204, 204, 204, 0.6);
  padding: 20px;
  position: relative;
}
.header-comments:before {
  content: "";
  background: #49BC48;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 7px;
  right: 2px;
  transform: rotate(-45deg);
}
.header-comments:after {
  content: "";
  background: #49BC48;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 10px;
  right: 0;
  transform: rotate(-45deg);
}
.header-comments .title-comments {
  color: #3C3835;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid white;
}
.header-comments .entry-header-single .entry-title-single {
  margin-bottom: 20px;
}
.header-comments .entry-content-comments {
  padding-top: 20px;
  color: #666666;
}

.comment-name h3 .rate {
  padding-left: 15px;
}

/*Страница контактов*/
.page-contact-form {
  margin-top: 40px;
}

.sertificat {
  margin-bottom: 40px;
  padding: 20px 20px 30px;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
}
.sertificat h2 {
  margin-bottom: 20px;
  text-align: center;
}
.sertificat ul li {
  margin-bottom: 20px;
}
.sertificat p.skobka {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 1.2;
  color: grey;
  text-align: center;
  position: relative;
  padding: 0 40px;
}
.sertificat p.skobka:before {
  content: "";
  background: url("img/skobka-left.png") center no-repeat;
  background-size: contain;
  width: 17px;
  height: 92px;
  position: absolute;
  top: 0;
  left: 0;
}
.sertificat p.skobka:after {
  content: "";
  background: url("img/skobka-right.png") center no-repeat;
  background-size: contain;
  width: 17px;
  height: 92px;
  position: absolute;
  top: 0;
  right: 0;
}
.sertificat .gall {
  text-align: center;
}

/*Региональная страница*/
.region-map-excerpt iframe {
  height: 210px;
}

.region-page {
  margin-bottom: 40px;
}
.region-page .entry-header-single {
  text-align: center;
}
.region-page .entry-header-single .entry-title-single {
  font-size: 32px;
  font-size: 2rem;
  color: #666666;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .region-page .entry-header-single .entry-title-single {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.region-page .entry-header-single .region-map {
  margin-bottom: 15px;
}
.region-page .entry-header-single .region-map iframe {
  width: 100%;
}

.region-form {
  background: url("img/remont-man.png") left bottom no-repeat;
  border: 2px solid #CCCCCC;
  margin-top: 30px;
  padding: 60px 20px 20px;
  border-radius: 4px;
  position: relative;
}
.region-form:before {
  content: "";
  background: url("img/kosaya.png") repeat-x;
  background-size: contain;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}
.region-form h2 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #49BC48;
  font-style: italic;
}
@media only screen and (max-width: 576px) {
  .region-form textarea,
  .region-form input {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
}

/*Страница 404*/
.error404 {
  text-align: center;
}
.error404 h1 {
  font-size: 64px;
  font-size: 4rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #FE7728;
}
.error404 h2 {
  color: #666666;
}

/*Таблица на дивах*/
.divTable {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .divTable {
    display: block;
  }
}

.divTableRow {
  display: table-row;
}
@media only screen and (max-width: 576px) {
  .divTableRow {
    display: block;
  }
}

.divTableHeading {
  display: table-header-group;
}
@media only screen and (max-width: 576px) {
  .divTableHeading {
    display: block;
  }
}

.divTableCell, .divTableHead {
  display: table-cell;
  padding: 3px 10px;
}
.divTableCell h1, .divTableCell h2, .divTableCell h3, .divTableCell h4, .divTableCell h5, .divTableCell h6, .divTableHead h1, .divTableHead h2, .divTableHead h3, .divTableHead h4, .divTableHead h5, .divTableHead h6 {
  display: block;
}
@media only screen and (max-width: 576px) {
  .divTableCell, .divTableHead {
    width: 100%;
    display: block;
  }
}

.divTableHeading {
  display: table-header-group;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .divTableHeading {
    display: block;
  }
}

.divTableFoot {
  display: table-footer-group;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .divTableFoot {
    display: block;
  }
}

.divTableBody {
  display: table-row-group;
}
@media only screen and (max-width: 576px) {
  .divTableBody {
    display: block;
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*Блок комментариев*/
.comment-content a {
  word-wrap: break-word;
}

/*Comments list*/
.bypostauthor {
  display: block;
}

.comment-area .comment-title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #666666;
  margin-bottom: 30px;
}
.comment-area .commentlist {
  padding-left: 0;
}
.comment-area .comment-box {
  background: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 3px 12px #CCCCCC;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
}
.comment-area .comment-box figure {
  margin-top: 0;
}
.comment-area .comment-box figure img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .comment-area .comment-box figure {
    float: none;
  }
}
.comment-area .comment-box .comment-inner {
  padding: 10px;
  width: 100%;
}
.comment-area .comment-box .comment-inner a {
  color: #FE7728;
}
.comment-area .comment-box .comment-inner .comment-name {
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  padding-bottom: 5px;
}
.comment-area .comment-box .comment-inner .comment-name:after {
  content: "";
  width: 150px;
  height: 1px;
  background: #49BC48;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.comment-area .comment-box .comment-inner .comment-name h3 {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0;
}
.comment-area .comment-box .comment-inner .comment-name .comment-info {
  font-family: "Roboto";
  font-weight: 300;
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  float: right;
}
.comment-area .comment-box .comment-inner .comment-name .comment-info i {
  color: #49BC48;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .comment-area .comment-box .comment-inner .comment-name .comment-info {
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .comment-area .comment-box .comment-inner {
    margin-left: 0;
  }
}
.comment-area .comment-box p {
  color: #666666;
  margin: 10px 0;
}
.comment-area .comment-box .comment-reply-link {
  color: #FE7728;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 300;
  text-decoration: underline;
  padding-left: 10px;
  transition: all 0.2s linear;
  position: relative;
}
.comment-area .comment-box .comment-reply-link:before {
  content: "\f112";
  font-family: "FontAwesome";
  position: relative;
  left: -5px;
}
.comment-area .comment-box .comment-reply-link:hover {
  text-decoration: none;
  color: rgb(191.1111111111, 71.1111111111, 0.8888888889);
}
.comment-area .comment-box .comment-reply-link i {
  padding-right: 5px;
}
.comment-area .children {
  margin-left: 50px;
  padding-left: 0;
}
@media only screen and (max-width: 480px) {
  .comment-area .children {
    margin-left: 20px;
  }
}
.comment-area .comment-navigation {
  margin: 0 0 2.45em;
}
.comment-area .comment-navigation h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.comment-area .comment-navigation .nav-links {
  overflow: hidden;
}
.comment-area .comment-navigation .nav-links .nav-previous a,
.comment-area .comment-navigation .nav-links .nav-next a {
  font-size: 16px;
  font-size: 1rem;
  color: #FE7728;
  transition: all 0.2s linear;
}
.comment-area .comment-navigation .nav-links .nav-previous a:hover,
.comment-area .comment-navigation .nav-links .nav-next a:hover {
  color: rgb(191.1111111111, 71.1111111111, 0.8888888889);
}
.comment-area .comment-navigation .nav-links .nav-previous {
  float: left;
}
.comment-area .comment-navigation .nav-links .nav-next {
  float: right;
}

/*Comment form*/
.comment-form {
  margin-bottom: 40px;
}
.comment-form .comment-title h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.comment-form button {
  background: #49BC48;
  color: white;
  text-decoration: none;
  display: block;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.comment-form button:focus {
  outline: none;
}
.comment-form button:hover {
  background: rgb(56.848, 152.988, 56.012);
  color: white;
  cursor: pointer;
}
.comment-form a {
  color: #FE7728;
  transition: all 0.2s linear;
}
.comment-form a:hover {
  color: rgb(191.1111111111, 71.1111111111, 0.8888888889);
}

.default-form input {
  width: 100%;
  margin-bottom: 20px;
}
.default-form input[name=author] {
  background: white url("img/user-icon.svg") 10px no-repeat;
  padding-left: 45px;
  margin-bottom: 0;
}
.default-form input[name=email] {
  background: white url("img/mail-icon.svg") 10px no-repeat;
  padding-left: 45px;
  margin-bottom: 0;
}
.default-form textarea {
  margin-bottom: 20px;
  display: block;
}
.default-form button[type=submit] {
  margin: 0;
  width: auto;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
  font-size: 0;
  margin-bottom: 1.5em;
}

.gallery-item {
  outline: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
}
.gallery-item figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 300;
}
.gallery-item a {
  outline: none;
}
.gallery-item a img {
  height: 200px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*Банер с кнопкой контактов*/
.contact-us {
  background: #49BC48;
  width: 100%;
  padding: 30px 0;
}
.contact-us p {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 28px;
  font-size: 1.75rem;
  color: #FCFDFE;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact-us {
    text-align: center;
  }
  .contact-us .popup-call-back {
    margin-top: 15px;
  }
}

/*Кнопка наверх*/
#toTop {
  width: 40px;
  height: 40px;
  border: 2px solid #49BC48;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 60px;
  right: 50px;
  cursor: pointer;
  color: #49BC48;
  text-decoration: none;
  z-index: 99;
  transition: all 0.2s linear;
}
#toTop:hover {
  background: #49BC48;
  color: white;
  bottom: 54px;
}
#toTop i {
  font-size: 32px;
  font-size: 2rem;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  #toTop {
    right: 10px;
    bottom: 10px;
  }
}

/*Футер сайта*/
.site-footer {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 2.45em;
}
.site-footer:before {
  background: rgba(38, 44, 49, 0.95);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.site-footer .footer-social {
  text-align: center;
}
.site-footer .footer-social ul {
  list-style: none;
  padding-left: 0;
}
.site-footer .footer-social ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 1px solid #FCFDFE;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.site-footer .footer-social ul li a {
  line-height: 40px;
  display: block;
  text-align: center;
}
.site-footer .footer-social ul li a i {
  color: #FCFDFE;
  line-height: 40px;
  vertical-align: middle;
}
.site-footer .footer-social ul li:hover {
  background: #FCFDFE;
}
.site-footer .footer-social ul li:hover a i {
  color: #49BC48;
}
.site-footer .footer-widget {
  margin: 0 0 2.45em;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-widget .widget {
  color: #CCCCCC;
  margin: 0 15px;
  min-width: 200px;
}
.site-footer .footer-widget .widget.widget_nav_menu ul li {
  margin-bottom: 5px;
}
.site-footer .footer-widget .widget.widget_text {
  width: 22%;
}
.site-footer .footer-widget .widget .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #FCFDFE;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .site-footer .footer-widget .widget {
    width: 45%;
  }
}
@media only screen and (max-width: 576px) {
  .site-footer .footer-widget .widget {
    width: 90%;
  }
}
.site-footer .footer-widget .widget a {
  color: #CCCCCC;
}
.site-footer .footer-widget ul li a {
  color: #CCCCCC;
  padding: 2px;
}
.site-footer .footer-widget ul li:hover a {
  color: #49BC48;
}
.site-footer .footer-widget ul li strong {
  font-family: "Roboto";
  font-weight: 700;
}
.site-footer .footer-widget .tagcloud a:hover {
  color: white;
}
.site-footer .footer-contact ul li {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 0 0;
  display: flex;
  align-items: center;
}
.site-footer .footer-contact ul li:before {
  content: "";
}
.site-footer .footer-contact ul li:first-child {
  padding-top: 0;
}
.site-footer .footer-contact ul li i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #49BC48;
  margin-right: 20px;
}
.site-footer .footer-contact ul li img {
  width: 20px;
  margin-right: 20px;
}
.site-footer .footer-copy {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  background: #23272C;
}
.site-footer .footer-copy .copy {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
}
.site-footer .footer-copy .copy span,
.site-footer .footer-copy .copy p {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */
