* {
  box-sizing: border-box;
}
html, body {
  color: #3d3d3d;
  margin: 0;
  font-family: 'Roboto', sans-serif;

}
body {
	font-size: 1rem;
  /*   font-size: 0.875rem; */
  /*   line-height: 1.25rem; */
  line-height: 1.3;
}
a, a:visited {
  color: #4a97d1;
}
a:hover {
  text-decoration: underline;
}
a.inherit {
  color: inherit;
  text-decoration: inherit;
}
a.inherit:hover {
  text-decoration: underline;
}
#title-block {
  margin: 40px auto;
  width: 1180px;
}
s .fa {
  display: inline;
}
h2, .h2 {
  font-size: 1.25rem;
}
ol ol {
  list-style: none;
  padding-left: 20px;
  counter-reset: item;
}
ol li {
  counter-increment: item;
  margin-bottom: 1em;
}
ol ol li:before {
  content: counters(item, ".") ". ";
  font-weight: bold;
}
ol li::marker {
  font-weight: bold;
}
.paragraphs-item-paragraphs-pack-node-list h2 {
  font-size: 1.25rem;
  margin-bottom: 50px;
}
.tabs,
.page-user #block-system-main,
.section {
  margin: 0 auto;
  width: 1200px;
  padding: 0 10px;
}
/*** hiding blocks ***/
#block-block-19,
#block-block-20 {
  display: none;
}

/*.entity-paragraphs-item {
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}
*/
.entity-paragraphs-item .field-name-body {
  margin: 0;
  width: auto;
  padding: 0;
}
.region {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.entity-paragraphs-item .field-name-body .field-items {
  display: block;
  margin: 0;
}
.block {
  padding: 0 10px;
}
.entity-paragraphs-item .field-name-body .field-item {
  padding: 0;
}
.menu, .menu li.leaf, .menu li {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.menu li:before {
  display: none;
}
div.media-element-container, div.media-element-container div.file {
  display: inline;
}
a.btn,
input.btn {
  border-radius: 25px;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  width: 220px;
}
.btn.usual {
  background: #fff;
  border: 1px solid #9d9d9d;
  color: #8eac2a;
  font-size: 14px;
  margin: 0 auto;
}
.btn.usual:hover {
  background: #eaeef1;
  /*   border-color: #eaeef1; */
  /*   color: #000; */
}
tbody, th {
  border: none;
}

.col-1 {
  width: 8.3333%;
}
.col-2 {
  width: 16.6666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-5 {
  width: 41.6666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.6666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333%;
}
.col-11 {
  width: 91.6666%;
}
.col-12 {
  width: 100%;
}


/*** HEADER ***/
#header {
  height: 100px;
}
#header p {
  margin: 0;
}
#block-block-8 {
  margin-top: 20px;
  position: relative;
  width: 16.6666%;
}
#block-block-8:after {
  background: #a0c53a;
  content: '';
  display: block;
  height: 36px;
  position: absolute;
  right: 8px;
  top: 15px;
  width: 3px;
}
#block-block-9 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 37px;
  width: 33.3333%;
}
#block-block-10 {
  margin-top: 40px;
  width: 33.3333%;
}
#block-block-10 .consultant {
  border: 2px solid #a0c53a;
  border-radius: 16px;
  color: #a0c53a;
  display: block;
  float: right;
  font-size: 0.875rem;
  height: 30px;
  line-height: 1.625rem;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  width: 190px;
}
#block-block-10 .consultant:hover {
  background: #a0c53a;
  color: #fff;
}
#block-block-11, #block-block-17 {
  margin-top: 40px;
  position: relative;
  width: 16.6666%;
}
#block-block-11 .content a, #block-block-17 .content a {
  display: flex;
  justify-content: flex-end;
}
#block-block-11:before {
  background: url(../img/phone_icon.png) left top no-repeat;
  content: '';
  height: 29px;
  left: -5px;
  position: absolute;
  top: 0;
  width: 29px;
}
#block-block-11 .phone {
  color: #a0c53a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.875rem;
}
#block-block-11 .code {
  color: #c6c6c6;
  font-size: 0.875rem;
  font-weight: bold;
}
#block-block-11 .content span,
#block-block-17 .content span {
  display: block;
}
#block-block-11 .content a,
#block-block-17 .content a {
  text-decoration: none;
}
/*** MAIN MENU ***/
#mainmenu {
  background: #2c2422;
}
#block-menu-block-1 {
  width: 100%;
}
#block-menu-block-1 .content .menu {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}

#block-menu-block-1 .content ul {
  margin: 0 -20px;
}
#block-menu-block-1 .content a {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
}
#block-menu-block-1 .content a.active,
#block-menu-block-1 .content a.active-trail {
  color: #a0c53a;
}
#block-menu-block-1 .content a:hover {
  background: #a0c53a;
  color: #3d3d3d;
  border-top: 2px solid #2c2422;
  border-bottom: 2px solid #2c2422;
  line-height: 36px;
}
/*** SUBMENU ***/
#submenu {
  background: #a0c53a;
}
#submenu .region {
  /*justify-content: center;*/
  display: block;
  height: 30px;
}
#breadcrumb {
/*   font-size: 0.875rem; */
  font-size: 0.75rem;
  line-height: 30px;
  float: left;
  /*width: 50%;*/
}
#breadcrumb a {
  color: #2c2422;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #3d3d3d;
}
#breadcrumb .delimiter {
  color: #777;
  text-decoration: none;
}

#block-menu-block-4 {
  float: right;
  /*width: 50%;*/
}
#block-menu-block-4 .menu {
  display: flex;
  justify-content: flex-end;
  line-height: 30px;
}
#block-menu-block-4 li {
  padding-left: 20px;
  position: relative;
}
#block-menu-block-4 li:before {
  content: '|';
  display: block;
  color: #fff;
  position: absolute;
  left: 9px;
}
#block-menu-block-4 li:first-child:before {
  display: none;
}
#block-menu-block-4 a {
  color: #fff;
  text-decoration: none;
}
#block-menu-block-4 a:hover {
  color: #2c2422;
}
#block-menu-block-4 a.active,
#block-menu-block-4 a.active-trail {
  font-weight: bold;
}

/*** RIGHT COLUMN ***/
#rightcol {
  clear: both;
}
#rightcol .region {
  position: relative;
}
.block-right-col {
  position: absolute;
  right: 0;
  z-index: 30;
}
.block-right-col .block {
  padding-top: 30px;
}
.block-right-col .block-title {
  background: #e8f1f6;
  color: #3d3d3d;
  font-weight: bold;
  padding: 20px;
}
.block-right-col .block .content {
  background: #fff;
  border: 2px solid #e8f1f6;
  border-top: none;
  padding: 20px 18px;
}
.block-right-col .block a {
  color: #3d3d3d;
  font-size: 0.875rem;
  text-decoration: none;
}
.block-right-col .block a:hover {
  color: #a0c53a;
}
.block-right-col .block li.active-trail a {
  font-weight: bold;
  color: #777;
}
.block-right-col .block li.active-trail ul a {
  font-weight: normal;
  color: #3d3d3d;
}
.block-right-col .block li a.active,
.block-right-col .block li.active-trail a.active {
  font-weight: bold;
  color: inherit;
}
.block-right-col .menu li.expanded,
.block-right-col .menu li {
  list-style: none;
  margin:  0 0 5px 0;
}
.block-right-col .menu .menu {
  margin-top: 10px;
}
.block-right-col .menu .menu li {
  padding-left: 20px;
  position: relative;
}
.block-right-col .menu .menu li:before {
  content: '•';
  display: block;
  position: absolute;
  left: 6px;
}

h1,.h1,
.content-block-title.h1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 20px;
}
.front .h1 {
  text-align: center;
}
.paragraph-id-58 h2 {
  font-weight: normal;
}
.content-block {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.entity-paragraphs-item.blue,
.entity-paragraphs-item.green,
.entity-paragraphs-item.gray,
.entity-paragraphs-item.darkblue,
.entity-paragraphs-item.darkgray {
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content-block-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.875rem;
  margin-bottom: 20px;
}
.centered .content-block-title {
  font-size: 1.625rem;
  font-weight: normal;
}
.block ul {
  list-style: none;
  padding-left: 0;
}
.block ul ul {
  padding-left: 20px;
}
.block ul li {
  margin-bottom: 5px;
}
.block ul li:before {
  content: '—';
  margin-right: 5px;
}
.blue {
  background: #4a97cd;
  color: #fff;
}
.darkblue a,
.green a,
.darkgray a,
.blue a {
  color: #fff;
}
.gray {
  background: #f3f7f9;
}
.green {
  background: #a0c53a;
  color: #fff;
}
.entity-paragraphs-item.darkblue {
  color: #fff;
  background-color: #3f51b5
}
.entity-paragraphs-item.darkgray {
  color: #fff;
  background-color: #555
}
.patterned {
  background-image: url(../img/pattern.png);
}
.wordpatterned {
  background-image: url(../img/words.png);
/*   background-position: left bottom; */
  background-position: left 60px;
  background-repeat: repeat-x;
}
.centered {
  text-align: center;
}
.bottom-bordered {
  border-bottom: 1px solid #cbccce;
}
.fakelink {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.no-sidebars .content-block-wrp {
  width: 100%;
}
.sidebar-second .content-block-wrp {
  width: 75%;
}
.field-name-pp-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 20px;
}
.centered .field-name-pp-title {
  font-size: 2rem;
  font-weight: normal;
}
/*** TAG CLOUD ***/
.tag-cloud {
  margin: 30px 0;
  height: 420px;
  border-radius: 50px;
  transition: all 1s;
  position: relative;
}
.tag-cloud.sorted {
  background: #eee;
}
.tag-cloud .close {
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  display: block;
  line-height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  top: -20px;
  visibility: hidden;
  transition: all 1s;
  width: 40px;
}
.tag-cloud.sorted .close {
  background: #4c4f4f;
  visibility: visible;
}
.tag-cloud .title {
  color: #a0c53a;
  font-size: 1.5rem;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  top: 50px;
  text-align: center;
  width: 500px;
  opacity: 0;
  transition: all 0.5s;
}
.tag-cloud .more {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 300px;
}
.tag-cloud.sorted .title,
.tag-cloud.sorted .more {
  opacity: 1;
  visibility: visible;
}
.cloud-info,
.tagcloud-block {
  width: 50%;
}
.tagman {
  background: url(../img/tagman.png) no-repeat;
  height: 510px;
  position: relative;
  transition: background-image 0.2s ease-in-out;
}
.tagman.fun {
  background-position: 0 -511px;
  /*background-image: url(../img/tagman-fun.png);*/
}
.q-link {
  border: 2px solid #a0c53a;
  border-radius: 35px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  height: 70px;
  line-height: 66px;
  text-align: center;
  width: 340px;
}
.q-link:hover:before,
.q-link.active:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.q-link.q1 {
  top: 40px;
}
.q-link.q2 {
  top: 130px;
}
.q-link.q3 {
  top: 210px;
}
.q-link.q4 {
  top: 300px;
}
.q-link:hover,
.q-link.active {
  background: #a0c53a;
  color: #fff;
}
.q-link.q1:hover:before,
.q-link.q1.active:before {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #a0c53a transparent;
  bottom: 10px;
  left: -20px;
}
.q-link.q2:hover:before,
.q-link.q2.active:before {
  border-width: 10px 30px 10px 0;
  border-color: transparent #a0c53a transparent transparent;
  left: -27px;
  bottom: 25px;
}
.q-link.q3:hover:before,
.q-link.q3.active:before {
  border-width: 10px 30px 10px 0;
  border-color: transparent #a0c53a transparent transparent;
  left: -21px;
  top: 10px;
  transform: rotate(30deg);
}
.q-link.q4:hover:before,
.q-link.q4.active:before {
  border-width: 12px 30px 12px 0;
  border-color: transparent #a0c53a transparent transparent;
  left: -15px;
  top: 0;
  transform: rotate(45deg);
}

.counters-block {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 20px;
}
.counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.counter .value,
.counter .info {
  width: 50%;
}
.counter .value {
  color: #a0c53a;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 5rem;
  padding-right: 10px;
  text-align: right;
}
.counter .info {
  color: #818181;
  font-size: 1.125rem;
  text-align: left;
  padding: 20px 0 20px 0;
}
.counter .tease {
  margin-top: 40px;
}

/*** PRICE-PAGE ***/

.price-header,
.price-header a {
  color: #a0c53a;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
}
.price-header:after {
  background: url('../img/trgr-cntrl.png') no-repeat left center;
  content: '';
  position: absolute;
  height: 100%;
  margin-left: 10px;
  width: 12px;
}
.price-header.show:after {
  background-position: -12px center;
}
.price-services {
  display: none;
  font-size: 17px;
  margin-bottom: 40px;
  width: 100%;
}
.price-services th {
  background: #4a97cd;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 10px 0;
}
.price-services th:first-child,
.price-services td:first-child {
  border-right: 10px solid #fff;
  padding-left: 80px;
  width: 66.6%;
}
.price-services td:first-child a {
  color: #4a97cd;
  display: block;
  position: relative;
}
.price-services .price td:first-child span {
  background: #ffffff;
  position: relative;
  padding-right: 10px;
  z-index: 10;
}
.price-services .price td:first-child a:before {
  border-bottom: 1px dashed #c0c0c0;
  content: '';
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.price-services td.parent a {
  font-weight: bold;
  text-decoration: none;
}
.price-services td.depth-4 {
  padding-left: 100px;
}
.price-services td.depth-5 {
  padding-left: 120px;
}
.price-services th:last-child,
.price-services td:last-child {
  padding-left: 20px;
}
.price-services td {
  line-height: 1.875rem;
  padding-top: 10px;
}
.price-services td.cost {
  color: #a0c53a;
  font-weight: bold;
}

.view-services.price-services {
  display: block;
}
.view-services.price-services table {
  text-align: left;
  width: 100%;
}
.view-services .view-footer {
  margin-top: 20px;
}
.view-services .view-footer a {
  font-size: 1.25rem;
}

/*** POP BLOCKS ***/
.longer .section {
  min-width: 1200px;
  max-width: 1400px;
  width: auto;
}
.pop-block {
  width: 33.3333%;
}

/*.pop-block:hover {
  margin-top: -3px;
  box-shadow: 0 -3px 3px rgba(0,0,0,0.2);
}
*/
.longer .pop-block {
  width: 25%;
}
.longer .content-block-content,
.paragraph-id-9 .content-block-content {
  display: flex;
  justify-content: space-between;
}
.pop-block .heading {
  background: #3d3d3d;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
}
.pop-block.inversed .heading {
  background: #7b7b7b;
}
.pop-block .teaser {
  background: #ebf8fe;
  color: #3d3d3d;
  font-size: 0.875rem;
  height: 80px;
  padding: 20px;
}
.pop-block.inversed .teaser {
  background: #fff;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.pop-block .main {
  background: #fff;
  padding: 20px;
}
.pop-block.inversed .main {
  background: #f4f9f5;
  border: 1px solid #cbcbcb;
  border-top: none;
}
.pop-block .services {
  margin: 0;
  min-height: 160px;
  padding: 0;
}
.pop-block .services li {
  line-height: 1.5;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.pop-block .services li:before {
  display: none;
}
.pop-block .services a {
  color: #a0c53a;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.pop-block .services a.more {
  color: #4a97d1;
  font-weight: normal;
}
.pop-block .services a:hover {
  text-decoration: underline;
}
.pop-block .more-services {
  height: 20px;
}
.pop-block .more-services a {
  color: #4a97cd;
  font-size: 0.875rem;
  text-decoration: none;
}
.pop-block .more-services a:hover {
  text-decoration: underline;
}
.pop-block .price {
  color: #3d3d3d;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin: 20px 0 30px 0;
}

/**** SLIDER ***/
.swiper-slide {
  display: flex;
}
.slide-data {
  text-align: left;
}
.slide-img img {
  margin-left: -50px;
  transition: all 0.5s;
}
.slide-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 20px;
}
.slide-title a {
  color: #a0c53a;
  display: block;
  margin-top: -30px;
  transition: all 0.3s ease-out 0.3s;
}
.slide-content {
  position: relative;
  opacity: 0;
  top: -40px;
  transition: all 0.3s ease-out 0.6s;
}
.swiper-slide-active .slide-img img {
  margin-left: 0;
}
.swiper-slide-active .slide-title a {
  margin-top: 0;
}
.swiper-slide-active .slide-content {
  top: 0;
  opacity: 1;
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin: 50px 0 30px;
}
.swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #b6bbbf;
  height: 15px;
  opacity: 1;
  width: 15px;
  transition: width 0.2s, height 0.2s;
}
.swiper-pagination-bullet-active {
  background: #b6bbbf;
  height: 20px;
  width: 20px;
}
.swiper-button-prev {
  background: url(../img/arrows.png) left top no-repeat;
  height: 32px;
  width: 18px;
}
.swiper-button-prev:hover {
  background-position: left -32px;
}
.swiper-button-next {
  background: url(../img/arrows.png) right top no-repeat;
  height: 32px;
  width: 18px;
}
.swiper-button-next:hover {
  background-position: right -32px;
}

/*** FOOTER ***/
.region-footer {
  flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 5px;
}
#footer {
  background: #2c2422;
  color: #fff;
  border-top: 3px solid #a0c53a;
  border-bottom: 3px solid #a0c53a;
}
#footer-ndline {
  border-bottom: 3px solid #a0c53a;
  padding-top: 15px;
  padding-bottom: 10px;
  background: #424242;
  color: #fff;
}
#footer-rdline {
  background: #2c2422;
  color: #fff;
}
#footer-rdline p,
#footer-ndline p,
#footer p {
  margin: 0;
}
#block-block-14 {
  width: 15%;
}
#block-block-5 .content a.tel {
  color: #fff;
  text-decoration: none;
}
#block-block-5, #block-block-18 {
  width: 52%;
  line-height: 24px;
  margin-top: -3px;
  padding-top: 13px;
}
#block-block-5 strong, #block-block-18 strong {
  color: #a0c53a;
}
#block-block-15 {
  padding-top: 13px;
  width: 33%;
  text-align: right;
}
.social-buttons {
  font-size: 1.75rem;
}
.social-buttons a {
  margin: 3px;
  color: inherit;
}
.social-buttons a:hover {
  color: #a0c53a;
}
#block-block-15 .social-buttons {
  color: #ccc;
}
#block-menu-block-3 {
  margin-bottom: 10px;
  width: 100%;
}
#block-menu-block-3 .menu-block-wrapper {
  margin: 0 -10px;
}
#block-menu-block-3 .menu {
  display: flex;
}
#block-menu-block-3 .menu li:before {
  display: none;
}
#block-menu-block-3 .menu .menu {
  display: block;
  margin-top: 5px;
  line-height: 1.5;
}
#block-menu-block-3 .level-2 {
  padding: 0 10px;
  width: 20%;
}
#block-menu-block-3 .a-level-2 {
  color: #a0c53a;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: none;
}
#block-menu-block-3 .a-level-2:hover {
  text-decoration: underline;
}
#block-menu-block-3 .a-level-2:after {
  content: ":";
}
#block-menu-block-3 .level-3 {
  /*margin-bottom: 5px;*/
}
#block-menu-block-3 .a-level-3 {
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
}
#block-menu-block-3 .a-level-3:hover {
  text-decoration: underline;
}
#block-block-7 {
  width: 40%;
  text-align: right;
}
#block-block-7 #vk_like {
  position: absolute !important;
  top: 2px;
  left: -21px;
  opacity: 0;
}
#block-block-7 .fb-like {
  position: absolute;
  top: 4px;
  left: 13px;
  width: 79px;
  height: 28px;
  opacity: 0;
}
#block-block-7 .like {
  width: 79px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
#block-block-7 .gplus {
  display: inline-block;
  text-decoration: none;
}
#block-block-7 .like.vk:hover .fa,
#block-block-7 .like.vk:hover .count {
  background: #55779b;
  border-color: #55779b;
  color: #fff;
}
#block-block-7 .like.fb:hover .fa,
#block-block-7 .like.fb:hover .count {
  background: #425f9c;
  border-color: #425f9c;
  color: #fff;
}
#block-block-7 .gplus:hover .fa,
#block-block-7 .gplus:hover .count {
  background: #d64038;
  border-color: #d64038;
  color: #fff;
}
#block-block-7 .gplus:hover .fa,
#block-block-7 .like.vk:hover .fa,
#block-block-7 .like.fb:hover .fa {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#block-block-7 .fa {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #9f9f9f;
  width: 28px;
  height: 28px;
  font-size: 1rem;
  background: #9f9f9f;
  color: #424242;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  transition: all .2s;
}
#block-block-7 .count {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #9f9f9f;
  border-left: none;
  color: #9f9f9f;
  width: 51px;
  height: 28px;
  font-size: 13px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  transition: all .2s;
}

#block-menu-menu-footer-custom {
  width: 60%;
}
#block-menu-menu-footer-custom .menu {
  display: flex;
  margin-top: 5px;
}
#block-menu-menu-footer-custom .menu li {
  margin-right: 10px;
}
#block-menu-menu-footer-custom .menu a {
  text-decoration: none;
  color: #ddd;
  font-weight: bolder;
  /*   font-size: 0.8125rem; */
  vertical-align: sub;
}
#block-menu-menu-footer-custom .menu a:hover {
  text-decoration: underline;
}
#block-menu-menu-footer-custom ul li:first-child a:first-child {
  font-weight: bold;
  color: #a0c53a;
  font-size: 1rem;
  text-decoration: none;
}
#block-menu-menu-footer-custom ul li:first-child a:after {
  content: ":";
}
#block-block-16 {
  font-size: 0.75rem;
  color: #ccc;
  margin-top: 10px;
}
#block-block-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8125rem;
  color: #ccc;
  width: 80%;
}
#block-block-4 strong {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.875rem;
  margin-right: 10px;
  color: #fff;
}

#block-block-4 a {
  color: inherit;
  text-decoration: none;
}

#block-block-4 a:hover {
  text-decoration: underline;
}

#block-preset-seo-counters {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  width: 20%;
}
/*** FORMS ***/
.form-inline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content-block .form-inline  {
  margin: 20px 0;
}
.form-inline .form-field {
  margin: 0 10px;
}
.form-text {
  background: #fff;
  border: none;
  border-radius: 0;
  color: #818181;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 220px;
}
.form-inline .actions {
  margin-top: 30px;
  width: 100%;
}
.form-inline .actions .btn {
  margin: 0 auto;
}
/*** FORM BLOCK **/
.form-block {
  background: #70747a;
  color: #fff;
  padding: 20px;
  margin-top: -80px;
}
.form-block-content {
  border: 3px dotted #93969a;
  padding: 40px 0;
}
.form-block-title {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 50px;
}
.form-block-wrp {
  text-align: left;
  margin: 0 -23px;
}
.form-teaser {
  margin-bottom: 30px;
}
.form-block .form-text {
  margin-bottom: 10px;
}
.form-block .messages.error {
  display: none;
}
.form-block .actions {
  margin-top: 10px;
}
.form-block .form-submit {
  border: none;
  background: #ca1010;
  line-height: 50px;
  color: #fff;
}
.form-block .form-submit:hover {
  background: #ff5039;
  color: #3d3d3d;
}
.form-pane-info {
  position: relative;
}
.form-pane-info:after {
  content: '';
  border-right: 2px solid #7c8188;
  position: absolute;
  top: 0;
  height: 100%;
  right: 20px;
}
.form-pane-info ul {
  display: flex;
  flex-wrap: wrap;
}
.form-pane-info li {
  margin-bottom: 10px;
  width: 50%;
}
.form-pane-info .more {
  color: #88caf8;
}
.form-pane-info .info-bottom {
  margin-top: 30px;
}
.privacy-link {
/*   text-decoration: none */
  color: inherit;
}
.privacy-link:hover {
  text-decoration: underline;
}
.info-bottom .example {
  background: url(../img/audit_icon.png) left center no-repeat;
  font-weight: bold;
  display: inline-block;
  color: #a0c53a;
  line-height: 20px;
  margin-right: 50px;
  padding-left: 30px;
}
.audit-price {
  font-weight: bold;
  font-size: 1.25rem;
}
.paragraph-id-8 form>div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.paragraph-id-8 .form-item {
  padding: 0 20px;
}
.paragraph-id-8 .actions {
  width: 100%;
  margin-top: 10px;
}
.paragraph-id-8 .form-submit {
  border: none;
  margin: 0 auto;
  background: #ca1010;
  line-height: 50px;
  color: #fff;
}
.paragraph-id-8 .form-submit:hover {
  background: #ff5039;
  color: #3d3d3d;
}
.paragraph-id-32 .field-name-pp-title {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}
.paragraph-id-32 .row.two-col {
  display: flex;
  margin: 0 -10px;
}
.paragraph-id-32 .row.two-col .col-1,
.paragraph-id-32 .row.two-col .col-2 {
  padding: 0 40px;
  margin: 0 10px;
  width: 50%;
}
.paragraph-id-32 h3 {
  color: #a0c53a;
  font-size: 1.25rem;
}
.paragraph-id-32 .region {
  justify-content: center;
}
.paragraph-id-32 .filled .col-1,
.paragraph-id-32 .filled .col-2 {
  background: #eff4f8;
  border: 1px solid #e7eef4;
}
/*.paragraph-id-32 .content-block-wrp {*/
/*width: 83.3333%;*/
/*}*/
.paragraph-id-32 ul {
  list-style: none;
  padding-left: 0;
}
.paragraph-id-32 li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.paragraph-id-32 li:before {
  content: '—';
  color: #ccc;
  position: absolute;
  left: 10px;
}
.paragraph-id-32 .btn {
  display: block;
  margin: 0 auto;
}

/** FORMS **/
.ui-widget-overlay {
  background: rgba(83, 83, 83, 0.5);
  cursor: pointer;
  opacity: 1;
}
.ui-dialog {
  border: 3px solid #eff0f0;
  border-radius: 50px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 40px 77px 47px;
}
.ui-dialog .ui-dialog-titlebar {

}
.pu-service {
  text-align: center;
}
.ui-dialog .ui-widget-header {
  background: none;
  border: none;
  color: #a4c43b;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
.ui-dialog .ui-dialog-title {
  float: none;
  margin: 0;
  overflow: auto;
  width: 100%;
  white-space: normal;
}
.ui-dialog .messages h2 {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: #4c4f4f;
  border: 2px solid #eff0f0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  left: calc(50% - 20px);
  top: -50px;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: none;
}
.ui-dialog .ui-icon-closethick {
  background: url(../img/x.png) center center no-repeat;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.page-user #block-system-main input,
.ui-dialog input,
.ui-dialog textarea {
  border: 1px solid #ccc;
  font-family: 'Roboto', sans-serif;
}
.ui-dialog .form-submit {
  background: #a4c43b;
  border: none;
  color: #fff;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
}
.ui-dialog .actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ui-dialog .cbphone {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
.ui-dialog .desc {
  color: #777;
  font-size: 0.875rem;
}
.page-user #block-system-main input {
  width: auto;
}

/** MAP **/
.paragraph-id-30 {
  margin-top: 80px;
  padding: 0;
  position: relative;
  margin-bottom: 0;
  height: 580px;
}

.paragraph-id-30 .field-name-pp-title {
  background: #ca1010;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  top: -40px;
}
.paragraph-id-30 .map {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.paragraph-id-30 .map > ymaps {
  height: 100% !important;
}
.paragraph-id-30 .map .ymaps-2-1-73-controls__toolbar {
  display: none;
}
.paragraph-id-30 .node {
  background: #fff;
  width: 50%;
  top: 0;
  padding: 10px;
  position: relative;
  margin-left: 50%;
}
.paragraph-id-187 .node .links,
.paragraph-id-187 .node h2,
.paragraph-id-30 .node .links,
.paragraph-id-30 .node h2 {
  display: none;
}
.paragraph-id-30 .node .field-name-body {
  border: 1px solid #e0e6eb;
  padding: 40px;
  line-height: 3em;
}
.paragraph-id-187 .node .field-name-body {
  line-height: 3em;
}
.paragraph-id-187 .node h3,
.paragraph-id-30 .node h3 {
  margin: 0;
}
ul.ratings,
ul.cert {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.block-right-col li:before,
.paragraph-id-30 li:before,
.paragraph-id-187 li:before,
.yearwork li:before,
.about-info li:before,
.site-info li:before,
.ratings li:before,
.cert li:before {
  display: none;
}
ul.cert li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  padding: 10px 10px 0 10px;
  text-align: center;
  width: 220px;
}
.ratings {
  cursor: ew-resize;
}
.ratings li.slick-slide,
.ratings>li {
  background: url(../img/lavr.png) top center no-repeat;
  color: #a4c43b;
  font-size: 1.125rem;
  list-style: none;
  padding: 10px 10px 0 10px;
  text-align: center;
  width: 220px;
}
.ratings li strong {
  font-size: 75px;
  line-height: 75px;
  display: block;
}
.ratings li a {
  display: inline-block;
  font-size: 1rem;
  margin-top: 20px;
  color: inherit;
  text-decoration: none;
}
.ratings li > a {
  margin-top: 60px;
 min-height: 60px;
}
.ratings li div {
  display: block;
}
.about-slider {
  padding: 0 8.333%;
  /*width: 83.3333%;*/
}
/*.about-slider .slide-content {*/

/*}*/
/*.about-slider .swiper-slide {*/

/*}*/
.paragraph-id-58 .node {
  width: 100%;
}
#paragraph-id-58 .file-image img,
#node-71 .ratings .media-element {
  margin: 0 auto;
}
.yearwork {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 40px -10px 0;
  padding: 0
}
.yearwork li {
  border-right: 1px solid #afd34d;
  padding: 0;
  margin: 0 10px;
  width: 20%;
}
.yearwork li:last-child {
  border-right: none;
  margin-right: 0;
  font-size: 0.875rem;
}
.yearwork .digit {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 7rem;
}
.yearwork .years {
  font-size: 1.5rem;
}

.about-info {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-info li {
  padding-top: 100px;
  text-align: center;
  width: 220px;
}
.about-info li:nth-child(1) {
  background: url(../img/castle.png) center top no-repeat;
}
.about-info li:nth-child(2) {
  background: url(../img/cup.png) center 37px no-repeat;
  width: 240px;
}
.about-info li:nth-child(3) {
  background: url(../img/hat.png) center 40px no-repeat;
}
.about-info li:nth-child(4) {
  background: url(../img/gear.png) center 20px no-repeat;
}
.about-info li h2 {
  margin: 20px 0;
}
.about-info li p {
  color: #a8a8a8;
  margin: 0;
}

.site-info {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-info li {
  padding-top: 10px;
  text-align: center;
  padding-right: 15px;
  width: 265px;
}
.site-info li h2 {
  margin: 20px 0;
}
.site-info li p {
  color: #a8a8a8;
  margin: 0;
}

.timeline {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline:after {
  background: #fff;
  content: '';
  display: block;
  top: 90px;
  height: 4px;
  position: absolute;
  width: 83.3333%;
}
.timeline .year-round {
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: 10px;
  position: relative;
  text-align: center;
  width: 50px;
}
.timeline .year-round.hover,
.timeline .year-round.active {
  background: #f42121;
  border: 10px solid #fff;
  padding: 2px;
  height: 70px;
  margin: 0;
  width: 70px;
}
.timeline .year-round:before {
  background: #fff;
  content: '';
  display: block;
  left: -12px;
  top: calc(50% - 1px);
  height: 2px;
  position: absolute;
  width: 10px
}
.timeline .year-round:after {
  background: #fff;
  content: '';
  display: block;
  right: -12px;
  top: calc(50% - 1px);
  height: 2px;
  position: absolute;
  width: 10px
}
.timeline .year-round:last-child:after,
.timeline .year-round:first-child:before {
  display: none;
}
.timeline .year-round .bottomline {
  background: #fff;
  bottom: -30px;
  height: 20px;
  display: none;
  left: calc(50% - 2px);
  position: absolute;
  width: 4px;
}
.timeline .year-round.active .bottomline {
  display: block;
}
.timeline ul {
  display: none;
}
.tl-info-wrapper {
  width: 83.3333%;
  text-align: left;
  margin: 0 auto;
  min-height: 120px;
}
.tl-info-wrapper ul {
  margin-top: 40px;
}

.buttons {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px 0;
}
.buttons .btn {
  color: #fff;
  line-height: 50px;
  margin: 0 10px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn.redbtn {
  background: #ca1010;
  line-height: 50px;
  color: #fff;
}
.btn.redbtn:hover {
  background: #ff5039;
  color: #3d3d3d;
}
.btn.greenbtn {
  background: #a4c43b;
  line-height: 50px;
}
.btn.greenbtn:hover {
  background: #c8d69a;
  color: #3d3d3d;
}
.btn.whitebtn {
  background: #dfeef9;
  color: #3781b5;
}
.btn.whitebtn:hover {
  background: #81bbe3;
  color: #3d3d3d;
}

.button, a.button {
  border-radius: 25px;
  /*   display: inline-block; */
  background: #f8f8f8;
  border: 1px solid #9d9d9d;
  padding: 3px 10px 2px 10px;
  color: #8eac2a;
  /*   margin: -3px 0; */
  margin: 0 5px;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}
.button:hover {
  background: #eaeef1;
  color: #3d3d3d;
}
.button .line {
  margin: 0;
}

.button.large {
  display: inline-block;
  padding: 5px 20px;
  min-width: 220px;
  margin: 0 10px;
  text-align: center;
  font-size: 1.125rem;
/*   line-height: 50px; */
}
.button.red {
  border: 0;
  background: #ca1010;
  color: #fff;
}
.button.red:hover {
  background: #ff5039;
  color: #3d3d3d;
}
.button.green {
  border: 0;
  background: #a4c43b;
  color: #fff;
}
.button.green:hover {
  background: #c8d69a;
  color: #3d3d3d;
}
.button.white {
  border: 0;
  background: #dfeef9;
  color: #3781b5;
}
.button.white:hover {
  background: #81bbe3;
  color: #3d3d3d;
}
/*****TEST ****/
.entity-paragraphs-item.nodehierarchy-children-children-green > .section,
.entity-paragraphs-item.nodehierarchy-children-child-services > .section {
  width: auto;
  padding: 0;
}
.entity-paragraphs-item.nodehierarchy-children-children-green > .section > .region,
.entity-paragraphs-item.nodehierarchy-children-child-services > .section > .region {
  margin: 0;
}
.entity-paragraphs-item.nodehierarchy-children-children-green > .section > .region > .block,
.entity-paragraphs-item.nodehierarchy-children-child-services > .section > .region > .block {
  padding: 0;
}
.view-display-id-child_services {
  counter-reset: num-rows;
}
.view-display-id-child_services .views-row {

}
.header-line {
  background: #a4c43b;
}
.heading-title {
  counter-increment: num-rows;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 80px;
  position: relative;
}
.heading-title:before {
  bottom: 0;
  content: counter(num-rows);
  color: #bbd36c;
  position: absolute;
  font-size: 90px;
  line-height: 0.7;
  font-weight: bold;
  left: 0;
}
.view-display-id-children_green .heading-title:before,
.view-display-id-children_green .dark-green {
  display: none;
}
.heading-title .title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.dark-green {
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  justify-content: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
  background: #9ab934;
}
.s-counts {
  display: flex;
}
.services-count {
  background: url(../img/bag.png) left center no-repeat;
  padding-left: 80px;
  margin: 50px 20px 50px 0;
  width: 220px;
}
.competencies-count {
  background: url(../img/specs.png) left center no-repeat;
  margin: 50px 0;
  padding-left: 80px;
}
.sc-title {
  color: #4a97cd;
  font-weight: bold;
  margin-bottom: 10px;
}
.sc-content {
  padding-left: 80px;
  padding-top: 30px;
}
.sc-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.sc-buttons {
  display: flex;
  /*justify-content: space-between;*/
}
.sc-buttons .btn {
  margin: 0 20px 0 0;
}
.paragraph-id-58  h2 a,
.paragraph-id-154 h2 a {
  color: #a4c43b;
  font-size: 2rem;
  font-weight: normal;
  text-decoration: none;
}
.paragraph-id-154 ul.links {
  display: none;
}
.view-services-included {
  position: relative;
}
.view-services-included .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.view-services-included .service-group {
  padding: 0 10px;
  width: 25%;
}

.view-services-included .title {
  margin: 10px 0;
  font-weight: bold;
}
.view-services-included .description {
  margin: 10px 0;
}

.view-services-included .group-title {
  margin-bottom: 10px;
}
.view-services-included .group-title a {
  color: #a4c43b;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}
.view-services-included .popup {
  display: none;
  position: absolute;
  color: #3d3d3d;
  background: #fff;
  border: 2px solid #4a97cd;
  padding: 10px;
/*   margin-top: -5px; */
}

.view-services-included .popup-container.inline {
  display: inline;
}
.view-services-included .popup-container.inline .popup{
  left: 9.8rem;
}
.view-services-included .popup-container:hover .popup {
  display: block;
}
.view-services-included .s-title {
  margin-bottom: 10px;
}
.view-services-included .popup a,
.view-services-included .s-title a {
  text-decoration: none;
  border-bottom: 1px dotted #3d3d3d;
  color: inherit;
}
.view-services-included .item-list {
  margin-bottom: 20px;
}
.view-services-included .item-list  li {
  margin: 0 0 10px 0;
}
table.row-border tr {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

table.row-border tr:last-child {
  border-bottom: none;
}

table.row-border tr {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

table.vertical-middle td {
  vertical-align: middle;
}
abbr[title] {
  cursor: help;
}
.scheme {
  display: flex;
  flex-wrap: wrap;
}
.scheme li {
  width: 20%;
}
.pager li:before,
.scheme li:before {
  display: none;
}
.view-clients .view-content {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  margin: 0 -10px;
}
.view-clients .views-row {
  margin-bottom: 70px;
  padding: 0 10px;
  text-align: center;
  width: 33.3333%;
}
.view-clients.view-display-id-block_1 .view-header a {
  color: #3d3d3d;
  font-size: 2rem;
  line-height: 2.5rem;
  text-decoration: none;
}
.view-clients.view-display-id-block_1 .view-content {
  padding: 50px 8.33% 80px;
}
.view-clients.view-display-id-block_1 .views-row {
  margin-bottom: 0;
  width: auto;
}
.view-clients .views-field-field-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 30px;
}
.view-clients.view-display-id-block_1 .views-field-field-image {
  margin-bottom: 0;
}
.view-clients.view-display-id-block_1 .views-field-field-image a {
  outline: none;
}
.view-clients.view-display-id-block_1 .views-field-field-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /*-ms-filter: grayscale(100%);*/
  filter: grayscale(100%);
  transition: all .3s;
}
.view-clients.view-display-id-block_1 .views-field-field-image:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  /*-ms-filter: grayscale(0%);*/
  filter: grayscale(0%);
}
.carousel .slick-prev,
.carousel .slick-next,
#node-71 .ratings .slick-prev,
#node-71 .ratings .slick-next,
.view-clients.view-display-id-block_1 .slick-prev,
.view-clients.view-display-id-block_1 .slick-next {
  background: url('../img/clnt-arr.png') no-repeat;
  left: 4%;
  height: 32px;
  width: 18px;
}
.carousel .slick-prev,
#node-71 .ratings .slick-prev {
  left: 0;
  z-index: 10;
}
.carousel .slick-next,
#node-71 .ratings .slick-next,
.view-clients.view-display-id-block_1 .slick-next {
  background-position: -22px 0;
  left: auto;
  right: 4%;
}
.carousel .slick-next,
#node-71 .ratings .slick-next {
  right: 0;
  z-index: 10;
}
.carousel .slick-prev:hover,
#node-71 .ratings .slick-prev:hover,
.view-clients.view-display-id-block_1 .slick-prev:hover {
  background-position: 0 -32px;
}
.carousel .slick-next:hover,
#node-71 .ratings .slick-next:hover,
.view-clients.view-display-id-block_1 .slick-next:hover {
  background-position: -22px -32px;
}
.carousel .slick-prev:before,
.carousel .slick-next:before,
#node-71 .ratings .slick-prev:before,
#node-71 .ratings .slick-next:before,
.view-clients.view-display-id-block_1 .slick-prev:before,
.view-clients.view-display-id-block_1 .slick-next:before {
  content: none;
}
/*.view-clients.view-display-id-block_1 .view-footer {
 m *argin-top: 80px;
 text-align: center;
 }*/

.view-reviews.view-display-id-client_review .views-field-title {
  color: #fff;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}
.view-reviews.view-display-id-client_review .views-field-title a {
  color: inherit;
  text-decoration: none;
}
.review-avasign {
  display: flex;
  align-items: flex-end;
}
.review-avasign .field-name-field-avatar,
.review-avatar {
  margin-right: 20px;
}
.content-block.reviews-client-review {
  padding-top: 0;
  margin-top: 30px;
  background: linear-gradient(to bottom, #4a97cd 0,#4a97cd 50px,#ffffff 50px,#ffffff 100%);
}
.withus {
  color: #a0c53a;
  display: flex;
  font-size: 1.125rem;
}
.withus .field-name-field-date-range {
  margin-left: 10px;
}
/*.flex-row div {
  display: inline;
}*/
.flex-row .area {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-row .field-label {
  font-weight: normal;
}
.flex-row .field-name-field-area .field-label,
.flex-row .field-name-field-area .field-item {
  display: inline;
  text-transform: lowercase;
}
.flex-row .field-name-field-area .field-item:after {
  content: ', ';
}
.flex-row .field-name-field-area .field-item:last-child:after {
  content: '';
}
.portfolio-info {
  padding-left: 80px;
  margin-bottom: 20px;
}
.cases-block {
  background: #e8f1f6;
  margin-bottom: 20px;
  padding: 20px 20px 20px 80px;
}
a.wiki {
  border-bottom: 1px dashed #999;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a.wiki:hover {
  /*   border-bottom: none; */
  /*   text-decoration: underline; */
  color: #4a97d1;
}
.view-reviews.view-display-id-default .views-row {
  border-bottom: 2px solid #e8f1f6;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.view-reviews.view-display-id-default .views-field-field-image-1 {
  margin-right: 20px;
}
.view-reviews.view-display-id-default .views-field-title-1 {
  font-weight: bold;
  margin-right: 20px;
}
.client-row {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.view-reviews.view-display-id-default .views-field-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #a0c53a;
}
.view-reviews.view-display-id-default .views-field-field-sign {
  font-style: italic;
}
.view-reviews.view-display-id-default .views-field-view-node {
  margin-top: 30px;
}
.view-reviews.view-display-id-default .views-field-view-node a {
  border-radius: 25px;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #9d9d9d;
  color: #8eac2a;
  font-size: 14px;
  width: 220px;
}
.view-reviews.view-display-id-default .views-field-view-node a:hover {
  background: #eaeef1;
}
.pager a {
  color: #3d3d3d;
  text-decoration: none;
}
.pager-current {
  color: #a0c53a;
}
.item-list .pager .pager-next,
.item-list .pager .pager-previous {
  padding: 0;
}
.pager-next a {
  background: url(../img/next.png) center center no-repeat;
  display: inline-block;
  padding: 0.5em;
  text-indent: -9999px;
}
.pager-previous a {
  background: url(../img/prev.png) center center no-repeat;
  display: inline-block;
  padding: 0.5em;
  text-indent: -9999px;
}

.form-display-inline .messages.error {
  display: none;
}

/*** EXCEPTIONS ***/
.paragraph-id-58 .links.inline {
  display: none;
}
.paragraph-id-58 h2 {
  text-align: center;
}
.nodehierarchy-children-children-green .content-block-title,
.nodehierarchy-children-child-services .content-block-title {
  margin: 0 auto;
  width: 1200px;
}
.nodehierarchy-children-children-green .field-name-pp-title,
.nodehierarchy-children-child-services .field-name-pp-title {
  padding: 0 10px;
}
.nodehierarchy-children-children-green .content-block-wrp,
.nodehierarchy-children-child-services .content-block-wrp {
  width: 100%;
}
.sidebar-second .nodehierarchy-children-children-green .views-row .region,
.sidebar-second .nodehierarchy-children-child-services .views-row .region {
  width: 75%;
}
.sidebar-second .nodehierarchy-children-children-green .sc-content,
.sidebar-second .nodehierarchy-children-child-services .sc-content {
  width: 100%;
}
.sidebar-second .nodehierarchy-children-children-green .sc-image,
.sidebar-second .nodehierarchy-children-child-services .sc-image {
  display: none;
}
.form-item-agreement {
  font-size: 0.75rem;
}
.view-services-backreference .views-field-title {
  display: inline-block;
}
.view-services-seo-comparison tfoot {
  border-top: 2px solid #ecf2d8;
  color: #fff;
/*   background: #a4c43b; */
}
.view-services-seo-comparison tfoot td {
/*   border-right: 2px solid #c5d58e; */
  text-align: center;
}
.content-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.content-table thead th {
  font-size: 1.125rem;
}
.content-table strong {
  font-size: 1.125rem;
}
.content-table .greenbtn {
  font-size: 1.125rem;
  color: #fff;
}

#paragraph-id-404 {
  margin-bottom: 80px;
}

/*** Portfolio-work ***/
.node-portfolio .content-block-content {
  display: flex;
  flex-wrap: wrap;
}
.node-portfolio .content-block-content .prtfl-block {
  padding: 0 80px;
}
.node-portfolio .content-block-content .prtfl-block.portfolio-info {
  padding-right: 0;
}
.node-portfolio .content-block-content .stat {
  font-size: 1rem;
  margin-bottom: 30px;
  padding: 30px 80px;
}
.stat .field-label,
.results .field-label {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.875rem;
  margin: 0 0 10px;
}
.stat p {
  margin: 20px 0 0 0;
}
.node-portfolio .content-block-content .results {
  padding: 35px 80px;
}
.node-portfolio .content-block-content .results .section {
  width: 100%;
}
.portfolio-info {
  padding-left: 80px;
  margin-bottom: 30px;
}
.prtfl-clnt-img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.cases-block {
  background: #e8f1f6;
  margin-bottom: 20px;
  padding: 20px 20px 20px 80px;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.portfolio-info .flex-row:first-child {
  flex-wrap: nowrap;
}
.portfolio-info  .field-name-field-area div {

}
.portfolio-info  .field-name-field-area {
  display: flex;
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
}
.portfolio-info .flex-row div {
/*   display: inline; */
  font-size: 16px;
  line-height: 30px;
}
.flex-row .field-label {
  font-weight: normal;
}
.flex-row .field-name-field-area .field-label,
.flex-row .field-name-field-area .field-item {
  display: inline;
  text-transform: lowercase;
}
.flex-row .field-name-field-area .field-item:after {
  content: ', ';
}
.flex-row .field-name-field-area .field-item:last-child:after {
  content: '';
}
.node-portfolio .content-block-content .cases-block {
  padding: 20px 80px;
}
.node-portfolio .cases-block a {
  background: url('../img/prt-lnk.png') no-repeat left 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 30px;
  margin-right: 90px;
  padding-left: 37px;
}
.node-portfolio .cases-block a.prtfl-cs {
  background-position: 0 -30px;
}
.node-portfolio .results {
  border: 5px solid #e8f1f6;
}
.field-name-field-achievement>.field-items {
  display: flex;
  flex-wrap: wrap;
}
.field-name-field-achievement>.field-items>.field-item {
  background: url('../img/achievements.png') no-repeat 0 -90px;
  padding-left: 50px;
}
.field-name-field-achievement>.field-items>.field-item:nth-child(1) {background-position: 0 0;}
.field-name-field-achievement>.field-items>.field-item:nth-child(2) {background-position: 0 -30px;}
.field-name-field-achievement>.field-items>.field-item:nth-child(3) {background-position: 0 -60px;}
.field-name-field-achievement>.field-items>.field-item {
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 10px 0;
  width: 50%;
}
.view-id-portfolio .header-line a {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  text-decoration: none;
}
.view-id-portfolio .field-name-field-achievement>.field-items>.field-item {
  width: 100%;
}
.view-id-portfolio .block-table .content-block-content {
  padding: 0;
}
.view-id-portfolio .block-table .content-block {
  margin: 0;
}
.view-id-portfolio .block-table .chart-wrp,
.sidebar-second .block-table .content-block-wrp {
  width: 100%;
}
.view-id-portfolio .block-table .tablechart {
  /*   display: block; */
  /*   width: 100%; */
}
.achvm {
  position: relative;
  padding-bottom: 50px;
}
.achvm .usual {
  bottom: 0;
  position: absolute;
}
.field-collection-item-field-achievement div {
  display: inline;
}
.field-name-field-znachenie .field-item {
  color: #a4c43b;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 10px;
}
.node-portfolio .entity-paragraphs-item .content-block-content {
  padding: 0 80px;
}
.block-table .entity-paragraphs-item .content-block-content {
  padding: 0;
}
.node-portfolio .paragraphs-item-seo-positions .field-name-pp-body,
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio.view-display-id-attachment_1 table,
.node-portfolio .paragraphs-item-seo-positions table {
  width: 100%;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table tbody tr:nth-child(even) {
  background: #fff;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table tbody tr:nth-child(odd),
.node-portfolio .paragraphs-item-seo-positions tbody tr:nth-child(odd) {
  background: #f1f2ef;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table th,
.node-portfolio .paragraphs-item-seo-positions th {
  color: #a4c43b;
}
.blue .view-id-portfolio.view-display-id-block_1 .view-content a {
  color: #4a97d1;
}
.view-id-portfolio.view-display-id-block_1 .views-field-field-sign {
  color: #777777;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 30px;
}
.view-id-portfolio.view-display-id-block_1 .views-field-view-node {
  line-height: 1.875rem;
  margin-top: 25px;
  text-align: center;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table th,
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table td,
.node-portfolio .paragraphs-item-seo-positions th,
.node-portfolio .paragraphs-item-seo-positions td {
  border-right: 3px solid #fff;
  line-height: 20px;
  padding: 15px 0px 15px 20px;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table th,
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table td {
  padding-left: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table th:first-child,
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table td:first-child {
  max-width: 200px;
  padding-left: 30px;
  width: 200px;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content table td:last-child {
  border: none;
  padding-left: 5px;
  padding-right: 30px;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  width: 33.3333%;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-header {
  background: #3d3d3d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-footer {
  background: #fff;
  text-align: center;
  padding: 40px 0;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content {
  background: #fff;
  color: #3d3d3d;
  flex-grow: 1;
  line-height: 1.25rem;
  padding: 20px 30px 0;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-display-id-attachment_1.view-portfolio .view-content {
  padding: 20px 0 0;
  overflow: hidden;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .views-field-title {
  font-size: 1.3125rem;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .views-field-body {
  margin-top: 20px;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .views-field-field-date-range {
  color: #a4c43b;
}
.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio.view-display-id-attachment_1 .view-content .views-field-pp-body {
  height: 300px;
  overflow: hidden;
}

.view-id-portfolio.view-display-id-block_1 .attachment-before .view-portfolio .view-content .chart-wrp {
  margin: 0 -30px;
}
.ya-pos, .g-pos {
  background: url('../img/ya-g.png') no-repeat 0 -6px;
  height: 20px;
  width: 23px;
}
.g-pos {
  background-position: 0 -34px;
}
.node-type-client .entity-paragraphs-item.portfolio-block-2>.section {
  padding: 0;
  width: auto;
}
.view-portfolio.view-display-id-block_2 .view-header {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 20px;
}

.tablechart img {
display: none;
}
.tm-widget.col-4 {
  width: auto;
}

.media-colorbox img {
  height: auto !important;
  max-width: 100%;
}

.entity-paragraphs-item #node-258 {
  margin-top: 50px;
}
.entity-paragraphs-item #node-258.node-view-teaser .carousel {
  padding: 0 30px;
}
.entity-paragraphs-item #node-258.node-view-teaser .carousel h2 {
  display: none;
}
.entity-paragraphs-item #node-258.node-view-teaser .carousel td img {
  display: inline;
}
.entity-paragraphs-item #node-258.node-view-teaser a.more {
  display: inline-block;
  font-size: 1.25rem;
  margin-top: 20px;
}
.entity-paragraphs-item #node-258 ul.links.inline {
  display: none;
}

.enjoyhint-btn {
  background: #a0c53a;
  border-color: #a0c53a;
  color: #fff;
  /*padding: 0 20px;*/
  width: 150px;
}
.enjoyhint-btn:hover {
  background: rgb(214, 39, 40);
  border-color: rgb(214, 39, 40);
}

#paragraph-id-151 .content-block-content .field-item > div:first-of-type {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
#paragraph-id-151 .content-block-content .field-item > div img {
  margin: 0 20px;
}

 .ui-widget select{
    font-size: 1em !important;
    background: #fff !important;
    color: #818181 !important;
    height: 50px !important;
    line-height: 20px !important;
    max-width: 100% !important;
    padding: 10px 15px !important;
    width: 220px !important;
}

.about_uslugi{

  border: 0px solid #fff !important;
  background-color: #fff;
  color: #000;
  resize: none;
  font-size: 14px !important;

  }
  .about_uslugi_type{

    border: 0px solid #fff !important;
    background-color: #fff;
    color: #000;
    resize: none;
    font-size: 14px !important;
    height: 98px;

    }

// table block



#block-system-main table {
  width: 100%;
}

table.clients-stat {
  border: 1px solid #a0c53a;
  width: 100%
}
table.clients-stat thead tr {
  background-color: #a0c53acc;
  border-bottom: 1px solid #a0c53a;
  color: #fff;
}
table.clients-stat tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
table.clients-stat tbody tr:first-of-type,
table.clients-stat tbody tr:last-of-type {
  border: none;
}
table.clients-stat tbody tr.even {
  background-color: #f5f5f5;
}
table.clients-stat th,
table.clients-stat td {
  padding: 10px;
}
table.clients-stat tbody tr:first-of-type td {
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  width: 160px;
}
table.clients-stat tbody tr:first-of-type td img {
  margin: 10px 0;
  max-width: 150px;
}
table.clients-stat a.position {
  text-decoration: none;
}
.clients-stat-updated {
  float: right;
  font-size: 13px;
  margin: 5px 0 20px 0;
}
.clients-stat-order-msg {
  display: none;
}

.tooltipster-content .clients-stat-order-msg {
  display: block;
  font-size: 16px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  padding: 5px 10px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  line-height: 26px;
}

.fieldset-legend {
  display: none !important;
}

blockquote {
  background: #e8f1f6;
  color: #3d3d3d;
  font-weight: 400;
  padding: 20px;
  line-height: 140%;
  margin-inline: auto;
}


#paragraph-id-470 {
color: #fff;
background-color: #3f51b5
}


#paragraph-id-474 {
color: #fff;
background-color: #3f51b5
}

#paragraph-id-472 {
background: #a0c53a;
color: #fff;
}

#paragraph-id-475 {
background: #4a97cd !important;
color: #fff;
}




#paragraph-id-475 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {

display: flex;

}

#paragraph-id-472 {
padding-top: 30px !important;
padding-bottom: 40px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
}

#paragraph-id-474 {
padding-top: 30px !important;
padding-bottom: 40px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;

}



.field-name-body > div:nth-child(1) > div:nth-child(1) > ol:nth-child(4) > li:nth-child(2)::marker {
 content: "2. ";
}


.field-name-body > div:nth-child(1) > div:nth-child(1) > ol:nth-child(4) > li:nth-child(3)::marker {
 content: "3. ";
}


#paragraph-id-9 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
font-size: 2rem;
font-weight: normal;

}

#paragraph-id-477 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {display: flex; justify-content: center;}



div.content-block-content:nth-child(2) {display: flex;}


#paragraph-id-479 {color: #fff; background-color: #3f51b5;}



#paragraph-id-475 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {display: flex;}



#paragraph-id-475 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {display: flex; justify-content: center;}


.tablechart * {
  max-width: 100%;
}


.qseoshka {
  position: fixed;
  /* right: 0;
  bottom: 80px;  */
  top: 30%;
  right: -380px; /* Прячем блок (подбери ширину под свою картинку) */
  transition: all 0.8s ease-out; /* Плавность движения */
  z-index: 1000;
  opacity: 0.5;
}
.qseoshka.show {
  transform: translateX(-390px); /* Выезжает влево на свою ширину + отступ */
  opacity: 1;
}
.qseoshka a {
  text-decoration: none;
}
.qseoshka img {
  display: block;
  width: 100%;
  height: auto;
  max-width:378px;
  cursor: pointer;
}
.qseoshka .close {
  border: 2px solid #eff0f0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #4c4f4f url(../img/x.png) center center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
}
.qseoshka .close:hover,
.qseoshka .close:focus {
  border-width: 0;
}