@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700&subset=cyrillic');

html, body {
  height: 100%;
  width: 100%; 
	
}

@font-face {
  font-family: 'fontello';
  src: url("/style/fonts/fontello/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }  

body {
  line-height: 1.42;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: "Fira Sans", Arial;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.3px; }

* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  outline: none; }

ul {
  padding: 0;
  margin: 0; }

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white; }

p {
  margin: 20px 0; }

a {
  color: #363a68;
  text-decoration: none;
  font-weight: 600; }
  a:hover {
    color: #363a68;
    text-decoration: underline; }

img {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
  color: #363a68;
  text-transform: uppercase;
  font-weight: 500; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 18px;
  text-transform: none; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px;
  font-weight: 400; }

.page__nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.page__nav-item {
  margin-right: 10px; }
  .page__nav-item:last-child {
    margin-right: 0; }

.page__nav-link {
  font-weight: 500;
  color: #666666; }
  .page__nav-link.active {
x   color: #363a68;
	color: #fff;
	background: #363a68;
	padding: 2px 4px;
	font-weight: normal;
	}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.base-title {
  font-size: 22px;
  color: #363a68;
  text-transform: uppercase;
  font-weight: 500; }

.blue {
  color: #363a68;
  font-weight: 600; }

button {
  width: 100%;
  letter-spacing: 3px;
  padding: 0 10px;
  border: none;
  height: 45px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
  outline: none;
  background-color: #363a68;
  color: #fff;
  vertical-align: middle;
  position: relative; }
  button:hover {
    color: #ffeb66; }

textarea, input, select {
  margin-bottom: 16px;
  width: 100%;
  height: 45px;
  border: 2px solid #363a68;
  padding: 8px 14px; }

label {
  cursor: pointer;
  width: 100%; }

input[type=checkbox], input[type=radio] {
  position: relative;
  width: auto;
  height: auto; }

.btn {
  float: left;
  width: 100%;
  border: none;
  height: 45px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
  outline: none; }
  .btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  .btn:focus, .btn:active {
    outline: none; }
  .btn-yellow {
    background-color: #ffeb66;
    color: #363a68;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s; }
    .btn-yellow:after {
      background-color: #363a68; }
    .btn-yellow:hover {
      color: #fff; }
      .btn-yellow:hover:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
  .btn-blue {
    background-color: #363a68;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s; }
    .btn-blue:after {
      background-color: #ffeb66; }
    .btn-blue:hover {
      color: #363a68; }
      .btn-blue:hover:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }

.search-input {
  margin: 0;
  border: none;
  padding: 0 10px;
  height: 30px;
  width: 100%;
  font-size: 13px;
  color: #999999; }
  .search-input:placeholder {
    font-style: 13px;
    color: #999999; }

.search-submit {
  max-width: 30px;
  position: absolute;
  top: 50%;
  padding-top: 5px;
  right: 18px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: none;
  background-color: transparent; }
  .search-submit-svg {
    width: 14px;
    height: 14px; }

.main {
  margin-bottom: 100px;
  margin-top: 50px; }

#gmap {
  height: 500px;
  width: 100%; }

.fakecheckbox {
  position: relative;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #f5f5f5;
  margin-right: 10px; }
  .fakecheckbox:after {
    content: '';
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #666666;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.popup {
  position: relative;
  width: 500px;
  margin: 0 auto;
  background-color: #ffeb66;
  padding: 40px 30px; }
  @media (max-width: 767px) {
    .popup {
      width: 300px; } }
  .popup__title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700; }
  .popup__close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #fff; }
    .popup__close-btn:hover {
      text-decoration: none; }
  .popup__form-input {
    background-color: #fff;
    border: none;
    height: 45px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%; }
  .popup__form-textarea {
    width: 100%;
    height: 150px;
    padding: 20px;
    resize: none;
    border: none;
    margin-bottom: 20px; }
  .popup__form-submit {
    display: block;
    border: none;
    background-color: #363a68;
    width: 60%;
    margin-left: auto;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 0; }

.bad-page {
  padding: 168px 0;
  background-position: left bottom;
  background-color: #f5f5f5;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .bad-page {
      padding: 60px 0; } }
  .bad-page__title {
    font-size: 32px;
    font-weight: 700;
    color: #363a68;
    text-align: center;
    margin-bottom: 20px; }
  .bad-page__text {
    text-align: center;
    font-size: 18px;
    color: #363a68; }

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .header .container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.header__top {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .header__top {
      height: auto;
      padding: 20px 0; } }
  @media (min-width: 768px) {
    .header__top {
      height: auto;
      padding: 20px 0; } }
  @media (min-width: 992px) {
    .header__top {
      height: 150px; } }

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__logo:hover {
    text-decoration: none; }
  .header__logo-svg {
    width: 100px;
    height: 120px;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .header__logo-svg {
        width: 100%;
        height: 80px; } }
  .header__logo-name {
    font-size: 18px;
    color: #363a68;
    text-transform: uppercase;
    font-weight: 500; }
    @media (max-width: 767px) {
      .header__logo-name {
        font-size: 14px;
        text-align: center; } }
  @media (max-width: 767px) {
    .header__logo {
      display: block; } }

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .header__contacts {
      display: block;
      padding-top: 0;
      max-width: 230px; } }
  @media (min-width: 768px) {
    .header__contacts {
      display: block; } }
  @media (min-width: 992px) {
    .header__contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .header__contacts-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    margin-right: 30px; }
    .header__contacts-link:last-child {
      margin-right: 0; }
    .header__contacts-link:hover {
      color: #363a68; }
    @media (max-width: 767px) {
      .header__contacts-link {
        margin-bottom: 10px;
        margin-right: 0; }
        .header__contacts-link:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .header__contacts-link {
        margin-bottom: 10px; }
        .header__contacts-link:last-child {
          margin-bottom: 0; } }
  .header__contacts-text {
    margin-left: 10px;
    font-weight: normal; }

@media (max-width: 767px) {
  .header__langswitch {
    display: none; } }

.header__langswitch-link {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  color: #666666;
  opacity: .7;
  text-decoration: none;
  font-weight: normal; }
  .header__langswitch-link:hover {
    text-decoration: underline;
    opacity: 1; }
  .header__langswitch-link.active {
    opacity: 1;
    font-weight: 600;
    color: #363a68; }

.header__bottom {
  height: 60px;
  background-color: #363a68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 992px) {
    .header__bottom {
      position: relative; }
      .header__bottom .container {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (max-width: 992px) {
    .header__bottom .burger-menu {
      display: block;
      color: #fff;
      position: absolute;
      z-index: 102;
      cursor: pointer; } }
  @media (min-width: 992px) {
    .header__bottom .burger-menu {
      display: none; } }

@media (max-width: 992px) {
  .header__nav .icon-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff; } }

@media (min-width: 992px) {
  .header__nav .icon-close {
    display: none; } }

@media (max-width: 992px) {
  .header__nav {
    position: absolute;
    top: 0;
    background-color: #363a68;
    width: 100%;
    left: 0;
    display: none;
    z-index: 100;
    padding: 90px 50px; } }

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  @media (max-width: 992px) {
    .header__nav-list {
      display: block; } }

.header__nav-item {
  display: block;
  position: relative; }
  .header__nav-item:after {
    content: '/';
    margin: 0 6px;
    display: inline-block;
    opacity: 0.1;
    color: #fff; }
    @media (max-width: 992px) {
      .header__nav-item:after {
        display: none; } }
  .header__nav-item:last-child:after {
    display: none; }
  .header__nav-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    top: 0;
    display: none; }
  .header__nav-item:hover:before {
    display: block; }
  .header__nav-item:hover .header__submenu {
    display: block; }

.header__nav-link {
  color: #f5f5f5;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-weight: normal; }
  .header__nav-link:hover {
    text-decoration: none;
    color: #ffeb66; }
  .header__nav-link:active, .header__nav-link:focus {
    color: #ffeb66; }

.header__submenu {
  position: absolute;
  width: 200px;
  top: 41px;
  left: -20px;
  z-index: 10;
  display: none; }
  .header__submenu-link {
    display: block;
    padding: 14px 18px;
    background-color: #f5f5f5;
    color: #666666;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: normal; }
    .header__submenu-link:hover {
      background-color: #ffeb66;
      color: #363a68;
      text-decoration: none; }
    .header__submenu-link:last-child {
      border: none; }
  @media (max-width: 992px) {
    .header__submenu {
      display: block;
      position: static;
      width: auto; }
      .header__submenu-link {
        background-color: transparent;
        border: none;
        padding: 0;
        margin-left: 20px;
        color: #fff;
        opacity: .6; } }

.header__search {
  position: relative; }
  @media (max-width: 992px) {
    .header__search {
      width: 300px; } }

.footer {
  background-color: #363a68;
  padding: 20px 0; }
  .footer__top {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__logo-svg {
    width: 70px;
    height: 84px; }
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .footer__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; } }
    .footer__contacts-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      margin-right: 30px; }
      .footer__contacts-link:hover, .footer__contacts-link:focus {
        text-decoration: none;
        color: #ffeb66; }
      .footer__contacts-link svg {
        width: 20px;
        height: 20px;
        fill: #ffeb66; }
      @media (max-width: 767px) {
        .footer__contacts-link {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 20px;
          margin-right: 0; } }
    .footer__contacts-text {
      margin-left: 10px;
      font-weight: normal; }
      @media (max-width: 767px) {
        .footer__contacts-text {
          margin-left: 0;
          margin-top: 10px; } }
  .footer__search {
    position: relative;
    height: 30px;
    margin-top: 20px; }
  .footer__nav-link {
    color: #7074a2;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal; }
    .footer__nav-link:after {
      content: '/';
      margin: 0 8px;
      display: inline-block;
      opacity: 0.5; }
    .footer__nav-link:hover {
      text-decoration: none;
      color: #f5f5f5; }
      .footer__nav-link:hover:after {
        color: #7074a2; }
    .footer__nav-link:active, .footer__nav-link:focus {
      color: #f5f5f5; }
    .footer__nav-link:last-child:after {
      display: none; }
  .footer__info {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer__copyright {
    margin-right: 14px;
    color: #fff;
    opacity: 0.2;
    font-weight: normal; }
  .footer__develop {
    color: #e6e6e6; }
    .footer__develop-link {
      color: #e6e6e6;
      text-decoration: underline;
      font-weight: normal; }
      .footer__develop-link:hover {
        color: #e6e6e6;
        text-decoration: none; }

.pagination {
  display: block; }
  .pagination__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .pagination__item:after {
    content: '\f101';
    font-family: 'fontello';
    margin: 0 10px;
    color: #999999;
    font-size: 13px; }
  .pagination__item:last-child:after {
    display: none; }
  .pagination__link {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal; }
    .pagination__link:hover {
      text-decoration: none; }

.sidebar-nav {
  margin-bottom: 30px; }
  .sidebar-nav__top {
    padding: 22px 24px;
    background-color: #ffeb66; }
  .sidebar-nav__title {
    font-size: 18px;
    color: #363a68;
    text-transform: uppercase; }
  .sidebar-nav__bottom {
    border: 8px solid #f5f5f5;
    border-top: none;
    padding: 20px 16px; }
  .sidebar-nav__link {
    display: block;
    margin-bottom: 20px;
    color: #666666;
    font-weight: normal; }
    .sidebar-nav__link .icon-right {
      font-size: 10px;
      vertical-align: middle; }
    .sidebar-nav__link:hover {
      text-decoration: none; }
    .sidebar-nav__link:last-child {
      margin-bottom: 0; }
    .sidebar-nav__link:hover span {
      color: #363a68;
      text-decoration: underline; }
    .sidebar-nav__link:hover .icon-right {
      text-decoration: none; }

.sidebar-news {
  background-color: #f5f5f5;
  padding: 40px;
  margin-bottom: 30px; }
  .sidebar-news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .sidebar-news__title {
    font-size: 18px;
    color: #666666;
    text-transform: uppercase; }
  .sidebar-news__more-btn {
    color: #666666;
    text-decoration: underline;
    font-weight: normal; }
    .sidebar-news__more-btn:hover {
      text-decoration: none; }
  .sidebar-news__list {
    list-style: none; }
  .sidebar-news__item {
    margin-bottom: 30px; }
    .sidebar-news__item:last-child {
      margin-bottom: 0; }
  .sidebar-news__date {
    margin-bottom: 15px;
    font-size: 13px; }
  .sidebar-news__name {
    font-weight: 500;
    font-size: 14px; }

.sidebar-news-archive {
  margin-bottom: 30px;
  text-align: center; }
  .sidebar-news-archive__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px; }
  .sidebar-news-archive__list {
    list-style: none; }
  .sidebar-news-archive__item {
    margin-bottom: 15px; }
  .sidebar-news-archive__link {
    color: #666666;
    font-size: 15px; }
    .sidebar-news-archive__link .icon-right {
      font-size: 10px;
      vertical-align: middle; }

.sidebar-banner {
  padding: 32px 24px;
  border: 8px solid #ffeb66; }
  .sidebar-banner__title {
    font-size: 18px;
    color: #363a68;
    margin-bottom: 20px; }
  .sidebar-banner__link {
    display: block;
    font-size: 30px;
    color: #363a68;
    font-weight: 700;
    margin-bottom: 26px; }
    .sidebar-banner__link .icon-phone {
      font-size: 26px;
      margin-right: 10px; }
  .sidebar-banner__desc {
    font-size: 14px; }

.sidebar-mobile {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #363a68;
  color: #fff;
  width: 300px;
  padding: 50px 20px;
  -webkit-transform: translate(300px);
      -ms-transform: translate(300px);
          transform: translate(300px);
  transition: all .3s ease;
  z-index: 20; }
  @media (max-width: 767px) {
    .sidebar-mobile {
      display: block; } }
  .sidebar-mobile.open {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    position: absolute; }
  .sidebar-mobile__slide-btn {
    display: block;
    position: absolute;
    left: -25px;
    top: 30%;
    width: 25px;
    height: 56px;
    background-color: #ffeb66;
    position: absolute; }
    .sidebar-mobile__slide-btn span {
      position: absolute;
      left: 50%;
      top: 50%;
      color: #fff;
      -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
              transform: translate(-50%, -50%) rotate(-180deg); }
    .sidebar-mobile__slide-btn.open span {
      -webkit-transform: translate(-50%, -50%) rotate(0);
          -ms-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
      transition: all .4s ease; }
  .sidebar-mobile__nav {
    margin-bottom: 30px; }
    .sidebar-mobile__nav-top {
      margin-bottom: 20px; }
    .sidebar-mobile__nav-title {
      font-size: 18px;
      color: #ffeb66;
      text-transform: uppercase; }
    .sidebar-mobile__nav-link {
      display: block;
      margin-bottom: 20px;
      color: #fff;
      font-size: 15px; }
      .sidebar-mobile__nav-link .icon-right {
        font-size: 10px;
        vertical-align: middle; }
      .sidebar-mobile__nav-link:hover {
        color: #fff; }
      .sidebar-mobile__nav-link:last-child {
        margin-bottom: 0; }
  .sidebar-mobile__news-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .sidebar-mobile__news-title {
    font-size: 18px;
    color: #ffeb66;
    text-transform: uppercase; }
  .sidebar-mobile__news-more-btn {
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    opacity: .5; }
  .sidebar-mobile__news-list {
    list-style: none; }
  .sidebar-mobile__news-item {
    margin-bottom: 30px; }
    .sidebar-mobile__news-item:last-child {
      margin-bottom: 0; }
  .sidebar-mobile__news-date {
    margin-bottom: 15px;
    font-size: 13px;
    opacity: .5; }
  .sidebar-mobile__news-name {
    font-weight: 500;
    font-size: 14px;
    color: #fff; }
    .sidebar-mobile__news-name:hover {
      color: #fff; }
  .sidebar-mobile__banner {
    margin-top: 70px; }
    .sidebar-mobile__banner-title {
      font-size: 18px;
      margin-bottom: 20px; }
    .sidebar-mobile__banner-link {
      display: block;
      font-size: 24px;
      color: #ffeb66;
      font-weight: 700;
      margin-bottom: 26px; }
      .sidebar-mobile__banner-link .icon-phone {
        font-size: 20px;
        margin-right: 10px; }
      .sidebar-mobile__banner-link:hover {
        color: #ffeb66; }
    .sidebar-mobile__banner-desc {
      font-size: 14px; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?59869758#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-avatar:before {
  content: '\e801'; }

/* '' */
.icon-close:before {
  content: '\e803'; }

/* '' */
.icon-search:before {
  content: '\e804'; }

/* '' */
.icon-envelope:before {
  content: '\e805'; }

/* '' */
.icon-link:before {
  content: '\e806'; }

/* '' */
.icon-location:before {
  content: '\e807'; }

/* '' */
.icon-phone:before {
  content: '\e809'; }

/* '' */
.icon-menu:before {
  content: '\e80b'; }

/* '' */
.icon-calendar:before {
  content: '\e80f'; }

/* '' */
.icon-right:before {
  content: '\f006'; }

/* '' */
.icon-left:before {
  content: '\f007'; }

/* '' */
.icon-double-right:before {
  content: '\f101'; }

/* '' */
.content {
  position: relative; }
  .content__title {
    margin-bottom: 40px; }

.history__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .history__wrap:after {
    content: '';
    width: 6px;
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }
    @media (max-width: 767px) {
      .history__wrap:after {
        left: 40px; } }

.history__year {
  width: 50%;
  padding: 30px 60px 30px 0;
  position: relative; }
  @media (max-width: 767px) {
    .history__year {
      padding: 30px 30px 30px 0; } }
  @media (min-width: 768px) {
    .history__year {
      padding: 30px 30px 30px 0; } }
  @media (min-width: 992px) {
    .history__year {
      padding: 30px 60px 30px 0; } }
  .history__year:after {
    content: '';
    display: block;
    position: absolute;
    top: 65px;
    left: 100%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    z-index: 2;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border: 3px solid #fff; }
  .history__year:hover:after {
    background-color: #ffeb66; }
  .history__year:hover .history__year-title {
    color: #ffeb66; }
  @media (max-width: 767px) {
    .history__year {
      margin-left: auto;
      padding: 30px 0 30px 60px;
      width: 100%; }
      .history__year .history__item-date {
        text-align: left; }
      .history__year:after {
        left: 40px; }
      .history__year .history__year-title {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        left: initial;
        left: -14px; } }
  .history__year:nth-child(2n) {
    margin-left: auto;
    padding: 30px 0 30px 60px; }
    .history__year:nth-child(2n):after {
      left: 0; }
      @media (max-width: 767px) {
        .history__year:nth-child(2n):after {
          left: 40px; } }
    .history__year:nth-child(2n) .history__year-title {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      left: initial;
      right: 105%; }
      @media (max-width: 767px) {
        .history__year:nth-child(2n) .history__year-title {
          right: initial;
          left: -14px; } }
    .history__year:nth-child(2n) .history__item-date {
      text-align: left; }
    .history__year:nth-child(2n) .history__item:first-child:after {
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid #ffeb66;
      border-left: none;
      left: -12px;
      right: initial; }
  .history__year-title {
    font-size: 22px;
    font-weight: 700;
    color: #999999;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 70px;
    left: 105%;
    z-index: 5; }

.history__list {
  list-style: none; }

.history__item {
  margin-bottom: 20px;
  position: relative; }
  .history__item-text {
    font-weight: normal; }
  .history__item:after {
    content: '';
    display: none;
    position: absolute;
    right: -12px;
    top: 42px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ffeb66; }
  .history__item:hover .history__item-top {
    background-color: #ffeb66;
    color: #363a68; }
  .history__item:hover .history__item-img {
    display: block; }
  .history__item:hover:after {
    display: block; }
    @media (max-width: 767px) {
      .history__item:hover:after {
        display: none; } }
  .history__item-wrap {
    display: block; }
  .history__item-top {
    padding: 50px 30px; }
    @media (max-width: 767px) {
      .history__item-top {
        padding: 45px 10px 20px; } }
  .history__item-date {
    color: #363a68;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: right; }
  .history__item-img {
    height: 150px;
    overflow: hidden;
    display: none; }
    .history__item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.contacts-page .contacts__title {
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .contacts-page .contacts__left {
    margin-bottom: 40px; } }

.contacts-page .contacts__list {
  list-style: none; }

.contacts-page .contacts__item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contacts-page .contacts__item-left {
    margin-right: 14px; }
  .contacts-page .contacts__item-link {
    color: #666666;
    display: block;
    font-weight: normal; }
    .contacts-page .contacts__item-link:hover {
      color: #363a68; }

.contacts-page .contacts__time {
  margin-left: 36px; }

.contacts-page .contacts__form-title {
  text-align: center;
  margin-bottom: 40px; }

.contacts-page .contacts__form-text {
  text-align: center;
  margin-bottom: 40px; }

.contacts-page .contacts__form-input {
  width: 100%;
  height: 45px;
  border: 2px solid #363a68;
  padding: 8px 14px; }
  .contacts-page .contacts__form-input::-webkit-input-placeholder {
    color: #363a68; }
  .contacts-page .contacts__form-input:-ms-input-placeholder {
    color: #363a68; }
  .contacts-page .contacts__form-input::placeholder {
    color: #363a68; }
  .contacts-page .contacts__form-input-wrap {
    margin-bottom: 16px; }

.contacts-page .contacts__form textarea {
  resize: none;
  height: 150px; }

.ehandling-page .ehandling__bottom {
  margin-top: 70px; }

.ehandling-page .ehandling__tabs-btns {
  margin-bottom: 70px;
  height: 54px; }

.ehandling-page .ehandling__btn {
  font-weight: normal;
  display: block;
  padding: 16px 0;
  height: 54px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  text-decoration: none; }
  .ehandling-page .ehandling__btn.active {
    background-color: #ffeb66; }

.ehandling-page .ehandling__form {
  display: none; }
  .ehandling-page .ehandling__form.active {
    display: block; }
  .ehandling-page .ehandling__form-title {
    color: #363a68;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500; }
  .ehandling-page .ehandling__form-desc {
    text-align: center;
    margin-bottom: 25px; }
  .ehandling-page .ehandling__form-input {
    width: 100%;
    border: 2px solid #363a68;
    height: 45px;
    padding: 8px 14px;
    margin-bottom: 16px; }
    .ehandling-page .ehandling__form-input::-webkit-input-placeholder {
      color: #363a68; }
    .ehandling-page .ehandling__form-input:-ms-input-placeholder {
      color: #363a68; }
    .ehandling-page .ehandling__form-input::placeholder {
      color: #363a68; }
  .ehandling-page .ehandling__form textarea {
    resize: none;
    height: 150px; }
    .ehandling-page .ehandling__form textarea::-webkit-input-placeholder {
      color: #363a68; }
    .ehandling-page .ehandling__form textarea:-ms-input-placeholder {
      color: #363a68; }
    .ehandling-page .ehandling__form textarea::placeholder {
      color: #363a68; }
  .ehandling-page .ehandling__form-submit {
    display: block;
    width: 50%;
    margin-left: auto; }

.news-page .news__list {
  list-style: none; }

.news-page .news__item {
  background-color: #f5f5f5;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .news-page .news__item {
      display: block; } }
  @media (min-width: 768px) {
    .news-page .news__item {
      display: block; } }
  @media (min-width: 992px) {
    .news-page .news__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .news-page .news__item-left {
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px; }
    .news-page .news__item-left img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .news-page .news__item-right {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .news-page .news__item-date {
    font-size: 13px;
    margin-bottom: 15px; }
  .news-page .news__item-title {
    font-weight: 500; }
    .news-page .news__item-title:after {
      content: '';
      display: block;
      width: 50px;
      height: 5px;
      background-color: #ffeb66;
      margin: 10px 0 18px; }
  .news-page .news__item-text {
    margin-bottom: 20px; }
  .news-page .news__item-more-btn {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }

.news-page.news-single .news__date {
  margin-bottom: 30px;
  font-size: 13px; }

.news-page.news-single .news__text {
  margin-bottom: 40px; }
  .news-page.news-single .news__text img {
    width: 100%; }

.news-page.news-single .news__back-link {
  color: #666666;
  text-decoration: underline;
  float: right; }

.search-result-page .search-result__top {
  margin-bottom: 20px; }

.search-result-page .search-result__info .bold {
  font-weight: 700; }

.search-result-page .search-result__info .word {
  font-style: italic; }

.search-result-page .search-result__list {
  list-style: none; }

.search-result-page .search-result__item {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 20px; }
  .search-result-page .search-result__item-title {
    display: block;
    font-weight: 500;
    margin-bottom: 20px; }
  .search-result-page .search-result__item-text {
    margin-bottom: 10px; }
  .search-result-page .search-result__item-more-btn {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }

.search-result-page .search-result__nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.search-result-page .search-result__nav-item {
  margin-right: 10px; }
  .search-result-page .search-result__nav-item:last-child {
    margin-right: 0; }

.search-result-page .search-result__nav-link {
  font-weight: 500;
  color: #666666; }
  .search-result-page .search-result__nav-link.active {
    color: #363a68; }

.buro-page .buro__list {
  list-style: none; }

.buro-page .buro__item {
  padding-left: 0; }

.buro-page .buro__link {
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  color: #666666;
  margin-bottom: 18px;
  position: relative;
  min-height: 70px; }
  .buro-page .buro__link:hover {
    background-color: #ffeb66;
    text-decoration: none; }
  .buro-page .buro__link-svg {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 8px;
    height: 10px; }

.buro-page.buro-single .buro__slider {
  height: 260px;
  overflow: hidden; }
  .buro-page.buro-single .buro__slider-wrap {
    position: relative;
    height: 260px;
    overflow: hidden; }
  @media (min-width: 600px) and (max-width: 768px) {
    .buro-page.buro-single .buro__slider {
      height: 400px; }
      .buro-page.buro-single .buro__slider-wrap {
        height: 400px; } }
  .buro-page.buro-single .buro__slider-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3; }
    .buro-page.buro-single .buro__slider-arrow span {
      color: #fff; }
    .buro-page.buro-single .buro__slider-arrow.arrow-prev {
      left: 0; }
      .buro-page.buro-single .buro__slider-arrow.arrow-prev span {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .buro-page.buro-single .buro__slider-arrow.arrow-next {
      right: 0; }
  .buro-page.buro-single .buro__slider img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 260px; }

.buro-page.buro-single .buro__contacts {
  padding: 20px 44px;
  background-color: #f5f5f5; }
  .buro-page.buro-single .buro__contacts-link {
    color: #666666;
    font-size: 14px;
    display: block;
    font-weight: normal; }
    .buro-page.buro-single .buro__contacts-link-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
      .buro-page.buro-single .buro__contacts-link-wrap span {
        font-size: 20px; }
    .buro-page.buro-single .buro__contacts-link-left {
      width: 30px;
      min-width: 30px;
      margin-right: 10px; }
      .buro-page.buro-single .buro__contacts-link-left span {
        font-size: 16px; }
        .buro-page.buro-single .buro__contacts-link-left span.icon-link {
          font-size: 14px; }
    .buro-page.buro-single .buro__contacts-link-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .buro-page.buro-single .buro__contacts-link:hover {
      color: #363a68; }

.buro-page.buro-single .buro__left {
  padding-left: 0; }
  @media (max-width: 767px) {
    .buro-page.buro-single .buro__left {
      margin-bottom: 30px;
      padding-left: 15px; } }

.buro-page.buro-single .buro__right-wrap {
  border: 8px solid #f5f5f5; }

.buro-page.buro-single .buro__info-top, .buro-page.buro-single .buro__info-bottom {
  padding: 30px 35px; }

.buro-page.buro-single .buro__info-title {
  color: #363a68;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase; }

.buro-page.buro-single .buro__info-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .buro-page.buro-single .buro__info-leader .leader__left {
    width: 150px;
    height: 150px;
    margin-right: 20px; }
  .buro-page.buro-single .buro__info-leader .leader__photo {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .buro-page.buro-single .buro__info-leader .leader__right .name {
    font-weight: normal; }

.buro-page.buro-single .buro__specialists {
  margin-top: 30px;
  padding: 0; }
  .buro-page.buro-single .buro__specialists-title {
    color: #363a68;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .buro-page.buro-single .buro__specialists-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .buro-page.buro-single .buro__specialists-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .buro-page.buro-single .buro__specialists-link {
    margin-right: 16px;
    margin-bottom: 30px;
    width: 165px;
    display: block;
    overflow: hidden; }
    @media (max-width: 767px) {
      .buro-page.buro-single .buro__specialists-link {
        margin-right: 10px;
        margin-bottom: 20px; } }
    .buro-page.buro-single .buro__specialists-link:hover .buro__specialists-bottom {
      text-decoration: underline; }
  .buro-page.buro-single .buro__specialists-top {
    height: 165px;
    overflow: hidden; }
  .buro-page.buro-single .buro__specialists-photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .buro-page.buro-single .buro__specialists-bottom {
    font-weight: normal;
    padding: 18px;
    width: 100%;
    max-height: 104px;
    overflow-y: auto;
    color: #fff;
    background-color: #363a68; }
    .buro-page.buro-single .buro__specialists-bottom .lastname {
      font-weight: 700; }

.advokati__top {
  padding: 0;
  margin-bottom: 60px; }

.advokati__bottom {
  padding: 0; }

.advokati__filter-form {
  padding: 0; }
  @media (max-width: 767px) {
    .advokati__filter-form {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; } }
  .advokati__filter-form .filter-form__select {
    cursor: pointer;
    width: 100%;
    height: 45px;
    padding: 0 14px;
    border: 2px solid #363a68;
    color: #363a68;
    margin-bottom: 20px; }
  .advokati__filter-form .filter-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer; }
  .advokati__filter-form .filter-form__checkbox {
    position: absolute;
    opacity: 0; }
    .advokati__filter-form .filter-form__checkbox:checked + .fakecheckbox:after {
      display: block; }
  .advokati__filter-form .filter-form__submit {
    width: 180px; }

.advokati__search-form {
  position: relative;
  height: 45px; }
  .advokati__search-form .search-form__input {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border: none;
    font-size: 14px;
    padding: 0 10px; }
  .advokati__search-form .search-form__submit {
    max-width: 30px;
    position: absolute;
    top: 50%;
    padding-top: 5px;
    right: 18px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border: none;
    background-color: transparent; }
    .advokati__search-form .search-form__submit-svg {
      width: 14px;
      height: 14px; }

.advokati__search-letters {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.advokati__search-letter-link {
  margin-right: 8px;
  font-size: 14px;
  color: #666666;
  font-weight: normal; }
  .advokati__search-letter-link:hover {
    color: #363a68;
    text-decoration: underline; }

.advokati .advokat-title {
  color: #363a68;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px; }

.advokati .advokat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .advokati .advokat-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.advokati .advokat-link {
  margin-right: 16px;
  margin-bottom: 30px;
  width: 165px;
  display: block;
  overflow: hidden; }
  .advokati .advokat-link:hover .advokat-bottom {
    text-decoration: underline; }
  @media (max-width: 767px) {
    .advokati .advokat-link {
      margin-right: 10px;
      margin-bottom: 20px; } }

.advokati .advokat-top {
  height: 165px;
  overflow: hidden; }

.advokati .advokat-photo {
  width: 100%;
 x height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.advokati .advokat-bottom {
  font-weight: normal;
  padding: 18px;
  width: 100%;
  max-height: 104px;
  overflow-y: auto;
  color: #fff;
  background-color: #363a68; }
  .advokati .advokat-bottom .lastname {
    font-weight: 700; }

.advokat-page.advokat-single .advokat__photo {
  height: 260px;
  overflow: hidden; }
  .advokat-page.advokat-single .advokat__photo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 260px; }
  @media (min-width: 600px) and (max-width: 768px) {
    .advokat-page.advokat-single .advokat__photo {
      height: 400px; } }

.advokat-page.advokat-single .advokat__contacts {
  padding: 20px 24px;
  background-color: #f5f5f5; }
  .advokat-page.advokat-single .advokat__contacts-link {
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    display: block; }
    .advokat-page.advokat-single .advokat__contacts-link-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
      .advokat-page.advokat-single .advokat__contacts-link-wrap span {
        font-size: 20px; }
    .advokat-page.advokat-single .advokat__contacts-link-left {
      width: 30px;
      min-width: 30px;
      margin-right: 10px; }
      .advokat-page.advokat-single .advokat__contacts-link-left span {
        font-size: 16px; }
        .advokat-page.advokat-single .advokat__contacts-link-left span.icon-link {
          font-size: 14px; }
    .advokat-page.advokat-single .advokat__contacts-link-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .advokat-page.advokat-single .advokat__contacts-link:hover {
      color: #363a68; }

.advokat-page.advokat-single .advokat__left {
  padding-left: 0; }
  @media (max-width: 767px) {
    .advokat-page.advokat-single .advokat__left {
      margin-bottom: 30px;
      padding-left: 15px; } }

.advokat-page.advokat-single .advokat__info {
  border: 8px solid #f5f5f5;
  padding: 30px; }
  .advokat-page.advokat-single .advokat__info-row {
    margin-bottom: 40px; }
    .advokat-page.advokat-single .advokat__info-row:last-child {
      margin-bottom: 0; }
  .advokat-page.advokat-single .advokat__info-title {
    color: #363a68;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .advokat-page.advokat-single .advokat__info-work {
    text-decoration: underline; }
    .advokat-page.advokat-single .advokat__info-work:hover {
      text-decoration: none; }
  .advokat-page.advokat-single .advokat__info-specialization-link {
    text-decoration: underline;
    display: inline-block;
    margin-right: 10px; }
    .advokat-page.advokat-single .advokat__info-specialization-link:hover {
      text-decoration: none; }

.hero {
  padding: 70px 0 20px 0;
  position: relative; }
  .hero__slider {
    list-style: none;
    height: 100%; }
    @media (max-width: 767px) {
      .hero__slider {
        height: auto; } }
    @media (min-width: 992px) {
      .hero__slider {
        height: 100%; } }
    .hero__slider-wrap {
      height: 400px; }
      @media (max-width: 767px) {
        .hero__slider-wrap {
          height: auto; } }
      @media (min-width: 768px) {
        .hero__slider-wrap {
          height: auto; } }
      @media (min-width: 992px) {
        .hero__slider-wrap {
          height: 400px; } }
    .hero__slider-item {
      height: 400px; }
      @media (max-width: 767px) {
        .hero__slider-item {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          height: auto; } }
      @media (min-width: 768px) {
        .hero__slider-item {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          height: auto; } }
      @media (min-width: 992px) {
        .hero__slider-item {
          display: block !important;
          height: 400px; } }
    .hero__slider-left {
      height: 100%; }
    .hero__slider-right {
      height: 100%;
      overflow-y: auto; }
      @media (max-width: 767px) {
        .hero__slider-right {
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .hero__slider-right {
          margin-bottom: 20px; } }
    .hero__slider-title {
      margin: 0;
      margin-bottom: 20px; }
    .hero__slider-img {
      height: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      .hero__slider-imgwrap {
        height: 100%;
        width: 100%;
        overflow: hidden; }
    .hero__slider-arrow {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .hero__slider-arrow .icon-right, .hero__slider-arrow .icon-left {
        color: #363a68;
        opacity: .5; }
        .hero__slider-arrow .icon-right:hover, .hero__slider-arrow .icon-left:hover {
          opacity: 1; }
      @media (max-width: 767px) {
        .hero__slider-arrow.arrow-prev {
          left: 44%;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%); } }
      @media (min-width: 768px) {
        .hero__slider-arrow.arrow-prev {
          left: 40%; } }
      @media (max-width: 767px) {
        .hero__slider-arrow {
          position: absolute;
          bottom: 30px;
          left: 56%;
          height: 20px;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%); } }
      @media (min-width: 768px) {
        .hero__slider-arrow {
          position: absolute;
          bottom: 30px;
          left: 50%;
          height: 20px; } }
      @media (min-width: 992px) {
        .hero__slider-arrow {
          position: static;
          height: 100%; } }
		  
.hero_banner {
  padding: 20px 0 20px 0;
  position: relative; }
  .banner__slider {
    list-style: none;
    height: 100%; }
    @media (max-width: 767px) {
      .banner__slider {
        height: auto; }
		}
    @media (min-width: 992px) {
      .banner__slider {
        height: 100%; }
		}
    .hero_banner__slider-wrap {
      height: 100px; }
      @media (max-width: 767px) {
        .hero_banner__slider-wrap {
          height: auto; } }
      @media (min-width: 768px) {
        .hero_banner__slider-wrap {
          height: auto; } }
      @media (min-width: 992px) {
        .hero_banner__slider-wrap {
          height: 100px; } }
    .hero_banner__slider-item {
      height: 100px; }
      @media (max-width: 767px) {
        .hero_banner__slider-item {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          height: auto; } }
      @media (min-width: 768px) {
        .hero_banner__slider-item {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          height: auto; } }
      @media (min-width: 992px) {
        .hero_banner__slider-item {
          display: block !important;
          height: 100px; } }
    .hero__slider-left {
      height: 100%; }
    .hero__slider-right {
      height: 100%;
      overflow-y: auto; }
      @media (max-width: 767px) {
        .hero__slider-right {
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .hero__slider-right {
          margin-bottom: 20px; } }
    .hero__slider-title {
      margin: 0;
      margin-bottom: 20px; }
    .hero__slider-img {
      height: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      .hero__slider-imgwrap {
        height: 100%;
        width: 100%;
        overflow: hidden; }
    .banner__slider-arrow {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .banner__slider-arrow .icon-right, .banner__slider-arrow .icon-left {
        color: #363a68;
        opacity: .5; }
        .banner__slider-arrow .icon-right:hover, .banner__slider-arrow .icon-left:hover {
          opacity: 1; }
      @media (max-width: 767px) {
        .banner__slider-arrow.arrow-prev {
          left: 44%;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%); } }
      @media (min-width: 768px) {
        .banner__slider-arrow.arrow-prev {
          left: 40%; } }
      @media (max-width: 767px) {
        .banner__slider-arrow {
          position: absolute;
          bottom: 30px;
          left: 56%;
          height: 20px;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%); } }
      @media (min-width: 768px) {
        .banner__slider-arrow {
          position: absolute;
          bottom: 30px;
          left: 50%;
          height: 20px; } }
      @media (min-width: 992px) {
        .banner__slider-arrow {
          position: static;
          height: 100%; } }

.hero_banner2 {
  padding: 20px 0 20px 0;
  position: relative; }
  .banner2__slider {
    list-style: none;
    height: 100%; }
    @media (max-width: 767px) {
      .banner2__slider {
        height: auto; }
		}
    @media (min-width: 992px) {
      .banner2__slider {
        height: 100%; }
		}
    .hero_banner2__slider-wrap {
      height: 100px; }
      @media (max-width: 767px) {
        .hero_banner2__slider-wrap {
          height: auto; } }
      @media (min-width: 768px) {
        .hero_banner2__slider-wrap {
          height: auto; } }
      @media (min-width: 992px) {
        .hero_banner2__slider-wrap {
          height: 100px; } }
    .hero_banner2__slider-item {
      height: 100px; }
      @media (max-width: 767px) {
        .hero_banner2__slider-item {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          height: auto; } }
      @media (min-width: 768px) {
        .hero_banner2__slider-item {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          height: auto; } }
      @media (min-width: 992px) {
        .hero_banner2__slider-item {
          display: block !important;
          height: 100px; } }
    .hero__slider-left {
      height: 100%; }
    .hero__slider-right {
      height: 100%;
      overflow-y: auto; }
      @media (max-width: 767px) {
        .hero__slider-right {
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .hero__slider-right {
          margin-bottom: 20px; } }
    .hero__slider-title {
      margin: 0;
      margin-bottom: 20px; }
    .hero__slider-img {
      height: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      .hero__slider-imgwrap {
        height: 100%;
        width: 100%;
        overflow: hidden; }
    .banner2__slider-arrow {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .banner2__slider-arrow .icon-right, .banner2__slider-arrow .icon-left {
        color: #363a68;
        opacity: .5; }
        .banner2__slider-arrow .icon-right:hover, .banner2__slider-arrow .icon-left:hover {
          opacity: 1; }
      @media (max-width: 767px) {
        .banner2__slider-arrow.arrow-prev {
          left: 44%;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%); } }
      @media (min-width: 768px) {
        .banner2__slider-arrow.arrow-prev {
          left: 40%; } }
      @media (max-width: 767px) {
        .banner2__slider-arrow {
          position: absolute;
          bottom: 30px;
          left: 56%;
          height: 20px;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%); } }
      @media (min-width: 768px) {
        .banner2__slider-arrow {
          position: absolute;
          bottom: 30px;
          left: 50%;
          height: 20px; } }
      @media (min-width: 992px) {
        .banner2__slider-arrow {
          position: static;
          height: 100%; } }


.findAdvo {
  padding: 60px 0;
  text-align: center;
  background-position: left bottom;
  background-color: #f5f5f5;
  background-repeat: no-repeat; }
  .findAdvo__title {
    margin-bottom: 30px; }
  .findAdvo__desc {
    color: #666666;
    margin-bottom: 50px; }
  .findAdvo__form-input-wrap {
    height: 100%;
    height: 45px; }
    @media (max-width: 767px) {
      .findAdvo__form-input-wrap {
        max-width: 220px;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px; } }
  .findAdvo__form-select {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    border: 2px solid #363a68;
    color: #363a68; }

.news {
  padding: 40px 80px 40px 80px; }
  @media (max-width: 767px) {
    .news {
      padding: 20px; } }
  .news .container {
    position: relative; }
  .news__title {
    text-align: center;
    margin-bottom: 50px;
    display: block; }
  .news__slider-arrows {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .news__slider-arrows {
        right: 25px;
        top: 25px; } }
  .news__slider-arrow {
    display: block; }
    .news__slider-arrow.arrow-prev {
      margin-right: 20px; }
    .news__slider-arrow .icon-right, .news__slider-arrow .icon-left {
      display: block;
      color: #363a68;
      opacity: .5; }
      .news__slider-arrow .icon-right:hover, .news__slider-arrow .icon-left:hover {
        opacity: 1; }
		
  .news__slider .slider__item:hover a {
    text-decoration: underline; }
  .news__slider .slider__item-wrap {
    background-color: #f5f5f5;
    display: block; }
  .news__slider .slider__item a {
    display: block; }
    .news__slider .slider__item a:focus {
      outline: none; }
  .news__slider .slider__item-top {
    max-height: 140px;
    overflow: hidden; }
    .news__slider .slider__item-top img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .news__slider .slider__item-bottom {
    padding: 20px;
    background-color: #f5f5f5; }
  .news__slider .slider__item-date {
    color: #666666;
    font-size: 13px;
    margin-bottom: 20px; }
    .news__slider .slider__item-date-svg {
      width: 12px;
      height: 12px;
      margin-right: 5px; }
  .news__slider .slider__item-title {
    color: #363a68;
    font-weight: 600; }
    .news__slider .slider__item-title:after {
      content: '';
      display: block;
      width: 50px;
      height: 5px;
      background-color: #ffeb66;
      margin: 10px 0 18px; }
  .news__slider .slider__item-text {
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px; }
  .news__slider .slider__item-more-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
	
	
	.news__slider2 .slider__item:hover a {
    text-decoration: underline; }
  .news__slider2 .slider__item-wrap {
 x   background-color: #f5f5f5;
    display: block;
	border: 3px solid #f5f5f5;
	border-radius: 4px; }
  .news__slider2 .slider__item a {
    display: block; }
    .news__slider2 .slider__item a:focus {
      outline: none; }
  .news__slider2 .slider__item-top {
    max-height: 140px;
    overflow: hidden; }
    .news__slider2 .slider__item-top img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .news__slider2 .slider__item-bottom {
    padding: 20px;
 x   background-color: #f5f5f5; 
 }
  .news__slider2 .slider__item-date {
    color: #666666;
    font-size: 13px;
    margin-bottom: 20px; }
    .news__slider2 .slider__item-date-svg {
      width: 12px;
      height: 12px;
      margin-right: 5px; }
  .news__slider2 .slider__item-title {
    color: #363a68;
    font-weight: 600; }
    .news__slider2 .slider__item-title:after {
      content: '';
      display: block;
      width: 50px;
      height: 5px;
      background-color: #ffeb66;
      margin: 10px 0 18px; }
  .news__slider2 .slider__item-text {
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px; }
  .news__slider2 .slider__item-more-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }

.banner {
  margin-bottom: 80px; }
  .banner__wrap {
    border: 8px solid #ffeb66;
    padding: 60px; }
    @media (max-width: 767px) {
      .banner__wrap {
        padding: 20px 0; } }
  .banner__left {
    color: #363a68; }
    @media (max-width: 767px) {
      .banner__left {
        margin-bottom: 30px; } }
  .banner__title {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center; }
  .banner__tel {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700; }
    .banner__tel .icon-phone {
      margin-right: 10px;
      color: #363a68;
      font-size: 26px; }

.links {
  margin-bottom: 70px; }
  .links__title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px; }
  .links__link {
    font-weight: normal;
    padding: 10px 40px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f5f5f5;
    color: #666666;
    margin-bottom: 18px;
    position: relative;
    min-height: 70px; }
    .links__link:hover {
      color: #363a68;
      text-decoration: underline; }
    .links__link-svg {
      position: absolute;
      right: 14px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 8px;
      height: 10px; }
	  
	  
#table_adv td {
	padding: 3px 3px;
}

#table_adv th {
	padding: 6px 3px;
}

#table_adv s {
	font-size: 12px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


#social_block {
	position: relative;
	width: 100px;
	height: 16px;
	left: 40px;
}

 a.social_t {
    background: url(/style/img/icov_t10.png);
	display: inline-block;
    width: 20px;
    height: 20px;
	margin: 18px 5px 0 5px;
   }
a.social_t:hover {
	background: url(/style/img/icov_t10on.png);
    width: 20px;
    height: 20px;
}

 a.social_f {
    background: url(/style/img/icov_f10.png);
	display: inline-block;
    width: 20px;
    height: 20px;
	margin: 18px 5px 0 5px;
   }
a.social_f:hover {
	background: url(/style/img/icov_f10on.png);
    width: 20px;
    height: 20px;
}

a.social_i {
    background: url(/style/img/icov_i10.png);
	display: inline-block;
    width: 20px;
    height: 20px;
	margin: 18px 5px 0 5px;
   }
a.social_i:hover {
	background: url(/style/img/icov_i10on.png);
    width: 20px;
    height: 20px;
}