/*
Theme Name: Gravity
Theme URI: https://reklama-gravity.ru/
Description: РПК "Гравитация"
Author: enc0ded.enable@gmail.com
Author URI:
Version: 3.0
*/

@font-face {
  font-family: DinPro;
  src: local('DinPro Regular'), url(/wp-content/themes/gravity/fonts/fontscore.com_d-dinproregular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.last-changes-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tagh ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tagh ul li.sa {
  position: relative;
  margin-bottom: 15px;
  line-height: 15px;
  display: contents;
  width: auto;
}
.last-changes-item a {
  color: #fff;
  box-shadow: 0px 0px 9px 0px #b3b3b3;
  background: #000000a8;
  padding: 5px 10px;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 7px;
  display: inline-flex;
}
.last-changes-item a:hover {
  color: #000;
}
.tagh ul li:nth-of-type(n + 5) {
  display: none;
}
.tagh ul li a {
  color: #000;
}
.last-changes-item .date {
  margin-left: 12px;
  font-family: 'Droid Serif';
  font-size: 13px;
  font-style: italic;
  color: #999;
  white-space: nowrap;
}
.tagh ul li a {
  background: #ffcf0c;
  padding: 5px 10px;
  border: 1px solid #cec6c6;
  border-radius: 7px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  width: fit-content;
  float: left;
}
.st-tag-cloud {
  display: flex;
}
.show-hide-btn,
.show-hide-btn1 {
  background: inherit;
  color: #333;
  display: none;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.show-hide-btn:hover,
.show-hide-btn1:hover {
  background: inherit;
  color: #333 !important;
  display: block;
  margin: 10px 0;
  cursor: pointer;
}
.show-hide-btn .fa,
.show-hide-btn1 .fa {
  margin-left: 5px;
  font-size: 13px;
}
.tagh ul li:nth-child(n + 5) {
  display: none;
}

@media (max-width: 680px) {
  .tagh ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    display: flow-root;
    width: 100%;
  }
}

.fancybox-container {
  z-index: 9999999;
}


#site-header div div,
html {
  position: relative;
}
#menu-side-left table,
.img-responsive,
.tinynav {
  width: 100%;
}
html {
  min-height: 100%;
}
body {
  font-family: DinPro;
  font-size: 15px;
  -ms-overflow-style: scrollbar;
  user-select: none;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.canselect {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
@media print {
  body {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .container__wide{
    max-width: 1250px;
    width: 100%;
    background-color: #fff;
  }
}
.victory-day #wrap-container {
  background: url(images/victory.jpg) center 311px no-repeat;
}
.newyear #wrap-container {
  background: url(images/bg-newyear.jpg) center 311px no-repeat;
}
.womans-day #wrap-container {
  background: url(images/bg-womansday.jpg) center 311px no-repeat;
}
.womans-day_theme2 #wrap-container {
  background: url(images/bg-womansday2.jpg) center 311px no-repeat;
}
h1 {
  margin-top: 8px;
}
.popover-box {
  text-align: center;
  color: #333;
}
.popover-title {
  color: #333;
}
#site-header {
  position: fixed;
  background: #fff;
  border-bottom: 5px #ffcf0c solid;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 999;
  margin-bottom: 0;
}
#site-header #logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
#site-header #logo > img {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
#site-header #logo > img:hover {
  transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
}
#site-header #nav .active a {
  background: #ffcf0c;
}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dropdown {
  position: relative;
  z-index: 597;
  float: left;
}
ul.dropdown li {
  float: left;
  transition: background 0.1s ease;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
}
ul.dropdown ul li,
ul.dropdown-vertical li {
  float: none;
}
ul.dropdown li > a,
ul.dropdown li > span {
  display: block;
  height: 50px;
  line-height: 20px;
  padding: 15px;
  color: #777;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
  background: #ffcf0c;
}
ul.dropdown ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
}
ul.dropdown ul ul,
ul.dropdown-vertical ul {
  top: 1px;
  left: 99%;
}
ul.dropdown li:hover > ul {
  visibility: visible;
}
ul.dropdown li a:hover {
  text-decoration: none;
  color: #333;
}
ul.dropdown li.dir > ul {
  min-width: 190px;
}
ul.dropdown li.dir ul li {
  border-left: #ffcf0c 4px solid;
  border-bottom: #ddd 1px solid;
}
ul.dropdown li.dir ul li > a,
ul.dropdown li.dir ul li > span {
  height: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  ul.dropdown li > a,
  ul.dropdown li > span {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 992px) {
  #site-header #logo > img {
    max-width: 100%;
  }
  ul.dropdown li > a,
  ul.dropdown li > span {
    padding: 15px;
  }
}
#page-content-container {
  z-index: 1;
}
.sidemenu-container hr {
  z-index: 0;
  margin-top: 20px;
  margin-bottom: 5px;
}
.menu-side-left-container {
  position: relative;
  display: block;
  vertical-align: middle;
}
#menu-side-left .container-fluid {
  padding: 0;
}
#menu-side-left ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
#menu-side-left .menu-side-left-holder,
#menu-side-left .menu-side-left-title {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  vertical-align: middle;
}
#menu-side-left .menu-side-left-holder {
  text-align: center;
  width: 40px;
}
#menu-side-left > li:first-child {
  border-top: 1px solid #eee;
}
#menu-side-left a,
#menu-side-left .menu__item {
  display: block;
  padding: 10px 5px 10px 7px;
  color: #000;
}
#menu-side-left a {
  text-decoration: none;
  cursor: pointer;
}
#menu-side-left .menu__item {
  background: #f9f9f9;
  border-left: 3px solid #ffcf0c;
}
#menu-side-left .menu-side-left-holder a {
  padding-left: 10px;
  padding-right: 10px;
}
#menu-side-left .menu-side-left-title a:hover {
  background: #f9f9f9;
  border-left: 3px solid #ffcf0c;
}
#menu-side-left .menu-side-left-holder a:hover,
#menu-side-left .menu-side-left-holder:hover,
#menu-side-left li.open .menu-side-left-holder {
  background: #f9f9f9;
}
#menu-side-left ul a {
  padding-left: 15px;
  background: #f9f9f9;
  color: #5c5c5c;
}
#menu-side-left ul a:hover {
  background: #e2e2e2;
  color: #5c5c5c;
}
#site-subheader {
  display: block;
  position: relative;
  top: 4px;
  background: #333;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#site-subheader #hs-progressbar-contaner {
  background: #555;
  height: 4px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#site-subheader #hs-progressbar {
  background: #ffcf0c;
  height: 4px;
  width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
#site-subheader .nivo-nextNav,
#site-subheader .nivo-prevNav {
  display: none;
  margin: 15px;
  height: 51px;
  width: 51px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #ededed;
  text-align: center;
}
#site-subheader .fa {
  color: #ededed;
  line-height: 47px;
  font-size: 20px;
}
#breadcrumbs-container {
  padding-top: 50px;
}
.main-container > .container {
  background: #fff;
}
.main_services {
  color: #fff;
}
#tbl-services td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  border-top: none;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(images/billboard32.jpg);
}
#tbl-services.brandmauer td {
  background-image: url(images/brandmauer32.png);
}
#main-container .col-md-4 .h2 {
  display: block;
  color: #000;
  padding: 5px 8px;
  border-left: 5px #ffcf0c solid;
  background: linear-gradient(to left, #fff 50%, #ffcf0c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#main-container .col-md-4 .h2:hover {
  background-position: left bottom;
}
#main-container .col-md-4 .h2 a:hover {
  text-decoration: none;
}
#main-container .col-md-4 {
  margin-bottom: 20px;
}
#main-container .col-md-4 p {
  text-align: left;
}
#main-container .col-md-4 ul {
  padding-left: 20px;
}
#main-container .col-md-4 hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#main-container .col-md-4 .col-sm-8 a {
  display: block;
}
#main-container.page-single .row {
  padding: 0 16px;
  margin-bottom: 20px;
}
#main-container .page-header {
  margin-top: 0;
  margin-bottom: 5px;
}
#main-container.page-single .postmetadata-item {
  float: left;
  margin-right: 15px;
}
#main-container.page-single .postmetadata-item .fa {
  margin-right: 5px;
  color: #aaa;
}
#main-container.page-news .news-item .news-header {
  margin-bottom: 5px;
}
#main-container.page-news .news-item .news-header h2 a {
  display: block;
  color: #2a6496;
  font-size: 20px;
  border-left: 5px #ffcf0c solid;
  padding: 5px 8px;
  text-decoration: underline;
  background: linear-gradient(to left, #fff 50%, #ffcf0c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#main-container.page-news .news-item .news-header h2 a:hover {
  color: #000;
  text-decoration: none;
  background-position: left bottom;
}
#main-container.page-news .pager a {
  color: #333;
  border-radius: 4px;
}
#main-container.page-order .required-asterisk {
  color: #c43b1d;
  font-size: 18px;
}
#main-container.page-order ul.dropdown-menu-form {
  padding: 5px 3px 0;
  max-height: 300px;
  overflow-y: scroll;
  margin-left: 15px;
}
#main-container.page-order .dropdown .btn {
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
}
#advantages .col,
#enc0ded-reviews-block .reviews-block-toolbar a,
#work-plan .col,
.review-gallery {
  text-align: center;
}
#main-container.page-order .has-error .dropdown .btn {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#main-container.page-order .additional-info-btn {
  display: none;
}
#main-container.page-order #form-success-msg {
  display: none;
  max-width: 100%;
  height: auto;
}
#main-container.page-order #form-success-msg img {
  max-width: 790px !important;
  margin: 0 auto;
}
#main-container.page-order .form-group .btn-group,
#main-container.page-order .form-group .error-block,
#main-container.page-order .form-group .help-block,
#main-container.page-order .form-group label {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}
#main-container.page-order .form-group .input-group {
  padding-right: 15px;
  padding-left: 15px;
}
#main-container.page-order .form-group .btn-group {
  float: left;
}
#main-container.page-order .form-group > label {
  font-size: 18px;
}
#main-container.page-order .input-other {
  margin-top: 15px;
}
#main-container.page-order input::-webkit-input-placeholder,
#main-container.page-order textarea::-webkit-input-placeholder {
  color: #555;
}
#main-container.page-order input:-moz-placeholder,
#main-container.page-order textarea:-moz-placeholder {
  color: #555;
}
.yashare-auto-init {
  height: 30px;
}
#site-footer {
  display: block;
  margin-top: 40px;
  padding: 25px 0;
  background: #333;
  border-top: 5px #ffcf0c solid;
  color: #ddd;
  font-size: 13px;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
}
#site-footer a {
  color: #ddd;
  border: 0;
  overflow-wrap: anywhere;
}
#site-footer a:hover {
  text-decoration: none;
  color: #fff;
}
#site-footer .contacts table {
  border: 1px solid #444;
}
#site-footer .contacts table td,
#site-footer .contacts table tr {
  border: none;
}
#site-footer .contacts table td {
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 3px;
}
#site-footer .contacts table td.first {
  color: #ffcf0c;
  width: 80px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
#site-footer table td.copyright {
  border-top: 1px solid #444;
  padding: 8px;
  color: #fff;
}
#site-footer .copyright a {
  color: #ffcf0c;
}
#site-footer .link-list {
    margin-bottom: 10px;
}
#site-footer .link-list ul {
  margin: 0;
  padding: 0;
}
#site-footer .link-list > a,
#site-footer .link-list > #menu-footer-services > li > a{
  display: block;
  margin-top: 5px;
  color: #ffcf0c;
  font-size: 12px;
}
#site-footer .link-list li {
  list-style-type: none;
  line-height: 21px;
}
.brdimg {
  margin: 5px;
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.oldie #coopinfo-carousel {
  display: none;
}
#coopinfo-carousel {
  position: relative;
  overflow: hidden;
}
#coopinfo-carousel h3 {
  margin-bottom: 30px;
}
#coopinfo-carousel .jcarousel-container {
  margin-bottom: 5px;
}
#coopinfo-carousel ul {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
#coopinfo-carousel li {
  float: left;
  margin: 10px 20px 10px 0px;
}
.actions-plugin {
  position: fixed;
  bottom: 140px;
  left: 0;
  z-index: 9999;
}
.actions-plugin #actions-accordion {
  display: none;
  padding: 5px;
  background: #fff;
  width: 400px;
  border-top: 5px #aa1212 solid;
}
.actions-plugin #actions-plugin-title a,
.actions-plugin .panel-default,
.actions-plugin .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.actions-plugin #actions-plugin-title a {
  padding: 10px 0;
  background: #9c1111;
  color: #fff;
  width: 36px;
}
.actions-plugin #actions-plugin-title a:hover {
  background: #aa1212;
}
.actions-plugin #actions-plugin-title a div.letter {
  display: block;
  width: 36px;
  height: 12px;
  line-height: 12px;
  font-family: Tahoma, Verdana;
  font-size: 16px;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}
.actions-plugin #actions-plugin-title a div.sep {
  margin: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 12px;
}
.alignleft {
  float: left;
  margin-right: 12px;
}
.review-item .review-content {
  position: relative;
  padding: 10px;
}
.review-item .review-author {
  padding-left: 20px;
  overflow: hidden;
  clear: both;
}
.review-item .review-author span {
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
  float: left;
}
.review-item .review-author a {
  float: right;
}
.review-content {
  overflow: hidden;
  clear: both;
}
.review-gallery a {
  display: inline-block;
  margin-left: 5px;
}
.review-gallery img {
  max-height: 240px;
  margin-top: 5px;
  padding: 4px;
  border: 1px solid #ddd;
}
.review-gallery a:hover img {
  background: #ffcf0c;
  border: 1px solid #ffcf0c;
}
.actions-plugin-new {
  position: fixed;
  left: 15px;
  bottom: 16px;
  width: 60px;
  height: 60px;
  background-color: #a91312;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 99999999;
}
.actions-plugin-new__link {
  display: block;
  width: 100%;
  height: 100%;
}
.actions-plugin-new i {
  color: #fff;
  line-height: 59px;
  font-size: 32px;
}
.actions-plugin-new__modal .modal-header {
  background-color: #a91312;
  color: #fff;
}
.actions-plugin-new__modal .close {
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  color: #fff;
}
.actions-plugin-new__modal.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 9999999999;
}
.actions-plugin-new__modal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.actions-plugin-new__modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .actions-plugin-new {
    left: 22px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }
  .actions-plugin-new i {
    line-height: 47px;
    font-size: 25px;
  }
}
#enc0ded-reviews-block {
  margin-top: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
#enc0ded-reviews-block .reviews-block-header {
  padding: 10px 15px;
  background: #4184f3;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}
#enc0ded-reviews-block .reviews-block-content {
  padding: 10px 15px;
}
#enc0ded-reviews-block .reviews-block-author {
  padding: 0 15px 10px 20px;
  font-size: 13px;
  font-weight: 700;
}
#enc0ded-reviews-block .reviews-block-toolbar a {
  border-top: 1px solid #eee;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 10px 15px;
}
#advantages h3,
#work-plan h3 {
  margin-bottom: 35px;
}
#enc0ded-reviews-block .reviews-block-toolbar a:hover {
  background-color: #e6e6e6;
  border-color: #ddd;
}
#enc0ded-reviews-block .reviews-block-toolbar a:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#enc0ded-reviews-block .reviews-block-btn-all {
  width: 100%;
}
#enc0ded-reviews-block .reviews-block-btn-all a {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
#enc0ded-reviews-block .reviews-block-btn-next,
#enc0ded-reviews-block .reviews-block-btn-view {
  width: 40px;
}
.workplan__title,
.advantages__title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;

}
.workplan__items,
.advantages__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.workplan__item,
.advantages__item {
    text-align: center;
    width: 33%;
}
.workplan__icon,
.advantages__icon {
  font-size: 60px;
}
.workplan__icon {
  color: #ffcf0c;
}
.advantages__icon {
  color: #f39856;
}
.workplan__name,
.advantages__name {
  font-size: 14px;
  margin: 10px 0;
}
@media (min-width: 992px) {
    .workplan__title,
    .advantages__title {
      font-size: 24px;
        text-align: left;
    }
    .workplan__item,
    .advantages__item {
        width: 16%;
    }
    .workplan__name,
    .advantages__name {
      font-size: 18px;
    }
}

#advantages i {
  color: #f39856;
  font-size: 60px;
}
#advantages h4 {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 991px) {
  #nav {
    display: none;
  }
  #site-header #logo {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #site-header #logo > img {
    max-width: 216px;
    max-height: 135px;
    height: 70%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }
  #site-header #logo > img:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
}
@media (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
  }
  #site-header > div > div {
    text-align: center;
  }
  .coopinfo-carousel,
  .hidden-phone {
    display: none;
  }
  #site-header {
    position: relative;
    background: #fff;
    border-bottom: 5px #ffcf0c solid;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    z-index: 999;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #breadcrumbs-container {
    padding-top: 70px;
  }
  .coopinfo-carousel {
    display: none;
  }
  #site-subheader {
    top: 55px;
  }
}
@media (min-width: 992px) {
  #breadcrumbs-container {
    padding-top: 40px;
  }
  .coopinfo-carousel {
    display: none;
  }
  #site-subheader {
    top: 30px;
  }
}
@media (min-width: 1200px) {
  #site-subheader {
    top: 4px;
  }
}
max-width: 340px;

.wpcf7 {
  width: 100%;
}
.wpcf7-form-control,
.rg-form__control {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  height: 50px;
  border: 0px solid #ccc;
  font-weight: bold;
  color: #333;
  width: 100%;
  margin-bottom: 15px;
  padding: 6px 12px;
  background-color: #fff;
  border-radius: 4px;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.wpcf7-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.wpcf7 .btn {
  display: block;
  font-weight: bold;
  color: #333;
  background-color: #ffd032;
  height: 50px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  border: 0px solid #ccc;
  margin: 0 auto;    
}
.wpcf7 form br {
  display: none;
}
.wpcf7 form p {
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
  padding: 15px; 
  margin: 0 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: inline-block;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.wpcf7 form .wpcf7-not-valid {
  border: 1px solid #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  margin-bottom: 5px;
}
.wpcf7 form .wpcf7-not-valid-tip {
  margin-bottom: 15px;
}
.modal {
  z-index: 99999;
}
.modal-dialog {
  display: flex;
  align-items: center;
}
.modal-content {
  margin: 0 auto;
}
.admin-bar .modal {
  padding-top: 45px;
}
.portfolio-trigger {
  display: block;
}
.portfolio__items {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  clear: both;
  justify-content: space-between;
}
.portfolio__item {
  padding: 0 7px;
}
.portfolio__item:first-child {
  padding-left: 0;
}
.portfolio__item:last-child {
  padding-right: 0;
}
.protfolio-gallery {
  display: flex;
  flex-wrap: wrap;
}
.protfolio-gallery__item {
  margin: 5px;
  width: calc(100% / 2 - 10px);
}
.protfolio-gallery__item .thumbnail {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .protfolio-gallery__item {
    width: calc(100% / 3 - 10px);
  }
}
@media (min-width: 992px) {
  .protfolio-gallery__item {
    width: calc(100% / 4 - 10px);
  }
}
#lightbox {
  z-index: 999999 !important;
}

.faq {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 30px 15px 30px;
    margin: 30px 0;    
}
.faq__header {
    font-size: 20px;    
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.faq__body {    
    display: flex;
    flex-wrap: wrap;
}
.faq__questions {
    width: 100%;
}
.faq__form-container {
    width: 100%;
    padding: 0 20px 0 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.faq__form-header {
    font-size: 20px;    
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
}

.faq__list {
    list-style: none;
    padding-left: 0;
}
.faq__item {
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    background: #fff;
}
.faq__question {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 30px;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    background: #fff;
    border-left: 4px solid #ffcf0c;
    background: linear-gradient(to left, #fff 50%, #ffcf0c 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    cursor: pointer;
}

.faq__question i {
    position: absolute;
    left: 35px;
    display: flex;
    align-items: center;
    color: #f39856;
    font-size: 24px;
}

.faq__item-spoiler {
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    right: 15px;
    justify-content: center;
    align-items: center;
}

.faq__item-spoiler::before, .faq__item-spoiler::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #f39856;
  transition: .5s all ease;
}
.faq__item-spoiler::after {
  transform: rotate(-450deg);
}
.faq__item_active .faq__item-spoiler::after {
  transform: rotate(0);
  background-color: #fff;
} 
.faq__item_active .faq__item-spoiler::before {
  background-color: #fff;
}

.faq__question:hover,
.faq__item_active .faq__question {
  background-position: left bottom;
}

.faq__question:hover i,
.faq__item_active .faq__question i {
    color: #fff;
}

.faq__answer {
    display: none;
    padding: 15px 30px;
    border-radius: 0 0 6px 6px;
    font-size: 18px;
}

.faq .wpcf7 {
  max-width: 340px;
}
@media screen and (min-width: 768px) {

  .faq__header {
    text-align: left;
  }
  .faq__body {    
    display: flex;
    flex-wrap: nowrap;
  }
  .faq__questions {
    width: 60%;
  }
  .faq__form-container {
    width: 40%;
  }
  .faq__question {
    padding: 20px 80px 20px 40px;
    font-size: 20px;
  }
  .faq__item-spoiler {
    right: 35px;
}
}

.block-imagesrow {
  padding-left:13px;
  padding-right:13px;
  overflow:hidden;
  max-height:150px;
}

.block-imagesrow__col {
  padding-left:2px;
  padding-right:2px;
}

.block-imagesrow__image {
  width: 100%; 
  max-height: 150px;
}

.block-clients {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 30px 15px 30px;
  margin: 30px 0;    
}

.block-clients__header {
  font-size: 24px;    
  line-height: 1.3;
  font-weight: bold;
}

.block-clients__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-self: auto;
  margin: 0 -15px;

}
.block-clients__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  padding: 15px;
  text-align: center;

}
.block-clients__card:hover,
.block-clients__card:focus {
  text-decoration: none;
}
.block-clients__card-image-wrap {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
  padding: 15px;
  margin-bottom: 15px;
}
.block-clients__card-image,
.block-clients__card-icon {
  width: 100%;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
}
.block-clients__card-icon {
  font-size: 3em;
  color: #f39856;
}
.block-clients__card:hover .block-clients__card-image-wrap {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}
.block-clients__card-text {
  color: #333;
  font-size: 16px;
  line-height: 130%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.block-clients__card:hover .block-clients__card-text {
  color: #f39856;
}
.block-clients__footer {
  display: flex;
  justify-content: center;
}
.block-clients__footer .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  background-color: #ffd032;
  height: 50px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  border: 0px solid #ccc;
  padding: 6px 25px;
  margin: 10px 0;  
  text-transform: uppercase;  
}
.modal_block-clients .wpcf7 {
  display: flex;
  justify-content: center;
}
.modal_block-clients .wpcf7 .wpcf7-text {
  background-color: #f5f5f5;
}
@media screen and (min-width: 640px) {
  .block-clients__body {
    margin: 0 -25px;

  }
  .block-clients__card {
    width: 33.3%;
    padding: 25px;
  
  }
  .block-clients__footer .btn {
    font-size: 16px;
    
  }
}
@media screen and (min-width: 768px) {
  .block-clients__card {
    width: 25%;  
  }
  .block-clients__card-icon {
    font-size: 5em;
    
  }
}
@media screen and (min-width: 1024px) {
  .block-clients__card {
    width: 16.6%;  
  }

  .block-clients__card-icon {
    font-size: 7em;
  }
}

.redesign {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 65px 0 70px 0;
}
.redesign__block {
    padding: 10px 0;
}
.redesign__block:nth-child(even) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.redesign__block:last-child {
    border-left: 0;
    border-right: 0;
}
.redesign__title {
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 120%;
  color: #333333;
  font-family: inherit;
}
.redesign__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 125px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  grid-gap: 15px 10px;
  margin: 0;
  padding: 0;
}
.redesign__grid p{
  margin: 0;
}
.redesign__grid br{
  display: none;
}
.redesign__item {
  display: block;
}
.redesign__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
}
.redesign__item a:hover, .redesign__item a:hover .redesign__name {
  color: #F39856;
}
.redesign__icon {
  max-width: 56px;
  margin-bottom: 7.5px;
}
.redesign__item a, .redesign__name {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #333333;
  line-height: 130%;
  font-family: inherit;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1199.9px) {
  .redesign {
    grid-template-columns: repeat(1, 100%) !important;
    grid-gap: 40px 0;
    margin: 60px 0;
  }
    .redesign__block:nth-child(even) {
        border-top: 1px solid #eee;
        border-right: 0;
        border-bottom: 1px solid #eee;
        border-left: 0;
    }
  .redesign__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(auto, 1fr));
    grid-gap: 20px;
  }
  .redesign__title {
    font-size: 24px;
  }
  .redesign__item a, .redesign__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .redesign {
    margin: 50px 0;
  }
  .redesign__title {
    font-size: 22px;
  }
  .redesign__grid {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
  .redesign__item a {
    padding: 0;
  }
  .redesign__icon {
    max-width: 55px;
    margin-bottom: 8px;
  }
  .redesign__item a, .redesign__name {
    font-size: 15px;
  }
}
@media screen and (max-width: 575.9px) {
  .redesign__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .redesign__grid {
    grid-gap: 15px 10px;
    grid-template-columns: repeat(3, minmax(auto, 110px));
  }
  .redesign__icon {
    max-width: 50px;
    margin-bottom: 5px;
  }
  .redesign__item a, .redesign__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 374.9px) {
  .redesign__grid {
    grid-template-columns: repeat(3, minmax(auto, 90px));
  }
  .redesign__item a, .redesign__name {
    font-size: 12px;
  }
}


.block-calculator {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 30px 15px 30px;
  margin: 30px 0;    
}

.block-calculator__example {
  margin-bottom: 15px;
}

.block-calculator__example-input {
  display: block;
  width: 100%;
  text-align: center;
  height: 150px;
  border: 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
  font-size: 30px;
  text-transform: uppercase;
}
.block-calculator__example-input:focus{
  border: 0;
}

.rg-form__color-input {
  position: relative;
}

.rg-form__color-input .rg-form__control {
  padding-right: 35px;
  padding-left: 35px;
}

.color-preview {
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  border-radius: 3px;
}

:root {
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: #ffcf0c;
    --swiper-pagination-bullet-inactive-color: #ffcf0c;
}

.block-imagesrow-slider .swiper {
    width: 100%;
    height: 100%;
}

.block-imagesrow-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.block-imagesrow-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-imagesrow-slider .swiper {
    margin-left: auto;
    margin-right: auto;
}

.portfolio-gallery {
    margin: 30px 0;
    background-color: #ffcf0c;
    padding: 30px;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .portfolio-gallery {
        padding: 10px;
    }
}

.portfolio-gallery__header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}


@media (max-width: 767px) {
    .portfolio-gallery__header {
        font-size: 21px;
        margin-bottom: 10px;
    }
}

.portfolio-gallery .swiper {
    width: 100%;
    height: calc(30vh * 2 + 30px + 25px);
    margin-left: auto;
    margin-right: auto;
}

.portfolio-gallery .swiper-slide {
    display: block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    height: 30vh;
    width: 100%;
    border: 10px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
}

.portfolio-gallery .swiper-pagination {
    bottom: 0;
}

.portfolio-gallery .swiper.portfolio-gallery__slider_mobile {
    height: calc(30vh + 25px);
}
