@charset "UTF-8";
/*----------------------- Default ------------------------*/
/*----------------------- Default Auth ------------------------*/
/*----------------------- Vars ------------------------*/
/*----------------------- Login ------------------------*/
.login {
  background-color: #cddde1; }
.login .row {
  text-align: center; }
.login__wrap {
  margin-top: 100px;
  display: inline-block;
  background-color: #dadada;
  min-height: 400px;
  width: 455px; }
.login__body-head {
  padding: 30px 35px;
  background-color: #18ab9f;
  background: linear-gradient(to bottom right, #50a699, #18ab9f);
  background: -webkit-linear-gradient(to bottom right, #50a699, #18ab9f);
  background: -o-linear-gradient(to bottom right, #50a699, #18ab9f);
  background: -ms-linear-gradient(to bottom right, #50a699, #18ab9f);
  background: linear-gradient(to bottom right, #50a699, #18ab9f); }
.login__body-head > a {
  display: block;
  color: #fff; }
.login__body-head > a:hover {
  color: #fff; }
.login__body-head-img {
  float: left;
  margin-top: 4px; }
.login__body-head-img img {
  height: 60px; }
.login__body-head-text {
  float: left;
  letter-spacing: .1em;
  margin-left: 1em;
  text-align: left;
  text-transform: uppercase; }
.login__body-head-text div {
  font-size: 14px;
  font-family: "OpenSansSemiBold", sans-serif; }
.login__body-head-text div:first-child {
  text-transform: none;
  font-size: 30px;
  margin-bottom: .1em; }
.login__body-inner {
  padding: 45px 55px;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  text-align: left; }
.login__body-inner-link {
  display: inline;
  margin-bottom: .2em;
  font-size: 14px;
  color: #18ab9f;
  transition: .5s ease all;
  border-bottom: 1px solid transparent;
  font-family: "OpenSansSemiBold", sans-serif; }
.login__body-inner-link:hover {
  transition: .5s ease all;
  color: #1bc1b4;
  border-bottom: 1px solid #1bc1b4;
  text-decoration: none; }
.login__body-inner .check-btn + label {
  font-size: 14px; }
.login__body-inner .check-btn:not(checked) + label:before,
.login__body-inner .check-btn:not(checked) + label:after {
  top: 0; }
.login__body-inner input {
  background-color: #f3f3f3;
  color: #909090;
  font-size: 12px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-style: italic;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  height: 40px; }
.login__body-inner input:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.login__body-inner-social {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #f3f3f3; }
.login__body-inner-social-title {
  margin-bottom: .8em;
  color: #2f3536;
  font-family: "OpenSansSemiBold", sans-serif; }
.login__body-inner-social-list li {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 5px; }
.login__body-inner-social-list li:last-child {
  margin-right: 0; }
.login__body-inner-social-icon {
  display: block !important;
  width: 100%;
  height: 100%;
  margin-right: 0 !important;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  position: relative; }
.login__body-inner-social-icon:hover {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  margin-top: -5px; }
.login__body-inner-social-icon-facebook {
  background-image: url("../img/svg/auth/facebook.svg"); }
.login__body-inner-social-icon-twitter {
  background-image: url("../img/svg/auth/twitter.svg"); }
.login__body-inner-social-icon-linked {
  background-image: url("../img/svg/auth/linkedin.svg"); }
.login__body-inner-social-icon-gplus {
  background-image: url("../img/svg/auth/google.svg"); }
.login__body-inner-social-icon-bankid {
  background-image: url("../img/svg/auth/bankid.svg"); }
.login__body-inner-social-icon-ecp {
  background-image: url("../img/svg/auth/etsp.svg"); }
.login__body-inner-social-icon-cartakiyv {
  background-image: url("../img/svg/auth/kartka_kyanyna.svg"); }
.login__body-inner-remember {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #f3f3f3; }
.login__body-inner-remember button {
  margin-top: 14px; }
.login__body-inner-remember div {
  font-family: "OpenSansSemiBold", sans-serif; }
.login__body-inner-remember div:nth-child(2) {
  margin-top: -5px; }
.login__body-inner-remember div label {
  font-family: "OpenSansSemiBold", sans-serif; }
.login__body-footer span {
  color: #2f3536;
  font-family: "OpenSansSemiBold", sans-serif; }

/*----------------------- Vars ------------------------*/
/*----------------------- Reset ------------------------*/
*::selection {
  color: #fff;
  background: #00a99f; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  box-sizing: border-box; }

ol,
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none; }

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*----------------------- Helpers ------------------------*/
.bgcw {
  background-color: #fff; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.table {
  display: table; }

.nowrap {
  white-space: nowrap; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.hidden {
  overflow: hidden; }

.center {
  text-align: center; }

.tar {
  text-align: right; }

.print {
  color: #9A9A9A;
  position: relative;
  display: inline-block;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  border-bottom: 1px solid transparent; }
.print svg {
  position: absolute;
  width: 15px;
  height: 15px;
  left: -23px;
  top: 2px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.print:hover, .print:active, .print:focus, .print:visited {
  color: #9A9A9A;
  border-bottom: 1px solid #9a9a9a;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.print:hover svg {
  top: -3px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.readmore__title {
  font-size: 22px;
  color: #000;
  margin-top: .5em;
  margin-bottom: 1.5em; }

.readmore__link ul li {
  margin-bottom: .7em; }
.readmore__link ul li:last-child {
  margin-bottom: 0; }
.readmore__link ul li a {
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
.readmore__link ul li a:hover {
  border-bottom: 1px solid #000;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }

.js-hidden-opacity {
  opacity: 0; }

.fix-share.bottom {
  position: absolute;
  bottom: 0;
  top: auto; }
/*.fix-share.bottom .social-share {
  top: -160px !important; }*/

.fix-share {
  position: fixed;
  top: 40px;
  margin-left: -15px; }

@media screen and (max-width: 991px) {
  .js-fix-social {
    display: none; } }

.dropdown.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards; }

@keyframes slidenavAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*----------------------- Button ------------------------*/
@media screen and (max-width: 991px) {
  .hidden-print {
    display: none !important; } }

@media screen and (max-width: 1130px) {
  .hidden-social {
    display: none !important; } }

@media screen and (max-width: 1130px) {
  .hidden-social-show {
    display: block !important; } }

.js-scroller {
  border-bottom: 1px dashed #bfbfbf !important; }
.js-scroller:hover {
  border-bottom: 1px dashed transparent !important; }

.scrollToTop {
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 2000;
  background-color: #18ab9f;
  opacity: .7;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.scrollToTop:before {
  content: '';
  position: absolute;
  display: block;
  top: 15px;
  background-color: #fff;
  height: 20px;
  width: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 29px; }
.scrollToTop:after {
  content: '';
  position: absolute;
  display: block;
  top: 15px;
  background-color: #fff;
  height: 20px;
  width: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 30px; }
.scrollToTop:hover {
  opacity: 1;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  text-decoration: none; }

.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.button-timeline {
  background-color: #629fae;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  transition: .3s ease all;
  padding: 1em 1em;
  letter-spacing: 1px;
  border: 0;
  border-radius: 7px; }
.button-timeline:hover {
  background-color: #39899d;
  transition: .3s ease all;
  color: #fff; }
.button-timeline:focus, .button-timeline:active {
  color: #fff; }
.button-timeline:active {
  background-color: #84b4bf; }

.button-subscribe {
  background-color: #629fae !important;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  transition: .3s ease all;
  padding: .6em 1em;
  letter-spacing: 1px;
  border: 0;
  border-radius: 7px; }
.button-subscribe:hover {
  background-color: #39899d !important;
  transition: .3s ease all;
  color: #fff; }
.button-subscribe:focus, .button-subscribe:active {
  color: #fff;
  outline: none !important; }
.button-subscribe:active {
  outline: none !important;
  color: #fff;
  background-color: #84b4bf !important; }

.button-service {
  background-color: #0ebbb5 !important;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  transition: .3s ease all;
  padding: .6em 1em;
  letter-spacing: 1px;
  border: 0;
  border-radius: 7px;
  width: 100%; }
.button-service:hover {
  background-color: #0ca39e !important;
  transition: .3s ease all;
  color: #fff; }
.button-service:focus, .button-service:active {
  color: #fff;
  outline: none !important; }
.button-service:active {
  outline: none !important;
  color: #fff;
  background-color: #0ec0ba !important; }

.button-calendar {
  background-color: #66c1c0 !important;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  transition: .3s ease all;
  padding: .6em 1em;
  line-height: 30px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 7px; }
.button-calendar:hover {
  background-color: #7dcac9 !important;
  transition: .3s ease all;
  color: #fff; }
.button-calendar:focus, .button-calendar:active {
  color: #fff;
  outline: none !important; }

.button-acreditation {
  line-height: 30px;
  background-color: #629fae !important;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  transition: .3s ease all;
  padding: .6em 1em;
  letter-spacing: 1px;
  border: 0;
  border-radius: 7px; }
.button-acreditation:hover {
  background-color: #39899d !important;
  transition: .3s ease all;
  color: #fff; }
.button-acreditation:focus, .button-acreditation:active {
  color: #fff;
  outline: none !important; }

.button-login {
  background-color: #629fae !important;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  transition: .3s ease all;
  padding: .6em 30px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 7px;
  line-height: 28px; }
.button-login:hover {
  background-color: #39899d !important;
  transition: .3s ease all;
  color: #fff; }
.button-login:focus, .button-login:active {
  color: #fff;
  outline: none !important; }

a.lang {
  width: auto;
  color: #000 !important;
  font-family: "OpenSansSemiBold", sans-serif;
  border-bottom: 1px dashed #000; }
a.lang:first-child {
  margin-left: 15px; }

a.lang.active {
  border-bottom: 1px dashed transparent;
  color: #fff !important; }

/*----------------------- Fonts ------------------------*/
/* font-family: "OpenSansRegular"; */
@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/open_sans/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/open_sans/OpenSansRegular/OpenSansRegular_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/open_sans/OpenSansRegular/OpenSansRegular.ttf") format("truetype"); }

/* font-family: "OpenSansLight"; */
@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/open_sans/OpenSansLight/OpenSansLight.eot");
  src: url("../fonts/open_sans/OpenSansLight/OpenSansLight_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/open_sans/OpenSansLight/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansItalic"; */
@font-face {
  font-family: "OpenSansItalic";
  src: url("../fonts/open_sans/OpenSansItalic/OpenSansItalic.eot");
  src: url("../fonts/open_sans/OpenSansItalic/OpenSansItalic_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansItalic/OpenSansItalic.woff") format("woff"), url("../fonts/open_sans/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansBold"; */
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/open_sans/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/open_sans/OpenSansBold/OpenSansBold_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/open_sans/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansExtraBold"; */
@font-face {
  font-family: "OpenSansExtraBold";
  src: url("../fonts/open_sans/OpenSansExtraBold/OpenSansExtraBold.eot");
  src: url("../fonts/open_sans/OpenSansExtraBold/OpenSansExtraBold_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"), url("../fonts/open_sans/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansExtraBoldItalic"; */
@font-face {
  font-family: "OpenSansExtraBoldItalic";
  src: url("../fonts/open_sans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot");
  src: url("../fonts/open_sans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.woff") format("woff"), url("../fonts/open_sans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansBoldItalic"; */
@font-face {
  font-family: "OpenSansBoldItalic";
  src: url("../fonts/open_sans/OpenSansBoldItalic/OpenSansBoldItalic.eot");
  src: url("../fonts/open_sans/OpenSansBoldItalic/OpenSansBoldItalic_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"), url("../fonts/open_sans/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansRegularItalic"; */
@font-face {
  font-family: "OpenSansRegularItalic";
  src: url("../fonts/open_sans/OpenSansRegularItalic/OpenSansRegularItalic.eot");
  src: url("../fonts/open_sans/OpenSansRegularItalic/OpenSansRegularItalic_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"), url("../fonts/open_sans/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansSemiBold"; */
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/open_sans/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/open_sans/OpenSansSemiBold/OpenSansSemiBold_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/open_sans/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansSemiBoldItalic"; */
@font-face {
  font-family: "OpenSansSemiBoldItalic";
  src: url("../fonts/open_sans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
  src: url("../fonts/open_sans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic_-iefix.eot") format("embedded-opentype"), url("../fonts/open_sans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"), url("../fonts/open_sans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/*----------------------- Social ------------------------*/
.social-share.bottom {
  position: absolute;
  bottom: 0;
  top: auto; }

.social-share {
  background-color: #ffffff;
  width: 56px;
  position: absolute;
  left: -90px;
  padding: 8px;
  top: 80px; }
@media screen and (max-width: 1130px) {
  .social-share {
    position: static;
    width: auto;
    padding: 0;
    margin-top: 10px; } }
@media screen and (max-width: 991px) {
  .social-share {
    margin-top: 0; } }
.social-share li {
  width: 40px;
  height: 40px;
  margin-bottom: .6em; }
.social-share li:last-child {
  margin-bottom: 0; }
@media screen and (max-width: 1130px) {
  .social-share li {
    margin-right: 0.5em !important;
    margin-bottom: 0; } }
.social-share .a {
  transition: .3s ease all; }
.social-share a {
  display: block;
  margin-bottom: 10px;
  opacity: .8; }
.social-share a:hover .a {
  fill: #629fae; }
.social-share a:last-child {
  margin-bottom: 0; }

.fix-share .social-share {
  position: fixed;
  left: 320px;
  top: 40px !important; }

.social-share_small-dev {
  background-color: #ffffff;
  width: 56px;
  padding: 8px;
  margin: auto; }
.social-share_small-dev li {
  width: 40px;
  height: 40px; }
.social-share_small-dev .a {
  transition: .3s ease all; }
.social-share_small-dev a {
  display: block;
  margin-bottom: 10px;
  opacity: .8; }
.social-share_small-dev a:hover .a {
  fill: #26aa9e; }
.social-share_small-dev a:last-child {
  margin-bottom: 0; }

/*----------------------- Alert ------------------------*/
.js-subscribe-error {
  position: absolute;
  top: 40px;
  left: 0;
  color: #fff;
  font-family: "OpenSansRegular", sans-serif;
  background-color: rgba(0, 0, 0, 0.53);
  padding: .5em;
  max-width: 280px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  font-size: 12px;
  opacity: 0; }
.js-subscribe-error i {
  font-family: "OpenSansSemiBold", sans-serif; }

.js-subscribe-error.in {
  opacity: 1;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }

.alert {
  font-size: 90%;
  display: block;
  width: 100%;
  z-index: 101;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 2em; }

.js-thank-modal {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block; }
.js-thank-modal div strong {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  margin-top: 4em;
  margin-bottom: 2em; }
.js-thank-modal div p {
  text-align: center;
  font-size: 17px; }

/*----------------------- Calendar ------------------------*/
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  background-color: transparent !important;
  font-family: "OpenSansSemiBold", sans-serif !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.atcb-list {
  width: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  border-radius: 7px !important;
  background-color: #efefef !important;
  border: 0 !important;
  margin-top: 5px !important; }
.atcb-list > li {
  background-color: #efefef !important; }
.atcb-list > li:hover {
  background-color: transparent !important; }
.atcb-list > li > a {
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #629fae !important;
  font-family: "OpenSansRegular", sans-serif !important; }
.atcb-list > li > a:hover {
  background-color: transparent !important;
  color: #66c1c0 !important; }

/*----------------------- Header ------------------------*/
.header {
  background-color: #18ab9f;
  background: linear-gradient(to bottom right, #50a699, #18ab9f);
  background: -webkit-linear-gradient(to bottom right, #50a699, #18ab9f);
  background: -o-linear-gradient(to bottom right, #50a699, #18ab9f);
  background: -ms-linear-gradient(to bottom right, #50a699, #18ab9f);
  background: linear-gradient(to bottom right, #50a699, #18ab9f);
  color: #fff;
  font-family: "OpenSansSemiBold", sans-serif; }
@media screen and (max-width: 460px) {
  .header .row div:nth-child(4),
  .header .row div:nth-child(5) {
    padding: 0; } }
@media screen and (max-width: 380px) {
  .header .row .col-md-3:nth-child(1),
  .header .row .col-md-3:nth-child(2) {
    padding: 0; } }
.header .row .col-md-3 {
  text-align: center;
  display: table;
  height: 140px; }
@media screen and (max-width: 992px) {
  .header .row .col-md-3 {
    height: 90px; } }
.header .row .col-md-3 > div {
  display: table-cell;
  vertical-align: middle; }
.header .row .col-md-3 a {
  color: #fff;
  display: inline-block; }
.header .row .col-md-3 a:hover {
  text-decoration: none; }
.header .row .js-search {
  display: none;
  line-height: 90px; }
@media screen and (max-width: 991px) {
  .header .row .js-search {
    display: table;
    text-align: right; } }
.header .row .js-search-icon span {
  background-color: #fff;
  height: 4px;
  width: 30px;
  display: inline-block;
  transition: .3s ease all; }
.header .row .js-search-icon span:first-child {
  position: relative;
  top: 10px;
  height: 30px;
  background-color: transparent;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.header .row .js-search-icon span:last-child {
  width: 13px;
  transform: rotate(45deg);
  position: absolute;
  top: 57px;
  margin-left: -8px; }
.header .row .js-search-icon span:hover {
  cursor: pointer; }
.header .row .js-search-icon.in {
  padding-top: 10px;
  cursor: pointer;
  padding-bottom: 10px; }
.header .row .js-search-icon.in span {
  border-color: #fff;
  transition: .3s ease all; }
.header .row .js-search-icon.in span:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 4px;
  width: 40px;
  border: 0;
  background-color: #fff;
  transform: rotate(-45deg);
  top: -3px; }
.header .row .js-search-icon.in span:last-child {
  background-color: #fff;
  width: 40px;
  top: 43px;
  margin-left: -39px; }
.header .row .js-search-container .input-group {
  max-width: 100%;
  margin-bottom: 1em;
  margin-top: 1em; }
@media screen and (max-width: 991px) {
  .header__logo {
    text-align: left; } }
.header__logo a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 16px; }
.header__logo-img {
  float: left;
  margin-top: -3px; }
.header__logo-img img {
  width: 150px; }
@media screen and (max-width: 768px) {
  .header__logo-img img {
    width: 135px; } }
.header__logo-text {
  float: left;
  letter-spacing: .1em;
  margin-left: 1em;
  text-align: left; }
@media screen and (max-width: 460px) {
  .header__logo-text {
    margin-left: .2em;
    font-size: 85%;
    line-height: 14px;
    letter-spacing: 0; } }
.header__lowvision--normal {
  display: none !important; }
@media screen and (max-width: 992px) {
  .header__lowvision {
    vertical-align: top !important; } }
.header__lowvision a {
  font-weight: 600;
  font-size: 14px; }
.header__lowvision-img {
  float: left; }
@media screen and (max-width: 992px) {
  .header__lowvision-img {
    float: none; } }
.header__lowvision-img img {
  width: 30px;
  margin-top: 14px; }
@media screen and (max-width: 992px) {
  .header__lowvision-img img {
    margin-top: 0;
    position: absolute;
    left: 46%; } }
@media screen and (max-width: 460px) {
  .header__lowvision-img img {
    left: 42%; } }
.header__lowvision-text {
  margin-left: 1em;
  float: left;
  text-align: left; }
@media screen and (max-width: 992px) {
  .header__lowvision-text div {
    display: inline-block; } }
@media screen and (max-width: 992px) {
  .header__lowvision-text {
    margin-left: 0;
    float: none;
    padding-top: 40px; } }
@media screen and (max-width: 460px) {
  .header__lowvision-text {
    font-size: 95%; }
  .header__lowvision-text div {
    display: block;
    text-align: center; } }
.header__login .open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards; }
.header__login .open .caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.header__login .open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.header__login .open .dropdown-toggle:focus, .header__login .open .dropdown-toggle:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
@media screen and (max-width: 992px) {
  .header__login {
    vertical-align: top !important; } }
.header__login a {
  font-weight: 600;
  font-size: 14px; }
.header__login-img {
  float: left;
  position: relative; }
@media screen and (max-width: 992px) {
  .header__login-img {
    float: none;
    position: static; } }
.header__login-img img {
  width: 24px; }
@media screen and (max-width: 992px) {
  .header__login-img img {
    margin-top: 0;
    position: absolute;
    left: 47%; } }
@media screen and (max-width: 460px) {
  .header__login-img img {
    left: 44%; } }
.header__login-img img.ava {
  position: absolute;
  width: 50px;
  top: -5px;
  left: -45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
@media screen and (max-width: 991px) {
  .header__login-img img.ava {
    top: -10px;
    width: 45px;
    left: 44%; } }
@media screen and (max-width: 768px) {
  .header__login-img img.ava {
    left: 43%; } }
@media screen and (max-width: 640px) {
  .header__login-img img.ava {
    left: 42%; } }
@media screen and (max-width: 550px) {
  .header__login-img img.ava {
    left: 40%; } }
@media screen and (max-width: 400px) {
  .header__login-img img.ava {
    left: 37%; } }
@media screen and (max-width: 380px) {
  .header__login-img img.ava {
    left: 35%; } }
@media screen and (max-width: 350px) {
  .header__login-img img.ava {
    left: 33%; } }
.header__login-text {
  float: left;
  margin-left: 1em;
  text-align: left; }
@media screen and (max-width: 992px) {
  .header__login-text {
    margin-left: 0;
    float: none;
    padding-top: 40px; }
  .header__login-text div {
    display: inline-block; } }
@media screen and (max-width: 460px) {
  .header__login-text {
    font-size: 95%; }
  .header__login-text div {
    display: block;
    text-align: center; } }
.header__login .caret {
  position: absolute;
  display: block;
  right: 0;
  top: 23px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.header__login-avatar {
  width: 30px;
  position: absolute;
  top: 5px;
  left: -30px; }
.header__login-dropdown {
  background-color: transparent;
  text-align: left;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.header__login-dropdown:hover, .header__login-dropdown:focus, .header__login-dropdown:active {
  color: #fff;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.header__login-dropdown i {
  display: block;
  font-style: normal;
  font-size: 90%; }
.header__login-dropdown small {
  display: block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.header__login-dropdown-ul {
  background-color: #efefef;
  left: auto;
  right: 0;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.header__login-dropdown-ul:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -6px;
  right: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.15);
  z-index: 1001; }
.header__login-dropdown-ul:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -5px;
  right: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #efefef;
  z-index: 1002; }
.header__login-dropdown-ul li a {
  font-family: "OpenSansSemiBold", sans-serif;
  color: #595959 !important;
  display: block !important;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  transition: .3s ease all;
  padding-left: 35px; }
.header__login-dropdown-ul li a:hover {
  color: #efefef !important;
  background-color: #18ab9f;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.header__login-dropdown-ul li a i {
  position: absolute;
  left: 10px;
  font-size: 20px; }
.header__search {
  position: relative; }
.header__search-top {
  text-align: left;
  padding-left: 30px;
  position: absolute;
  top: 0; }
.header__search-top div {
  margin: .3em 0;
  font-weight: 600; }
.header__search-top div:nth-child(1) {
  opacity: .15; }
.header__search-top div:nth-child(2) {
  opacity: .5; }
.header__search-input {
  height: 38px;
  background-color: #efefef;
  border-radius: 7px !important;
  box-shadow: none;
  color: #999;
  transition: 0s ease all !important;
  border: 1px solid #efefef !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.header__search-input:focus {
  box-shadow: none;
  border: 1px solid #efefef !important;
  transition: 0s ease all !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.header__search .input-group {
  max-width: 220px;
  width: 100%;
  display: inline-block; }
.header__search-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 3;
  background-color: transparent;
  outline: none;
  border: 0; }
.header__search-btn i {
  font-size: 22px;
  color: #828282; }

.js-search-container {
  display: none; }

@keyframes slidenavAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*----------------------- Breadcrumb ------------------------*/
.crumb {
  background-color: #cddde1; }
.crumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0; }
.crumb .breadcrumb-item.active {
  font-family: "OpenSansSemiBold", sans-serif;
  color: #000; }
@media screen and (max-width: 768px) {
  .crumb .breadcrumb-item.active {
    display: none; } }
.crumb .breadcrumb > li + li:before {
  color: #2b3130; }
.crumb .breadcrumb li {
  font-family: "OpenSansRegular", sans-serif; }
.crumb .breadcrumb li a {
  color: #000;
  border-bottom: 1px solid transparent;
  transition: .3s all ease; }
.crumb .breadcrumb li a:hover {
  border-bottom: 1px solid #000;
  transition: .3s all ease; }

/*----------------------- Main content ------------------------*/
html {
  height: 100%; }

body {
  background-color: #efefef;
  height: 100%;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input::-webkit-input-placeholder {
  color: #efefef; }

input:-ms-input-placeholder {
  color: #efefef; }

input::-moz-placeholder {
  color: #efefef;
  opacity: 1; }

input:-moz-placeholder {
  color: #efefef;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #efefef; }

:-ms-input-placeholder {
  color: #efefef; }

::-moz-placeholder {
  color: #efefef;
  opacity: 1; }

:-moz-placeholder {
  color: #efefef;
  opacity: 1; }

input {
  color: #000 !important; }

.wrapper {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  font: 14px/125% "OpenSansRegular", sans-serif; }
.wrapper .content {
  padding-bottom: 590px; }
@media screen and (max-width: 1200px) {
  .wrapper .content {
    padding-bottom: 610px; } }
@media screen and (max-width: 991px) {
  .wrapper .content {
    padding-bottom: 675px; } }
@media screen and (max-width: 767px) {
  .wrapper .content {
    padding-bottom: 0; } }

/*----------------------- Subtheme ------------------------*/
.subtheme__title {
  font-size: 30px;
  text-align: center;
  color: #000;
  font-family: "OpenSansRegular", sans-serif;
  margin-top: 1.5em;
  line-height: 30px; }
.subtheme__title div {
  display: inline-block; }

.subtheme__service {
  margin: 0 0 3em 0;
  text-align: center; }
.subtheme__service .button-service {
  min-height: 50px;
  white-space: normal;
  vertical-align: middle;
  margin-bottom: .5em;
  display: table;
  height: 50px; }
.subtheme__service .button-service span {
  display: table-cell;
  vertical-align: middle; }
.subtheme__service .button-service span .afterLength {
  display: inline; }
.subtheme__service .col-md-4 {
  float: none;
  display: inline-block; }
@media screen and (max-width: 992px) {
  .subtheme__service .col-md-4 {
    float: left; } }
@media screen and (max-width: 768px) {
  .subtheme__service .col-md-4 a {
    margin-bottom: 1em; } }

.subtheme__link .col-md-3 {
  padding-left: 45px;
  min-height: 80px; }
.subtheme__link .col-md-3:last-child {
  min-height: auto; }

.subtheme__link a {
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  color: #000;
  border-bottom: 1px solid transparent;
  position: relative; }
.subtheme__link a:hover {
  border-bottom: 1px solid #000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.subtheme__link a:before {
  content: '';
  position: absolute;
  display: block;
  height: 17px;
  width: 17px;
  background-image: url("../img/svg/trash/arrow-left-small-link.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -30px;
  top: 3px; }

/*----------------------- Searchfield ------------------------*/
.timeline__inner__searchfield {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 30px;
  padding-right: 85px;
  padding-bottom: .3em;
  margin-bottom: 3em;
  border-bottom: 1px solid #efefef;
  position: relative; }
@media screen and (max-width: 1200px) {
  .timeline__inner__searchfield {
    padding: 0;
    margin: 0;
    padding-bottom: .3em;
    margin-bottom: 3em; } }
.timeline__inner__searchfield-hide {
  display: none;
  font-size: 12px;
  color: #18ab9f;
  font-family: "OpenSansRegular", sans-serif;
  bottom: 10px;
  right: 15px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline__inner__searchfield-hide:hover {
  cursor: pointer; }
.timeline__inner__searchfield-hide:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #18ab9f;
  position: absolute;
  content: '';
  display: block;
  height: 12px;
  width: 29px;
  background-image: url("../img/svg/trash/arrow-left-big-link.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  top: 4px;
  right: -21px; }
.timeline__inner__searchfield-hide.active {
  display: block;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline__inner__searchfield-show {
  display: none;
  font-size: 12px;
  color: #18ab9f;
  font-family: "OpenSansRegular", sans-serif;
  top: 40px;
  right: 15px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline__inner__searchfield-show:hover {
  cursor: pointer; }
.timeline__inner__searchfield-show:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #18ab9f;
  position: absolute;
  content: '';
  display: block;
  height: 12px;
  width: 29px;
  background-image: url("../img/svg/trash/arrow-left-big-link.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  top: 4px;
  right: -21px; }
@media screen and (max-width: 1200px) {
  .timeline__inner__searchfield-show {
    top: 35px; } }
.timeline__inner__searchfield-show.active {
  display: block;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline__inner__searchfield .col-md-6,
.timeline__inner__searchfield .col-md-4,
.timeline__inner__searchfield .col-md-3 {
  position: relative;
  margin-bottom: 1em; }
@media screen and (max-width: 991px) {
  .timeline__inner__searchfield .col-md-6 .form-group.date .relative,
  .timeline__inner__searchfield .col-md-4 .form-group.date .relative,
  .timeline__inner__searchfield .col-md-3 .form-group.date .relative {
    width: 100%;
    margin-bottom: 1em; }
  .timeline__inner__searchfield .col-md-6 .form-group.date .relative:last-child,
  .timeline__inner__searchfield .col-md-4 .form-group.date .relative:last-child,
  .timeline__inner__searchfield .col-md-3 .form-group.date .relative:last-child {
    margin-bottom: 0; } }
.timeline__inner__searchfield .col-md-6 .form-group.date:after,
.timeline__inner__searchfield .col-md-4 .form-group.date:after,
.timeline__inner__searchfield .col-md-3 .form-group.date:after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 16px;
  left: 294px;
  z-index: 10; }
@media screen and (max-width: 1200px) {
  .timeline__inner__searchfield .col-md-6 .form-group.date:after,
  .timeline__inner__searchfield .col-md-4 .form-group.date:after,
  .timeline__inner__searchfield .col-md-3 .form-group.date:after {
    left: 280px; } }
@media screen and (max-width: 991px) {
  .timeline__inner__searchfield .col-md-6 .form-group.date:after,
  .timeline__inner__searchfield .col-md-4 .form-group.date:after,
  .timeline__inner__searchfield .col-md-3 .form-group.date:after {
    display: none; } }
.timeline__inner__searchfield .col-md-6 .form-group.date .daterange,
.timeline__inner__searchfield .col-md-4 .form-group.date .daterange,
.timeline__inner__searchfield .col-md-3 .form-group.date .daterange {
  width: 140px;
  margin-right: 16px;
  display: inline-block;
  padding-left: 10px; }
@media screen and (max-width: 1200px) {
  .timeline__inner__searchfield .col-md-6 .form-group.date .daterange,
  .timeline__inner__searchfield .col-md-4 .form-group.date .daterange,
  .timeline__inner__searchfield .col-md-3 .form-group.date .daterange {
    width: 126px; } }
@media screen and (max-width: 991px) {
  .timeline__inner__searchfield .col-md-6 .form-group.date .daterange,
  .timeline__inner__searchfield .col-md-4 .form-group.date .daterange,
  .timeline__inner__searchfield .col-md-3 .form-group.date .daterange {
    width: 100%; } }
.timeline__inner__searchfield .col-md-6 .form-group,
.timeline__inner__searchfield .col-md-4 .form-group,
.timeline__inner__searchfield .col-md-3 .form-group {
  padding-left: 150px;
  position: relative; }
@media screen and (max-width: 600px) {
  .timeline__inner__searchfield .col-md-6 .form-group,
  .timeline__inner__searchfield .col-md-4 .form-group,
  .timeline__inner__searchfield .col-md-3 .form-group {
    padding-left: 0; } }
.timeline__inner__searchfield .col-md-6 .form-group > label,
.timeline__inner__searchfield .col-md-4 .form-group > label,
.timeline__inner__searchfield .col-md-3 .form-group > label {
  position: absolute;
  left: 0;
  padding-right: 17px;
  width: 150px;
  text-align: right;
  top: 9px;
  font-size: 12px; }
@media screen and (max-width: 600px) {
  .timeline__inner__searchfield .col-md-6 .form-group > label,
  .timeline__inner__searchfield .col-md-4 .form-group > label,
  .timeline__inner__searchfield .col-md-3 .form-group > label {
    padding-right: 0;
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    margin-bottom: .8em; } }
.timeline__inner__searchfield .col-md-6 .form-group > label.button,
.timeline__inner__searchfield .col-md-4 .form-group > label.button,
.timeline__inner__searchfield .col-md-3 .form-group > label.button {
  top: 10px;
  margin-bottom: 0; }
@media screen and (max-width: 992px) {
  .timeline__inner__searchfield .col-md-6 .form-group > label.button,
  .timeline__inner__searchfield .col-md-4 .form-group > label.button,
  .timeline__inner__searchfield .col-md-3 .form-group > label.button {
    top: 0; } }
@media screen and (max-width: 560px) {
  .timeline__inner__searchfield .col-md-6 .form-group b,
  .timeline__inner__searchfield .col-md-4 .form-group b,
  .timeline__inner__searchfield .col-md-3 .form-group b {
    background: url("../img/svg/arrow-dropdown.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    right: 10px;
    top: 37px;
    background-color: #f3f3f3;
    content: '';
    width: 16px !important;
    height: 16px;
    z-index: 10;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all; } }
.timeline__inner__searchfield .col-md-6 .form-group .form-control,
.timeline__inner__searchfield .col-md-4 .form-group .form-control,
.timeline__inner__searchfield .col-md-3 .form-group .form-control {
  background-color: #f3f3f3;
  color: #909090;
  font-size: 12px;
  font-family: "OpenSansRegular", sans-serif;
  font-style: italic;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0; }
.timeline__inner__searchfield .col-md-6 .form-group .chosen-container .chosen-drop,
.timeline__inner__searchfield .col-md-4 .form-group .chosen-container .chosen-drop,
.timeline__inner__searchfield .col-md-3 .form-group .chosen-container .chosen-drop {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.timeline__inner__searchfield .col-md-6 .form-group .chosen-container-single .chosen-single,
.timeline__inner__searchfield .col-md-4 .form-group .chosen-container-single .chosen-single,
.timeline__inner__searchfield .col-md-3 .form-group .chosen-container-single .chosen-single {
  height: 34px;
  line-height: 34px;
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  outline: none;
  border: none; }
.timeline__inner__searchfield .col-md-6 .form-group .chosen-container-single .chosen-single span,
.timeline__inner__searchfield .col-md-4 .form-group .chosen-container-single .chosen-single span,
.timeline__inner__searchfield .col-md-3 .form-group .chosen-container-single .chosen-single span {
  font-weight: bold;
  padding-left: 5px;
  color: #45484a;
  font-size: 12px;
  font-family: "OpenSansRegular", sans-serif; }
.timeline__inner__searchfield .col-md-6 .form-group .chosen-container-single .chosen-drop,
.timeline__inner__searchfield .col-md-4 .form-group .chosen-container-single .chosen-drop,
.timeline__inner__searchfield .col-md-3 .form-group .chosen-container-single .chosen-drop {
  border: none;
  margin: 0; }
.timeline__inner__searchfield .col-md-6 .form-group .chosen-container .chosen-results,
.timeline__inner__searchfield .col-md-4 .form-group .chosen-container .chosen-results,
.timeline__inner__searchfield .col-md-3 .form-group .chosen-container .chosen-results {
  background-color: #f3f3f3;
  margin: 0;
  padding: 0; }
.timeline__inner__searchfield .col-md-6 .form-group .chosen-container .chosen-results li,
.timeline__inner__searchfield .col-md-4 .form-group .chosen-container .chosen-results li,
.timeline__inner__searchfield .col-md-3 .form-group .chosen-container .chosen-results li {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline__inner__searchfield .col-md-6 .form-group .chosen-container .chosen-results li.highlighted,
.timeline__inner__searchfield .col-md-4 .form-group .chosen-container .chosen-results li.highlighted,
.timeline__inner__searchfield .col-md-3 .form-group .chosen-container .chosen-results li.highlighted {
  background-color: #18ab9f;
  background-image: none;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  margin: 0 3px; }
.timeline__inner__searchfield .col-md-6 .form-group .chosen-container-single .chosen-single div b,
.timeline__inner__searchfield .col-md-4 .form-group .chosen-container-single .chosen-single div b,
.timeline__inner__searchfield .col-md-3 .form-group .chosen-container-single .chosen-single div b {
  background-image: url("../img/svg/arrow-dropdown.svg") !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  width: 15px;
  height: 15px;
  top: 9px;
  right: 11px;
  position: absolute;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline__inner__searchfield .col-md-6 .form-group .chosen-container-single.chosen-with-drop .chosen-single div b,
.timeline__inner__searchfield .col-md-4 .form-group .chosen-container-single.chosen-with-drop .chosen-single div b,
.timeline__inner__searchfield .col-md-3 .form-group .chosen-container-single.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.radio-btn {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0; }

.radio-btn + label {
  cursor: pointer;
  font-size: 12px;
  font-family: "OpenSansRegular", sans-serif; }

.radio-btn:not(checked) {
  position: absolute;
  opacity: 0; }

.radio-btn:not(checked) + label {
  position: relative;
  padding: 0 0 0 20px; }

.radio-btn:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #6a6f72;
  border-radius: 50%;
  background: #FFF; }

.radio-btn:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: -1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #18ab9f;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  -moz-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  background: #18ab9f;
  opacity: 0;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.radio-btn:checked + label:after {
  opacity: 1; }

.check-btn {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0; }

.check-btn + label {
  cursor: pointer;
  font-size: 12px;
  font-family: "OpenSansRegular", sans-serif; }

.check-btn:not(checked) {
  position: absolute;
  opacity: 0; }

.check-btn:not(checked) + label {
  position: relative;
  padding: 0 0 0 20px; }

.check-btn:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 20%;
  border: 1px solid #6a6f72; }

.check-btn:not(checked) + label:after {
  content: '';
  background-image: url("../img/checkboxes.png");
  background-repeat: no-repeat;
  background-position: 0 -10px;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #18ab9f;
  z-index: auto;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 20%;
  opacity: 0;
  border: 1px solid #18ab9f;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  color: #fff; }

.check-btn:not(checked) + label:after, .check-btn + label:before {
  border-color: #18ab9f; }

.check-btn:checked + label:after {
  opacity: 1; }

.daterange {
  color: #18ab9f !important;
  font-style: normal !important;
  padding-left: 23px;
  font-family: "OpenSansSemiBold", sans-serif !important; }
.daterange__before {
  font-size: 12px;
  font-family: "OpenSansRegular", sans-serif;
  content: 'з';
  position: absolute;
  top: 9px;
  left: 165px;
  color: #45484a; }
@media screen and (max-width: 600px) {
  .daterange__before {
    top: 37px;
    left: 13px; } }
.daterange__after {
  font-size: 12px;
  font-family: "OpenSansRegular", sans-serif;
  position: absolute;
  content: 'по';
  top: 9px;
  left: 241px;
  color: #45484a; }
@media screen and (max-width: 600px) {
  .daterange__after {
    top: 37px;
    left: 91px; } }
.daterange__arrow {
  position: absolute;
  display: block;
  width: 19px;
  height: 10px;
  right: 25px;
  top: 13px;
  background-image: url("../img/svg/arrow-dropdown.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
@media screen and (max-width: 991px) {
  .daterange__arrow {
    right: 8px; } }
.daterange__arrow.in {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.daterangepicker.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0; }

.daterangepicker {
  background: #f3f3f3;
  margin-top: 7px; }
.daterangepicker .calendar-table {
  background: #f3f3f3;
  border: none; }
.daterangepicker .ranges {
  display: none; }
.daterangepicker .calendar .daterangepicker_input {
  display: none; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #f3f3f3; }

.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px; }

.daterangepicker th.month {
  font-size: 14px; }

.daterangepicker table thead tr:nth-child(2) {
  color: #18ab9f;
  text-transform: uppercase; }

.daterangepicker table thead tr:nth-child(2) th {
  font-size: 10px; }

.daterangepicker td.in-range, .daterangepicker td.off.in-range {
  background-color: #c7e5e7; }

.daterangepicker tr {
  border-bottom: 3px solid #f3f3f3; }

.daterangepicker tr td.in-range:last-child {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.daterangepicker tr td.in-range:first-child {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

.daterangepicker .calendar th, .daterangepicker .calendar td {
  height: 32px;
  line-height: 17px; }

.daterangepicker td.active, .daterangepicker td.start-date.end-date {
  background-color: #18ab9f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  position: absolute;
  width: 42px;
  height: 42px;
  margin-top: -7px;
  margin-left: -6px;
  line-height: 32px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #18ab9f;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.daterangepicker:before {
  border-bottom: 7px solid transparent; }

.daterangepicker:after {
  border-bottom: 6px solid #f3f3f3; }

.daterangepicker .table-condensed i {
  display: none; }

.daterangepicker .table-condensed th.prev:before {
  content: '';
  background-image: url("../img/svg/arrow-dropdown.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  font-family: "OpenSansRegular", sans-serif; }

.daterangepicker .table-condensed th.next:before {
  content: '';
  background-image: url("../img/svg/arrow-dropdown.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  font-family: "OpenSansRegular", sans-serif; }

.daterangepicker .calendar {
  float: none; }

@media screen and (max-width: 992px) {
  .js-searchfield-toggle.off {
    display: block !important; } }

.fix-wrap {
  padding-right: 33px; }
@media screen and (max-width: 991px) {
  .fix-wrap {
    padding-right: 15px; } }

/*----------------------- Lightbox ------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-image-holder .mfp-content {
  max-width: 59%; }

.mfp-wrap {
  cursor: default; }
.mfp-wrap .mfp-figure button {
  top: -40px;
  right: -35px;
  font-size: 40px;
  width: 30px; }
.mfp-wrap .mfp-figure button:hover {
  cursor: pointer; }
.mfp-wrap .mfp-figure figure img {
  padding: 0;
  border: 30px solid #fff; }
.mfp-wrap .mfp-figure figure .mfp-bottom-bar {
  padding: 10px 30px;
  background-color: #fff;
  font-size: 13px; }
.mfp-wrap .mfp-figure figure .mfp-bottom-bar .mfp-title {
  color: #7f7f7f; }
.mfp-wrap .mfp-figure figure .mfp-bottom-bar .mfp-counter {
  top: auto;
  bottom: -20px;
  color: #fff; }

/*----------------------- News ------------------------*/
.news {
  background-color: #efefef; }
.news__bg {
  background-color: #fff; }
.news__inner {
  padding: 3em 2em; }
@media screen and (max-width: 991px) {
  .news__inner iframe {
    margin-top: 1em; } }
@media screen and (max-width: 768px) {
  .news__inner {
    padding: 1.5em 0; } }
.news__inner .col-md-7 .row p,
.news__inner .col-md-8 .row p {
  line-height: 20px;
  margin-bottom: 1.5em; }
.news__inner .col-md-7 .row p:last-child,
.news__inner .col-md-8 .row p:last-child {
  margin-bottom: 0; }
.news__inner-title {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 26px;
  line-height: 32px;
  padding-right: 100px;
  margin-bottom: .5em; }
@media screen and (max-width: 1200px) {
  .news__inner-title {
    padding-right: 0; } }
@media screen and (max-width: 992px) {
  .news__inner-title {
    margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  .news__inner-title {
    font-size: 22px;
    line-height: 28px; } }
.news__inner-date {
  color: #7f7f7f;
  font-size: 13px;
  margin: .8em 0; }
@media screen and (max-width: 768px) {
  .news__inner-social.pull-right {
    float: none !important; } }
@media screen and (max-width: 768px) {
  .news__inner-social.pull-left {
    float: none !important; } }
.news__inner-social-static > div {
  position: static;
  width: 100%;
  padding: 0; }
.news__inner-social-static > div li {
  margin-right: 7px; }
@media screen and (max-width: 768px) {
  .news__inner-social {
    margin-top: 1em; } }
@media screen and (max-width: 991px) {
  .news__inner-social a.print {
    margin-top: 18px; } }
.news__inner-social-item {
  width: 35px;
  height: 35px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
.news__inner-social-item-facebook {
  background-image: url("../img/svg/social_share/facebook.svg"); }
.news__inner-social-item-twitter {
  background-image: url("../img/svg/social_share/twitter.svg"); }
.news__inner-social-item-linked {
  background-image: url("../img/svg/social_share/linkedin.svg"); }
.news__inner-social-item-gplus {
  background-image: url("../img/svg/social_share/google-plus.svg"); }
.news__inner-social-item-print {
  background-image: url("../img/svg/social_share/print.svg"); }
.news__inner-social ul li {
  float: left;
  margin-right: 3px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-social ul li:hover {
  margin-top: -5px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-social ul li:last-child {
  margin-right: 0; }
.news__inner-crumb {
  padding-left: 5px; }
.news__inner-crumb span {
  margin-right: 1em; }
@media screen and (max-width: 992px) {
  .news__inner-crumb span {
    margin-bottom: .3em;
    display: inline-block; } }
.news__inner-crumb span a {
  position: relative;
  background-color: #e4edef;
  display: inline-block;
  margin-bottom: .3em;
  height: 18px;
  line-height: 18px;
  padding: 0 .3em;
  padding-right: .5em;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  transition: .3s ease all; }
.news__inner-crumb span a:hover {
  transition: .3s ease all;
  background-color: #cddde1; }
.news__inner-crumb span a:hover::before {
  transition: .3s ease all;
  border-right-color: #cddde1; }
.news__inner-crumb span a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  border-top: 9px solid transparent;
  border-right: 7px solid #e4edef;
  border-bottom: 9px solid transparent;
  transition: .3s ease all; }
.news__inner-slider-desc {
  padding-left: 25px;
  position: relative;
  margin-bottom: 2em; }
.news__inner-slider-desc:before {
  content: '';
  left: 0;
  display: block;
  position: absolute;
  background-image: url("../img/svg/trash/photo.svg");
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center; }
.news__inner-slider-desc a {
  font-size: 13px;
  font-family: "OpenSansRegular", sans-serif;
  border-bottom: 1px solid transparent;
  color: #7f7f7f;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-slider-desc a:hover {
  border-bottom: 1px solid #bfbfbf;
  color: #7f7f7f;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-link {
  color: #18ab9f;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-link:visited, .news__inner-link:active {
  color: #18ab9f;
  border-bottom: 1px solid transparent; }
.news__inner-link:hover {
  color: #18ab9f;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}
.news__inner-link-blank:after {
  background-image: url("../img/svg/trash/external-link-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 11px;
  width: 11px;
  border: 1px solid transparent;
  /*margin: 0 0 0 .3em;*/
  vertical-align: middle;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}
.news__inner-link-blank:hover:after {
  border: 1px solid #bfbfbf !important;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-readmore {
  font-size: 18px;
  line-height: 26px !important; }
.news__inner-blockquote ~ p {
  margin-top: 1em; }
.news__inner-blockquote {
  font-size: 22px;
  width: 60%;
  padding: .7em;
  line-height: 30px;
  position: relative;
  margin: 1em 1em 1em 0; }
@media screen and (max-width: 992px) {
  .news__inner-blockquote {
    float: none;
    width: 100%;
    margin-top: .5em; } }
.news__inner-blockquote:before, .news__inner-blockquote:after {
  content: '';
  width: 100%;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #efefef;
  position: absolute; }
.news__inner-blockquote:before {
  top: 0; }
.news__inner-blockquote:after {
  bottom: 0; }
.news__inner-attach {
  font-size: 16px;
  font-family: "OpenSansRegular", sans-serif;
  margin: 2.5em 0 0 0; }
.news__inner-attach li {
  margin-bottom: 1.5em;
  margin-left: 1.8em; }
.news__inner-attach li:hover .news__inner-attach-title {
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-attach li:last-child {
  margin-bottom: 0; }
.news__inner-attach li > a {
  display: block;
  padding-left: 40px;
  color: #18ab9f; }
.news__inner-attach li > a:hover {
  color: #18ab9f; }
.news__inner-attach-img {
  background-image: url("../img/svg/trash/attachment.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  left: 0; }
.news__inner-attach-title {
  display: inline;
  line-height: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-attach-format {
  font-size: 13px;
  color: #7f7f7f;
  display: block; }
.news__inner-pagination {
  margin-top: 3em; }
.news__inner-btn {
  font-size: 18px;
  font-family: "OpenSansRegular", sans-serif;
  color: #7f7f7f;
  position: relative;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
@media screen and (max-width: 600px) {
  .news__inner-btn {
    width: 100px; } }
.news__inner-btn svg {
  top: -5px;
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
@media screen and (max-width: 600px) {
  .news__inner-btn svg {
    top: 2px; } }
.news__inner-btn:visited, .news__inner-btn:active, .news__inner-btn:focus {
  color: #7f7f7f; }
.news__inner-btn:hover {
  color: #000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-btn-prev {
  padding-left: 20px; }
.news__inner-btn-prev svg {
  left: -7px; }
.news__inner-btn-prev:hover svg {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__inner-btn-next {
  padding-right: 25px; }
@media screen and (max-width: 600px) {
  .news__inner-btn-next {
    width: 125px; } }
.news__inner-btn-next svg {
  right: -10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.news__inner-btn-next:hover svg {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__sidebar-title {
  font-size: 22px;
  font-family: "OpenSansRegular", sans-serif;
  margin-top: 3em; }
.news__sidebar-item {
  margin-top: 2em;
  padding-right: 100px; }
.news__sidebar-item-title {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  color: #000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__sidebar-item-title:hover {
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.news__sidebar-item-title-main {
  font-family: "OpenSansBold", sans-serif; }
.news__sidebar-item-date {
  color: #7f7f7f;
  margin: .8em 0;
  font-size: 13px; }

.news ~ .container .message__subscribe {
  margin-bottom: 5em; }
.news ~ .container .message__subscribe-title {
  margin: 3em 0 1em 0; }
.news ~ .container .message__subscribe-description {
  max-width: 600px; }

.fix-crumb {
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  position: fixed;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.js-news-crumb {
  background-color: #fff;
  height: 33px;
  margin-bottom: 33px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.js-news-crumb .breadcrumb {
  background-color: transparent;
  color: #000; }
@media screen and (max-width: 450px) {
  .js-news-crumb .breadcrumb {
    padding-left: 0;
    padding-right: 0; } }
.js-news-crumb .breadcrumb li {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px; }
@media screen and (max-width: 1200px) {
  .js-news-crumb .breadcrumb li {
    max-width: 240px; } }
@media screen and (max-width: 991px) {
  .js-news-crumb .breadcrumb li {
    max-width: 150px; } }
@media screen and (max-width: 600px) {
  .js-news-crumb .breadcrumb li {
    max-width: 100px;
    position: relative; } }
@media screen and (max-width: 400px) {
  .js-news-crumb .breadcrumb li {
    max-width: 70px; } }
.js-news-crumb .breadcrumb > .active {
  position: relative;
  color: #000;
  max-width: 400px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap; }
@media screen and (max-width: 1200px) {
  .js-news-crumb .breadcrumb > .active {
    max-width: 240px; } }
@media screen and (max-width: 992px) {
  .js-news-crumb .breadcrumb > .active {
    max-width: 180px; } }
@media screen and (max-width: 768px) {
  .js-news-crumb .breadcrumb > .active {
    display: none; } }
.js-news-crumb .breadcrumb > li + li:before {
  color: #45484a; }
@media screen and (max-width: 450px) {
  .js-news-crumb .breadcrumb > li + li:before {
    padding: 0 3px; } }
.js-news-crumb .breadcrumb li {
  font-family: "OpenSansRegular", sans-serif; }
.js-news-crumb .breadcrumb li a {
  color: #45484a;
  border-bottom: 1px solid transparent;
  transition: .3s all ease; }
.js-news-crumb .breadcrumb li a:hover {
  border-bottom: 1px solid #45484a;
  transition: .3s all ease; }

.js-news-crumb.fix-crumb {
  background-color: #18ab9f;
  height: 33px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.js-news-crumb.fix-crumb .breadcrumb {
  background-color: transparent;
  color: #fff; }
.js-news-crumb.fix-crumb .breadcrumb > .active {
  color: #fff; }
.js-news-crumb.fix-crumb .breadcrumb > li + li:before {
  color: #fff; }
.js-news-crumb.fix-crumb .breadcrumb li {
  font-family: "OpenSansRegular", sans-serif; }
.js-news-crumb.fix-crumb .breadcrumb li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: .3s all ease; }
.js-news-crumb.fix-crumb .breadcrumb li a:hover {
  border-bottom: 1px solid #fff;
  transition: .3s all ease; }

/*----------------------- Events ------------------------*/
@media screen and (max-width: 992px) {
  .events__inner {
    padding-right: 1em;
    padding-left: 1em; } }

@media screen and (max-width: 768px) {
  .events__inner {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.events__crumb {
  margin-top: 10px; }
@media screen and (max-width: 992px) {
  .events__crumb {
    margin-top: 15px; } }
@media screen and (max-width: 768px) {
  .events__crumb {
    margin-top: 20px; } }
@media screen and (max-width: 500px) {
  .events__crumb {
    float: none !important; } }

.events__social {
  padding-right: 100px; }
@media screen and (max-width: 1200px) {
  .events__social {
    padding-right: 25px; } }
@media screen and (max-width: 992px) {
  .events__social {
    padding-right: 0; } }
@media screen and (max-width: 500px) {
  .events__social {
    float: none !important; } }

.events__main {
  margin-bottom: 2em;
  color: #000; }
.events__main > div:first-child {
  margin-bottom: 1em; }
.events__main > div:first-child div {
  height: 45px; }
@media screen and (max-width: 500px) {
  .events__main > div:first-child div {
    height: 37px; } }
.events__main-number {
  font-size: 50px;
  font-family: "OpenSansRegular", sans-serif;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-right: 35px; }
@media screen and (max-width: 500px) {
  .events__main-number {
    font-size: 37px;
    padding-right: 10px; } }
.events__main-place {
  display: table-cell;
  text-align: left;
  padding-right: 180px; }
@media screen and (max-width: 500px) {
  .events__main-place {
    padding-right: 130px; } }
@media screen and (max-width: 360px) {
  .events__main-place {
    padding-right: 110px; } }
.events__main-place-month {
  position: absolute;
  top: 0;
  font-size: 24px;
  display: block; }
@media screen and (max-width: 500px) {
  .events__main-place-month {
    font-size: 18px; } }
.events__main-place-day {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  display: block; }
@media screen and (max-width: 500px) {
  .events__main-place-day {
    font-size: 12px; } }
.events__main-time {
  display: table-cell;
  text-align: left; }
.events__main-time-title {
  position: absolute;
  top: 0;
  font-size: 16px;
  display: block;
  white-space: nowrap; }
@media screen and (max-width: 500px) {
  .events__main-time-title {
    font-size: 12px; } }
.events__main-time-hour {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  font-size: 24px;
  display: block; }
@media screen and (max-width: 500px) {
  .events__main-time-hour {
    font-size: 18px; } }
.events__main-map {
  font-size: 13px;
  color: #454444;
  font-family: "OpenSansRegular", sans-serif;
  padding-left: 30px;
  padding-right: 80px; }
.events__main-map i {
  position: absolute;
  top: 0;
  left: 0;
  color: #e4edef;
  font-size: 30px; }

.events__description {
  margin-bottom: 2em; }

.events__sidebar {
  padding-right: 114px; }
@media screen and (max-width: 1200px) {
  .events__sidebar {
    padding-right: 40px; } }
@media screen and (max-width: 992px) {
  .events__sidebar {
    padding-right: 15px;
    margin-top: 2em; } }
@media screen and (max-width: 992px) {
  .events__sidebar .button-acreditation {
    float: left; } }
@media screen and (max-width: 600px) {
  .events__sidebar .button-acreditation {
    float: none; } }
.events__sidebar .button-acreditation,
.events__sidebar .button-calendar {
  width: 100%;
  margin-bottom: 1em; }
@media screen and (max-width: 992px) {
  .events__sidebar .button-acreditation,
  .events__sidebar .button-calendar {
    width: 49%; } }
@media screen and (max-width: 600px) {
  .events__sidebar .button-acreditation,
  .events__sidebar .button-calendar {
    width: 100%; } }
@media screen and (max-width: 992px) {
  .events__sidebar-custom .button-acreditation,
  .events__sidebar-custom .button-calendar {
    width: 100%; } }
@media screen and (max-width: 992px) {
  .events__sidebar .dropdown {
    float: right;
    width: 49%; }
  .events__sidebar .dropdown .button-calendar {
    width: 100%; } }
@media screen and (max-width: 600px) {
  .events__sidebar .dropdown {
    width: 100%;
    float: none; } }
.events__sidebar .dropdown-menu {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #efefef;
  border: 0;
  margin-top: -10px; }
.events__sidebar .dropdown-menu > li > a {
  font-size: 16px;
  text-transform: uppercase;
  color: #629fae;
  font-family: "OpenSansRegular", sans-serif;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.events__sidebar .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #66c1c0;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.events__map {
  height: 180px;
  width: 100%;
  background-image: url("../img/event_test.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center; }

/*----------------------- Fullpage ------------------------*/
.fullpage .col-md-8 {
  padding-right: 100px; }
@media screen and (max-width: 1200px) {
  .fullpage .col-md-8 {
    padding-right: 15px; } }

.fullpage h2 {
  color: #000000;
  font-size: 22px;
  font-family: "OpenSansRegular", sans-serif;
  margin-bottom: 1em; }

.fullpage h3 {
  color: #000;
  font-size: 18px;
  font-family: "OpenSansSemiBold", sans-serif;
  margin-bottom: 1em; }

.fullpage h4,
.fullpage h5,
.fullpage h6 {
  color: #666;
  font-size: 16px;
  font-family: "OpenSansSemiBold", sans-serif;
  margin-bottom: .7em; }

.fullpage table {
  border-top: 2px solid #18ab9f;
  border-bottom: 2px solid #18ab9f;
  width: 100%;
  margin-bottom: 2em; }
.fullpage table td {
  font-family: "OpenSansRegular", sans-serif;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.fullpage table thead:first-child td {
  font-family: "OpenSansBold", sans-serif;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.fullpage table tr {
  border-bottom: 1px solid #18ab9f;
  border-top: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  cursor: pointer; }
.fullpage table tr td {
  padding-top: 10px;
  padding-bottom: 10px; }

.fullpage strong {
  font-family: "OpenSansBold", sans-serif; }

.fullpage .button-acreditation {
  width: 100%; }

.fullpage__inner {
  margin-top: 1em; }
.fullpage__inner a {
  color: #18ab9f;
  border-bottom: 1px solid transparent; }
.fullpage__inner a:hover {
  color: #18ab9f;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.fullpage__inner p.warning {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #91d1c8;
  border-top: 2px solid #91d1c8;
  font-size: 16px;
  padding-left: 60px;
  position: relative; }
.fullpage__inner p.warning:before {
  position: absolute;
  top: 1em;
  left: 0;
  width: 45px;
  height: 45px;
  display: block;
  content: '';
  background-image: url("../img/svg/attention.svg");
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }
@media screen and (max-width: 600px) {
  .fullpage__inner p.warning {
    padding-left: 0;
    padding-top: 50px; }
  .fullpage__inner p.warning:before {
    top: 10px;
    left: 46%;
    width: 35px;
    height: 35px; } }
.fullpage__inner ul {
  margin-bottom: 2em; }
.fullpage__inner ul li {
  padding-left: 1.5em;
  line-height: 20px;
  margin-bottom: .8em;
  position: relative; }
.fullpage__inner ul li:before {
  position: absolute;
  content: '';
  left: 0;
  height: 8px;
  width: 8px;
  top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #18ab9f;
  border: 5px solid #18ab9f; }
.fullpage__inner ul ul {
  padding-left: 1.5em; }
.fullpage__inner ul ul > li:before {
  background-color: transparent;
  border: 3px solid #91d1c8;
  height: 9px;
  width: 9px; }
.fullpage__inner ul ul ul {
  padding-left: 1.5em; }
.fullpage__inner ol {
  padding-left: 2.5em;
  list-style-type: none;
  counter-reset: num;
  position: relative;
  margin-bottom: 2em; }
.fullpage__inner ol > li {
  line-height: 20px;
  margin-bottom: .8em; }
.fullpage__inner ol > li:before {
  content: counter(num) " ";
  counter-increment: num;
  color: #fff;
  background-color: #18ab9f;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 15px;
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 1px; }
.fullpage__inner ol > li ul {
  margin-bottom: 0; }
.fullpage__inner ol > li ul li {
  list-style: none; }
.fullpage__inner ol > li ul li:first-child {
  margin-top: .8em; }

.fullpage__description {
  margin-bottom: 2em; }
@media screen and (max-width: 600px) {
  .fullpage__description .pull-left {
    float: none !important; }
  .fullpage__description .news__inner-social {
    float: none !important; } }

.fullpage__blanklink h4 {
  margin-bottom: 0; }

.fullpage__blanklink ul {
  margin-top: 1em;
  margin-bottom: 3em; }
.fullpage__blanklink ul li {
  margin-bottom: .8em; }
.fullpage__blanklink ul li:last-child {
  margin-bottom: 0; }

.fullpage__sidebar-list {
  margin-bottom: 1.5em; }
.fullpage__sidebar-list a {
  display: block; }
.fullpage__sidebar-list span {
  display: block; }
.fullpage__sidebar-list-title {
  font-size: 14px;
  font-family: "OpenSansRegular", sans-serif;
  color: #000; }
.fullpage__sidebar-list-address {
  font-size: 12px;
  font-family: "OpenSansRegular", sans-serif;
  color: #7f7f7f; }
.fullpage__sidebar-list-place {
  font-size: 14px;
  font-family: "OpenSansRegular", sans-serif;
  color: #18ab9f; }

.fullpage__sidebar .news__inner-link {
  margin-bottom: 1.5em; }

.fullpage__sidebar .btn {
  margin-top: 1.5em;
  margin-bottom: 1em; }

/*----------------------- News slider ------------------------*/
.js-news-slider-for {
  margin-top: 1em; }
.js-news-slider-for .slick-slide {
  outline: none; }
.js-news-slider-for .slick-slide img {
  width: 100%;
  height: 400px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  outline: 2px solid white;
  outline-offset: -1px; }
@media screen and (max-width: 600px) {
  .js-news-slider-for .slick-slide img {
    height: 320px; } }
@media screen and (max-width: 480px) {
  .js-news-slider-for .slick-slide img {
    height: 240px; } }
.js-news-slider-for .slick-arrow svg {
  width: 70px;
  height: 70px;
  text-shadow: 2px 2px 2px #969696; }
.js-news-slider-for .slick-arrow:before, .js-news-slider-for .slick-arrow:after {
  display: none !important; }
.js-news-slider-for .slick-next svg {
  margin-left: -50px; }

.js-news-slider-nav {
  margin-top: 1em;
  margin-bottom: 1em; }
.js-news-slider-nav .slick-list {
  margin: 0 1.5em; }
.js-news-slider-nav .slick-slide {
  text-align: center;
  outline: none; }
.js-news-slider-nav .slick-slide img {
  display: inline-block;
  height: 60px;
  width: 90px; }
@media screen and (max-width: 480px) {
  .js-news-slider-nav .slick-slide img {
    height: 55px;
    width: 80px; } }
.js-news-slider-nav .slick-arrow:before, .js-news-slider-nav .slick-arrow:after {
  display: none !important; }

/*----------------------- Content ------------------------*/
.js-arrow {
  cursor: pointer; }

@media screen and (max-width: 991px) {
  .js-input {
    margin-bottom: 6em !important; } }

.theme {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-right: 0;
  padding-left: 0; }
.theme__title {
  text-align: center;
  margin-bottom: 4em; }
@media screen and (max-width: 767px) {
  .theme__title {
    margin-bottom: 2em; } }
.theme__title h2 {
  display: inline-block;
  font-size: 24px;
  color: #000;
  font-family: "OpenSansRegular", sans-serif; }
.theme__list {
  text-align: center; }
.theme__item {
  display: inline-block;
  text-align: center;
  min-height: 80px;
  width: 24%;
  vertical-align: top; }
@media screen and (max-width: 992px) {
  .theme__item {
    width: 32%; } }
@media screen and (max-width: 767px) {
  .theme__item {
    width: 49%; } }
@media screen and (max-width: 460px) {
  .theme__item {
    width: 100%; } }
.theme__item > div {
  width: 100%; }
.theme__item-block {
  transition: .3s ease all;
  font-size: 18px;
  display: block; }
.theme__item-block img {
  margin-top: 30px;
  margin-bottom: 14px;
  display: inline-block;
  height: 60px;
  transition: .3s ease all; }
.theme__item-block h3 {
  display: block;
  line-height: 24px;
  color: #000;
  width: 70%;
  margin: 0 auto;
  font-family: "OpenSansRegular", sans-serif; }
@media screen and (max-width: 480px) {
  .theme__item-block h3 {
    max-width: 170px;
    margin: 0 auto;
    padding: 0; } }
.theme__item-block:hover img {
  transition: .3s ease all;
  margin-top: 25px;
  margin-bottom: 19px; }
.theme__item-link {
  margin-top: .5em; }
.theme__item-link div {
  margin-bottom: .3em;
  line-height: 13px; }
.theme__item-link div:last-child {
  margin-bottom: 0; }
.theme__item-link a {
  display: inline;
  margin-bottom: .2em;
  font-size: 13px;
  color: #247d76;
  transition: .5s ease all;
  border-bottom: 1px solid transparent;
  font-family: "OpenSansSemiBold", sans-serif; }
.theme__item-link a:last-child {
  margin-bottom: 0; }
.theme__item-link a:hover {
  transition: .5s ease all;
  color: #00a99f;
  border-bottom: 1px solid #00a99f;
  text-decoration: none; }
.theme__item-subscribe {
  margin-top: 4em;
  margin-bottom: 4em; }
@media screen and (max-width: 768px) {
  .theme__item-subscribe {
    margin: 3em 0; } }
.theme__item-subscribe .form-control {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #999;
  transition: 0s ease all !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
@media screen and (max-width: 767px) {
  .theme__item-subscribe .form-control {
    font-size: 12px; } }
.theme__item-subscribe .form-control:focus {
  transition: 0s ease all !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.theme__item-subscribe span button {
  z-index: 3 !important;
  margin-left: -8px !important;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important; }
.theme__item-subscribe .col-md-6 {
  text-align: center; }
.theme__item-subscribe-text {
  display: inline-block;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 32px; }
@media screen and (max-width: 992px) {
  .theme__item-subscribe-text {
    margin-bottom: 2em; } }
.theme__item-subscribe .input-group {
  margin: 0 auto; }

.timeline {
  background-color: #cddde1;
  padding: 75px 0 0 0; }
@media screen and (max-width: 992px) {
  .timeline {
    padding-top: 15px; } }
.timeline__NPA {
  padding: 0; }
@media screen and (max-width: 768px) {
  .timeline__NPA {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 768px) {
  .timeline__NPA .js-news-crumb {
    margin-right: -15px;
    margin-left: -15px; } }
.timeline__wrap {
  /* padding: 75px 0 0 0;  */
}
.timeline__tabs li {
  float: none;
  margin-bottom: .5em; }
.timeline__tabs li a {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #2f3536;
  font-size: 16px;
  background-color: #e4edef;
  transition: .3s ease all;
  padding-left: 50px; }
.timeline__tabs li a:hover {
  background-color: #efefef;
  transition: .3s ease all; }
.timeline__tabs li.active a,
.timeline__tabs li.active a:hover {
  font-size: 17px;
  transition: .3s ease all;
  color: #000; }
.timeline__tabs li.js-trigger-toggle > a {
  font-weight: bold;
  height: 40px;
  position: relative;
  border: none; }
.timeline__tabs li.js-trigger-toggle > a:focus {
  background-color: #e4edef; }
.timeline__tabs li.js-trigger-toggle > a:after {
  content: '+';
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #2f3536;
  position: absolute;
  right: 15px;
  top: -2px;
  transition: .3s ease all; }
.timeline__tabs li.js-trigger-toggle.open > a {
  background-color: #fff; }
.timeline__tabs li.js-trigger-toggle.open > a:after {
  transition: .3s ease all;
  transform: rotate(45deg); }
.timeline__tabs .js-trigger-container .timeline__tabs-item a {
  height: 40px;
  line-height: 40px; }
.timeline__tab {
  padding: 0 30px; }
.timeline__tab-npa .slick-track a {
  background-color: #e4edef !important;
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
  color: #000 !important;
  font-size: 16px !important;
  font-family: "OpenSansSemiBold", sans-serif !important;
  display: block !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  padding: 0 1.5em !important;
  margin-left: 1em !important; }
.timeline__tab-npa .slick-track a:hover {
  background-color: #efefef !important;
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important; }
.timeline__tab-npa .slick-track a.active {
  font-family: "OpenSansBold", sans-serif !important;
  font-size: 17px !important;
  -webkit-transition: 0s ease all !important;
  -moz-transition: 0s ease all !important;
  -ms-transition: 0s ease all !important;
  -o-transition: 0s ease all !important;
  transition: 0s ease all !important;
  background-color: #fff !important; }
@media screen and (max-width: 991px) {
  .timeline__tab {
    display: none; } }
.timeline__tab-item.active {
  z-index: 11; }
.timeline__tab-item.active a {
  position: relative !important;
  background-color: #fff !important;
  transition: 0s ease all !important;
  font-size: 17px !important;
  font-family: "OpenSansSemiBold", sans-serif !important; }
.timeline__tab-item.active a:hover {
  background-color: #fff !important; }
.timeline__tab-item {
  text-align: center;
  margin: 0 5px; }
.timeline__tab-item a {
  background-color: #e4edef;
  font-size: 16px;
  transition: .3s ease all;
  color: #000;
  padding: 0 1.5em;
  white-space: nowrap;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  font-family: "OpenSansSemiBold", sans-serif; }
.timeline__tab-item a:hover {
  background-color: #efefef;
  transition: .3s ease all; }
.timeline__tab-item a:focus {
  outline: none; }
.timeline__inner {
  background-color: #fff;
  padding-bottom: 4em;
  padding-top: 4em; }
@media screen and (max-width: 992px) {
  .timeline__inner {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 3em;
    padding-bottom: 2em;
    overflow-x: hidden; } }
.timeline__inner-btn {
  text-align: center;
  margin-top: 2em; }
.timeline__inner-btn a {
  font-size: 13px;
  color: #4e7680;
  border-bottom: 1px solid transparent;
  transition: .3s ease all;
  font-weight: 600;
  margin-bottom: 1em; }
.timeline__inner-btn a:hover {
  border-bottom: 1px solid #446770;
  color: #446770;
  transition: .3s ease all; }
.timeline__inner-btn a:last-child {
  margin-bottom: 0; }
.timeline__list li.last:last-child {
  padding-bottom: 0; }
.timeline__list li.last:last-child .timeline__item-inner::before {
  content: '';
  display: block;
  position: absolute;
  background: -moz-linear-gradient(top, white 0%, #e4edef 100%);
  background: -webkit-linear-gradient(top, white 0%, #e4edef 100%);
  background: -o-linear-gradient(top, white 0%, #e4edef 100%);
  background: -ms-linear-gradient(top, white 0%, #e4edef 100%);
  background: linear-gradient(to top, white 0%, #e4edef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edef', endColorstr='#e4edef', GradientType=1 );
  width: 2px;
  height: 100%;
  left: 99px;
  z-index: 2; }
@media screen and (max-width: 992px) {
  .timeline__list li.last:last-child .timeline__item-inner::before {
    left: 10px; } }
.timeline__item {
  position: relative;
  padding-bottom: 2em; }
@media screen and (max-width: 992px) {
  .timeline__item {
    padding-bottom: 20px; } }
.timeline__item-date {
  position: absolute;
  top: -6px;
  width: 100px; }
@media screen and (max-width: 992px) {
  .timeline__item-date {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    min-height: 22px; } }
.timeline__item-date div {
  text-align: center;
  font-family: "OpenSansSemiBold", sans-serif; }
@media screen and (max-width: 992px) {
  .timeline__item-date div {
    display: inline-block; } }
.timeline__item-date div:first-child {
  font-size: 27px;
  margin-bottom: 5px; }
.timeline__item-date div:last-child {
  font-size: 13px; }
.timeline__item-time {
  position: absolute;
  left: 125px;
  font-size: 14px;
  font-family: "OpenSansSemiBold", sans-serif; }
@media screen and (max-width: 992px) {
  .timeline__item-time {
    position: relative;
    left: 40px;
    margin-bottom: 5px;
    margin-top: 1em; } }
.timeline__item-inner {
  padding-left: 185px;
  padding-right: 100px; }
@media screen and (max-width: 992px) {
  .timeline__item-inner {
    padding-right: 40px;
    padding-left: 40px; } }
@media screen and (max-width: 480px) {
  .timeline__item-inner {
    padding-right: 15px; } }
.timeline__item-inner:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #e4edef;
  width: 2px;
  height: 100%;
  left: 99px;
  top: 8px; }
@media screen and (max-width: 992px) {
  .timeline__item-inner:before {
    left: 10px;
    top: 45px; } }
.timeline__item-inner:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #e4edef;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 94px;
  top: 3px; }
@media screen and (max-width: 992px) {
  .timeline__item-inner:after {
    left: 5px;
    top: 40px; } }
.timeline__item-inner-title {
  margin-bottom: .3em;
  font-size: 16px;
  font-weight: 500;
  padding-right: 200px; }
@media screen and (max-width: 992px) {
  .timeline__item-inner-title {
    padding-right: 0;
    line-height: 18px; } }
.timeline__item-inner-title a {
  line-height: 20px;
  color: #000;
  transition: .3s ease all;
  border-bottom: 1px solid transparent; }
.timeline__item-inner-title a:hover {
  border-bottom: 1px solid #000000;
  transition: .3s ease all; }
.timeline__item-inner-title.past i {
  font-size: 90%;
  color: #b0b0b0; }
.timeline__item-inner-title.past a {
  color: #b0b0b0 !important; }
.timeline__item-inner-title.past a:hover {
  border-bottom: 1px solid #b0b0b0 !important; }
.timeline__item-inner .main {
  font-family: "OpenSansBold", sans-serif; }
.timeline__item-inner-text {
  margin-bottom: .5em;
  color: #808080;
  font-size: 13px;
  font-weight: 500;
  position: relative; }
.timeline__item-inner-text .fa {
  position: absolute;
  color: #808080;
  font-size: 22px;
  top: -3px; }
.timeline__item-inner-text a {
  color: #808080;
  padding-left: 1.5em; }
.timeline__item-inner-text a:hover, .timeline__item-inner-text a:focus, .timeline__item-inner-text a:visited, .timeline__item-inner-text a:active {
  color: #808080; }
.timeline__item-inner-img {
  margin: .5em 0; }
.timeline__item-inner-img div {
  display: inline-block;
  height: 90px;
  width: 140px;
  margin-right: 1em;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
@media screen and (max-width: 1200px) {
  .timeline__item-inner-img div {
    display: none; }
  .timeline__item-inner-img div:nth-child(1), .timeline__item-inner-img div:nth-child(2), .timeline__item-inner-img div:nth-child(3), .timeline__item-inner-img div:nth-child(4) {
    display: inline-block; } }
@media screen and (max-width: 992px) {
  .timeline__item-inner-img div {
    height: 70px;
    width: 100px; } }
@media screen and (max-width: 768px) {
  .timeline__item-inner-img div {
    display: none !important; }
  .timeline__item-inner-img div:nth-child(1), .timeline__item-inner-img div:nth-child(2) {
    display: inline-block !important; } }
.timeline__item-inner-img.video span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: .5em;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: block;
  background-color: rgba(98, 159, 174, 0.8);
  padding-left: 30px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.timeline__item-inner-img.video span:before {
  left: 6px;
  top: 5px;
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/svg/trash/video.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain; }
.timeline__item-inner-crumb-span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 0 !important; }
@media screen and (max-width: 600px) {
  .timeline__item-inner-crumb-span {
    max-width: 150px; } }
.timeline__item-inner-crumb span {
  margin-right: 1em; }
@media screen and (max-width: 992px) {
  .timeline__item-inner-crumb span {
    margin-bottom: .3em;
    display: inline-block; } }
.timeline__item-inner-crumb span a {
  position: relative;
  background-color: #e4edef;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 .8em;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  transition: .3s ease all; }
.timeline__item-inner-crumb span a:hover {
  transition: .3s ease all;
  background-color: #cddde1; }
.timeline__item-inner-crumb span a:hover::before {
  transition: .3s ease all;
  border-right-color: #cddde1; }
.timeline__item-inner-crumb span a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: -7px;
  border-top: 9px solid transparent;
  border-right: 7px solid #e4edef;
  border-bottom: 9px solid transparent;
  transition: .3s ease all; }
.timeline__item-inner:last-child {
  margin-right: 0; }
.timeline-control.slick-prev, .timeline-control.slick-next {
  height: 40px; }
.timeline-control:before {
  content: ''; }
.timeline-control svg {
  fill: #e4edef;
  transition: .5s ease all; }
.timeline-control svg:hover {
  fill: #8fd1cf;
  transition: .5s ease all; }
.timeline-control:before {
  transition: .5s ease all; }
.timeline-control.slick-next {
  right: 0; }
.timeline-control.slick-next:before {
  opacity: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
  right: 27px;
  background: -moz-linear-gradient(left, rgba(205, 221, 225, 0) 0%, #cddde1 100%);
  background: -webkit-linear-gradient(left, rgba(205, 221, 225, 0) 0%, #cddde1 100%);
  background: linear-gradient(to right, rgba(205, 221, 225, 0) 0%, #cddde1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#cddde1',GradientType=0 ); }
.timeline-control.slick-next svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.timeline-control.slick-prev {
  left: 0;
  z-index: 10; }
.timeline-control.slick-prev:after {
  opacity: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
  left: 27px;
  background: -moz-linear-gradient(right, rgba(205, 221, 225, 0) 0%, #cddde1 100%);
  background: -webkit-linear-gradient(right, rgba(205, 221, 225, 0) 0%, #cddde1 100%);
  background: linear-gradient(to left, rgba(205, 221, 225, 0) 0%, #cddde1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#cddde1',GradientType=0 ); }
.timeline-control.slick-disabled {
  border-color: #fff;
  display: none !important; }
.timeline-control.slick-disabled:before {
  display: none !important; }

.message {
  margin-top: 3em; }
.message__subscribe {
  text-align: center;
  position: relative; }
@media screen and (max-width: 992px) {
  .message__subscribe {
    margin-bottom: 2em; } }
@media screen and (max-width: 992px) {
  .message__subscribe .subscribeForm {
    margin-left: 15px;
    margin-right: 15px; } }
.message__subscribe-title {
  font-size: 24px;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #000;
  margin-bottom: .5em;
  margin-top: 4em;
  display: block; }
@media screen and (max-width: 992px) {
  .message__subscribe-title {
    margin-top: 2em;
    line-height: 24px; } }
.message__subscribe-description {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 2em;
  display: inline-block;
  max-width: 470px; }
.message__subscribe .input-group {
  max-width: 450px;
  margin: 0 auto; }
.message__subscribe .input-group .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #999;
  transition: 0s ease all !important;
  border: 1px solid #fff; }
@media screen and (max-width: 767px) {
  .message__subscribe .input-group .form-control {
    font-size: 12px; } }
.message__subscribe .input-group .form-control:focus {
  transition: 0s ease all !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.message__subscribe .input-group span button {
  z-index: 3 !important;
  margin-left: -8px !important;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important; }
.message__subscribe-arrow {
  position: absolute;
  top: 0;
  right: 0; }
@media screen and (max-width: 992px) {
  .message__subscribe-arrow {
    display: none; } }
.message__subscribe-arrow svg {
  width: 0; }
.message__subscribe-arrow .overlay svg {
  width: 90%; }
.message__mobile {
  height: 360px;
  position: relative;
  padding-top: 300px; }
.message__mobile .parallax {
  width: 100%;
  height: 360px;
  position: absolute;
  right: 60px;
  z-index: 10;
  background-image: url("../img/mobile_1.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  background-attachment: local; }
@media screen and (max-width: 1200px) {
  .message__mobile .parallax {
    right: 20px; } }
@media screen and (max-width: 992px) {
  .message__mobile .parallax {
    right: 0; } }
.message__mobile .parallax__scroll {
  width: 232px;
  margin-left: 82px;
  margin-top: 47px;
  background-color: #fff;
  z-index: 9;
  height: 88%;
  overflow-y: scroll; }
@media screen and (max-width: 1200px) {
  .message__mobile .parallax__scroll {
    margin-left: 46px; } }
@media screen and (max-width: 992px) {
  .message__mobile .parallax__scroll {
    margin: 0 auto;
    margin-top: 47px; } }
.message__mobile-sms {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 1em; }
.message__mobile-sms:first-child {
  margin-top: .5em; }
.message__mobile-sms:last-child {
  margin-bottom: 1.5em; }
.message__mobile-sms-date {
  font-size: 10px;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #8e8e93;
  margin-bottom: .5em; }
.message__mobile-sms-text {
  color: #000;
  text-align: left;
  font-size: 11px;
  font-family: "OpenSansSemiBold", sans-serif;
  background-color: #e5e5ea;
  padding: .7em 1em;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  transition: .3s ease all; }
.message__mobile-sms-text:before {
  position: absolute;
  content: '';
  display: block;
  background-color: transparent;
  border-top: 9px solid transparent;
  border-right: 13px solid #e5e5ea;
  border-bottom: 5px solid transparent;
  transform: rotate(-35deg);
  bottom: -1px;
  left: -6px;
  transition: .3s ease all; }
.message__mobile-sms-text:hover {
  background-color: #d7d7df;
  transition: .3s ease all; }
.message__mobile-sms-text:hover::before {
  border-right-color: #d7d7df;
  transition: .3s ease all; }

.overlay {
  animation: slide 1.5s normal; }

@keyframes slide {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/*----------------------- Mediagallery------------------------*/
.media__pagination {
  margin: 3em 0; }
@media screen and (max-width: 768px) {
  .media__pagination {
    margin: 1.5em 0; } }
.media__pagination .news__inner-btn-next {
  padding-right: 30px; }
.media__pagination .news__inner-btn-next svg {
  right: 5px; }

.media__title {
  margin-bottom: 2em; }
@media screen and (max-width: 768px) {
  .media__title .pull-left,
  .media__title .pull-right {
    float: none !important; } }
.media__title .news__inner-social {
  margin-top: 10px; }
.media__title p {
  margin: 1em 0; }

.media__album {
  margin-right: -1em;
  overflow: hidden; }
.media__album-item {
  width: 100%; }
.media__album-item li {
  width: 25%;
  text-align: center;
  float: left;
  margin-bottom: 1em;
  padding: 0 1em 0 0; }
@media screen and (max-width: 992px) {
  .media__album-item li {
    width: 50%; } }
@media screen and (max-width: 480px) {
  .media__album-item li {
    width: 100%; } }
.media__album-item li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%; }
.media__album-item li a:hover .media__album-overlay {
  top: 50%;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
@media screen and (max-width: 1200px) {
  .media__album-item li a:hover .media__album-overlay {
    top: 25%; } }
@media screen and (max-width: 992px) {
  .media__album-item li a:hover .media__album-overlay {
    top: 25%; } }
.media__album-item li img {
  width: 100%;
  height: 180px; }
.media__album-overlay {
  background-color: rgba(98, 159, 174, 0.8);
  position: absolute;
  padding: 0 1em;
  width: 100%;
  height: 100%;
  top: 100%;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
.media__album-overlay-title {
  margin: 1em 0;
  color: #fff;
  font-family: "OpenSansRegular", sans-serif;
  line-height: 16px;
  font-size: 14px;
  text-align: left; }
.media__album-overlay-about {
  text-align: left;
  color: #e4f4f2;
  font-style: italic;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 11px;
  line-height: 15px; }

.media__sidebar a {
  display: block; }

.media__sidebar h2 {
  display: inline;
  padding: 0;
  color: #000 !important;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.media__sidebar h2:hover {
  color: #000 !important;
  border-bottom: 1px solid #000000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.media__sidebar .news__inner-crumb {
  margin-bottom: 1.2em; }

.media__sidebar p {
  margin-bottom: 1em; }

.media__sidebar .news__inner-social {
  margin-bottom: 1em; }

.media__attach {
  font-size: 16px;
  font-family: "OpenSansRegular", sans-serif;
  margin: 1.5em 0 1em 0; }
@media screen and (max-width: 768px) {
  .media__attach {
    margin-top: .5em;
    margin-bottom: .5em; } }
.media__attach li {
  margin-bottom: 1.5em; }
.media__attach li:hover .media__attach-title {
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease; }
.media__attach li:hover .media__attach-img {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  margin-top: 5px; }
.media__attach li:last-child {
  margin-bottom: 0; }
.media__attach li > a {
  display: block;
  padding-left: 30px;
  color: #18ab9f; }
.media__attach li > a:hover {
  color: #18ab9f;
  cursor: pointer; }
.media__attach-img {
  background-image: url("../img/svg/trash/arrow-left-big-link.svg");
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  position: absolute;
  display: block;
  height: 20px;
  width: 32px;
  left: 0;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.media__attach-img:before {
  background-image: url("../img/svg/trash/arrow-left-big-link.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  position: absolute;
  display: block;
  content: '';
  height: 20px;
  width: 32px;
  left: -5px;
  top: 0; }
.media__attach-title {
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.media__attach-format {
  font-size: 13px;
  color: #7f7f7f;
  display: block; }

.media__list {
  padding: 0 1.5em; }
.media__list .readmore__title {
  padding-left: 15px; }
@media screen and (max-width: 550px) {
  .media__list .readmore__title {
    padding-left: 0; } }

.media__form {
  border-bottom: 1px solid #dadada;
  margin-bottom: 2em;
  margin-right: 0;
  margin-left: 0;
  padding: 0; }
.media__form .col-md-4 .form-group.date::after {
  left: 145px;
  top: 40px; }
@media screen and (max-width: 1200px) {
  .media__form .col-md-4 .form-group.date::after {
    display: none; } }
.media__form .col-md-4 .form-group.date .relative {
  width: 47% !important; }
@media screen and (max-width: 991px) {
  .media__form .col-md-4 .form-group.date .relative {
    width: 49% !important; } }
.media__form .col-md-4 .form-group {
  padding-left: 0; }
.media__form .col-md-4 .form-group .daterange__before {
  top: 32px;
  left: 13px; }
.media__form .col-md-4 .form-group .daterange__after {
  top: 32px;
  left: 92px; }
@media screen and (max-width: 1200px) {
  .media__form .col-md-4 .form-group .daterange__arrow {
    right: 9px; } }
.media__form .col-md-4 .form-group #checkbox-group {
  margin-top: 32px; }
.media__form .col-md-4 .form-group #checkbox-group .checkbox-inline {
  padding-left: 0; }
.media__form .col-md-4 .form-group > label {
  text-align: left;
  position: static;
  margin-bottom: .5em; }

.media__item {
  min-height: 395px;
  margin-bottom: 40px; }
.media__item:hover .media__item-title {
  border-bottom: 1px solid #000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
@media screen and (max-width: 550px) {
  .media__item {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0; } }
.media__item > a {
  display: block;
  margin: 0; }
.media__item > a .relative {
  display: block; }
.media__item-img {
  background-repeat: no-repeat;
  width: 100%;
  height: 215px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
@media screen and (max-width: 550px) {
  .media__item-img {
    height: 250px; } }
@media screen and (max-width: 450px) {
  .media__item-img {
    height: 200px; } }
.media__item-title {
  margin-top: 1em;
  border-bottom: 1px solid transparent;
  font-family: "OpenSansRegular", sans-serif;
  color: #000;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: .5em;
  display: inline; }
.media__item-date {
  color: #7f7f7f;
  font-size: 13px;
  margin: 1em 0;
  display: block; }
.media__item-video > a {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.media__item-video > a:hover .media__item-video-title {
  left: 0;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.media__item-video-title {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1.2em;
  padding-right: .5em;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: block;
  background-color: rgba(98, 159, 174, 0.5);
  padding-left: 30px;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.media__item-video-title:before {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  left: 6px;
  top: 5px;
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/svg/trash/video.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain; }

/*----------------------- Footer ------------------------*/
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 590px;
  background: #2b3130;
  padding-top: 50px;
  font-size: 13px;
  z-index: 10; }
@media screen and (max-width: 1200px) {
  .footer {
    height: 610px; } }
@media screen and (max-width: 992px) {
  .footer {
    height: 675px; } }
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 10px;
    padding-bottom: 2em;
    height: auto;
    position: relative; } }
.footer__nav-input {
  display: none; }
.footer__nav-section {
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 2px;
  margin: 0;
  padding: 0;
  float: left; }
@media screen and (max-width: 767px) {
  .footer__nav-section {
    overflow: hidden;
    pointer-events: auto; } }
.footer__nav-section-title {
  font-size: 16px;
  color: #fff;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 1em; }
@media screen and (max-width: 767px) {
  .footer__nav-section-title {
    cursor: pointer;
    position: relative;
    z-index: 2;
    letter-spacing: normal;
    background-color: #2b3130;
    margin-bottom: 0;
    padding: 1.5em 0;
    text-transform: uppercase; }
  .footer__nav-section-title:after {
    content: '+';
    float: right;
    color: #a2a2a2;
    font-size: 30px;
    font-weight: 400;
    margin-right: 8px;
    margin-top: -8px;
    transition: transform .3s ease; } }
.footer__nav-section-label {
  width: 100%; }
@media screen and (max-width: 767px) {
  .footer__nav-section-list {
    margin: 0;
    overflow: visible;
    padding-bottom: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    transform: translateY(-100px); } }
.footer__nav-section-item {
  padding: .2em 0; }
.footer__nav-section-item a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: .5s ease all; }
.footer__nav-section-item a:hover {
  border-bottom: 1px solid #fff;
  transition: .5s ease all; }
.footer__sidebar {
  color: #fff; }
@media screen and (max-width: 767px) {
  .footer__sidebar {
    margin-top: 1em; } }
.footer__sidebar-brand {
  position: relative;
  margin-bottom: 1.5em; }
@media screen and (max-width: 767px) {
  .footer__sidebar-brand {
    margin-bottom: 3em; } }
.footer__sidebar-brand img {
  position: absolute;
  width: 60px;
  top: -2px; }
.footer__sidebar-brand-title {
  padding-left: 70px;
  font-size: 16px;
  font-family: "OpenSansSemiBold", sans-serif; }
.footer__sidebar-brand-title span {
  display: block;
  line-height: 20px; }
.footer__sidebar-brand-title span:nth-child(2) {
  margin-top: .7em; }
.footer__sidebar-address {
  margin-bottom: 1.2em; }
.footer__sidebar-address-street {
  font-size: 16px;
  font-family: "OpenSansSemiBold", sans-serif;
  margin-bottom: 1.2em; }
.footer__sidebar-address-period {
  font-weight: 500; }
.footer__sidebar-address-period span {
  display: block; }
.footer__sidebar-number-phone {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 24px;
  margin: .2em 0 .6em 0; }
.footer__sidebar-number-phone a {
  color: #fff;
  text-decoration: none; }
.footer__sidebar-email {
  margin-bottom: 1em; }
.footer__sidebar-email-address {
  margin-top: .2em; }
.footer__sidebar-email-address span {
  display: block; }
.footer__sidebar-email-address span:nth-child(2) {
  margin-top: .5em; }
.footer__sidebar-email-address span a {
  font-size: 18px;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #fff;
  text-decoration: none; }
.footer__sidebar-anticoruption-phone {
  font-size: 18px;
  margin-top: .2em; }
.footer__sidebar-anticoruption-phone a {
  color: #fff;
  font-family: "OpenSansSemiBold", sans-serif;
  text-decoration: none; }
.footer__sidebar-link {
  margin: 1.5em 0;
  font-size: 18px;
  font-family: "OpenSansSemiBold", sans-serif; }
.footer__sidebar-link a {
  color: #fff;
  font-size: 18px;
  text-decoration: none; }
.footer__sidebar-dev {
  color: #a6a6a6;
  text-decoration: none;
  margin-bottom: 1em; }
.footer__sidebar-dev a {
  text-decoration: none;
  color: #8acee0;
  transition: .5s ease all;
  border-bottom: 1px solid transparent; }
.footer__sidebar-dev a:hover {
  color: #aceeff;
  border-bottom: 1px solid #aceeff;
  transition: .5s ease all; }

@media screen and (max-width: 767px) {
  .footer__nav-input:target + .footer__nav-section .footer__nav-section-list,
  .footer__nav-input:checked + .footer__nav-section .footer__nav-section-list {
    position: static;
    visibility: visible;
    z-index: 1;
    transform: none;
    transition: transform 300ms ease; }
  .footer__nav-input:target + .footer__nav-section .footer__nav-section-title:after,
  .footer__nav-input:checked + .footer__nav-section .footer__nav-section-title:after {
    transform: rotate(45deg) scale(1.08); } }

/*----------------------- Default-Cabinet ------------------------*/
/*----------------------- Main-Cabinet ------------------------*/
.cabinet__tab li {
  float: none; }

/*----------------------- 404 ------------------------*/
.notfound {
  background-color: #fff; }
.notfound__head {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 150px; }
@media screen and (max-width: 992px) {
  .notfound__head {
    margin-bottom: 100px; } }
@media screen and (max-width: 768px) {
  .notfound__head {
    margin-bottom: 20px;
    margin-top: 10px; } }
.notfound__head > a {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 300px; }
.notfound__head-img {
  position: absolute;
  width: 60px;
  height: 80px;
  left: 0;
  top: 3px; }
@media screen and (max-width: 768px) {
  .notfound__head-img {
    left: 10px; } }
.notfound__head-text {
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  color: #18ab9f;
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  padding-left: 85px; }
.notfound__inner-error {
  font-size: 125px;
  color: #18ab9f;
  text-transform: uppercase;
  font-family: "OpenSansBold", sans-serif;
  text-align: right; }
@media screen and (max-width: 991px) {
  .notfound__inner-error {
    text-align: center; } }
.notfound__inner-title {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  color: #18ab9f;
  font-family: "OpenSansBold", sans-serif; }
@media screen and (max-width: 991px) {
  .notfound__inner-title {
    text-align: center; } }
.notfound__inner-text {
  text-align: left;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #000;
  font-size: 14px;
  padding-right: 150px;
  line-height: 18px; }
@media screen and (max-width: 1200px) {
  .notfound__inner-text {
    padding-right: 0; } }
@media screen and (max-width: 992px) {
  .notfound__inner-text {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center; } }
.notfound__inner-text a {
  display: inline;
  color: #247d76;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  border-bottom: 1px solid transparent;
  font-family: "OpenSansSemiBold", sans-serif; }
.notfound__inner-text a:hover {
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  color: #00a99f;
  border-bottom: 1px solid #00a99f;
  text-decoration: none; }
.notfound__search {
  margin-top: 1em; }
.notfound__search-img {
  text-align: right; }
@media screen and (max-width: 992px) {
  .notfound__search-img {
    text-align: center; } }
.notfound__search-img img {
  display: inline-block; }
.notfound__search-form {
  margin-bottom: 3em; }
.notfound__search-form .input-group {
  width: 100%;
  color: #000; }
.notfound__search-form .input-group input {
  font-family: "OpenSansSemiBold", sans-serif; }

/*----------------------- Modal ------------------------*/
@media screen and (max-width: 768px) {
  .modal-open {
    padding-left: 0 !important; } }

@media screen and (max-width: 768px) {
  .modal {
    padding-left: 0 !important; } }

.modal-dialog {
  width: 460px;
  margin-top: 150px; }
@media screen and (max-width: 768px) {
  .modal-dialog {
    width: auto;
    margin-top: 65px; } }

.modal-body {
  padding: 40px 35px 20px 35px; }
.modal-body .form-group {
  margin-bottom: 2em; }
.modal-body input {
  border: 2px solid #f3f3f3;
  background-color: #f3f3f3;
  color: #000;
  font-size: 12px;
  font-family: "OpenSansRegular", sans-serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -ms-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all; }
.modal-body input:focus {
  border: 2px solid #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0; }
.modal-body input ~ label.error,
.modal-body textarea ~ label.error {
  font-size: 12px;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #c9291b;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -ms-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all; }
.modal-body input.error {
  border: 2px solid #c9291b;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -ms-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all; }
.modal-body input.valid {
  border: 2px solid #18ab9f;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -ms-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all; }
.modal-body .close {
  float: none;
  position: absolute;
  font-size: 38px;
  top: -40px;
  right: 0;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
.modal-body .close:hover {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  color: #18ab9f; }
.modal-body .close:focus {
  outline: none; }

.modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.modal-content .button-acreditation {
  width: 100%; }

#myModalNotfound .modal-body {
  text-align: center; }
#myModalNotfound .modal-body h2 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 20px;
  margin-bottom: .5em; }
#myModalNotfound .modal-body p {
  margin-bottom: .5em; }

.modal-open .modal {
  overflow: hidden; }

/*----------------------- Search Full ------------------------*/
.searchfield {
  background-color: #cddde1; }
.searchfield ~ .container-fluid {
  background-color: #cddde1;
  padding-bottom: 7em; }
.searchfield .date .daterange {
  background-color: #fff;
  outline: none;
  border: none;
  padding: 6px 12px; }
.searchfield .date .daterange:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.searchfield .date .daterange__arrow {
  right: 10px; }
.searchfield__sidebar {
  background-color: #efefef;
  display: table-cell;
  height: 100%;
  width: 28%;
  padding: 1em 2em; }
@media screen and (max-width: 1200px) {
  .searchfield__sidebar {
    width: 33%; } }
@media screen and (max-width: 991px) {
  .searchfield__sidebar {
    position: relative;
    width: 100%;
    display: block; } }
.searchfield__sidebar .js-searchfield-icon ~ div {
  padding-left: 30px;
  font-family: "OpenSansSemiBold", sans-serif; }
.searchfield__sidebar .js-searchfield-switch {
  display: none; }
.searchfield__sidebar .js-searchfield-switch:hover {
  cursor: pointer; }
@media screen and (max-width: 991px) {
  .searchfield__sidebar .js-searchfield-switch {
    display: block; } }
.searchfield__sidebar .js-searchfield-icon {
  top: 7px;
  display: block; }
.searchfield__sidebar .js-searchfield-icon span {
  position: absolute;
  width: 20px;
  background-color: #231f20;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -ms-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all; }
.searchfield__sidebar .js-searchfield-icon span:first-child {
  top: 7px; }
.searchfield__sidebar .js-searchfield-icon span:nth-child(2) {
  top: 0; }
.searchfield__sidebar .js-searchfield-icon span:last-child {
  top: -7px; }
.searchfield__sidebar .js-searchfield-icon.in span:first-child {
  top: 0;
  transform: rotate(45deg); }
.searchfield__sidebar .js-searchfield-icon.in span:nth-child(2) {
  display: none; }
.searchfield__sidebar .js-searchfield-icon.in span:last-child {
  top: 0;
  transform: rotate(-45deg); }
.searchfield__sidebar .date .relative {
  width: 45%; }
@media screen and (max-width: 600px) {
  .searchfield__sidebar .date .relative {
    width: 100%;
    margin-bottom: 1em; }
  .searchfield__sidebar .date .relative:last-child {
    margin-bottom: 0; } }
.searchfield__sidebar .date .relative:first-child:after {
  content: '';
  display: block;
  width: 11px;
  height: 1px;
  position: absolute;
  right: -19px;
  top: 18px;
  background-color: #000; }
@media screen and (max-width: 991px) {
  .searchfield__sidebar .date .relative:first-child:after {
    right: -30px; } }
@media screen and (max-width: 600px) {
  .searchfield__sidebar .date .relative:first-child:after {
    display: none; } }
.searchfield__sidebar .daterangepicker td.off,
.searchfield__sidebar .daterangepicker td.off.in-range,
.searchfield__sidebar .daterangepicker td.off.start-date,
.searchfield__sidebar .daterangepicker td.off.end-date {
  background-color: #fff; }
.searchfield__sidebar .daterangepicker {
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #dadada; }
.searchfield__sidebar .daterangepicker tr {
  border-color: #fff; }
.searchfield__sidebar .daterangepicker .calendar-table {
  background-color: #fff; }
.searchfield__sidebar-title {
  font-size: 14px;
  font-family: "OpenSansBold", sans-serif;
  margin-top: .8em;
  margin-bottom: 1em; }
.searchfield__sidebar ul {
  margin: 1em 0 2.5em 0; }
.searchfield__sidebar ul li {
  margin-bottom: 1em; }
.searchfield__sidebar ul li:last-child {
  margin-bottom: 0; }
.searchfield__sidebar ul li strong {
  font-size: 12px; }
.searchfield__sidebar ul li a {
  font-size: 13px;
  color: #18ab9f;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
.searchfield__sidebar ul li a:hover {
  border-bottom: 1px solid #00a99f;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
.searchfield__inner {
  background-color: #fff;
  padding: 1.5em 2em;
  height: 100%; }
@media screen and (max-width: 991px) {
  .searchfield__inner {
    width: 100%;
    margin-left: 0;
    position: relative; } }
.searchfield__inner-filter {
  display: inline-block;
  font-size: 12px;
  color: #474a4c;
  background-color: #e4edef;
  font-family: "OpenSansRegular", sans-serif;
  padding: .2em .4em;
  margin-right: .5em;
  margin-bottom: .5em; }
.searchfield__inner-filter div {
  display: inline-block; }
.searchfield__inner-filter-title {
  line-height: 14px; }
.searchfield__inner-filter-icon {
  font-size: 14px;
  margin-left: .3em;
  font-family: "OpenSansBold", sans-serif; }
.searchfield__inner-filter-icon:hover {
  cursor: pointer; }
.searchfield__inner-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dadada; }
.searchfield__inner-title > div {
  margin-bottom: 1em; }
.searchfield__inner-title strong {
  font-size: 20px;
  font-family: "OpenSansBold", sans-serif; }
.searchfield__inner-title ul li {
  min-height: 180px; }
.searchfield__inner-title ul li h3 {
  width: 100%; }
.searchfield__inner-link {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dadada; }
.searchfield__inner-link ul li {
  margin-bottom: 1em; }
.searchfield__inner-link ul li:last-child {
  margin-bottom: 0; }
.searchfield__inner-link ul li a {
  color: #00a99f;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  font-family: "OpenSansRegular", sans-serif;
  border-bottom: 1px solid transparent; }
.searchfield__inner-link ul li a:hover {
  border-bottom: 1px solid #00a99f;
  color: #00a99f;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
.searchfield__inner-result-desc {
  color: #808080;
  font-size: 13px;
  margin-top: .5em;
  display: block; }
.searchfield__inner-result ul {
  margin: 2em 0 5em 0; }
.searchfield__inner-result ul li {
  margin-bottom: 2em; }
.searchfield__inner-result ul li a {
  display: inline;
  line-height: 20px;
  font-size: 16px;
  font-family: "OpenSansRegular", sans-serif;
  color: #000;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
.searchfield__inner-result ul li a:hover {
  border-bottom: 1px solid #000;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }
.searchfield__inner-btn {
  text-align: center;
  margin-bottom: 3em; }

/*----------------------- Content Templates ------------------------*/
.content {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  color: #000; }
.content-table {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #18ab9f;
  border-bottom: 2px solid #18ab9f; }
.content-table h2 {
  font-size: 22px;
  color: #18ab9f; }
.content-table div {
  float: left;
  width: 33%;
  text-align: center; }
@media screen and (max-width: 991px) {
  .content-table div {
    width: 100%;
    float: none;
    text-align: left; } }
.content-table div img {
  display: block;
  margin: 0 auto;
  height: 32px;
  margin-top: 20px; }
.content-table div p {
  font-family: "OpenSansBold", sans-serif;
  margin-top: 20px; }
.content-table div a {
  display: inline-block;
  font-size: 14px; }
.content-table div span {
  font-family: "OpenSansBold", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  display: block; }
.content-table div span.tel a {
  text-decoration: none;
  font-family: "OpenSansBold", sans-serif;
  font-size: 20px;
  border-bottom: 0;
  color: #000000; }
.content-table div span.tel a:after {
  display: none; }
.content-table div span.tel a:hover {
  border-bottom: 0; }

/*----------------------- Person page ------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSansSemiBold", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

.person-bg {
  background-color: #ffffff;
  padding: 35px 30px;
  margin-bottom: 50px;
}

.person-main {
  border: 10px solid #efefef;
  margin-bottom: 50px; }
.person-main .person-photo {
  float: left;
  background-image: url("../img/klichkoooooo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 385px;
  width: 275px;
  margin-right: 40px; }

.person-name {
  margin-top: 60px;
  margin-bottom: 40px; }

.person-links {
  margin-top: 35px;
  float: left;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }
.person-links li {
  margin-bottom: 35px;
  margin-right: 120px; }
.person-links li a {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  color: #50a797;
  border-bottom: 1px solid transparent;
  transition: .3s all ease; }
.person-links li a:hover {
  border-bottom: 1px solid #50a797; }

.timeline-list {
  position: relative;
  font-size: 16px;
  margin-top: 50px;
  padding-right: 150px; }

.timeline-list-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 90px; }
.timeline-list-item:before {
  content: "";
  position: absolute;
  left: 80px;
  top: 10px;
  height: 100%;
  border-right: 2px solid #cddde1; }
.timeline-list-item:last-child:before {
  display: none; }

.timeline-list-year {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 27px;
  line-height: 1;
  text-align: left;
  min-width: 62px; }
.timeline-list-year:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 8px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #cddde1; }

.timeline-list-date {
  float: left; }
.timeline-list-date .detail {
  /*font-family: "OpenSansSemiBold", sans-serif;*/
  width: 75px;
  text-align: center;
  margin-left: 10px; }

.timeline-list-text {
  margin-top: -5px; }
.timeline-list-text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #2c3443;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 95px; }

.additional-bio {
  padding-left: 185px;
  font-size: 16px;
  padding-right: 150px;
  line-height: 1.5; }
.additional-bio strong {
  font-family: "OpenSansSemiBold", sans-serif; }

blockquote {
  position: relative;
  padding: 30px;
  padding-left: 250px;
  border: 5px solid #cddde1;
  margin-top: 50px; }
blockquote div {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "OpenSansSemiBold", sans-serif; }
blockquote .quots {
  margin: 0;
  position: absolute;
  background-image: url(../img/quots.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 90px;
  background-color: #ffffff;
  left: 45px;
  top: -40px;
  background-position: 20px center; }


.js-news-slider .slick-next{
  transform: rotate(-180deg);
  top: 39%;
}
.slick-arrow object{
  position: absolute;
}
.js-news-slider h3{
  font-size: 18px;
  font-family: "OpenSansSemiBold", sans-serif;
  line-height: 1;
  margin: 0;
  margin-bottom: 5px;
}
.js-news-slider .text{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.js-news-slider .link{
  font-size: 14px;
  color: #247d76;
  line-height: 1.3;
  /*border-bottom: 1px solid transparent;*/
  transition: .3s ease all;
}
.js-news-slider .link:hover{
  color: #18ab9f;
  /*border-bottom: 1px solid #247d76;*/
}
.news-slider{
  background-color: #dbe9ed;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}
.js-news-slider .preview{
  float: left;
  margin-right: 50px;
  height: 100%;
  display: table;
  width: 120px;
  max-width: 120px;
}
.js-news-img{
  max-width: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}
.js-news-slider object{
  width: 120px;
  max-width: 120px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.js-news-slider{
  outline-color: #dbe9ed;
}
.slick-track{
  outline-color: #dbe9ed;
}
.js-news-slider .main-slide{
  padding-left: 50px;
  padding-right: 120px;
  min-height: 90px;
}
.news-slider *{
  outline-color: transparent!important;
}
.js-news-slider .slick-prev{
  width: 27px;
  height: 27px;
  background-image: url('../img/slarrow.png') !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 1!important;
}
.js-news-slider .slick-next{
  width: 27px;
  height: 27px;
  background-image: url('../img/slarrow.png') !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 1!important;
}
.js-news-slider .slick-next:before {
  opacity: 0;
}
.js-news-slider .slick-prev:before {
  opacity: 0;
}

@media screen and (max-width: 640px) {
  blockquote {
    padding-left: 30px;
    padding-top: 60px; } }

@media screen and (max-width: 550px) {
  .timeline-list-text p {
    padding-left: 5px; }
  .timeline-list {
    padding-right: 0; }
  .additional-bio {
    padding: 0; } }

@media screen and (max-width: 400px) {
  .person-main .person-photo {
    width: 100%;
    background-size: cover;
  }

}

@media screen and (max-width: 992px) {
  .person-links li {
    max-width: 140px;
  }
  .timeline-list {
    padding-right: 15px;
  }
  .person-links{
    float: none;
  }

  .js-news-slider .slick-next{
    top: 33%;
  }
}
@media screen and (max-width: 500px) {
  .person-main td, th {
    width: 100%;
    display: block;
  }
  .person-bg table {
    width: 265px!important;
  }
  .js-news-slider .slick-next {
    top: 44%;
  }
  .slick-next {
    right: -11px;
  }
  .slick-prev {
    left: -11px;
  }
}

.hidden-on-ld{
  display: none;
}
@media screen and (max-width: 768px) {
  .timeline-list-text p {
    padding-left: 10px;
  }
  .hidden-on-ld{
    display: block;
  }
  .hidden-on-xs{
    display: none;
  }
  .person-name {
    margin-top: 25px;
    margin-bottom: 27px;
    font-size: 25px;
  }
  .person-post{
    font-size: 15px;
  }
  .person-links li {
    margin-bottom: 20px;
  }

  .timeline-list-item {
    padding-left: 10px;
  }
  .timeline-list-item:before {
    left: 10px;
  }
  .timeline-list-year:after {
    right: 45px;
  }
  .timeline-list-date{
    float: none;
  }
  .date-day{
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
  }
  .date-month{
    display: inline-block;
  }
  .date-month .detail{
    font-size: 15px;
    margin: 0;
    font-family: "OpenSansRegular", sans-serif;
  }
  .timeline-list-date .detail {
    width: inherit;
  }
  .date-year{
    display: block;
    padding-left: 20px;
    font-size: 23px;
    font-family: "OpenSansSemiBold", sans-serif;
    margin-bottom: 5px;
  }

  .person-main {
    padding: 15px;
  }

  .js-news-slider .main-slide {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 90px;
  }
}
@media screen and (max-width: 670px) {
  .person-main .person-photo {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .person-links li {
    margin: 0;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  blockquote .quots {
    left: 50px;
  }
  .person-bg {
    padding: 15px;
  }
  .person-main {
    border: 1px;
  }
  .person-main td, th {
    width: 100%;
    display: block;
  }
  .person-bg table {
    width: 265px!important;
  }
  .js-news-slider .slick-prev, .js-news-slider .slick-next {
    opacity: 0!important;
  }
}

@media screen and (max-width: 768px) {
  table{
    display: block;
    overflow-x: auto;
  }
  table tr td {
    padding: 10px;
  }
}
.showFonts{
  display: none;
}
.js-news-slider .main-slide a{
  color: #247d76;
}
.js-news-slider .main-slide a:hover{
  text-decoration: underline;
  color: #18ab9f;
}
.news__inner-link-blank.notblank:after{
  display: none;
}
.notblank{
  border-bottom: none!important;
}
.count-materials{
  position: absolute;
  right: 0;
  top:0;
}
.tab-content>.active{
  position: relative;
}

ul.sitemap {
  list-style-type: circle;
  padding: 0 20px;
}

ul.sitemap.sitemap-root {
  margin-bottom: 40px;
}

ul.sitemap {
  list-style-type: circle;
  padding: 0 20px;
}

ul.sitemap.sitemap-root {
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 30px;
}

.sitemap{
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sitemap li {
  padding-left: 1.2em;
  line-height: 20px;
  margin-bottom: .8em;
  position: relative;
  list-style-type: none;
  color: #18ab9f;
}
.sitemap li a{
  color: #18ab9f;
  margin-bottom: 10px;
  display: inline-block;
}
.sitemap li a span{
  color: #18ab9f;
  transition: .5s ease all;
  border-bottom: 1px solid transparent;
}
.sitemap li a:hover span{
  color: #18ab9f;
  border-bottom: 1px solid #18ab9f;
}
.sitemap li:before {
  position: absolute;
  content: '';
  left: 0;
  height: 1px;
  width: 1px;
  top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #18ab9f;
  border: 5px solid #18ab9f;
}
.sitemap li .sitemap li:before{
  background-color: #fff;
  border: 1px solid #18ab9f;
  width: 8px;
  height: 8px;
  top: 5px;
}
.sitemap li .sitemap li .sitemap li:before{
  top: 7px;
  background-color: #18ab9f;
  border: 3px solid #18ab9f;
}

.deleteJumps{
  height: 100px;
}
.daterangepicker .calendar th{
  display: table-cell;
}
.daterangepicker table{
  display: table;
}
.news__inner-social-static .social-share{
  margin-top: 15px;
}
.add-dash::before{
  content: '';
  position: absolute;
  right: 38px;
  top: 25px;
  width: 20px;
  background: #000;
  height: 2px;
}