/*
Theme Name: ZTE
Author: Prime Agency
Author URI: http://primeagcy.com/
Version: 1.0
*/
/* тест */
* {
    outline: none !important;
}

/* гірлянда */

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}

.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
  background: cyan;
  box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.66667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.33333px;
  border-radius: 3px;
  top: -4.66667px;
  left: 1px;
}

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.66667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.lightrope li:last-child:after {
  content: none;
}

.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

/* end гірлянда */


body {
    color: #4c4854;
    font-family: 'Roboto', sans-serif;
}

#search-modal .modal-content {
    background: none;
    border:  none;
    box-shadow: none;
}

#search-modal .modal-content input {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border:  none;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    line-height:  40px;
    padding: 0 15px;
    width:  100%;
}

#search-modal .modal-dialog {
    margin-top:  100px;
}

.header_top {
    background: #f2f1f0;
    line-height:  50px;
}

.header_top span, .header_top .head_phones * {
    color:  #969696;
}

.header_top .head_phones i {
    transform: scale(-1, 1);
}

.header_top .show_search:after {
    background: #c6c6c6;
    bottom:  0;
    content:  '';
    display:  block;
    height: 15px;
    left:  0;
    margin:  auto;
    position:  absolute;
    top:  0;
    width: 2px;
}

.header_top .show_search:hover, .header_top .head_phones a:hover {
    color: #4c4854;
    text-decoration: none;
}

.header_top span.show_search {
    cursor:  pointer;
    margin-left: 15px;
    padding-left:  15px;
    position:  relative;
}

.head_logo {
    display: block;
    padding: 33px 0;
}

div#main_menu {
    background: var(--bg-bl);
}

section {
    padding-bottom: 80px;
    padding-top: 80px;
}


section.widget {
    padding:  0;
}

.widget-title {
    color: #fff;
    font-family: 'times new roman';
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 45px;
    margin-top: 3px;
	background-color: var(--bg-bl);
    text-align: center;
}

h3.rpwe-title {
    font-family: 'times new roman';
    margin-bottom: 10px !important;
    margin-top: 0;
}

h3.rpwe-title a {
    color: #000000;
    font-size: 20px;
}
h3.rpwe-title a:hover {
    text-decoration:  underline;
}

.rpwe-title {
    clear: both !important;
}

.rpwe-summary {
    color: #666666;
    font-size: .9em;
    font-weight: 300;
    line-height:  2;
}

.rpwe-block li {
    border: none !important;
}

#widgets_block {
    background: #f2f1f0;
    padding: 0;
}

.widgets_bottom .widget_block {
    padding-bottom: 80px;
}
.widgets_top .widget_block {
    padding-top: 80px;
}

#widgets_block .widget_block:nth-of-type(1), #widgets_block .widget_block:nth-of-type(2) {
    background: #f2f1f0;
}

 .block_title {
     color: #000000;
     font-size: 1.8em;
     font-weight: normal;
     margin-bottom: 30px;
     margin-top: 3px;
     padding-bottom: 15px;
     position:  relative;
 }

 .block_title:after {
     background:  #000;
     bottom:  0;
     content: '';
     display:  block;
     height:  2px;
     position:  absolute;
     width: 90px;
 }

 section p {
     font-size: 1em;
     font-weight: 300;
     line-height: 2;
 }

section p img {
    max-width: 100%;
	border: 1px solid #2ecacc;
}

 #tiles .flex {
     display: flex;
     flex-direction:  row;
     flex-wrap:  wrap;
     margin-top:  35px;
 }

 #tiles .flex .tile:hover, #tiles .flex .tile:active, #tiles .flex .tile:focus, #tiles .flex .tile:active:focus, #tiles .flex .tile:active:hover {
    background: #f2f1f0;
    border: 1px solid #4c4854;
    text-decoration:  none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #266869;
    display: block;
    font-family: var(--font-family-base);
}

section#feedback {
    padding-bottom: 45px;
    padding-top: 45px;
}

#feedback span.btn {
    margin-top: 15px;
}

#feedback .h1 {
    color:  #4c4854;
    margin: 0 0 5px
}

#feedback .h3 {
    margin: 0;
}

.wpforms-submit-container:after {
    clear:  both;
    content:  '';
    display:  block;
}

#feedback_modal textarea {
    resize: none;
}


@media (min-width: 768px) {
    .modal-dialog {
      margin-top: 90px;
      width: 400px;
    }
}

.modal-dialog input, textarea {
    font-size: 12px !important;
    font-weight: 300 !important;
}

.modal-content {
    border-radius: 0;
}

.modal-backdrop.in {
    opacity: .8;
}

button.close {
    background:  #fff;
    border-radius:  50%;
    font-size:  18px;
    height: 27px;
    opacity: 1;
    padding-left:  1px;
    position:  absolute;
    right: 0;
    text-align:  center;
    top: -33px;
    width: 27px;
}

.preview-img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.preview-img a {
    display: block;
    position: relative;
}

.preview-img a:after {
    background: #4b4854;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.preview-img:hover a:after {
    opacity: .3;
}

.preview-outer {
    margin-bottom: 30px;
}

.preview-inner {
    border: 1px solid #e7e7e7;
    height: 100%;
}


.preview-data {
    border-top: 1px solid #e7e7e7;
    padding:  30px;
}

.preview-date {
    font-size:  .9em;
    font-weight: 300;
    margin-bottom:  10px;
}

.preview-title {
    color: #000;
    display: block;
    font-family: 'times new roman';
    font-size: 1.2em;
    font-weight:  bold;
    margin-bottom: 15px;
}

.preview-title:hover, .preview-title:active, .preview-title:focus, .preview-title:active:hover, .preview-title:active:focus {
    text-decoration: none;
}

.preview-excerpt {
    font-size: 0.9em;
    font-weight: 300;
}


#recent .hidden-xs ul.nav.nav-pills {
    text-align:  justify;
}

#recent .visible-xs {
    margin-bottom: 30px;
}

#recent .hidden-xs .nav-pills>li {
    display:  inline-block;
    float:  none;
    margin-left:  7px;
}

.nav-pills>li>a {
    border-radius:  0;
    color:  #34a6a8;
    font-weight: var(--fw-normal);
    padding:  9px;
    text-transform:  uppercase;
	font-weight: --fs-h2;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background:  var(--bg-bl);
}

#employees {
    padding:  0;
}

#employees .employee_left, #employees .employee_right {
    padding-bottom:  80px;
    padding-top:  80px;
}

#employees .employee_left {
    background: #4b4854;
    color: #fff;
}

#employees .employee_right {
    background: #f2f1f0;
}

* {
    outline: none !important;
}

#search-modal .modal-content {
    background: none;
    border:  none;
    box-shadow: none;
}

#search-modal .modal-content input {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border:  none;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    line-height:  40px;
    padding: 0 15px;
    width:  100%;
}

#search-modal .modal-dialog {
    margin-top:  100px;
}

.header_top {
    background: #f2f1f0;
    line-height:  50px;
}

.header_top span, .header_top .head_phones * {
    color: #0050bd;
    font-size: 13px;
}

.header_top .show_search:after {
    background: #c6c6c6;
    bottom:  0;
    content:  '';
    display:  block;
    height: 15px;
    left:  0;
    margin:  auto;
    position:  absolute;
    top:  0;
    width: 2px;
}

.header_top .show_search:hover, .header_top .head_phones a:hover {
    color: #4c4854;
    text-decoration: none;
}

.header_top span.show_search {
    cursor:  pointer;
    margin-left: 15px;
    padding-left:  15px;
    position:  relative;
}

.head_logo {
    display: block;
    padding: 5px 0;
}


.slick-slider {
    overflow: hidden;
    width: 100%;
}

.slick-slide {
    color: #fff;
    font-family: 'times new roman';
    font-size: 3.8em;
    height: 200px;
}

.full-height {
    height: 100%;
}

.slick-slide h1,
.slick-slide h2,
.slick-slide h3,
.slick-slide h4,
.slick-slide h5,
.slick-slide h6,
.slick-slide .h1,
.slick-slide .h2,
.slick-slide .h3,
.slick-slide .h4,
.slick-slide .h5,
.slick-slide .h6 {
    color: #266869;
}

.btn, #feedback_modal .wpforms-submit-container button.btn-primary {
    background-color: var(--main-color);
    border: none !important;
    border-radius: 0;
    color: #fff;
    font-family: var(--font-family-base);
    font-size: 16px;
    padding: 13px 28px;
}
.btn-primary, #feedback_modal .wpforms-submit-container button.btn-primary {
    background-color: var(--main-color);
    border: 1px solid #266869 !important;
    color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus {
    background: #fff;
    border: 1px solid !important;
    color: #3fa6a7;
}
.btn-secondary {
    background: var(--bg-bl);
    border: 1px solid #34a6a7 !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:hover, .btn-secondary:active:focus {
    background: #fff;
    border: 1px solid #3fa6a7 !important;
    color: var(--main-color-link);
}

section {
    padding-bottom: 80px;
    padding-top: 80px;
}


section.widget {
    padding:  0;
}

.widget-title {
    color: #fff;
    font-family: var(--font-family-base);
    font-size: var(--fs-h25);
    font-weight: normal;
    margin-bottom: 45px;
    margin-top: 3px;
}

h3.rpwe-title {
    font-family: 'times new roman';
    margin-bottom: 10px !important;
    margin-top: 0;
}

h3.rpwe-title a {
    color: #000000;
    font-size: 20px;
}
h3.rpwe-title a:hover {
    text-decoration:  underline;
}

.rpwe-title {
    clear: both !important;
}

.rpwe-summary {
    color: #666666;
    font-size: .9em;
    font-weight: 300;
    line-height: 2;
    font-size: var(--fs-h12) !important;
}

.rpwe-block li {
    border: none !important;
}

#widgets_block {
    background: #f2f1f0;
    padding: 0;
}

.widgets_bottom .widget_block {
    padding-bottom: 80px;
}
.widgets_top .widget_block {
    padding-top: 80px;
}

#widgets_block .widget_block:nth-of-type(1), #widgets_block .widget_block:nth-of-type(2) {
    background: #f2f1f0;
}

.block_title {
     color: #266869;
     font-size: 1.8em;
     font-weight: normal;
     margin-bottom: 30px;
     margin-top: 3px;
     padding-bottom: 15px;
     position:  relative;
 }

 .block_title:after {
     background:  #266869;
     bottom:  0;
     content: '';
     display:  block;
     height:  2px;
     position:  absolute;
     width: 90px;
 }

 section p {
     font-size: var(--fs-h17);
     font-weight: 400;
     line-height: var(--lh-base);
     text-align: justify;
	 text-indent: 1.3em;
	 clear: both;
 }

/*  font-family: var(--font-family-base);
	font-size: var(--fs-base);
    line-height: var(--lh-base);
    font-weight: var(--fw-normal);
	letter-spacing: var(--vb-base);
 */ 

 #tiles .flex {
     display: flex;
     flex-direction:  row;
     flex-wrap:  wrap;
     margin-top:  35px;
 }

 #tiles .flex .tile {
    border: 1px solid #e7e7e7;
    color: #4c4853;
    margin: 15px;
    padding: 80px 30px;
    text-align: center;
     width: calc(25% - 30px);
 }

 .tile_img {
     height:  80px;
     margin:  0 auto 20px;
     position:  relative;
     text-align:  center;
     width: 80px;
 }

 .tile_img img {
     bottom:  0;
     left:  0;
     margin:  auto;
     max-height:  100%;
     max-width:  100%;
     position:  absolute;
     right:  0;
     top:  0;
 }

 #tiles .flex .tile:hover, #tiles .flex .tile:active, #tiles .flex .tile:focus, #tiles .flex .tile:active:focus, #tiles .flex .tile:active:hover {
     background: #edfdfd;
     border: 1px solid #32cbcc;
     text-decoration: none;
}

h1 {
  display: inline-block;
  text-shadow:
    1px 1px 1px white,
    1px -1px 1px white,
   -1px 1px 1px white,
   -1px -1px 1px white;
  color: #0050bd;
  transition: all 1s;
}

h1:after {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
  margin: auto;
  border-bottom: 3px solid #0050bd;
  bottom: .15em;
  transition: all 1s;
}

h1:hover:after {
  width: 0%;
  border-bottom-width: 1px;
}

section#feedback {
    padding-bottom: 45px;
    padding-top: 45px;
}

#feedback span.btn {
    margin-top: 15px;
}

#feedback .h3 {
    margin: 0;
}

.wpforms-submit-container:after {
    clear:  both;
    content:  '';
    display:  block;
}


#feedback_modal textarea {
    resize: none;
}


@media (min-width: 768px) {
    .modal-dialog {
      margin-top: 90px;
      width: 400px;
    }
}

.modal-dialog input, textarea {
    font-size: 12px !important;
    font-weight: 300 !important;
}

.modal-content {
    border-radius: 0;
}

.modal-backdrop.in {
    opacity: .8;
}

button.close {
    background:  #fff;
    border-radius:  50%;
    font-size:  18px;
    height: 27px;
    opacity: 1;
    padding-left:  1px;
    position:  absolute;
    right: 0;
    text-align:  center;
    top: -33px;
    width: 27px;
}

.preview-img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.preview-img a {
    display: block;
    position: relative;
}

.preview-img a:after {
    background: #4b4854;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.preview-img:hover a:after {
    opacity: .3;
}

.preview-outer {
    margin-bottom: 30px;
}

.preview-inner {
    border: 1px solid #e7e7e7;
    height: 100%;
}

.preview-data {
    border-top: 1px solid #e7e7e7;
    padding:  30px;
}

.preview-date {
    font-size:  .9em;
    font-weight: 300;
    margin-bottom:  10px;
}

.preview-title {
    color: var(--main-color-text);
    display: block;
    font-family: var(--font-family-base);
    font-size: var(--fs-h15);
    font-weight:  bold;
    margin-bottom: 15px;
}

.preview-title:hover, .preview-title:active, .preview-title:focus, .preview-title:active:hover, .preview-title:active:focus {
    text-decoration: none;
}

.preview-excerpt {
    font-size: 0.9em;
    font-weight: 300;
}

#employees {
    padding:  0;
}

#employees .employee_left, #employees .employee_right {
    padding-bottom:  80px;
    padding-top:  80px;
}

#employees .employee_left {
    background: #C7cccb;
    padding-left:  50px;
    padding-right:  50px;
}

#employees .employee_right {
    background: #f2f1f0;
}

#employees .employee_left .employee_title, #employees .employee_left .employee_text p {
    color:  #fff;
}
#employees .employee_left .employee_title:after {
    background: #fff;
}

.custom-arrows, .sites_arrows {
    font-size:  20px;
    margin-bottom: 50px;
}

.sites_arrows {
    margin-bottom: 0;
}

.sites_top {
    margin-bottom: 50px;
}

.custom-arrows > div, .sites_arrows > div {
    cursor:  pointer;
    height:  36px;
    line-height:  36px;
    position:  relative;
    text-align:  center;
    width:  36px;
}

.custom-arrows > div i, .sites_arrows > div i {
    height:  100%;
    left:  0;
    line-height:  36px;
    position:  absolute;
    top:  0;
    width:  100%;
}

.custom-arrows > div:hover, .sites_arrows > div:hover {
    background: #32cbcc;
    color: #fff;
}

.employee_photo img {
    display:  block;
    height: 340px;
    object-fit:  cover;
    width:  100%;
}

.employee_priview {
    height: auto;
    padding:  0 15px;
}

.employee_info {
    background: #fff;
    color: #000;
    min-height: 170px;
    padding: 15px;
}

.employee_name {
    line-height: 18px;
    margin-bottom:  5px;
}

.employee_name a {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    text-decoration: none !important;
    z-index: 999;
}

.employee_position {
    font-size:  16px;
    font-weight: 300;
    margin-bottom: 15px;
}


.social {
    font-size:  14px;
}

.social a {
    color:  #969696;
    margin-right:  10px;
}

.social a:hover {
    color:  #4c4854;
}

.site_logo {
    height:  100px;
    margin-bottom:  20px;
    position: relative;
}

.site a {
    display:  block;
    height:  100%;
    position:  relative;
    text-align:  center;
    text-decoration:  none !important;
}

.site img {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    bottom:  0;
    display:  inline-block;
    filter: grayscale(100%);
     /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
    left:  0;
    margin:  auto;
    max-height:  100%;
    max-width:  50%;
    position:  absolute;
    right:  0;
    top:  0;
    transition: .5s;
}

.site a:hover img {
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
    filter: none;
}

.site .site_logo img {
    max-width: 100%
}		

#sadok_sites .slick-slide, #zosh_sites .slick-slide {
    height: auto !important;
    padding: 0 15px;
}

.site_info {
    color: #000;
    font-size:  20px;
    text-align:  center;
    text-decoration:  none !important;
}

footer {
    background: #0050bd;
    color: #dcdcdc;
}

footer a {
    color: #dcdcdc;
    text-decoration: none !important;
    transition: .5s;
}

.footer_contact {
    margin-bottom: 10px;
}

footer a:hover {
    color: #fff;
}

.contact_info i.pull-left {
    line-height: 21px;
    margin-right:  5px;
}

.contact_info .phones_wrapper, .contact_info .mails_wrapper {
    display:  table-cell;
}

.contact_info {
    font-size:  16px;
    font-weight: 100;
}


.contact_info {
    margin-bottom: 20px;
    padding-bottom: 40px;
    position:  relative;
}

.contact_info:before {
    background: #fff;
    bottom:  0;
    content:  '';
    display:  block;
    height:  1px;
    left:  0;
    margin:  0 auto;
    opacity: .2;
    position:  absolute;
    right:  0;
    width: calc(100% - 30px);
}

a.footer_logo {
    display:  block;
    width: 100%;
}

@media (max-width: 768px) {
	a.footer_logo {
		width: 50%;
		text-align: center;
	}
}

footer section {
    padding-bottom: 0px;
}

ul#menu-podval {
    list-style:  none;
    padding:  0;
}

ul#menu-podval li {
    display: block;
    line-height:  27px;
}

ul#menu-podval li a {
    opacity: 1;
    transition: .5s;
}

ul#menu-podval li a:hover {
    opacity:  .8;
}

.copyright .widget p {
    color: #fff;
    margin: 0;
    opacity: .3
}

#main_banner h1 {
    background: #ececec;
    display: inline-block;
    margin:  0;
    padding: 10px;
}

#main_banner {
    background-position: center;
    background-size: cover;
    height: 150px;
    position: relative;
    text-align:  center;
}



#main_banner table {
    height:  100%;
    width:  100%;
}

div#page_title h1 {
    margin:  0;
	font-size: 25px;
}

div#page_title {
    padding: 30px 0 8px;
}

.contact {
    font-size:  20px;
    font-weight:  300;
    margin-bottom:  20px;
	color: #266869;
}

.contact a {
    color: #266869;
}

.contact a:hover {
    color: #2ecacc;
}

.contact i {
    float:  left;
    line-height:  30px;
    margin-right:  10px;
}

.contact .phones_wrapper, .contact .mails_wrapper {
    display:  table-cell;
	color: #266869;
}


.other_fields.row {
    font-size:  20px;
    font-weight:  100;
}

.field_name {
    font-weight: 400;
}

.other_wrapper {
    border:  1px solid;
}

.other_wrapper:after {
    clear:  both;
    content:  '';
    display:  block;
}

.other_wrapper > div {padding: 13px 15px;}

.other_wrapper > div.field_values {
    border-left:  1px solid;
}

.other_wrapper > div .value {
    margin-bottom:  10px;
}

#breadcrumbs {
    font-weight: 300;
    padding: 23px 0;
}

#breadcrumbs + section {
    padding-top:  0;
}

#breadcrumbs a {
    text-decoration: none !important;
}

#breadcrumbs a span {
    color: var(--main-color-link);
    font-weight: 400;
	font-size: var(--fs-h16);
}

#breadcrumbs a:hover span {
    color: var(--main-color-link-hover);
    text-decoration: underline !important;
	color: var(--main-color-link-hover);
}

#breadcrumbs a:hover span, .widget ul a:hover {
    color: var(--main-color-link);
    text-decoration: none;
	color: var(--main-color-link-hover);
}

.breadcrumbs span {
    color: var(--bg-bl-75);
		font-size: var(--fs-h16);
}

.post_title > a {
    color: var(--main-color-link);
    text-decoration: none !important;
	font-family: var(--font-family-base);
    font-size: var(--fs-h25);
}

.post_title > a:hover {
    color: var(--main-color-link-hover);
    text-decoration: underline !important;
	font-family: var(--font-family-base);
    font-size: var(--fs-h25);
}

.post_date {
    color: var(--main-color-link);
    font-size: var(--fs-h15);
    font-weight: 400;
    margin: 10px 0 20px;
}

.post_image img {
    max-height:  350px;
    object-fit:  cover;
    width:  100%;
}

.post_excerpt {
    margin-top: 30px;
}

.post-preview {
    margin-bottom: 25px;
    box-shadow: 0 0 10px #34a6a7;
    padding: 10px;
}

.post-preview a.btn {
    margin-top:  30px;
}

.nav-links a {background:  #266869;color: #fff;display:  inline-block;line-height:  33px;margin: 0 4px;padding: 0 13px;}

.nav-links span {background: #FFFFFF;border: solid 1px #E1E0E0;color: #000;display: inline-block;line-height: 33px;margin: 0 4px;padding: 0 13px;}

nav.pagination {
    display:  block;
    font-weight:  100;
    text-align: center;
}

.widget ul {
    font-size:  18px;
    font-weight:  300;
    list-style:  none;
    margin-top:  -10px;
    padding:  0;
}

.widget ul a {
    color: var(--main-color-link);
	font-size: var(--fs-h17);
	line-height: var(--lh-tight12);
	font-weight: var(--fw-normal);
}

.widget ul a:hover {
	 color: var(--main-color-link-hover);
	text-decoration: underline;
}

.widget ul li {
    display:  block;
    line-height:  30px;
}

#employees_page .employee_priview {
    margin-bottom: 30px;
}

#employees_page .employee_priview .emplopyee_inner {
    border: 1px solid #ecf0f3;
}

div#post_thumbnail {
    margin-bottom:  50px;
}


img.alignleft {
    float:  left;
    margin: 0 20px 10px 0px;
}

img.alignright {
    float:  right;
    margin: 0 0px 10px 20px;
}

img.aligncenter {
    display:  block;
    margin:  10px auto 10px;
	border: 1px solid #35cacb;
}

#employee_name {
    color: #000;
    font-family: var(--font-family-base);
    font-size: 26px;
    font-weight: bold;
}

#employee_info table {
    width:  100%;
}

#employee_info table
 tr td:first-child {
    font-weight:  500;
    width:  20%;
}

#employee_info table tr td {
    border: 1px solid #4b4854;
    padding:  5px 10px;
}


#employee_top {
    margin-bottom:  15px;
}

#employee_position {
    color: #266869;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

#employee_info {
    margin-bottom:  16px;
}

#employee_top .social a {
    font-size:  20px;
    margin-right:  20px;
}

img.img-responsive {
    margin:  0 auto;
	width: 100%;
	height: auto;
}

img.img-responsive.img-50 {
    margin: 0 auto;
    width: 50%;
	-webkit-box-shadow: 14px 9px 8px 0px rgba(124, 200, 184, 0.64);
-moz-box-shadow:    14px 9px 8px 0px rgba(124, 200, 184, 0.64);
box-shadow:         14px 9px 8px 0px rgba(124, 200, 184, 0.64);
}

.site_logo img.img-responsive {
    margin: 0 auto;
    width: auto;
}	

@media (max-width: 1200px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 12px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 12px;
    }

}

@media (max-width: 1025px) {
    .slick-slide {
        font-size: 2.8em;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0 10px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 10px;
    }
}

@media (max-width: 992px) {

    .links {
        flex-wrap: wrap;
    }

    #tiles .flex .tile {
        width: calc(50% - 30px);
    }
    .block_title {
        font-size: 1.5em;
    }
    .nav-pills>li>a {
        font-size: 12px;
        padding: 8px;
    }
    .rpwe-summary {
        line-height: 1.5
    }
}


@media (max-width: 768px) {
	.other_wrapper > div {
		padding: 3px 15px;
	}
    .links > * {
        width: 100%;
    }

    .employees_slider .slick-slide {
        height: auto;
    }

    #main_menu .col-xs-12 {
        padding:  0;
    }

    .head_logo {
        margin: 0 auto;
        max-width: 261px;
    }

    .header_top {
        font-size: 12px;
        line-height: 30px;
    }

    .slick-slide {
        height: 300px;
    }
    .slick-slide {
        font-size: 1.5em;
    }
    h2, .h2 {
        font-size: 24px;
    }
    #widgets_block {
        background: #f2f1f0;
    }

    .rpwe-li .rpwe-img:after {
        clear: both;
        content:  '';
        display:  block;
    }

    .rpwe-li .rpwe-img {
        display: block !important;
        margin-bottom: 10px;
    }

    .widgets_top .widget_block {
        margin-bottom: 50px;
        padding-top: 0;
    }
    #widgets_block {
        padding-top: 50px;
    }
    section {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

section#sadok_sites {
    padding-bottom:  0;
}

.other_fields .other_wrapper {
    border-top:  0;
}

.other_fields .other_wrapper:first-child {
    border-top:  1px solid;
}

.panel-default>.panel-heading {
    background:  none;
    border: none !important;
    margin-bottom: 25px;
    margin-top: 3px;
    padding:  0;
}

.panel-group .panel {
    border: none !important;
    box-shadow:  none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border:  none;
    padding: 20px 0;
}

.panel-default>.panel-heading a.widget-title {
    font-size: 1.5em;
    text-decoration: none !important;
}

.panel-group .panel .btn[aria-expanded=false] i {
    position:  relative;
    transform: rotate(0deg);
    transition: .5s;
}

.panel-group .panel .btn[aria-expanded=true] i {
    transform: rotate(-180deg);
    transition: .5s;
}

.panel-group .panel .btn {
    background:  none;
    color: #000;
    font-size: 1.5em;
    margin: 3px 0 25px;
    padding:  0;
    text-decoration: none !important
}

.panel-body {
    padding:  20px 0;
}

.document a {
    color:  #4c4854;
    font-size: 1.3em;
    font-weight: 300;
    text-decoration:  none !important;
}

.document {
    border-bottom:  1px solid #999;
    margin-bottom: 30px;
    padding-bottom:  10px;
}

.document:hover {
    border-color: #266869;
}

.document:hover a {color: #266869}

section#document_card .document p {
    margin: 0px 0 30px;
}


section.separator {
    padding:  0;
}

#post table {
    width: 100%;
}

#post table td {
    border:  1px solid;
    padding:  5px;
}

.widget ul li > ul {
    margin-top: 0;
    padding: 5px 15px;
}

.widget ul li > ul li {
    font-size: 0.8em;
    line-height:  1em;
    margin-bottom:  10px;
	font-weight: 400;
}

.widget ul li > ul li:last-child {
    margin-bottom: 0;
}

.mosaicflow__column {
    float:left;
}

.mosaicflow__item {
    padding: 15px;
    position:relative;
}
.mosaicflow__item img {
	display:block;
	height:auto;
	max-width:500px;
	width:100%;
	box-shadow: 0 0 10px #2ecacc;
	}
.mosaicflow__item p {
	   -moz-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
	     -o-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
	-webkit-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
	background:hsla(0,0%,0%,.5);
	bottom:0;
	color:#fff;
	font-size:14px;
	left:0;
	margin:0;
	opacity:0;
	padding:5px;
	position:absolute;
	text-shadow:1px 1px 1px hsla(0,0%,0%,.75);
	        transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
	width:100%;
}
.mosaicflow__item:hover p {
	opacity:1;
}

#main_slider .slick-slide {
    background-size: cover;
}

section#employees {
    background: #f2f1f0;
    background: -moz-linear-gradient(left, #C7cccb 49%, #f2f1f0 49%);
    background: -webkit-linear-gradient(left, #C7cccb  49%,#f2f1f0 49%);
    background: linear-gradient(to right, #C7cccb 49%,#f2f1f0  49%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7cccb', endColorstr='#f2f1f0',GradientType=1 );
}

aside.sidebar {
    border: 1px solid #266869;
    padding:  20px;
}


#buh_map {
    padding: 0;
}


section.tm-heading.uk-grid {
    padding:  0;
    position:  relative;
}

.direction-rtl .heading-text-wrapper {
	float: right;
}
.direction-rtl .heading-back-button-wrapper {
	float: left;
}
.direction-rtl .heading-back-button a {
	left: 0px;
	right: auto;
}

div#bdt-header-animation {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.f-nav{ left: 0; position: fixed; top: 0; width: 100%; z-index: 9999;}

.f-nav + * {
    margin-top: 66px !important;
}

.widget_categories > ul > li {
    font-weight:  bold;
}

div#floating_sidebar {
    background: #f2f1f0;
    color:  #000;
    height:  100%;
    left: -307px;
    max-width: 307px;
    padding: 100px 20px;
    position:  fixed;
    transition: .5s;
    z-index: 2;
}

div#floating_sidebar ul {
    list-style:  none;
    margin-bottom:  10px;
    padding:  0;
}

div#floating_sidebar ul a {
    color: var(--main-color-link);
    font-size:  var(--fs-h16);
    font-weight: 400;
}

div#floating_sidebar ul a:hover {
    color: var(--main-color-link-hover);
}

div#floating_sidebar ul ul {
    padding-left:  10px;
}

div#floating_sidebar>div>ul>li>a {
    font-weight:  bold;
}

div#floating_sidebar ul li {
    line-height:  24px;
}

@media (max-width: 1600px) {
    #floating_sidebar {
        display: none;
    }
}

div#floating_sidebar.open {
    left: 0;
}

.hide_this_shit {
    border: 1px solid #09494a;
    color: #09494a;
    cursor:  pointer;
    float: right;
    padding: 5px 10px;
}

.show_this_shit {
    background: #f2f1f0;
    color: #09494a;
    cursor: pointer;
    opacity: 0;
    padding: 6px 10px;
    position:  absolute;
    right: 0;
    transition: 1s;
    z-index:  -1;
}

div#floating_sidebar:not(.open) .show_this_shit {
    display:  block;
    opacity:  1;
    right: -32px;
    z-index:  9999;
}


section#archive .site_logo img {
    max-height:  100%;
}

section#archive .site {
    margin:  40px 0;
}

section#archive .site a {
    text-decoration: none !important;
}

div#main_slider .slick-slide {
    height:  0;
    padding-top:  56%;
}

button#responsive-menu-button {
    float: right;
}




ul#menu-glavnoe-menyu {
    display:  flex;
    flex-direction:  row;
    justify-content: space-between;
    list-style:  none;
    margin:  0;
    padding:  0;
}

ul#menu-glavnoe-menyu ul.sub-menu {
    display:  none;
}

ul#menu-glavnoe-menyu li {
}

ul#menu-glavnoe-menyu li a {
    color:  #fff;
    font-size:  15px;
    font-weight: var(--fw-normal);
    line-height: 66px;
    text-transform:  uppercase;
}

ul#menu-glavnoe-menyu li a:hover {
    text-decoration:  none;
}

ul#menu-glavnoe-menyu > li.menu-item-has-children > a{
    padding-right:  30px;
    position:  relative;
}

ul#menu-glavnoe-menyu > li.menu-item-has-children > a:after {
    bottom:  0;
    color:  #fff;
    content: '\f107';
    display:  block;
    font-family:  fontAwesome;
    height:  10px;
    line-height: 10px;
    margin:  auto;
    position:  absolute;
    right:  10px;
    top:  0;
}

ul#menu-glavnoe-menyu li:hover > ul {
    display:  block;
}

ul#menu-glavnoe-menyu li > ul {
    background: var(--bg-bl-75);
    list-style: none;
    padding:  0;
    position:  absolute;
    z-index:  2;
}

ul#menu-glavnoe-menyu li > ul a {
    font-size:  13px;
    line-height:  31px;
    padding:  0 10px;
}

ul#menu-glavnoe-menyu ul.sub-menu li:hover > ul {
    left:  100%;
    position:  absolute;
    top:  0;
}

ul#menu-glavnoe-menyu ul.sub-menu li {
    position:  relative;
	width: 330px;
}

ul#menu-glavnoe-menyu ul.sub-menu li > ul {
    background: var(--bg-bl-75);
    min-width: 250px
}

ul#menu-glavnoe-menyu ul.sub-menu li > ul a {
    display:  block;
    font-size:  12px;
}

ul#menu-glavnoe-menyu ul.sub-menu li:hover {
    background: var(--bg-bl);
}

ul#menu-glavnoe-menyu ul.sub-menu li > ul > li > a {}

ul#menu-glavnoe-menyu ul.sub-menu li.menu-item-has-children > a {
    padding-right:  30px;
    position:  relative;
}
ul#menu-glavnoe-menyu ul.sub-menu li.menu-item-has-children > a:after {
    bottom:  0;
    color:  #fff;
    content: '\f105';
    display:  block;
    font-family:  fontAwesome;
    height:  10px;
    line-height: 10px;
    margin:  auto;
    position:  absolute;
    right:  10px;
    top:  0;
}

@media (max-width: 992px) {
    ul#menu-glavnoe-menyu li a {
        font-size: 13px;
    }
    ul#menu-glavnoe-menyu li > ul a {
        font-size: 12px;
    }
    ul#menu-glavnoe-menyu ul.sub-menu li > ul a {
        font-size: 10px;
    }
}

ul#menu-glavnoe-menyu-1 {
    list-style:  none;
    padding:  0;
}

.links {
    margin-top: 20px;
    display:  flex;
    flex-direction:  row;
}

.links a {
    display: block;
    height: 75px;
    margin-bottom: 20px;
    text-align: center;
}

.links img {
    max-width: 100%;
}



#sidebar_banners > * {
    width: 100% !important;
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
    border: 1px solid #266869;
    text-align: center;
    padding: 10px;
}

#sidebar_banners > *  img {
    max-width: 100%;
}

section#sidebar_banners:after {
    display:  block;
    content:  '';
    clear:  both;
}

.head_emails * {
    color: #0050bd;
    font-size: 15px;
}

.pull-right.head_emails {
    margin-right: 10px;
}
/* Цитата */
blockquote {
    background: #ecffff;
    color: #333334;
    padding: 13px 18px;
    position: relative;
    border-left: 35px solid #a7eeef;
}
blockquote:before {
	content: "\201C";
	font-family: serif;
	position: absolute;
	left: -29px;
	top: 5px;
	color: #BCBCBC;
	font-size: 50px;
	text-shadow: 1px 2px 0 white;
}
blockquote p {
	margin: 0 0 5px;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.4;
}
blockquote footer {
	background: #dfdede;
	font-size: 16px;
}
blockquote cite {
	font-style: normal;
	font-weight: 300;
}
/*  figure */
.dropdown {
	float: left;
}
 .sign {
    float: left;
    border: 1px solid #333;
    padding: 15px;
    margin: 10px 0 5px 40px;
    background: #f0f0f0; 
   }
.sign figcaption {
    margin: 0 auto 5px;/* Отступы вокруг абзаца */
    color: #33772c;
    text-align: center;
    font-weight: 600;
} 
figure img.alignleft {
	padding-bottom: 10px;
	margin: 0;
}

/* увеличение изображения */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
section .dropdown-content p img {
    max-width: 150%;
    height: auto;
    box-shadow: 0 0 11px #1a888a;
}
.dropdown:hover .dropdown-content {
   display: block;
}

.desc {
    padding: 15px;
    text-align: center;
    background: #f0f0f0;
    color: #33772b;
    font-weight: 600;
    border: 1px solid #33772b;
}

/* tabl */
#post table.tablepress td {
    border: 1px solid;
    padding: 5px;
    text-align: center;
	vertical-align: middle;
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
    border: 1px solid;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.tablepress-table-name {
	text-align: center;
}

/* logo */

header .header_bottom .logo_width {
	width: 30%;
}

@media (max-width: 768px) {
    header .header_bottom .logo_width {
        width: 40%;
    }
}
@media (max-width: 480px) {
    header .header_bottom .logo_width {
        width: 50%;
    }
}

/*Надпись по изображением галерея */

.lg-sub-html {
    font-size: 30px;
}

/* счетчик времени */

head body .head_img_nw .tcw .counter-wrapper {
    pointer-events: auto !important;
    background-color: rgb(46, 202, 204) !important;
    border: 1px solid rgba(209, 242, 209, 0.21);
}
/* end */


table #tablepress-14.tablepress.dataTable.no-footer {
	width: 1138px !important;
}

.tablepress tfoot th, .tablepress thead th {
    border-right: 1px solid #fff !important;
}

.tablepress .even td {
    text-align: center !important;
}

.tablepress .odd td {
    text-align: center !important;
}

.tablepress tbody td, .tablepress tfoot th, .column-2 {
    text-align: center !important;
}

.tablepress tfoot th, .tablepress thead th {
    text-align: center !important;
}

/* hotlog */
footer .hotlog_title {
   display: block;
   margin: 5% 0;
}	

hr {
    border-top: 2px solid var(--bg-bl) !important;
	width: 80%;
}

.head_telegram {
    padding-right: 10px;
    color: #3a49b5;
}
/* утв */

.tablepress .odd td {
    background-color: #deefef !important;
}

.block_img_r {
	font-size: 24px;
}

.img-r {
	width: 50%;
}

.tgme_header {
    height: 96px !important;
}

.rmp_menu_trigger.rmp-menu-trigger-boring {
	margin: 49px 0 0 0;
    display: block;
}

.wp-embed .wp-embed-more {
    color: #1daaab !important;
    font-weight: 500 !important;
}

#sidebar_banners {
	display: inline-flex;
}	

#sidebar_banners .banners_margin {
	margin-right: 2px;
}
@media (1670px <= width <= 1784px) {
	.width_page {
		padding-left: 60px;
	}
}
@media (1600px <= width <= 1671px) {
	.width_page {
		padding-left: 100px;
	}
}

@font-face {
	font-family: 'proba_pro_regular';
	src: url('fonts/ProbaPro-Regular.woff2') format('WOFF2'),
		url('fonts/ProbaPro-Regular.woff') format('WOFF'),
		url('fonts/ProbaPro-Regular.svg') format('SVG');
	font-weight: normal;
	font-style: normal;
}

:root {
	/* Колір фону */
	--bg-bl: #004BC1;
	--bg-white: #FFFFFF;
	--bg-bl-75: rgb(65, 133, 192);
	--bg-siruy: #C2C5CB;
	--bg-siruy-sm: #F5F7FA;
	
  /* Колір букв */
	--main-color: #1D1D1B;	
	--main-color-link: #004BC1;
	--main-color-link-hover: #234161;
	--main-color-text: #1D1D1B;
	
	
  /* Семейство шрифтов */
  --font-family-base: 'proba_pro_regular', sans-serif;
  --font-family-headings: 'Roboto', sans-serif;

  /* Размер шрифта */
  --fs-h25: 2.5rem;
  --fs-h2: 2rem;
  --fs-h22: 2.2rem;
  --fs-h15: 1.5rem;
  --fs-h16: 1.6rem;
  --fs-h17: 1.7rem;
  --fs-h12: 1.2rem;	
  --fs-base: 1rem;
  --fs-small: 0.875rem;

  /* Жирность шрифта */
  --fw-light: 300;
  --fw-normal: 500;
  --fw-bold: 700;

  /* Высота строки */
  --lh-tight05: 0.5;
  --lh-tight075: 0.75;
  --lh-base15: 1.5;
  --lh-tight12: 1.2;
  --lh-tight1: 1;
	

  /* Відстань між буквами */
	--vb-max: 2px;
	--vb-base: 1.5px;
	--vb-min: 1.2px;
}

body {
    font-family: var(--font-family-base);
	font-size: var(--fs-base);
    line-height: var(--lh-base15);
    font-weight: var(--fw-normal);
	letter-spacing: var(--vb-base);
	color: var(--main-color-text);
}

a.link_a:hover {
	color: #234161;
}


a {
    color: #004BC1;
    text-decoration: none;
}

/*  Кнопки */

.btn.btn-outline-info {
	text-align: left;
	background-color: var(--bg-white);
    border-bottom: thick double var(--bg-siruy) !important;
    border-radius: 0;
    color: var(--main-color-link);
    font-family: var(--font-family-base);
    font-size: var(--fs-h2);
    padding: 13px 1px;
}

.btn.btn-outline-info:hover {
	background-color: var(--bg-siruy-sm);
	 color: var(--main-color-link-hover);
	
}	


.gap-2 {
    gap: .5rem !important;
}

.d-grid {
    display: grid !important;
}

/* Стрілка */

.arrow-circle {
      display: ruby;
}
.arrow-circle .arrow-circle-icon {
    position: relative;
    top: -1px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}
.arrow-circle .arrow-circle-iconcircle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
/*
.arrow-circle:hover .arrow-circle-icon {
    transform: translate3d(5px, 0, 0);
}
*/
.arrow-circle:hover .arrow-circle-iconcircle {
    stroke-dashoffset: 0;
}

/* end */
