@charset "UTF-8";
/* Global */
/* Color schem */
/* Second header */
/* General nav */
/* Sidebar */
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe-ui/segoe-ui.eot");
  src: url("../fonts/segoe-ui/segoe-ui.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe-ui/segoe-ui.woff2") format("woff2"), url("../fonts/segoe-ui/segoe-ui.woff") format("woff"), url("../fonts/segoe-ui/segoe-ui.svg#segoe-ui") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U20-1FFE; }

@font-face {
  font-family: 'Segoe UI Semibold';
  src: url("../fonts/segoe-ui/segoe-ui-semibold.eot");
  src: url("../fonts/segoe-ui/segoe-ui-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe-ui/segoe-ui-semibold.woff2") format("woff2"), url("../fonts/segoe-ui/segoe-ui-semibold.woff") format("woff"), url("../fonts/segoe-ui/segoe-ui-semibold.svg#segoe-ui-semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U20-1FBF; }
  
body.logged-in.admin-bar .navbar-fixed-top {
  top: 32px;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 38px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-20px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*
.btn {
  background-color: red;
  font-size: 14px;
  color: white;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .2s linear;
  padding: 0 30px;
  cursor: pointer;
  border-radius: 0; }
*/

/*
.btn:hover {
  background-color: #cc0000; }
*/

.btn--transparent {
  background-color: transparent;
  border: 1px solid red;
  color: red; }

.btn--transparent:hover {
  background-color: red;
  color: white; }

.btn-close {
  width: 16px;
  height: 16px;
  cursor: pointer; }

.btn-close:before, .btn-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #bababa;
  transition: .2s linear; }

.btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.btn-close:hover:before, .btn-close:hover:after {
  background: #444444; }

.checkbox {
  display: none; }

.checkbox + label {
  padding-left: 27px;
  position: relative;
  cursor: pointer;
  line-height: 1em;
  margin-bottom: 10px;
  width: 100%; }

.checkbox + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  border: 1px solid #ddd;
  background-color: #fafafa;
  width: 18px;
  height: 18px;
  background-color: white; }

.checkbox + label:after {
  content: '';
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: 4px;
  width: 13px;
  height: 6px;
  left: 3px;
  border: 1.4px solid red;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.checkbox:checked + label:after {
  display: inline-block; }

.radio {
  display: none; }

.radio + label {
  position: relative;
  cursor: pointer;
  padding-left: 27px;
  line-height: 1em; }

.radio + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fafafa; }

.radio + label:after {
  content: '';
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: 2px;
  left: 2px;
  margin-left: 2px;
  margin-top: 2px;
  width: 10px;
  height: 10px;
  background-color: red;
  transform: none;
  border-radius: 50%; }

.radio:checked + label:after {
  display: inline-block; }

/*
form {
  padding: 40px 40px 45px 40px;
  border: 1px solid red;
  position: relative; }
*/

form button {
  width: 100%; }

form .btn-close {
  position: absolute;
  top: 18px;
  right: 18px; }

form .nice-select {
  margin-bottom: 15px; }

.form--title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px; }

.form--input-title {
  font-size: 14px;
  margin-bottom: 5px; }

/*
input {
  width: 100%;
  height: 40px;
  border: 1px solid #bcbcbc;
  margin-bottom: 15px;
  transition: .2s linear;
  padding: 0 10px;
  font-size: 14px; }
*/

input:focus {
  outline: none;
/*   border: 1px solid #444444;  */
  }

button {
  border: 0; }

/* Default styling
 * https://github.com/tonystar/float-label-css/blob/master/scss/float-label.scss
 */
.has-float-label {
  display: block;
  position: relative; }

.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  transition: all 0.2s; }

.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.has-float-label input, .has-float-label select {
  font-size: inherit;
  padding-top: 1em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.has-float-label input::placeholder, .has-float-label select::placeholder {
  opacity: 1;
  transition: all 0.2s; }

.has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder {
  opacity: 0; }

.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + * {
  font-size: 14px;
  opacity: .5;
  top: .6em; }

.has-float-label input:focus, .has-float-label select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5); }

.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px; }

.social-ico-rounded {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: red;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .2s linear; }

.social-ico-rounded__instagram {
  background-color: #e03c64; }

.social-ico-rounded__instagram:hover {
  background-color: #c92049; }

.social-ico-rounded__google-plus {
  background-color: #eb4026; }

.social-ico-rounded__google-plus:hover {
  background-color: #cb2b13; }

.social-ico-rounded__twitter {
  background-color: #00acee; }

.social-ico-rounded__twitter:hover {
  background-color: #0087bb; }

.social-ico-rounded__facebook {
  background-color: #516eab; }

.social-ico-rounded__facebook:hover {
  background-color: #415888; }

.social-ico-rounded__vk {
  background-color: #4d76a1; }

.social-ico-rounded__vk:hover {
  background-color: #3c5d7f; }

.social-ico-rounded__odnoklassniki {
  background-color: #f58220; }

.social-ico-rounded__odnoklassniki:hover {
  background-color: #d8690a; }

.social-ico:before {
  transition: .2s linear; }

.social-ico__instagram {
  color: #e03c64; }

.social-ico__instagram:hover:before {
  color: #9d1939; }

.social-ico__google-plus {
  color: #eb4026; }

.social-ico__google-plus:hover:before {
  color: #9d210e; }

.social-ico__twitter {
  color: #00acee; }

.social-ico__twitter:hover:before {
  color: #006288; }

.social-ico__facebook {
  color: #516eab; }

.social-ico__facebook:hover:before {
  color: #304166; }

.social-ico__vk {
  color: #4d76a1; }

.social-ico__vk:hover:before {
  color: #2c435c; }

.social-ico__odnoklassniki:hover:before {
  color: #d8690a; }

@font-face {
  font-family: 'social';
  src: url("../fonts/fonts-ui-ico/social.eot?mbkf41");
  src: url("../fonts/fonts-ui-ico/social.eot?mbkf41#iefix") format("embedded-opentype"), url("../fonts/fonts-ui-ico/social.ttf?mbkf41") format("truetype"), url("../fonts/fonts-ui-ico/social.woff?mbkf41") format("woff"), url("../fonts/fonts-ui-ico/social.svg?mbkf41#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="social-"], [class*=" social-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social-odnoklassniki:before {
  content: "\e901";
  color: #f58220; }

.social-odnoklassniki--white:before {
  content: "\e901";
  color: white; }

.social-instagram:before {
  content: "\e907";
  color: #e03c64; }

.social-instagram--white:before {
  content: "\e907";
  color: white; }

.social-google-plus:before {
  content: "\e90a";
  color: #f34a38; }

.social-google-plus--white:before {
  content: "\e90a";
  color: white; }

.social-twitter:before {
  content: "\e910";
  color: #76a9ea; }

.social-twitter--white:before {
  content: "\e911";
  color: white; }

.social-facebook:before {
  content: "\e916";
  color: #385c8e; }

.social-facebook--white:before {
  content: "\e917";
  color: white; }

.social-vk:before {
  content: "\e91a";
  color: #436eab; }

.social-vk--white:before {
  content: "\e91b";
  color: white; }

.error-block {
  width: 440px;
  height: 440px;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.error-block__404 {
  font-size: 200px;
  color: red; }

.error-block__title {
  font-size: 40px;
  color: red;
  margin-bottom: 25px; }

.error-block__info {
  font-size: 16px;
  line-height: 1.5em;
  color: #444444;
  margin-bottom: 25px; }

.error-block__btn-wrapper .btn {
  margin-right: 15px; }

.error-block__btn-wrapper .btn:last-child {
  margin-right: 0; }

body {
  font-family: "Segoe UI";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus, *:active, *.nice-select.open {
  outline: 0 !important;}

h1, h2, h3, h4, h5 {
  font-family: "Segoe UI"; }

h1 {
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 38px; }

a {
  transition: 0.2s linear;
  color: #005090; }

p {
  margin-bottom: 5px; }

ul {
  list-style: none;
/*
  margin: 0;
  padding: 0;
*/ 
  }

blockquote {
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  border-left: .25rem solid #eceeef; }
  blockquote p {
    margin-bottom: 0 !important; }

/* Classes */
.hidden {
  display: none; }

.btn {
  transition: 0.2s linear;
/*
  font-size: 16px !important;
  font-weight: 600 !important; 
*/
}

[data-type="scroll"] {
  position: fixed;
  bottom: 55px;
  font-size: 45px;
  cursor: pointer;
  right: 100px;
  z-index: 200;
  display: none; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Preloader */
.cssload-container {
  width: 100%;
  text-align: center; }

.cssload-speeding-wheel {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border: 3px solid white;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 650ms infinite linear;
  -o-animation: cssload-spin 650ms infinite linear;
  -ms-animation: cssload-spin 650ms infinite linear;
  -webkit-animation: cssload-spin 650ms infinite linear;
  -moz-animation: cssload-spin 650ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

.af_form_field--block {
  position: relative; }

.form-error {
  background-color: #ff3300;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 25px;
  left: 20px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center; }

.form-error:after {
  content: '';
  position: absolute;
  right: 20px;
  top: -17px;
  border: 10px solid transparent;
  border-bottom: 7px solid #ff3300; }

/* Contact Form 7 */
.wpcf7-submit {
  background-color: red;
  font-size: 14px;
  color: white;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .2s linear;
  padding: 0 30px;
  cursor: pointer;
  border-radius: 0; }
  .wpcf7-submit:hover {
    background-color: #cc0000;
    text-decoration: none; }

.wpcf7-form label, .wpcf7-form textarea {
  width: 100%;
  font-size: 14px; }

.wpcf7-form .nice-select {
  width: 100%; }
  .wpcf7-form .nice-select ul {
    width: 100%; }

.wpcf7-form p {
  margin-bottom: 0 !important; }

.wpcf7-form .wpcf7-submit {
  margin-bottom: 0; }

.wpcf7-form .ajax-loader {
  position: absolute; }

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%; }

.wpcf7-not-valid-tip {
  background-color: #ff3300;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 25px;
  right: 20px;
  padding: 0 10px;
  font-size: 13px !important;
  color: #fff !important;
  height: 25px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .wpcf7-not-valid-tip:after {
    content: '';
    position: absolute;
    right: 20px;
    top: -17px;
    border: 10px solid transparent;
    border-bottom: 7px solid #ff3300; }

.personal-data {
  display: inline-block;
  padding-left: 30px;
  font-size: 12px; }
  .personal-data .wpcf7-form-control-wrap {
    display: inline-block;
    width: initial;
    margin-left: -42px;
    padding-right: 8px; }

.af_form_field .wpcf7-form-control-wrap {
  margin-left: -30px; }

.policy {
  margin-bottom: 20px; }
  .policy .wpcf7-not-valid input[type=checkbox]:after {
    border: 1px solid #ff3401; }
  .policy .wpcf7-not-valid-tip {
    display: none !important; }

.wpcf7-response-output.wpcf7-display-none {
  text-align: center;
  font-size: 14px;
  border: 1px solid red;
  padding: 5px 0 10px 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 1px solid red; }
  .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border: 1px solid #398f14; }

.policy input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  top: 6px; }

.policy input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  top: 4px;
  width: 13px;
  height: 6px;
  left: 3px;
  border: 1.4px solid red;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.policy input[type=checkbox]:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: white; }

.policy input[type=checkbox].wpcf7-not-valid:after {
  border: 1px solid #ff3401; }

.policy input[type=checkbox] + .wpcf7-not-valid-tip {
  display: none !important; }

.nice-select {
  border: 1px solid #bcbcbc; }
  .nice-select ul {
    left: -1px !important;
    width: calc( 100% + 2px) !important; }
    .nice-select ul li:before {
      display: none !important; }

form.mailster-form {
  border: 1px solid #e8e3d7;
  background: #fffaec;
  padding: 20px 100px; }

.mailster-form-fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.mailster-wrapper {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/* Произвольное поле заголовок - mailster */
.mailster-custom-title-wrapper {
  margin-bottom: 0;
  max-width: 300px; }

/* Поле email - mailster */
.mailster-email-wrapper {
  margin: 0 30px; }

/* Кнопка - mailster */
.mailster-submit-wrapper {
  margin-top: 0 !important;
  max-width: 160px; }

.mailster-form .submit-button {
  border: none;
  color: #fff;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0 30px; }

.mailster-form-info.error {
  display: none !important; }

.mailster-wrapper input {
  margin: 0; }

input[name="custom-title"] {
  display: none; }

.mailster-form .error input, .mailster-form .error select, .mailster-form .error textarea {
  outline: 1px solid #ff0000 !important; }

.breadcrumbs {
  padding: 15px 0; }

.schedule__day {
  width: 68px;
  display: inline-block;
  font-weight: 600; }

/* Header */
/* Sidebar */
.sidebar-content {
  position: relative; }

/* Twitter */
ul.kebo-tweets > li {
  position: relative; }

/* Footer */
.footer__block {
  padding: 20px 0; }

/* Swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  padding: 20px 0; }

/*
.swiper-slide {
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
*/
  .swiper-slide .post__block--partners {
    width: 100%;
    border: none; }
  .swiper-slide .post__block {
    margin-bottom: 0; }

/* Header */
.header__block {
  padding: 15px 0; }
  .header__block__item {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
    .header__block__item p:last-child {
      margin-bottom: 0; }
    .header__block__item--logo img {
      max-width: 80%;
      max-height: 100px; }

.header__second {
  background: rgba(217, 217, 217, 0.86); }
  .header__second--user-nav li {
    display: inline-flex;
    font-size: 14px; }
    .header__second--user-nav li a {
      text-transform: uppercase;
      padding: 5px 7px; }
      .header__second--user-nav li a .fa, .header__second--user-nav li a i {
        margin-right: 7px; }

/* Search */
.search__block form {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  color: #005090; }

.search__block input {
  margin: 0; }

.search__block--voice {
  position: absolute;
  right: 42px;
  z-index: 10; }
  .search__block--voice img {
    width: 38px;
    height: auto; }

.search__block--btn {
  position: relative;
  background: #004f90;
  font-size: 19px;
  cursor: pointer;
  transition: 0.2s linear; }
  .search__block--btn:hover {
    background: #176fb7; }
  .search__block--btn button {
    cursor: pointer;
    background: transparent;
    height: 40px;
    width: 40px; }

#searchform i {
  color: #fff !important; }

/* General nav */
nav {
  position: relative;
  z-index: 50; }
  nav ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0; }
    nav ul li a {
      width: 100%;
      color: #fff;
      padding: 10px;
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase; }
      nav ul li a:hover {
        color: #fdcf8c;
        text-decoration: none;
        background: #003663; }
  nav > ul {
    display: flex;
    justify-content: space-between; }
    nav > ul > li {
      display: inline-block;
      position: relative; }

.sub-menu {
  display: none; }

.menu-item-has-children:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: 0.2s linear;
  width: 7px;
  right: 11px; }

.menu-item-has-children > a {
  padding-right: 25px; }

.menu-item-has-children:hover:after {
  border-color: #fdcf8c;
  transform: rotate(226deg); }

.menu-item-has-children:hover > ul {
  display: block; }

.general-nav {
  background: #005090; }
  .general-nav .sub-menu {
    width: 300px;
    position: absolute;
    background: #004f90; }

.home .breadcrumbs {
  display: none; }

.main__content p {
  margin-bottom: 20px; }

.main__content ul li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 2px; }
  .main__content ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #005090;
    left: 0;
    top: 9px;
    border-radius: 50%; }

.main__content--partner-link {
  margin-bottom: 25px; }

.post__block {
  margin-bottom: 40px; }
  .post__block img {
    max-width: 100%; }
  .post__block--thumb {
    overflow: hidden;
    margin-bottom: 5px; }
    .post__block--thumb:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .post__block--thumb img {
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out; }
  .post__block--meta {
    font-size: 12px;
    padding: 0 0 5px 0; }
    .post__block--meta-date {
      font-size: 12px;
      color: #333333;
      opacity: 0.8; }
  .post__block--title, .post__block--title h2, .post__block--title h3, .post__block--title h4 {
    font-size: 18px; }
  .post__block--excerpt {
    font-size: 14px; }

.post__block--partners {
  border: 1px solid #e8e8e8;
  padding: 15px; }
  .post__block--partners .post__block--thumb a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 20px; }
  .post__block--partners .post__block--thumb img {
    max-height: 100%; }
  .post__block--partners .post__block--title {
    text-align: center; }

.slider__item {
  position: relative; }
  .slider__item--img {
    overflow: hidden;
    position: relative; }
    .slider__item--img img {
      height: auto; }
  .slider__item--content {
  	position: absolute;
    max-width: 1120px;
    width: 100%;
    padding: 0 120px;
    left: 50%;
    transform: translateX(-50%);  
  }
  .slider__item--btn {
    margin-top: 25px; 
    color: #fff;
    text-decoration: none;
    border: 1px solid #0f9cb2;
    border-radius: 10px;
    padding: 4px 25px;
    background: #0f9cb2;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .slider__item--btn:before {
	  content: "\e915";
    color: #fff;
    font-family: 'icomoon' !important;
    font-size: 25px;
    position: absolute;
    right: -12px;
    z-index: 10;
  }
  .slider__item--btn:hover {
	  background: #124579;
	  border: 1px solid #124579;
  }
  .slider__item--btn span {
	  position: relative;
    top: -2px;
  }
  .slider__item--text {
	  display: flex;
    flex-direction: column;
    font-size: 18px;
    font-family: "RalewayLight";
  }
  .slider__item--title {
	  font-size: 32px;
    font-family: 'Montserrat Alternates', sans-serif;
  }
  .slick__block--item.text-right .slider__item--text {
	  align-items: flex-end;
  }
  .slick__block--item.text-center .slider__item--text {
	  align-items: center;
  }
  .slider__item--text p {
	  max-width: 50%;
    margin-bottom: 12px;
  }
    .slider__item--btn:hover {
      color: #fff; }
  .slider__item--bg {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0; }

.swiper__general--control .swiper-general--next {
  right: 25px !important; }

.swiper__general--control .swiper-general--prev {
  left: 25px !important; }

.general-fix {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0; }

.catalog__gallery {
  padding: 10px; }

.catalog__gallery [class^="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.catalog__gallery--block {
  display: flex;
  height: 100%;
  padding-bottom: 10px; }
  .catalog__gallery--block img {
    width: 100%;
    height: 100%; }

.search-item--title {
  margin-bottom: 30px; }
  .search-item--title h1 {
    font-size: 30px;
    padding-bottom: 10px; }
  .search-item--title h2 a {
    text-decoration: none !important; }
  .search-item--title p {
    font-size: 16px; }

.search__box {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px; }
  .search__box .btn {
    margin-top: 15px; }
    .search__box .btn a {
      color: #fff;
      text-decoration: none !important; }

.carousel__container {
  position: relative; }

.swiper-wrapper {
  padding-bottom: 25px; }

.swiper-button-next {
  right: -45px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev {
  left: -45px !important; }

.af_validate_form p {
  margin-bottom: 4px !important;
  font-size: 13px; }

.form--title {
  position: relative; }
  .form--title-sc {
    font-size: 13px;
    position: absolute;
    width: 100%;
    top: 100%; }
  .form--title-error {
    color: #ff0002; }
  .form--title-good {
    color: green; }

.contact__field {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .contact__field i {
    position: relative;
    margin-right: 10px;
    font-size: 20px;
    line-height: 0;
    width: 20px; }
  .contact__field .fa-mobile {
    font-size: 30px; }

.sidebar {
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px; }

/* Sidebar block */
.sidebar__block {
  width: calc( 100% + 30px);
  margin-left: -15px;
  position: relative; }
  .sidebar__block ul li.cat-item {
    padding-left: 15px;
    position: relative;
    padding-bottom: 2px; }
    .sidebar__block ul li.cat-item:before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      position: absolute;
      background: #005090;
      left: 0;
      top: 9px;
      border-radius: 50%; }

.sidebar-content {
  position: relative;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada; }
  .sidebar-content:last-child {
    border-bottom-color: transparent; }

.widget_recent_entries ul li {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #dadada; }
  .widget_recent_entries ul li > a {
    order: 2; }
  .widget_recent_entries ul li .post-date {
    order: 1;
    font-size: 12px;
    color: #333333;
    opacity: 0.8; }
  .widget_recent_entries ul li:last-child {
    border-bottom-color: transparent; }

.social-vertical {
  font-family: "Segoe UI" !important; }
  .social-vertical p {
    margin-bottom: 0; }
  .social-vertical a {
    padding-left: 5px; }

.footer__block--side {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.copy {
  justify-content: flex-start; }
  .copy p {
    margin-bottom: 0; }

.afonico {
  justify-content: flex-end; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none; }
  h1 {
    font-size: 27px !important; }
  .mobile-bar {
    background: #005090;
    color: #fff;
    position: fixed;
    height: 50px;
    margin-top: -50px;
    z-index: 100; }
    .mobile-bar.open .mobile__nav--container {
      transform: translateX(100%); }
  .mobile__nav--container {
    position: fixed;
    width: 100%;
    color: #2b2b2b;
    left: -100%;
    transition: 0s; }
    .mobile__nav--container nav ul {
      flex-direction: column; }
      .mobile__nav--container nav ul li {
        font-weight: 600; }
        .mobile__nav--container nav ul li a {
          color: #2b2b2b;
          padding: 5px 10px 5px 15px; }
  .mobile__nav--row {
    padding: 0 15px; }
  .mobile__nav__container--content {
    width: 290px;
    height: 100vh;
    position: relative;
    z-index: 10;
    padding: 15px 0;
    background: #f5f5f5; }
  .mobile__nav__container--after {
    width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }
  header {
    margin-top: 50px; }
  .header__second {
    display: none; }
  .header__block__item--logo {
    text-align: center;
    padding-bottom: 20px; }
  .burger {
    width: 35px;
    padding: 13px 0;
    position: relative; }
    .burger-line {
      width: 100%;
      display: block;
      height: 3px;
      background: #fff;
      margin-bottom: 7px; }
      .burger-line:last-child {
        margin-bottom: 0; }
  .footer__block--side {
    justify-content: center;
    margin-bottom: 20px; }
  .breadcrumbs {
    display: none; }
  /* Custom class */
  .mob-order-1 {
    order: 1; }
  .mob-order-2 {
    order: 2; }
  .mob-order-3 {
    order: 3; }
  .mob-order-4 {
    order: 4; }
  .mob-order-5 {
    order: 5; } }

/*
@import '';

@import '';
*/
