.logo-header {
  margin-top: 0px;
  background: #003F3F;
}
.phone-header {
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  text-align: center;
}
.phone-header-text {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.phone-header-text > a {
  text-decoration: none;
}
.phone-footer {
  font-size: 26px;
  color: #fff;
  font-weight: lighter;
  text-align: center;
  padding: 15px 0 0 0;
}
.phone-footer-text {
  text-decoration: none;
  text-align: center;
}
.phone-footer-text > a {
  text-decoration: none;
}
a[href^=tel] {
  color: #fff;
}
.navbar {
  border: none;
  border-radius: 0px;
}
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.65);
}
.navbar-brand-txt {
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 1px;
}
.btn-call {
  margin-top: 2em;
}
.btn-call-back {
  margin: 5px;
}
.photo-baner {
  background-image: url('/images/index-cover03.jpg');
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  height: 260px;
  margin-top: -30px;
  padding: 70px;
}
.photo-baner-min {
  background-image: url('/images/index-cover03.jpg');
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  margin-top: -70px;
}
.pb-btn {
  margin: 15px;
}
.pb-text {
  font-size: 24px;
  text-align: center;
}
.comment {
  font-size: 12px;
  color: #087070;
  padding-bottom: 15px;
}
/* --Оформление плиток меню услуг-- */
.plate-menu {
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  height: 160px;
  border: 1px;
  border-style: solid;
  border-color: #fff;
  padding-top: 22%;
  margin-left: -15px;
  margin-right: -15px;
  background: rgba(255, 255, 255, 0.8);
  background-blend-mode: screen;
}
.plate-menu:hover {
  color: #fff;
  background: #fc0204;
  background-blend-mode: multiply;
}
.contacts {
  margin: 15px;
}
.contacts-tel,
.contacts-tel > a[href^=tel] {
  color: #000;
  font-size: 28px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-info {
  font-weight: 100;
}
.padding0 {
  padding: 0px;
}
.margin-t-b15 {
  margin: 15px -15px 15px -15px;
}
.row-white {
  background: #fff;
  margin-top: 12px;
}
.margin-left {
  margin-left: 15px;
}
.hcenter {
  text-align: center;
}
.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}
.utp-block {
  background: #E3EDED;
  font-size: 13px;
  font-weight: bold;
  color: #065A5A;
  /*padding: 10px;*/
  border-color: #fff ! important;
  border-style: solid ! important;
  border: 1px;
  height: 60px;
  line-height: 60px;
}
.utp-icon {
  margin-right: 10px;
}
/*Стили акций*/
.actbaner {
  color: #fff;
  height: 140px;
  cursor: default;
  padding-top: 10px;
  background-position: center;
  background: #087070;
  background-blend-mode: multiply;
  border-color: #fff ! important;
  border-style: solid ! important;
  border: 1px;
}
.actbaner:hover {
  color: #fff;
  background: #fc0204;
  background-blend-mode: multiply;
}
.actbhead {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
}
/*Стили акций конец*/
/*Стили для новостей и анонсов новостей*/
.news-preview {
  margin: 15px 0 15px 0;
  height: 150px;
  float: left;
}
.news-preview > img {
  width: 100%;
  height: auto;
}
.news-cover {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-preview-txt {
  margin-top: 15px;
}
.news-data {
  color: #7EA8A8;
}
.news-h1 {
  color: #087070;
  font-size: 24px;
}
.news-h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: #087070;
  display: block;
  padding: 10px;
  margin: 15px;
}
.news-photo {
  padding-bottom: 15px;
  border-style: solid;
  border-color: #fff;
}
/*Конец стилей для новостей и анонсов новостей*/
/*Стили отзывов*/
.feedbackName {
  size: 11px;
  color: #087070;
  font-weight: 600;
  display: block;
  line-height: 10px;
}
.feedbackData {
  color: #087070;
  font-size: 10px;
  font-weight: 400;
  margin-right: 5px;
}
/*Конец стили отзывов*/
/* Стили таблиц переопределение*/
.table {
  margin-top: 10px;
  border: 0px;
  border-style: solid;
  border-color: #000;
  border-radius: 3px;
  background: #fff;
}
.table > thead > tr {
  background: #E3EDED;
  font-weight: 400;
  border: 1px;
  border-top-style: solid;
  border-color: #7EA8A8;
  height: 50px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px 10px 4px 10px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #7EA8A8;
}
.table > tbody > tr > td {
  height: 40px;
}
.table > tbody > tr > td > a {
  text-decoration: underline;
}
.table > tbody > tr > td > a:hover {
  text-decoration: none;
}
.table > tbody > tr > td > a > i:hover {
  color: #FC0204;
}
/*---Стили модальных окон переопределение*/
.modal-header {
  padding: 0.5em 1em 0.5em 1em;
  border-bottom: 1px solid #087070;
}
.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #087070;
}
/* footer styles
-------------------------------*/
.footer-bg1 {
  background: #012525;
}
.footer-bg2 {
  background: #000;
}
.nav-footer {
  font-size: 12px;
  padding: 15px;
  font-weight: lighter;
  color: #fff;
}
.nav-footer a {
  text-decoration: underline;
  color: #fff;
}
.nav-footer a:hover {
  color: #FC0204;
  text-decoration: none;
}
.hr-footer {
  border: none;
  /* Убираем границу */
  background-color: #fff;
  /* Цвет линии */
  color: #fff;
  /* Цвет линии для IE6-7 */
  height: 1px;
  /* Толщина линии */
  margin: 15px 0 0 0;
  padding: 0px;
}
.footer-copy {
  font-size: 12px;
  font-weight: lighter;
  padding: 15px;
  color: #fff;
}
.footer-nato {
  font-size: 12px;
  padding: 15px;
  color: #087070;
}
.footer-nato a {
  color: #087070;
  text-decoration: underline;
}
.footer-nato a:hover {
  color: #FC0204;
  text-decoration: none;
}
/*==========  Mobile First Method  ==========
медиа запросы для стилей*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 300px) {
  .logo {
    width: 90%;
    padding: 70px 0px 15px 0px;
  }
  .logo-footer {
    width: 80%;
    padding: 15px;
  }
  .logo-description {
    font-size: 1.2em;
  }
  .navbar-brand-txt {
    font-weight: 200;
    font-size: 11px;
    letter-spacing: 1.2px;
  }
  .phone-header-text {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
  }
  .phone-header {
    font-size: 1.4em;
    font-weight: lighter;
    color: #fff;
  }
  .phone-footer {
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
  }
  .phone-footer {
    font-size: 26px;
    padding: 15px 0 0 0;
  }
  .phone-footer-text > a {
    font-size: 30px;
    text-decoration: none;
  }
  /*----плиточное меню----*/
  .plate-menu {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    height: 80px;
    border: 1px;
    border-style: solid;
    border-color: #fff;
    padding-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
    background: rgba(255, 255, 255, 0.8);
    background-blend-mode: screen;
  }
  .plate-menu:hover {
    color: #fff;
    background: #fc0204;
    background-blend-mode: multiply;
  }
  /*----плиточное меню конец----*/
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-fixed-top {
    position: relative;
  }
  .nav li {
    /*Расстояние между пунктами меню по горизонтали*/
    float: left;
    position: relative;
    padding-right: 30px;
  }
  .logo {
    width: 100%;
    padding: 1em;
  }
  .logo-footer {
    width: 30%;
    padding: 20px;
  }
  .logo-description {
    font-size: 1.2em;
  }
  .phone-header-text {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #fff;
  }
  .phone-header {
    margin-top: 1em;
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    text-align: left;
  }
  .phone-footer {
    font-size: 26px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
  }
  .phone-footer-text > a {
    font-size: 28px;
    text-decoration: none;
  }
  .btn-call-back {
    margin: 0 60px 0 60px;
  }
  .pb-btn {
    margin: 25px;
  }
  .pb-text {
    font-size: 22px;
    text-align: center;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  /*----плиточное меню----*/
  .plate-menu {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    height: 120px;
    border: 1px;
    border-style: solid;
    border-color: #fff;
    padding-top: 45px;
    margin-left: -15px;
    margin-right: -15px;
    background: rgba(255, 255, 255, 0.8);
    background-blend-mode: screen;
  }
  .plate-menu:hover {
    color: #fff;
    background: #fc0204;
    background-blend-mode: multiply;
  }
  /*----плиточное меню конец----*/
  .actbaner {
    height: 100px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .nav li {
    /*Расстояние между пунктами меню по горизонтали*/
    float: left;
    position: relative;
    padding-right: 60px;
  }
  .logo {
    width: 90%;
    padding: 1em;
  }
  .logo-footer {
    width: 50%;
    padding: 25px 0 15px 0;
  }
  .logo-description {
    font-size: 1em;
  }
  .phone-header-text {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  .phone-header {
    margin-top: 1.5em;
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    text-align: left;
  }
  .phone-footer {
    font-size: 14px;
    text-align: left;
    padding: 15px 0 0 75px;
  }
  .phone-footer-text > a {
    font-size: 24px;
    text-align: left;
    padding: 0 0 15px 40px;
    text-decoration: none;
  }
  .btn-call {
    margin-top: 3em;
  }
  .btn-call-back {
    margin: 30px 5px 0 5px;
  }
  /*----плиточное меню----*/
  .plate-menu {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    height: 160px;
    border: 1px;
    border-style: solid;
    border-color: #fff;
    padding-top: 65px;
    margin-left: -15px;
    margin-right: -15px;
    background: rgba(255, 255, 255, 0.8);
    background-blend-mode: screen;
  }
  .plate-menu:hover {
    color: #fff;
    background: #fc0204;
    background-blend-mode: multiply;
  }
  /*----плиточное меню конец----*/
  .actbaner {
    height: 120px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .logo {
    width: 80%;
    padding: 1.3em;
  }
  .logo-description {
    font-size: 1em;
  }
  .phone-header-text {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  .phone-header {
    margin-top: 2em;
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    text-align: left;
  }
  .btn-call {
    margin-top: 3.5em;
  }
  .phone-footer {
    font-size: 14px;
    text-align: left;
    padding: 15px 0 0 90px;
  }
  .phone-footer-text > a {
    font-size: 24px;
    text-align: left;
    padding: 0 0 15px 0px;
    text-decoration: none;
  }
}
iframe {
  padding: 0;
  margin: 0;
  border: 0;
}
.news-preview-article .news-preview,
.news-preview-article .news-h1 {
  cursor: pointer;
}
.news-preview-article .news-preview:hover,
.news-preview-article .news-h1:hover {
  color: #63B8B8;
}
.news-preview-article .tooltip {
  display: none !important;
}
.news-preview-articles-is-undefined {
  padding-left: 15px;
  border-left: 3px solid #63B8B8;
}
@media (max-width: 567px) {
  .photo-baner-more {
    margin-top: 0;
  }
  .photo-baner-more br {
    display: none;
  }
}
.article-cta__call,
.article-cta__price {
  padding: 15px;
}
@media (min-width: 568px) {
  .article-cta__call,
  .article-cta__price {
    min-height: 175px;
  }
}
.article-cta__call {
  background-image: url(/assets/cache/images/akz/actbaner-720-140px-1-720x140-04d.jpg );
  background-size: cover;
  background-position: center;
}
.article-cta__price {
  border: 1px solid #087070;
}
@media (min-width: 568px) {
  .article-cta__price {
    border-left-width: 0;
  }
}
.articles-nav {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
}
.articles-nav__title {
  color: #087070;
  font-size: 20px !important;
  padding: 7.5px;
}
.articles-nav__title + ul > li {
  position: relative;
  list-style: none;
}
.articles-nav__title + ul > li:before {
  content: "⇒";
  position: absolute;
  left: -7.5px;
  transform: translateX(-100%);
}
.articles-nav__title + ul ul {
  padding-left: 20px;
}
.articles-nav ul {
  margin-bottom: 15px;
}
.articles-nav li {
  margin-bottom: 7.5px;
}
.articles-nav ul ul > li:first-child {
  padding-top: 7.5px;
  margin-top: 7.5px;
}
.articles-nav ul > li li {
  font-size: .95em !important;
  list-style: none;
}
.articles-nav ul > li li:not(:last-child) {
  padding-bottom: 10.5px;
  border-bottom: 1px solid #dedddd;
}
@media (min-width: 768px) {
  .page-article__col-content.articles-nav-active,
  .page-more__col-content.articles-nav-active {
    left: 9%;
  }
  .articles-nav {
    position: absolute;
    top: 20px;
    min-width: 200px;
  }
  .articles-nav:not([style*="fixed"]) {
    left: -20px;
    width: 37%;
    transform: translateX(-100%);
  }
  .articles-nav[style*="fixed"] {
    transform: translateX(calc(-100% - (20px + 15px)));
  }
}
@media (max-width: 767px) {
  .articles-nav {
    position: static !important;
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.logo-header.fk-bg-light-xs .phone-header,
.logo-header.fk-bg-light-xs .phone-header-text,
.logo-header.fk-bg-light-xs .phone-header-text a {
  color: #2D5454;
}
.logo-header .btn-call {
  margin-top: 2em;
  display: block;
}
.navbar {
  background-color: #2D5454;
}
.navbar.navbar-inverse li > a {
  font-weight: 700 !important;
}
.navbar.navbar-inverse .navbar-nav > li > a {
  font-size: 1.15em !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.navbar-inverse .navbar-nav > li:not(.open):not(.active) a {
  color: #fff !important;
}
.navbar .tooltip {
  display: none !important;
}
.prices__agree {
  margin-top: 30px;
  margin-bottom: 0;
  color: #087070;
  font-weight: 700;
}
.prices__agree span {
  color: red;
}
.photo-baner-more .pb-text {
  font-weight: bold;
}
@media (min-width: 568px) {
  .photo-baner-more .pb-text {
    font-size: 2em;
  }
}
@media (max-width: 567px) {
  .photo-baner-more .pb-text {
    font-size: 1.5em;
  }
}
.section-prices .nav-tabs {
  border-bottom: 2px solid #087070;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-prices .nav li {
    padding-right: 20px;
  }
}
.section-prices .nav-tabs > li > a {
  font-weight: bold;
  border-bottom: none;
}
@media (min-width: 992px) {
  .section-prices .nav-tabs > li > a {
    font-size: 1.2em;
  }
}
@media (max-width: 991px) {
  .section-prices .nav-tabs > li > a {
    font-size: 1.1em;
  }
}
.section-prices .nav-tabs > li.active > a,
.section-prices .nav-tabs > li.active > a:hover,
.section-prices .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #087070;
  border: 1px solid #087070;
}
.section-prices .prices__title {
  width: 50%;
  font-weight: 700;
  color: #2D5454;
}
.section-prices .prices__price,
.section-prices .prices__html {
  text-align: center;
  width: 25%;
}
@media (max-width: 567px) {
  .section-prices .prices__html {
    display: none;
  }
}
.section-prices .prices table {
  width: 100%;
}
.section-prices .prices table button {
  margin: 0 auto;
}
.section-prices .prices thead {
  display: none;
  border-top: 1px solid #087070;
  border-bottom: 1px solid #087070;
}
.section-prices .prices thead th {
  background-color: rgba(8, 112, 112, 0.1);
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.section-prices .prices tbody tr {
  cursor: pointer;
  border-bottom: 1px solid #dedddd;
}
.section-prices .prices tbody tr:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
}
.section-prices .prices tbody tr:hover td {
  background-color: #f8f8f8;
}
.section-prices .prices tbody tr:hover td[class*="title"] {
  color: #63B8B8;
}
.section-prices .prices tbody tr td {
  padding: 7.5px;
}
@media (min-width: 568px) {
  .section-prices .prices tbody tr td {
    font-size: 1.3em;
  }
}
.section-prices .prices .tr-agree {
  box-shadow: none !important;
}
.section-prices .prices .tr-agree td {
  background: #fff !important;
  cursor: default !important;
  font-size: .9em !important;
}
.section-prices .prices .tr-agree td .prices__agree {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.section-prices.section-prices_sm {
  padding-top: 20px;
}
.section-prices.section-prices_sm > .container {
  padding-left: 0;
  padding-right: 0;
}
.section-prices.section-prices_sm .prices tbody tr td {
  padding: 3px;
  font-size: 1em;
}
.section-read-also__item header {
  cursor: pointer;
}
.section-read-also__item header .fk-format,
.section-read-also__item header h4 {
  transition: .2s;
}
.section-read-also__item header:hover .fk-format {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.section-read-also__item header:hover h4 {
  color: #63B8B8;
}
.section-read-also__item h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #2D5454;
}
.service-categories__col {
  padding: 15px;
  display: block;
}
.service-categories__col.service {
  position: relative;
  cursor: pointer;
}
.service-categories__col.service:hover > section:after {
  opacity: 0;
}
.service-categories__col.service:hover > section {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.service-categories__col.service:hover:before {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.service-categories__col.service:hover:after {
  background-color: #63B8B8;
  width: 20px;
}
.service-categories__col.service:before {
  transition: box-shadow 0.2s;
  content: attr(data-service);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 3px 5px 3px 10px;
  background-color: #087070;
  color: #fff;
  font-size: 1.15em;
  font-weight: 700;
}
@media (max-width: 567px) {
  .service-categories__col.service:before {
    width: 80%;
    height: auto;
  }
}
@media (min-width: 568px) {
  .service-categories__col.service:before {
    width: 70%;
    height: 50px;
  }
}
.service-categories__col.service:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  width: 12px;
  transform: skewX(-7deg);
  background-color: #087070;
  transition: .2s;
}
@media (max-width: 567px) {
  .service-categories__col.service:after {
    left: calc(80% - 9px);
    height: 50px;
  }
}
@media (min-width: 568px) {
  .service-categories__col.service:after {
    left: calc(70% - 9px);
    height: 50px;
  }
}
.service-categories__item {
  position: relative;
  min-height: 190px;
  transition: box-shadow 0.2s;
}
.service-categories__item:before {
  position: absolute;
  z-index: 10;
  top: -7.5px;
  left: -7.5px;
  padding: 3px 10px;
  max-width: 80%;
  transform: skewX(-7deg);
  background-color: #63B8B8;
  color: #fff;
  font-size: 1.15em;
  font-weight: 700;
}
.service-categories__item:after {
  transition: 0.2s;
}
.service-categories__item h4 {
  display: none;
  font-weight: 700;
}
.service-categories .tooltip {
  display: none;
}
.section-service-center img,
.section-service-center .fk-format {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.section-corporate {
  background-color: #eee;
  text-align: center;
}
.section-corporate h2 {
  font-weight: 900;
  margin-top: 0;
}
.section-corporate p {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.section-corporate .btn {
  margin-top: 0;
}
.section-corporate_block {
  margin-top: 30px;
  margin-bottom: 45px;
}
.section-why-we__item h4 {
  position: relative;
  display: inline-block;
  transform: translateY(calc(50% + 1px));
  margin-top: -20px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: #087070;
  z-index: 5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  font-weight: 700;
}
@media (min-width: 568px) {
  .section-why-we__item h4 {
    height: 40px;
    line-height: 40px;
  }
  .section-why-we__item h4 br {
    display: none;
  }
}
@media (max-width: 567px) {
  .section-why-we__item h4 {
    height: 50px;
    padding-top: 5px;
  }
}
.section-why-we__item h4:before,
.section-why-we__item h4:after {
  content: "";
  transition: .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #087070;
  z-index: -1;
}
@media (min-width: 568px) {
  .section-why-we__item h4:before,
  .section-why-we__item h4:after {
    width: 40px;
  }
}
@media (max-width: 567px) {
  .section-why-we__item h4:before,
  .section-why-we__item h4:after {
    width: 50px;
  }
}
.section-why-we__item h4:before {
  left: 0;
  transform: rotate(45deg) scale(0.72) translate(-50%, 50%);
}
.section-why-we__item h4:after {
  right: 0;
  transform: rotate(45deg) scale(0.72) translate(50%, -50%);
}
.section-why-we__item .fk-format {
  border: 2px solid #63B8B8;
}
.section-why-we__item p {
  font-size: 1.15em;
}
.page-article__header {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
.page-article .news-preview-article + .news-preview-article {
  margin-top: 30px;
}
.page-article-single .page-article__col-content {
  position: relative;
}
.page-article-single .page-article__content img,
.page-article-single .page-article__content .fk-format {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.page-article-single .page-article__content p,
.page-article-single .page-article__content li {
  font-size: 1.15em;
}
.page-article-single .page-article__content .fk-img-after-alt {
  margin-bottom: 20px;
}
.page-article-single .page-article__content table.page-article__prices thead,
.page-article-single .page-article__content table.page-article__prices tbody {
  border: 1px solid rgba(8, 112, 112, 0.3);
}
.page-article-single .page-article__content table.page-article__prices thead {
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.page-article-single .page-article__content table.page-article__prices tbody {
  border-radius: 0 0 3px 3px;
}
.page-article-single .page-article__content table.page-article__prices th:nth-child(1) {
  width: 25%;
}
.page-article-single .page-article__content table.page-article__prices th:nth-child(2) {
  width: 50%;
}
.page-article-single .page-article__content table.page-article__prices th:nth-child(3) {
  width: 25%;
}
@media (max-width: 567px) {
  .page-article-single .page-article__content table.page-article__prices td,
  .page-article-single .page-article__content table.page-article__prices th {
    padding: 7.5px;
  }
}
@media (min-width: 568px) {
  .page-article-single .page-article__content table.page-article__prices td,
  .page-article-single .page-article__content table.page-article__prices th {
    padding: 15px;
  }
}
.page-article-single .page-article__content table.page-article__prices th {
  background-color: rgba(8, 112, 112, 0.1);
  color: #000;
  font-weight: 700;
}
.page-article-single .page-article__content table.page-article__prices tr:not(:last-child) td {
  border-bottom: 1px solid rgba(8, 112, 112, 0.1);
}
.page-article-single .section-read-also {
  border-top: 1px solid #dedddd;
}
.page-article-single .section-prices {
  padding-top: 0;
}
.page-article-single .section-prices .fk-section__header {
  padding: 30px;
  background-color: #087070;
}
.page-article-single .section-prices .fk-section__header h2 {
  color: #fff;
}
.page-more__header {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
.page-more .news-preview-article + .news-preview-article {
  margin-top: 30px;
}
.page-more-single .page-more__col-content {
  position: relative;
}
.page-more-single .page-more__content img,
.page-more-single .page-more__content .fk-format {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.page-more-single .page-more__content p,
.page-more-single .page-more__content li {
  font-size: 1.15em;
}
.page-more-single .page-more__content .fk-img-after-alt {
  margin-bottom: 20px;
}
.page-more-single .page-more__content table.page-more__prices thead,
.page-more-single .page-more__content table.page-more__prices tbody {
  border: 1px solid rgba(8, 112, 112, 0.3);
}
.page-more-single .page-more__content table.page-more__prices thead {
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.page-more-single .page-more__content table.page-more__prices tbody {
  border-radius: 0 0 3px 3px;
}
.page-more-single .page-more__content table.page-more__prices th:nth-child(1) {
  width: 25%;
}
.page-more-single .page-more__content table.page-more__prices th:nth-child(2) {
  width: 50%;
}
.page-more-single .page-more__content table.page-more__prices th:nth-child(3) {
  width: 25%;
}
@media (max-width: 567px) {
  .page-more-single .page-more__content table.page-more__prices td,
  .page-more-single .page-more__content table.page-more__prices th {
    padding: 7.5px;
  }
}
@media (min-width: 568px) {
  .page-more-single .page-more__content table.page-more__prices td,
  .page-more-single .page-more__content table.page-more__prices th {
    padding: 15px;
  }
}
.page-more-single .page-more__content table.page-more__prices th {
  background-color: rgba(8, 112, 112, 0.1);
  color: #000;
  font-weight: 700;
}
.page-more-single .page-more__content table.page-more__prices tr:not(:last-child) td {
  border-bottom: 1px solid rgba(8, 112, 112, 0.1);
}
.page-more-single .section-read-also {
  border-top: 1px solid #dedddd;
}
.page-more-single .section-prices {
  padding-top: 0;
}
.page-more-single .section-prices .fk-section__header {
  padding: 30px;
  background-color: #087070;
}
.page-more-single .section-prices .fk-section__header h2 {
  color: #fff;
}
.page-services .section-prices {
  padding-top: 20px;
}
.page-services .section-prices > .container {
  padding-left: 0;
  padding-right: 0;
}
.page-services .section-prices .prices thead {
  display: table-header-group;
}
.page-services .section-prices .prices tbody tr td {
  padding: 3px;
  font-size: 1em;
}
.fk-center-xy {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
}
.fk-center-xy > * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.fk-center-x {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}
.fk-center-y {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
}
.fk-divider {
  width: 100%;
  height: 1px;
  background-color: #dedddd;
}
.fk-format {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fk-format:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.fk-format > img {
  position: absolute;
  z-index: 1;
}
.fk-format__img_vertical {
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.fk-format[data-bg-position=contain] {
  background-size: contain;
}
.fk-format_lg:before {
  padding-top: 100%;
}
.fk-format_md:before {
  padding-top: 60%;
}
.fk-format_xs:before {
  padding-top: 30%;
}
.fk-img-after-alt:after {
  content: attr(data-alt);
  font-size: 90%;
  opacity: .8;
  font-style: italic;
  text-align: center;
  display: block;
}
.fk-text-inverse {
  color: rgba(255, 255, 255, 0.8);
}
.fk-text-inverse h1,
.fk-text-inverse h2,
.fk-text-inverse h3,
.fk-text-inverse h4,
.fk-text-inverse h5,
.fk-text-inverse h6 {
  color: #fff;
}
.fk-text-inverse p,
.fk-text-inverse b,
.fk-text-inverse i,
.fk-text-inverse strong {
  color: rgba(255, 255, 255, 0.8);
}
.fk-text-inverse p label {
  color: rgba(255, 255, 255, 0.8);
}
.fk-text-inverse a:not(.btn) {
  color: #fff;
}
.fk-text-inverse ul {
  color: rgba(255, 255, 255, 0.8);
}
.fk-text-inverse ul li a:not(.btn) {
  color: #fff;
}
.fk-bg-color-prim {
  background-color: #087070;
}
.fk-bg-color-sec {
  background-color: #FC0204;
}
.fk-bg-inverse {
  background-color: #000;
}
.fk-bg-light-xs {
  background-color: #f8f8f8;
}
.fk-bg-light-sm {
  background-color: #f5f5f5;
}
.fk-bg-light-md {
  background-color: #dedddd;
}
.fk-bg-light-lg {
  background-color: #878e92;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-between {
  justify-content: space-between;
}
.flex-justify-around {
  justify-content: space-around;
}
.flex-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
}
.flex-direction-column {
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.flex-direction-row {
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
}
.flex-align-start {
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-align-center {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-align-end {
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-justify-end {
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-remove {
  margin: 0 !important;
}
.mt-remove {
  margin-top: 0 !important;
}
.mb-remove {
  margin-bottom: 0 !important;
}
.ml-remove {
  margin-left: 0 !important;
}
.mr-remove {
  margin-right: 0 !important;
}
.m-mr {
  margin: 7.5px;
}
.m-xs {
  margin: 15px;
}
.m-sm {
  margin: 20px;
}
.m-md {
  margin: 30px;
}
.m-lg {
  margin: 60px;
}
.m-mg {
  margin: 90px;
}
.m-mg-s {
  margin: 120px;
}
.mt-mr {
  margin-top: 7.5px;
}
.mt-xs {
  margin-top: 15px;
}
.mt-sm {
  margin-top: 20px;
}
.mt-md {
  margin-top: 30px;
}
.mt-lg {
  margin-top: 60px;
}
.mt-mg {
  margin-top: 90px;
}
.mt-mg-s {
  margin-top: 120px;
}
.mb-mr {
  margin-bottom: 7.5px;
}
.mb-xs {
  margin-bottom: 15px;
}
.mb-sm {
  margin-bottom: 20px;
}
.mb-md {
  margin-bottom: 30px;
}
.mb-lg {
  margin-bottom: 60px;
}
.mb-mg {
  margin-bottom: 90px;
}
.mb-mg-s {
  margin-bottom: 120px;
}
.ml-mr {
  margin-left: 7.5px;
}
.ml-xs {
  margin-left: 15px;
}
.ml-sm {
  margin-left: 20px;
}
.ml-md {
  margin-left: 30px;
}
.ml-lg {
  margin-left: 60px;
}
.ml-mg {
  margin-left: 90px;
}
.ml-mg-s {
  margin-left: 120px;
}
.mr-mr {
  margin-right: 7.5px;
}
.mr-xs {
  margin-right: 15px;
}
.mr-sm {
  margin-right: 20px;
}
.mr-md {
  margin-right: 30px;
}
.mr-lg {
  margin-right: 60px;
}
.mr-mg {
  margin-right: 90px;
}
.mr-mg-s {
  margin-right: 120px;
}
.p-remove {
  padding: 0 !important;
}
.pt-remove {
  padding-top: 0 !important;
}
.pb-remove {
  padding-bottom: 0 !important;
}
.pl-remove {
  padding-left: 0 !important;
}
.pr-remove {
  padding-right: 0 !important;
}
.p-mr {
  padding: 7.5px;
}
.p-xs {
  padding: 15px;
}
.p-sm {
  padding: 20px;
}
.p-md {
  padding: 30px;
}
.p-lg {
  padding: 60px;
}
.p-mg {
  padding: 90px;
}
.p-mg-s {
  padding: 120px;
}
.pt-mr {
  padding-top: 7.5px;
}
.pt-xs {
  padding-top: 15px;
}
.pt-sm {
  padding-top: 20px;
}
.pt-md {
  padding-top: 30px;
}
.pt-lg {
  padding-top: 60px;
}
.pt-mg {
  padding-top: 90px;
}
.pt-mg-s {
  padding-top: 120px;
}
.pb-mr {
  padding-bottom: 7.5px;
}
.pb-xs {
  padding-bottom: 15px;
}
.pb-sm {
  padding-bottom: 20px;
}
.pb-md {
  padding-bottom: 30px;
}
.pb-lg {
  padding-bottom: 60px;
}
.pb-mg {
  padding-bottom: 90px;
}
.pb-mg-s {
  padding-bottom: 120px;
}
.pl-pr {
  padding-left: 7.5px;
}
.pl-xs {
  padding-left: 15px;
}
.pl-sm {
  padding-left: 20px;
}
.pl-md {
  padding-left: 30px;
}
.pl-lg {
  padding-left: 60px;
}
.pl-mg {
  padding-left: 90px;
}
.pl-mg-s {
  padding-left: 120px;
}
.pr-pr {
  padding-right: 7.5px;
}
.pr-xs {
  padding-right: 15px;
}
.pr-sm {
  padding-right: 20px;
}
.pr-md {
  padding-right: 30px;
}
.pr-lg {
  padding-right: 60px;
}
.pr-mg {
  padding-right: 90px;
}
.pr-mg-s {
  padding-right: 120px;
}
.fz-lg {
  font-size: 1.15em;
}
.fz-mg {
  font-size: 1.3em;
}
.fk-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fk-section__header {
  margin-bottom: 60px;
}
.fk-section__header h2 {
  color: #2D5454;
  font-weight: 700;
  margin-top: 0;
}
.fk-section__header.text-center p,
.fk-section__header.text-center .ul-menu {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 568px) {
  .fk-section__header.text-center p,
  .fk-section__header.text-center .ul-menu {
    max-width: 60%;
  }
}
.fk-section_xs .fk-section__header {
  margin-bottom: 15px;
}
.fk-section_sm .fk-section__header {
  margin-bottom: 30px;
}
.fk-section_lg .fk-section__header {
  margin-bottom: 60px;
}
.fk-section_mg .fk-section__header {
  margin-bottom: 90px;
}
.fk-section__header .btn-box {
  margin-top: 60px;
}
.fk-section .container > *:last-child,
.fk-section .container-sm > *:last-child,
.fk-section .container-lg > *:last-child {
  margin-bottom: 0;
}
.fk-section_xs {
  padding-top: 15px;
  padding-bottom: 15px;
}
.fk-section_sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.fk-section_lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fk-section_mg {
  padding-top: 90px;
  padding-bottom: 90px;
}
.fk-section_inverse {
  background-color: #000;
}
.fk-section_inverse .fk-section__title-box {
  color: rgba(255, 255, 255, 0.8);
}
.fk-section_inverse .fk-section__title-box h1,
.fk-section_inverse .fk-section__title-box h2,
.fk-section_inverse .fk-section__title-box h3,
.fk-section_inverse .fk-section__title-box h4,
.fk-section_inverse .fk-section__title-box h5,
.fk-section_inverse .fk-section__title-box h6 {
  color: #fff;
}
.fk-section_inverse .fk-section__title-box p,
.fk-section_inverse .fk-section__title-box b,
.fk-section_inverse .fk-section__title-box i,
.fk-section_inverse .fk-section__title-box strong {
  color: rgba(255, 255, 255, 0.8);
}
.fk-section_inverse .fk-section__title-box p label {
  color: rgba(255, 255, 255, 0.8);
}
.fk-section_inverse .fk-section__title-box a:not(.btn) {
  color: #fff;
}
.fk-section_inverse .fk-section__title-box ul {
  color: rgba(255, 255, 255, 0.8);
}
.fk-section_inverse .fk-section__title-box ul li a:not(.btn) {
  color: #fff;
}
.fk-mask {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fk-mask:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #087070;
}
.fk-mask > * {
  position: relative;
  z-index: 2;
}
.fk-mask_color-prim:after {
  background-color: #087070;
}
.fk-mask_color-sec:after {
  background-color: #FC0204;
}
.fk-mask_dark:after {
  background-color: #000;
}
.fk-mask_light:after {
  background-color: #fff;
}
.fk-mask_xs:after {
  opacity: 0.2;
}
.fk-mask_sm:after {
  opacity: 0.5;
}
.fk-mask_md:after {
  opacity: 0.8;
}
.fk-mask_lg:after {
  opacity: 0.9;
}
/*# sourceMappingURL=main.css.map */
.grecaptcha-badge {
	visibility: hidden;
}