.body {
    margin-top: 143px;
}
/* Page Day-info*/
.wdi-item{
    background: #eaf0fb;
    padding: 10px 15px;
    border: 1px solid #0f905a;
    border-left: 10px solid #0f905a;
    margin: 20px 0;
}
.wdi-item-title{
    text-decoration: underline;
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 5px;
}
.wdi-item a{
    text-decoration: none;
}
.wdi-item-word a {
    font-weight: 900;
}
/* END Day-info*/
.header.header-no-padding {
  padding-bottom: 0;
}

.header.header-no-padding .col{
  margin-bottom: 0;
}
.new-sect-fix p, .new-sect-fix span{
    color:#fff !important;
}
.new-sect-fix{
    margin-bottom: 50px;
    margin-top:30px;
}
.logo_image {
  transition: 1.2s;
  max-height: 90px;
}
.navigation-row {
    position: fixed;
    width: 100%;
    background: #fdfdfd;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    transition: 0.2s;
    top: 0;
    z-index: 1045;
}

.navigation-row .col {
  margin-bottom: 0;
}
.navigation-row ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;

}

.navigation-row ul.menu li {
    margin: 0;
    padding: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

.navigation-row ul.menu li a {
    color: #074730;
    padding: 15px 0;
    display: inline-block;
}

.navigation-row ul.menu li.active a {
    color: #074730;
    font-weight: bold;
}





.navigation-row ul.menu li.parent > a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #074730;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: text-top;
    margin-top: 2px;
}




.navigation-row ul.menu li ul.nav-child {
  position: absolute;
  list-style: none;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-top: 0;
  display: none;
  max-height: 0;
}
.navigation-row ul.menu li ul.nav-child li ul.nav-child {
  position: relative;
}
.navigation-row ul.menu li:hover ul.nav-child {
  display: block;
  max-height: 500px;
}

.navigation-row ul.menu li ul.nav-child li {
  text-transform: none;
  font-size: 14px;
  text-align: left;
}
.separator {
    color: #074730;
    padding: 15px 0;
    display: inline-block;
}

.navigation-row ul.menu li ul.nav-child li > a {
  padding: 5px 0;
}

.header {
    padding: 30px 0 0px 0;
    background: url(../img/background-header.webp) no-repeat 45% 70%;
    background-size: cover;
}

.header .row {
    margin: 0;
}

.header .row .col {
    padding: 0;
 	margin: 0;
}

.header h1, .header h2 {
    color: #ffffff;
}

.header h1 {
    /*background: rgba(0,0,0,0.5);*/
    /*display: block;*/
    /*padding: 0 20px;*/
}

.colored-2 {
    background: #f9f9fa;
    background-size: cover;
    text-align: center;
    padding: 30px 0 30px 0;
    margin-bottom: 0 !important;
}

.colored-3 {
    background: #074730;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 50px 0 30px 0;
    font-family: 'Exo2', sans-serif;

}


section {
    margin-bottom: 40px;
}

.phone {
    font-size: 22px;
    margin-bottom: 0;
    color: #074730;
}
.phone a{
    color: #074730;
}
.phone a span{
    font-size: 16px;
    color: #0c1822;
}

.phone.mail:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/mail.png") no-repeat 0 0;
    margin-right: 5px;
    margin-bottom: -3px;
}

.phone.gor:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/tel.png") no-repeat 0 0;
    margin-right: 5px;
    margin-bottom: -3px;
}

.phone.mts:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/mts.png") no-repeat 0 0;
    margin-right: 5px;
    margin-bottom: -3px;
}

.phone.velcome:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/vel.png") no-repeat 0 0;
    margin-right: 5px;
    margin-bottom: -3px;
}

.phone.geo:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/loc.png") no-repeat 0 0;
    margin-right: 5px;
    margin-bottom: -3px;
}

.block-section {
    display: block;
}

.weight-normal {
    font-weight: normal;
}
.padding-left-0 {
    padding-left: 0;
}

.margin-top-0 {
    margin-top: 0;
}

.special-style-for-phone-in-head {
    text-align:right;
}

.items-leading > div:nth-child(2n+1) .intro-image-col {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.items-leading > div {
    border-bottom: 1px solid #eaeaea;
}

legend, td, th {
    padding: 5px 20px;
  border: 1px solid grey;
}

.item-page:after {
    content: '';
    display: block;
    clear: both;
}

.item-image {
  max-width: 1280px;
  margin: 0 0 10px 40px;
  padding-right: 20px;
}
.item .col {margin-bottom: 0;}
.pull-left {
    float: left;
}

p.readmore {
    text-align: center;
}

p.price {
    font-size: 24px;
    color: #00a7ed;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.contacts-block-wrapper {
    margin: 0 0 20px;
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.contacts-block-wrapper .form-group.rsform-block {
    margin-bottom: 20px;
}
.contacts-block-wrapper .form-group.rsform-block label {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.contacts-block-wrapper .form-group.rsform-block button {
    width: 100%;
}
.formRequired {
    color: #00a7ed;
}
/*  ***  MENU ***  */

.c-hamburger {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    display: none;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 25px;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #013162;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #013162;
    content: "";
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
    bottom: -10px;
}

.c-hamburger--rot {
    background-color: #28aadc;
}

.c-hamburger--rot span {
    transition: transform 0.3s;
}

/* active state, i.e. menu open */
.c-hamburger--rot.is-active {
    background-color: #166888;
}

.c-hamburger--rot.is-active span {
    transform: rotate(90deg);
}

.c-hamburger--htx {
    /*background-color: #ff3264;*/
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.active .c-hamburger--htx {
    float: right;
}
.active .c-hamburger--htx:after {
    clear: both;
    content: '';
    display: block;
}

.active .c-hamburger--htx span {
    background: none;
}

.active .c-hamburger--htx span::before {
    top: 0;
    transform: rotate(45deg);
}

.active .c-hamburger--htx span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.active .c-hamburger--htx span::before,
.active .c-hamburger--htx span::after {
    transition-delay: 0s, 0.3s;
}
.module + .module {
  margin-top: 40px;
}

.header + .breadcrumbs {
  margin-top: -40px;
}

.breadcrumbs {
  background: #f5f5f5;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
}

.breadcrumbs ul.breadcrumb {
  list-style: none;
  padding: 0;
}

.breadcrumbs ul.breadcrumb li {
  display: inline-block;
}

.block-left-menu .nav.menu {
  list-style: none;
  padding: 0;
}

.block-left-menu .nav.menu li {
  padding: 10px 5px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #ffffff;
  font-size: 16px;
}

.pagination {
  margin: 18px 0;
}
.pagination .counter { display: inline-block; margin: 0; padding: 4px 12px;
    line-height: 18px;
    float: left; }
.pagination ul {
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}


@media only screen and (max-width: 768px) {
    .new-sect-fix{
        margin:0px;
        padding-bottom:20px;
    }
    .new-sect-fix p.benefits__element:first-child{
        margin-top:0px;
    }
    .first-sm{
        margin-bottom:0px;
    }
    .custom-pererabotka > .row, .custom-pererabotka .service-preview, .custom-pererabotka h3{
        margin-top:0px !important;
        padding-top:0px !important;
    }
    /**/
    .block-img-video{
       display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .c-hamburger {
        display: block;
    }

.navigation-row {
    position: static;
  }
  .body {
    margin-top: 0;
  }
    .navigation-row div.menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -460px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        max-width: 460px;
        min-width: 320px;
        background: #f5f5f5;
        overflow: scroll;
        z-index: 100;
    }
    .navigation-row div.menu.active {
        left: 0;
        border-right: 1px solid #cccccc;
    }

    .navigation-row div.menu.active ul {
        display: block;
    }

    .navigation-row div.menu.active ul li{
        text-align: left;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #cccccc;
    }

    .navigation-row div.menu.active ul li a{
        padding: 20px;
        display: inline-block;
        width: 100%;
    }

    .navigation-row div.menu.active ul li a:hover{
    }

    .special-style-for-phone-in-head {
        margin-top: 10px;
    }

    .big-font {
        font-size: 18px;

    }
  
  .navigation-row ul.menu li ul.nav-child {
    position: relative;
  }

}







[role="button"] {
  cursor: pointer;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
  float: right;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.footer {
  background: #474846;
  color: #fff;
  padding: 20px;
}

.footer .row {
  margin-top: 0;
}

.footer .col {
  margin-bottom: 0;
}

.footer a {
    color: #fff;
}

.footer h3 {
    text-align: left;
}

.slogan{
  display: block;
  	color: #fff;
  background: rgba(0,0,0,0.3);
  padding: 0 20px;
  margin-bottom: 70px;
}

.uslugi-fiz {
    background: #0f905a url("../img/icon-fiz.webp") no-repeat 10px 10px;
    display: inline-block;
    padding: 19px 10px 10px 60px;
    height: 60px;
    width: 100%;
    color: #fff;
}


.uslugi-jur {
    background: #0a6c43 url("../img/icon-yur.webp") no-repeat 10px 10px;
    display: inline-block;
    padding: 19px 10px 10px 60px;
    height: 60px;
    width: 100%;
    color: #fff;
}


.uslugi-addr {
    background: #074730 url("../img/icon-local.webp") no-repeat 10px 10px;
    display: inline-block;
    padding: 19px 10px 10px 60px;
    height: 60px;
    width: 100%;
    color: #fff;
}

.module-pererabotka {
    text-align: center;
}

.rounded-button {
    border-radius: 30px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px 40px;
    color:#fff;
    margin-top: 30px;
}

.rounded-button.fiz {
    background: #0f905a;
}

.rounded-button.your {
    background: #074730;
}

.newsflash-horiz {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.newsflash-horiz li {
    flex: 22%;
    padding: 0px;
  	margin: 0 5px;
  	display: flex;
    flex-direction: column;
}

.newsflash-horiz li:hover {

    transition: box-shadow .3s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}


p.preim {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;

}
p.preim2 {
    margin-top: 10px !important;
    font-size: 18px;
}

p.material {
	font-size: 14pt;
	font-weight: bold;
    color: #197896;
}

figure.newsflash-image{
  float: left;
  max-width: 600px;
  margin: 10px 10px;
  position:relative;
  height:180px;
  /*width:100%;*/
}
.newsflash-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.main-content-wrapper {
  max-width: 1024px;
  margin: 0 auto;

}

.main-content-wrapper p{
  text-align: justify;
  text-indent: 40px;
}
.main-content-wrapper table p{
  text-align: justify;
  text-indent: 0px;
}
.service-preview {
	padding: 0 20px;
    height: 100%;
    margin-top: 20px;
}

.service-preview p{
  text-align: justify;
  text-indent: 40px;
}

.service-preview h3{
	padding-top: 20px;
    margin-top: 0;
}


.item-nice-container {
    position: relative;
	  overflow:hidden;
}

.item-nice-container img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.item-nice-container img:hover{
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 }


.item-nice-container a {
  display: inline-block;
  width: 100%;
  z-index: 1;
}

.item-nice-container a h4 {
  display: inline-block;
  color: #fff;
    background: rgba(60,60,60,0.7);
    width: 100%;
    padding: 10px 20px;
  font-family: 'Exo2', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.item-nice-container a.uslugi-title {
  position: absolute;
  top: 45%;
  z-index: 1;
  left: 0;
}

.price {
    position: absolute;
    top: 75%;
    z-index: 1;
    right: 0;
    display: inline-block;
    background: #074730;
}

.price p {
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    margin: 10px;
    font-family: 'Exo2', sans-serif;

}

.zagolovok {
    background: #074730;
    padding: 10px;
}
.zagolovok h2{
  color: #fff;
}

.buttonlink {
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #074730;
    padding: 15px 40px;
    color: #074730;
  	font-weight: bold;
    margin-top: 30px;
}

.buttonlink-green {
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #1d4830;
    padding: 10px 40px;
    color: #fff;
  	font-weight: bold;
    margin-top: 30px;
	background: #074730;
}

.buttonlink-green:hover {
     background: #fff;
    color: #1c4730;
      border: 2px solid #074730;
  
  }



h3.pererabotka {
    font-weight: 900;
    color: #1c4730;
}

.attention {
    color: #074730;
    font-weight: bold;
    font-size: 18px;
}

.map-menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.map-menu > li {
  width: 25%;
  margin: 20px 0;
  padding-right: 20px;
}

.map-menu > li > a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  background: #1c4730;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.zebra tr:nth-child(odd){
  background: #e0ece8;
}

.zebra tr:nth-child(even){
  background: #fdfdfd;
}



.benefits__header {
    width: 100%;
    text-align: center;
    line-height: 1.3;
    padding: 0 15px 20px;
    color: #074730;
    font-size: 2rem;
    text-transform: uppercase;
}



.benefits__icon {
    display: block;
    width: 60px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.benefits__element  {
    text-align: center;
    line-height: 1.1;
	text-indent: 0px;
  	/*margin-top: 30px;*/
}

.benefits__number {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 1;
    color: #074730;
}

.benefits__title {
    font-size: 14px;
    color: #333;
  	text-indent: 0px !important;
  	padding: 0 10px;
 	text-align: center !important;
  
}

.item-page .published{
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  padding: 5px 20px;

}

@media only screen and (max-width: 1024px) {
  .newsflash-horiz li {
    flex: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .map-menu > li {
  width: 50%;
  }
  .newsflash-horiz li {
    flex: 45%;
}

}

@media only screen and (max-width: 480px) {
  .map-menu > li {
  width: 100%;
  }
    .newsflash-horiz li {
    flex: 45%;
}
}

.blog .page-header a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.blog .intro-image-col .item-image{
    width:330px;
    height:200px;
    position:relative;
}
.blog .intro-image-col .item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#special + .navigation-row {
  top: 56px;
}
.warning {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: white;
}

.warning--active {
	display: flex;
}

.warning__text {
	margin-right: 30px;
}

.warning__read {
	display: block;
	margin-left: 15px;
}