/*
Theme Name: AdvokatGruppen
Author: Makeable
Author URI: makeable.dk
Version: 1
Description: AdvokatGruppen theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
ul:not([class]),
.widget ul:not([class]),
.search-list,
.post .item-footer,
.aside-menu ul,
.dates-box ul,
.aside-box ul,
.sidebar-list .list,
.partners-block,
.nav-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
#nav:after {
    content: "";
    display: block;
    clear: both;
}

.openclose-hidden {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    display: block !important;
    width: 100% !important;
}

@media (min-width: 1024px) {
    .openclose-hidden {
        position: static !important;
        left: 0 !important;
        right: 0 !important;
    }
}

.ellipsis,
a[href*="mailto:"] {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

.btn,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.nav-links .next,
.nav-links .prev,
.navigation-single .next,
.navigation-single .prev {
    transition: background 0.2s ease-in-out;
    background: #002f39;
    color: #fff;
    padding: 10px 15px;
    line-height: 17px;
    border-bottom: none;
    font-size: 13px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
}

.btn:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation-single .next:hover,
.navigation-single .prev:hover {
    background: #af8a56;
    color: #fff;
}

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

@media (min-width: 768px) {
    .mobile-visible {
        display: none;
    }
}

a[href*="mailto:"] {
    max-width: 98%;
    display: inline-block;
    vertical-align: top;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    color: #313131;
    background: #fff;
    font: 15px/1.734 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

@media (min-width: 768px) {
    body {
        font-size: 15px;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

@media (max-width: 1023px) {
    iframe {
        width: 100%;
    }
}

.resize-active * {
    transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 19px;
}

blockquote {
    border-left: 3px solid #af8a56;
    padding-left: 33px;
    padding-bottom: 4px;
    margin-left: 35px;
    margin-bottom: 22px;
    line-height: 1.65;
    letter-spacing: -0.012em;
    font-size: 17px;
    font-style: italic;
}

blockquote p {
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #999;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 20px;
}

ul:not([class]) {
    padding-left: 11px;
}

ul:not([class]) li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 11px;
}

ul:not([class]) li:before {
    width: 5px;
    height: 5px;
    background: #002f39;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 100%;
}

ol:not([class]) {
    margin: 0;
    padding: 0 0 0 24px;
}

ol:not([class]) li {
    padding-left: 11px;
    margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 20px;
    margin: 0;
}

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: 0.3em;
    font-weight: bold;
}


pre {
    max-width: 100%;
    overflow: auto;
}

iframe {
    width: 100%;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #af8a56;
    padding: 13px 8px;
    font-size: 14px;
    line-height: 16px;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.05em;
    color: #818181;
    box-shadow: none;
}

input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
textarea:not(textarea) {
    height: 46px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    border-color: #1f1f1f;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #818181;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #818181;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #818181;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #818181;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #818181;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    height: 46px;
    border: 1px solid #af8a56;
    padding: 13px 8px;
    font-size: 14px;
    line-height: 16px;
}

select:focus {
    outline: none;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    transition: background 0.2s ease-in-out;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    background: #af8a56;
    color: #fff;
    border: 1px solid transparent;
    outline: none;
    height: 46px;
    padding: 13px 8px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 15px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
    background: #af8a56;
    color: #fff;
}

.widget {
    margin-bottom: 0;
    background: #002f39;
    color: #fff;
    padding: 20px 30px;
    font-size: 15px;
    line-height: 1.56;
}

.widget h3 {
    display: block;
    text-transform: uppercase;
    padding: 0 0 10px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    font-size: 18px;
}

.widget ul:not([class]) li {
    position: relative;
    padding: 0 0 10px 31px;
}

.widget ul:not([class]) li:before {
    width: 16px;
    height: 12px;
    background: url(images/checkmark.svg) no-repeat;
    background-size: 16px 12px;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
}

.widget a {
    color: inherit;
}

.widget a:hover {
    color: #af8a56;
}

.widget select {
    background: #d0e4d8;
    border: none;
    min-width: 150px;
    width: 100%;
}

.search-form {
    background: #d0e4d8;
    margin-bottom: 10px;
    max-width: 300px;
}

.search-form [type="search"] {
    width: 100%;
    padding-right: 60px;
}

.search-form [type="submit"] {
    background: none;
    pointer-events: none;
    cursor: default;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
}

.search-form,
.post-password-form {
    position: relative;
}

.search-form label,
.post-password-form label {
    display: block;
}

.search-form input,
.post-password-form input {
    border: none;
    background: #d0e4d8;
    float: left;
    margin-right: 5px;
}

.search-form input[type="submit"],
.post-password-form input[type="submit"] {
    margin: 0;
    background: #002f39;
}

.search-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover {
    background: #af8a56;
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin: 0 -3px 19px;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
    margin: 0 3px;
    border-bottom: none !important;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    max-width: 49%;
    border-bottom: none !important;
}

@media (max-width: 767px) {
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.nav-links,
.navigation-comments,
.navigation-single {
    margin-bottom: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
}

.nav-links .next,
.nav-links .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next,
.navigation-single .prev {
    max-width: 49%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.nav-links .next a,
.nav-links .prev a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-single .next a,
.navigation-single .prev a {
    display: block;
    color: inherit;
    border-bottom: none !important;
}

.nav-links {
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-links .page-numbers {
    margin-bottom: 5px;
}

.navigation-single {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.navigation-single .next,
.navigation-single .prev {
    margin: 0;
    max-width: 49%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.navigation-single .next a,
.navigation-single .prev a {
    padding: 10px 15px;
}

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
    margin: 0 4px 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .comment-form input,
    .comment-form textarea {
        max-width: 300px;
    }
}

.comment-form input[type="submit"],
.comment-form textarea[type="submit"] {
    display: block;
    width: auto;
    background: #002f39;
}

.comment-form input[type="submit"]:hover,
.comment-form textarea[type="submit"]:hover {
    background: #af8a56;
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}

.commentlist {
    margin: 0 0 1.2em;
}

.commentlist .edit-link {
    margin: 0;
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
    padding: 0;
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
    padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar #prev {
    text-align: left;
}

.widget_calendar #next {
    text-align: right;
}

#wp-calendar {
    width: 100%;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid transparent;
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
}

.wp-caption img {
    margin-bottom: 4px;
}

.wp-caption p {
    margin: 0;
}

.aligncenter {
    margin: 0 auto 19px;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}

.mejs-container {
    margin-bottom: 19px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}

.gallery .gallery-item {
    padding: 0 10px;
}

.gallery .gallery-item dt {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.share-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.share-block > *:not(:first-child) {
    margin-left: 10px !important;
}

@media (min-width: 768px) {
    .share-block > *:not(:first-child) {
        margin-left: 20px !important;
    }
}

.share-block .stButton {
    vertical-align: text-bottom;
    border-radius: 4px;
    overflow: hidden;
    height: 20px;
}

.share-block .stArrow {
    display: none !important;
}

.share-block .st_fblike {
    height: 22px !important;
}

.share-block .st_fblike > * {
    vertical-align: top !important;
}

.share-block button {
    height: 20px !important;
}

.share-block .twitter-share-button,
.share-block iframe {
    margin-bottom: 0;
}

.fb-like.fb_iframe_widget {
    max-width: 154px;
    /*max-width: 142px;*/
    overflow: hidden;
    letter-spacing: -10em;
}

.fb-like.fb_iframe_widget > span {
    vertical-align: top !important;
}

p {
    overflow: hidden;
}

.yarpp-related-none {
    display: none;
}

.yarpp-related {
    margin: 0 !important;
}

.yarpp-related h3 {
    font-size: 18px !important;
    font-weight: normal !important;
}

@media (min-width: 768px) {
    .yarpp-related h3 {
        padding-bottom: 20px !important;
        font-size: 22px !important;
    }
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 17px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    h1,
    .h1 {
        font-size: 48px;
    }

    h2,
    .h2 {
        font-size: 25px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 17px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    color: inherit;
    font-weight: bold;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    .h {
        margin-bottom: 20px;
    }
}

p {
    margin: 0 0 26px;
}

p + ul:not([class]),
p + ol:not([class]) {
    margin-top: -16px;
}

a {
    color: #af8a56;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #002f39;
    text-decoration: none;
}

h2,
.h2,
h3,
.h3 {
    font-weight: normal;
    letter-spacing: 0.04em;
}

h3,
.h3 {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    h3,
    .h3 {
        margin-bottom: 18px;
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default
.select2-selection--single
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #999;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled
.select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
    list-style: none;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__placeholder,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled
.select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
    padding-left: 0;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic
.select2-selection--single
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
    color: #999;
}

.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
    display: none;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open
.select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}

.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#wrapper {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    position: relative;
    /*position: absolute;*/
}

.container,
.section-employees {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .container,
    .section-employees {
        padding: 0 40px;
    }
}

.header {
    transition: background 0.2s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #002f39;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    border-bottom: 3px solid #fff;
    position: relative;
    z-index: 10000;
}

.logo {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .logo {
        margin-top: 2px;
        left: 38px;
    }
}

.logo-static {
    display: none;
}

@media (min-width: 1200px) {
    .logo-static {
        display: block;
    }
}

@media (min-width: 1200px) {
    .logo-fixed {
        display: none;
    }
}

.logo-fixed .fixed-text {
    display: none;
}

.fixed-text {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-left: 28px;
}

.header-holder {
    display: -ms-flexbox;
    display: flex;
}

.mobile-ico {
    width: 56px;
    background: #d0e4d8;
    border-left: 3px solid #fff;
    position: relative;
}

.header-holder.active .mobile-ico {
    position: relative;
}

.header-holder.active .mobile-ico:before,
.header-holder.active .mobile-ico:after {
    width: 3px;
    height: 24px;
    content: "";
    background: #002f39;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.header-holder.active .mobile-ico:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-holder.active .mobile-ico img {
    display: none;
}

.mobile-ico img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header.header-fake.sticky .multilaw {
    display: none;
}

@media (min-width: 768px) {
    .multilaw img {
        height: 40px;
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .multilaw img {
        height: 20px;
        margin-top: 16px;
        margin-right: 20px;
    }

    .search-focus .multilaw {
        display: none;
    }
}

@media (max-width: 1700px) {
    .search-focus .multilaw {
        display: none;
    }
}

@media (min-width: 768px) {
    .search-focus {
        overflow: hidden;
    }
}

.search-box {
    background: #002f39;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .search-box {
        transition: width 0.2s ease-in-out;
        position: relative;
        top: 0;
        padding: 0 0 0 20px;
        width: 373px;
    }
}

@media (min-width: 1024px) {
    .search-box {
        width: calc(100vw - 631px);
    }
}

@media (min-width: 1200px) {
    .search-box {
        width: 423px;
    }
}

@media (min-width: 768px) {
    .search-focus .search-box {
        width: calc(100vw - 298px);
    }
}

@media (min-width: 1024px) {
    .search-focus .search-box {
        width: calc(100vw - 310px);
    }
}

@media (min-width: 1440px) {
    .search-focus .search-box {
        width: calc(100vw - 631px);
    }
}

@media (min-width: 1655px) {
    .search-focus .search-box {
        width: 1024px;
    }
}

@media (min-width: 768px) {
    .search-box.openclose-hidden {
        position: static !important;
        left: 0 !important;
        right: 0 !important;
    }
}

.search-opener {
    border-bottom: 3px solid #fff;
    background: #d0e4d8;
    width: 100%;
}

@media (min-width: 768px) {
    .search-opener {
        border-left: 3px solid #fff;
        border-bottom: none;
    }
}

.search-opener .placeholder {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
    letter-spacing: 0.04em;
}

@media (min-width: 768px) {
    .search-opener .placeholder {
        left: 63px;
    }
}

.search-active .search-opener .placeholder {
    display: none;
}

.search-focus .search-opener .placeholder {
    display: block;
    top: 10px;
    left: 17px;
    transform: translateY(0);
    font-size: 12px;
}

@media (min-width: 768px) {
    .search-focus .search-opener .placeholder {
        font-size: 14px;
        left: 51px;
    }
}

.search-focus .search-opener .placeholder strong {
    font-weight: bold;
}

.search-opener .placeholder strong {
    font-weight: normal;
}

.search-opener input[type="search"] {
    padding: 17px 42px 17px 17px;
    width: 100%;
    background: none;
    border: none;
    color: #002f39;
    height: 100%;
    text-transform: uppercase;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    font-weight: 700;
    font-size: 21px;
}

@media (min-width: 768px) {
    .search-opener input[type="search"] {
        padding: 20px 72px 20px 10px;
        font-size: 25px;
    }
}

.search-focus .search-opener input[type="search"] {
    padding: 30px 42px 15px 17px;
}

@media (min-width: 768px) {
    .search-focus .search-opener input[type="search"] {
        padding: 34px 70px 8px 28px;
    }
}

.search-opener [type="submit"] {
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (min-width: 768px) {
    .search-opener [type="submit"] {
        transform: translateY(-50%);
        padding: 13px 8px;
        right: 34px;
    }
}

.search-focus .search-opener [type="submit"] {
    pointer-events: auto;
}

.search-drop {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    bottom: -9999px;
    z-index: 9999;
    display: none;
    font-size: 16px;
    line-height: 22px;
    max-height: calc(100vh - 53px);
}

@media (min-width: 768px) {
    .search-drop {
        right: -3px;
        top: calc(100% + 3px);
        width: calc(100vw - 212px);
        max-height: calc(100vh - 80px);
        overflow: auto;
    }
}

@media (min-width: 1440px) {
    .search-drop {
        width: 1007px;
    }
}

.search-focus .search-drop {
    opacity: 1;
    display: block;
}

.sticky-active .header-real .search-drop {
    display: none;
}

.search-list {
    display: none;
    background: #d0e4d8;
    border-bottom: 3px solid #fff;
}

@media (min-width: 768px) {
    .search-list {
        border-right: 3px solid #fff;
    }
}

@media (min-width: 1440px) {
    .search-list {
        border-left: 3px solid #fff;
    }
}

.search-list li + li {
    border-top: 1px solid #afc6be;
}

.search-list li.item-active a {
    background: #afc6be;
}

@media (max-width: 767px) {
    .search-list li:last-child img {
        width: 28px;
        margin: 0 3px;
    }
}

.search-list a {
    transition: background 0.2s ease-in-out;
    padding: 15px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .search-list a {
        padding: 20px;
    }
}

@media (min-width: 1024px) {
    .search-list a {
        padding: 35px 28px 38px;
    }
}

.search-list a:hover {
    background: #afc6be;
}

@media (max-width: 767px) {
    .search-list img {
        width: 34px;
    }
}

.search-list img + .item-text {
    margin: 0 0 0 13px;
}

@media (min-width: 768px) {
    .search-list img + .item-text {
        margin-left: 32px;
    }
}

.search-list .item-text {
    color: #313131;
}

@media (min-width: 768px) {
    .search-list .item-text {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .search-list .item-text p {
        display: none;
    }
}

.search-list .title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

@media (min-width: 768px) {
    .search-list .title {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

.search-list p {
    margin: 0;
}

#nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.nav-opener {
    transition: background 0.2s ease-in-out;
    background: #af8a56;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 11px 10px 10px;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 3px solid #fff;
}

@media (min-width: 768px) {
    .nav-opener {
        padding: 23px 49px 21px 34px;
        min-width: 217px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .nav-opener {
        padding: 23px 49px 21px 36px;
    }
}

.nav-opener:hover,
.nav-opener:focus {
    color: #fff;
}

.nav-opener:hover {
    background: #a07d4c;
}

.nav-opener > span {
    margin-right: 27px;
}

@media (max-width: 767px) {
    .nav-opener > span {
        display: none;
    }
}

@media (min-width: 768px) {
    .nav-active .nav-opener .close {
        display: block;
    }
}

.nav-active .nav-opener .open {
    display: none;
}

.nav-opener .close {
    display: none;
}

.opener-menu {
    width: 33px;
    height: 30px;
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
}

@media (min-width: 768px) {
    .opener-menu {
        width: 46px;
        height: 30px;
    }
}

.opener-menu:before,
.opener-menu:after,
.opener-menu span {
    transition: transform 0.2s ease-in-out;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 15%;
    right: 15%;
    height: 3px;
    border-radius: 2px;
    margin-top: -2px;
}

.opener-menu span {
    left: 30%;
}

.opener-menu:before,
.opener-menu:after {
    content: "";
    top: 8px;
}

.opener-menu:after {
    top: 24px;
}

.opener-menu:hover {
    opacity: 0.9;
}

.nav-active .opener-menu span {
    opacity: 0;
}

.nav-active .opener-menu:after,
.nav-active .opener-menu:before {
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%;
}

.nav-active .opener-menu:after {
    transform: rotate(-45deg);
}

.fixed-position .opener-menu {
    width: 36px;
    height: 25px;
}

.fixed-position .opener-menu:before,
.fixed-position .opener-menu:after,
.fixed-position .opener-menu span {
    top: 12px;
    border-radius: 0;
    height: 2px;
}

.nav-active .fixed-position .opener-menu:before,
.nav-active .fixed-position .opener-menu:after,
.nav-active .fixed-position .opener-menu span {
    top: 12px;
}

.fixed-position .opener-menu:before {
    top: 6px;
}

.fixed-position .opener-menu:after {
    top: 18px;
}

.nav-drop {
    transition: margin 0.6s ease-in-out;
    background: #af8a56;
    color: #fff;
    overflow: auto;
    position: absolute;
    top: calc(100% + 3px);
    width: 100vw;
    right: 0;
    bottom: 0;
    min-height: calc(100vh - 53px);
    z-index: 9999;
    margin-right: -100vw;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .nav-drop {
        width: 387px;
        margin-right: -387px;
        min-height: calc(100vh - 75px);
    }
}

.nav-active .nav-drop {
    margin-right: 0;
}

.nav-drop li {
    list-style: none;
}

.nav-drop a {
    color: inherit;
}

.accordion {
    margin: 0;
    padding: 0 0 12px;
    font-size: 18px;
    letter-spacing: 0.04em;
}

.accordion li.current_page_item > .links > a {
    background: #6c5433;
}

.accordion li.parent-block-active > .links > a,
.accordion li:hover > .links > a {
    background: #6c5433;
}

.accordion li.parent-block-active .slider .active > .links > a,
.accordion li:hover .slider .active > .links > a {
    background: #8f6f43;
}

.accordion .item.parent-block-active .opener:before {
    transform: rotate(225deg) translateY(-50%);
    margin-top: -7px;
}

.accordion .item:not(.parent-block-active) .slider {
    overflow: hidden;
    max-height: 0;
}

.accordion .slider {
    transition: max-height 0.2s ease-in-out;
    max-height: 1000px;
}

.accordion .important-item {
    background: #9d7c4d;
}

.accordion .important-item + .important-item {
    border-top: 1px solid #7e633e;
}

.accordion .important-item + .menu-item:not(.important-item) {
    margin-top: 15px;
}

.accordion .important-item > a:not(.opener) {
    padding: 17px 60px 17px 30px;
}

@media (min-width: 768px) {
    .accordion .important-item > a:not(.opener) {
        padding: 17px 65px 17px 39px;
    }
}

.accordion .links {
    display: block;
    position: relative;
    overflow: hidden;
}

.accordion .links img {
    margin: 3px 17px 0 0;
}

.accordion a {
    transition: background 0.2s ease-in-out;
}

.accordion a:hover {
    background: #836943;
}

.accordion a:not(.opener) {
    display: block;
    padding: 10px 30px 11px;
}

@media (min-width: 768px) {
    .accordion a:not(.opener) {
        padding: 10px 39px 11px;
    }
}

.accordion .opener {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-top: -6px;
    width: 70px;
}

.accordion .opener:before {
    transition: transform 0.2s ease-in-out;
    width: 15px;
    height: 15px;
    content: "";
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    top: 50%;
    right: 17px;
    margin-top: -4px;
}

@media (min-width: 768px) {
    .accordion .opener:before {
        right: 34px;
    }
}

.accordion .list {
    padding-left: 0;
    font-size: 14px;
}

.accordion .list a {
    padding: 10px 60px;
}

.add-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 16px;
    font-size: 13px;
    max-width: calc(100% - 60px);
    margin: 0 auto 27px;
}

@media (min-width: 768px) {
    .add-nav {
        max-width: calc(100% - 76px);
    }
}

.add-nav li {
    position: relative;
}

.add-nav li:before {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    bottom: 0;
    transform: skew(0deg);
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .add-nav li:before {
        left: -10px;
        right: -10px;
    }
}

.add-nav li.active:before,
.add-nav li:hover:before {
    opacity: 0.2;
    visibility: visible;
    /*transform: skew(-15deg);*/
}

@media (min-width: 768px) {
    .add-nav li.active:before,
    .add-nav li:hover:before {
        /* transform: skew(-30deg);*/
    }
}

.add-nav li.active a,
.add-nav li:hover a {
    color: #002f39;
}

.add-nav a {
    position: relative;
    display: block;
    padding: 7px 0 8px 3px;
}

.phone-block {
    padding-bottom: 40px;
}

.phone-block .btn,
.phone-block .navigation .next,
.navigation .phone-block .next,
.phone-block .navigation .prev,
.navigation .phone-block .prev,
.phone-block .navigation-comments .next,
.navigation-comments .phone-block .next,
.phone-block .navigation-comments .prev,
.navigation-comments .phone-block .prev,
.phone-block .nav-links .next,
.nav-links .phone-block .next,
.phone-block .nav-links .prev,
.nav-links .phone-block .prev,
.phone-block .navigation-single .next,
.navigation-single .phone-block .next,
.phone-block .navigation-single .prev,
.navigation-single .phone-block .prev {
    transition: background 0.2 ease-in-out, color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    display: block;
    padding: 17px 20px;
    text-align: center;
    font-size: 22px;
    /* border: 1px solid #002f39; */
}

@media (min-width: 768px) {
    .phone-block .btn,
    .phone-block .navigation .next,
    .navigation .phone-block .next,
    .phone-block .navigation .prev,
    .navigation .phone-block .prev,
    .phone-block .navigation-comments .next,
    .navigation-comments .phone-block .next,
    .phone-block .navigation-comments .prev,
    .navigation-comments .phone-block .prev,
    .phone-block .nav-links .next,
    .nav-links .phone-block .next,
    .phone-block .nav-links .prev,
    .nav-links .phone-block .prev,
    .phone-block .navigation-single .next,
    .navigation-single .phone-block .next,
    .phone-block .navigation-single .prev,
    .navigation-single .phone-block .prev {
        max-width: calc(100% - 76px);
    }
}

.phone-block .btn:hover,
.phone-block .navigation .next:hover,
.navigation .phone-block .next:hover,
.phone-block .navigation .prev:hover,
.navigation .phone-block .prev:hover,
.phone-block .navigation-comments .next:hover,
.navigation-comments .phone-block .next:hover,
.phone-block .navigation-comments .prev:hover,
.navigation-comments .phone-block .prev:hover,
.phone-block .nav-links .next:hover,
.nav-links .phone-block .next:hover,
.phone-block .nav-links .prev:hover,
.nav-links .phone-block .prev:hover,
.phone-block .navigation-single .next:hover,
.navigation-single .phone-block .next:hover,
.phone-block .navigation-single .prev:hover,
.navigation-single .phone-block .prev:hover {
    background: #fff;
    color: #002f39;
}

@media (min-width: 768px) {
    .phone-block .btn:hover,
    .phone-block .navigation .next:hover,
    .navigation .phone-block .next:hover,
    .phone-block .navigation .prev:hover,
    .navigation .phone-block .prev:hover,
    .phone-block .navigation-comments .next:hover,
    .navigation-comments .phone-block .next:hover,
    .phone-block .navigation-comments .prev:hover,
    .navigation-comments .phone-block .prev:hover,
    .phone-block .nav-links .next:hover,
    .nav-links .phone-block .next:hover,
    .phone-block .nav-links .prev:hover,
    .nav-links .phone-block .prev:hover,
    .phone-block .navigation-single .next:hover,
    .navigation-single .phone-block .next:hover,
    .phone-block .navigation-single .prev:hover,
    .navigation-single .phone-block .prev:hover {
        /* box-shadow: 5px 5px 0 2px #002f39; */
    }
}

.header-fake {
    display: none !important;
    opacity: 1;
    visibility: visible;
    border: none;
    background: rgba(0, 47, 57, 0.97);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .header-fake.sticky {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.header-fake .logo {
    left: 34px;
}

.header-fake .logo-static {
    display: none;
}

.header-fake .logo-fixed {
    display: block;
    margin-top: -6px;
}

.header-fake .logo-fixed .fixed-text {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}

.header-fake .nav-opener,
.header-fake .search-opener {
    border-left: none;
    padding: 0;
    background: none;
}

.header-fake .nav-opener span,
.header-fake .search-opener span {
    font-size: 0;
    line-height: 0;
}

.header-fake .nav-opener {
    color: #fff;
    margin-right: 34px;
    width: 39px;
}

@media (min-width: 768px) {
    .header-fake .nav-opener {
        min-width: 39px;
    }
}

.header-fake .nav-opener > span {
    margin: 0;
}

@media (min-width: 768px) {
    .header-fake .nav-drop {
        height: calc(100vh - 61px);
        top: 61px;
        position: fixed;
    }
}

.header-fake .search-box {
    background: none;
    width: auto;
    margin-right: 14px;
}

.search-focus .header-fake .search-box,
.search-active .header-fake .search-box {
    width: 400px;
}

.header-fake .search-opener input[type="search"] {
    padding: 14px 5px;
}

.search-focus .header-fake .search-opener input[type="search"],
.search-active .header-fake .search-opener input[type="search"] {
    background: #d0e4d8;
    padding: 13px 50px 15px 30px;
}

.search-focus .header-fake .search-opener input[type="search"] {
    padding: 20px 50px 8px 30px;
}

.header-fake .search-opener [type="submit"] {
    right: 0;
}

.header-fake .search-opener [type="submit"]:before {
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(images/search-white.svg) no-repeat;
    background-size: 22px 22px;
}

.header-fake .search-opener [type="submit"] img {
    opacity: 0;
}

.search-focus .header-fake .search-opener [type="submit"]:before,
.search-active .header-fake .search-opener [type="submit"]:before {
    display: none;
}

.search-focus .header-fake .search-opener [type="submit"] img,
.search-active .header-fake .search-opener [type="submit"] img {
    opacity: 1;
}

.header-fake .search-drop {
    top: 100%;
    right: 0;
}

@media (min-width: 768px) {
    .header-fake .search-list {
        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
    }
}

#main {
    position: relative;
}

#main:before,
#main:after {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    background: rgba(0, 47, 57, 0.9);
    content: "";
    position: absolute;
    top: 0;
    bottom: -9999px;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.nav-visible #main:before,
.search-focus #main:before,
.search-mobile-active #main:before,
.nav-visible #main:after,
.search-focus #main:after,
.search-mobile-active #main:after {
    opacity: 1;
    visibility: visible;
}

.resize-active #main:before,
.resize-active #main:after {
    opacity: 0;
}

#main:after {
    background: none;
}

@media (min-width: 768px) {
    #main:after {
        transition: margin 0.6s ease-in-out;
        background: #af8a56;
        left: auto;
        opacity: 1;
        visibility: visible;
        margin-right: -387px;
        width: 387px;
    }
}

.nav-visible #main:after {
    margin-right: 0;
}

.resize-active #main:after {
    opacity: 0;
}

.main-content {
    position: relative;
}

.color-button {
    display: -ms-flexbox;
    display: flex;
    max-width: 1206px;
    margin: 0 auto;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 17px;
}

@media (min-width: 1024px) {
    .color-button {
        font-size: 23px;
    }
}

.default-carousel + .color-button {
    margin-top: -3px;
}

.color-button a {
    transition: opacity 0.2s ease-in-out;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: #af8a56;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    text-transform: uppercase;
    padding: 16px 11px;
}

@media (min-width: 768px) {
    .color-button a {
        padding: 20px;
    }
}

@media (min-width: 1024px) {
    .color-button a {
        padding: 26px 20px;
    }
}

@media (min-width: 1206px) {
    .color-button a {
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
    }
}

@media (min-width: 1440px) {
    .color-button a {
        padding: 26px 35px;
    }
}

.color-button a + a {
    border-left: 3px solid #fff;
}

@media (min-width: 1024px) {
    .color-button a + a {
        width: calc(50% + 3px);
        margin-left: -3px;
    }
}

.color-button a:hover {
    opacity: 0.9;
}

.color-button a.privat {
    background: #002f39;
}

.color-button a.privat img {
    width: 26px;
}

@media (min-width: 768px) {
    .color-button a.privat img {
        width: 40px;
    }
}

.color-button a.profession img {
    width: 23px;
}

@media (min-width: 768px) {
    .color-button a.profession img {
        width: 41px;
    }
}

.color-button img {
    margin-right: 14px;
}

@media (min-width: 768px) {
    .color-button img {
        margin-right: 25px;
    }
}

.main-holder,
.main-frame {
    padding: 0;
}

@media (min-width: 768px) {
    .main-holder,
    .main-frame {
        max-width: 1200px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {
    .main-holder,
    .main-frame {
        margin-bottom: 52px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width: 1024px) {
    .main-holder > *,
    .main-frame > * {
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
    }
}

.main-holder aside > *,
.main-frame aside > * {
    border-top: 3px solid #fff;
}

@media (min-width: 768px) {
    .main-holder.three-columns #content,
    .main-frame.three-columns #content {
        width: 65%;
    }
}

@media (min-width: 1024px) {
    .main-holder.three-columns #content,
    .main-frame.three-columns #content {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .main-holder.only-menu #sidebar,
    .main-frame.only-menu #sidebar {
        display: none;
    }
}

.main-holder.only-mobile-menu.not-has-pages-menu .aside,
.main-frame.only-mobile-menu.not-has-pages-menu .aside {
    display: none;
}

@media (max-width: 1023px) {
    .main-holder.only-mobile-menu .aside,
    .main-frame.only-mobile-menu .aside {
        display: none;
    }
}

@media (max-width: 1023px) {
    .main-holder.only-mobile-menu #content,
    .main-frame.only-mobile-menu #content {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .main-holder .menu-mobile,
    .main-frame .menu-mobile {
        display: none;
    }
}

.main-holder .menu-desktop:empty,
.main-frame .menu-desktop:empty {
    display: none;
}

@media (min-width: 768px) {
    .main-frame {
        max-width: 1120px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 50px;
    }
}

[id="content"] {
    background: #fff;
    position: relative;
    z-index: 4;
    padding: 20px 20px 29px 17px;
    letter-spacing: 0.03em;
    width: 100%;
}

@media (min-width: 768px) {
    [id="content"] {
        padding: 20px 15px 20px;
    }
}

@media (min-width: 1024px) {
    [id="content"] {
        padding: 49px 51px 20px;
        letter-spacing: 0.005em;
    }
}

.container [id="content"],
.section-employees [id="content"] {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.container [id="content"] .employees-list,
.section-employees [id="content"] .employees-list {
    margin-left: 0;
    margin-right: 0;
}

[id="content"] .content-img {
    margin-bottom: 29px;
    border-bottom: 3px solid #002f39;
}

[id="content"] .content-img img {
    width: 100%;
}

[id="content"] p + h2,
[id="content"] p + h3 {
    padding-top: 27px;
}

[id="content"] h2 {
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 16px;
}

[id="content"] a:not(.read-more-accordion-toggle) {
    border-bottom: 1px dashed #af8a56;
}

[id="content"] a:hover {
    border-color: transparent;
}

[id="content"] .note {
    font-size: 21px;
    line-height: 1.43;
}

[id="content"] .note p {
    margin-bottom: 22px;
}

.employee-article {
    background: #f2f2f2;
    position: relative;
    padding: 15px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .employee-article {
        background: #f2f2f2;
        max-width: 729px;
        padding: 35px !important;
    }
}

@media (min-width: 1024px) {
    .employee-article {
        padding: 68px 92px 70px 70px !important;
        padding-bottom: 122px;
    }
}

.employee-article:before {
    content: "";
    background: #f2f2f2;
    position: absolute;
    right: 100%;
    left: -9999px;
    top: 0;
    bottom: 0;
}

.employee-article:after {
    content: "";
    background: #f2f2f2;
    position: absolute;
    right: -9999px;
    left: 100%;
    bottom: 0;
    height: 1px;
}

.employee-article h2,
.employee-article h3 {
    text-transform: uppercase;
}

.employee-article p + h3 {
    padding-top: 8px;
}

@media (min-width: 1024px) {
    .employee-article h3 {
        font-size: 20px;
        margin-bottom: 9px;
    }
}

.section-employees {
    display: none;
}

#filter-content.hide-statements .section-employees .statement {
    display: none;
}

.section-employees.visible {
    display: block;
}

.section-employees h3 {
    text-transform: uppercase;
    letter-spacing: 0;
}

.employees-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .employees-list {
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .employees-list {
        margin: 0 -40px 50px;
    }
}

.employees-list a {
    border: none;
}

.employees-list .lawyer-card {
    width: 100%;
    border: 2px solid #fff;
    border-width: 0 2px 3px 1px;
}

@media (min-width: 480px) {
    .employees-list .lawyer-card {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .employees-list .lawyer-card {
        width: 33.333%;
    }
}

@media (min-width: 1024px) {
    .employees-list .lawyer-card {
        width: 25%;
    }
}

.personal-block {
    margin-top: -51px;
    padding-bottom: 28px;
    position: relative;
}

@media (min-width: 768px) {
    .personal-block .container,
    .personal-block .section-employees {
        display: -ms-flexbox;
        display: flex;
    }
}

.personal-block .img {
    border: 3px solid #fff;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .personal-block .img {
        margin-right: 39px;
        margin-bottom: 0;
    }
}

.personal-block .img img {
    width: 100%;
}

.personal-block .content {
    max-width: 460px;
}

@media (min-width: 768px) {
    .personal-block .content {
        padding-top: 102px;
    }
}

.personal-block .category {
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    display: block;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.personal-block .category > * {
    background: #002f39;
    color: #fff;
    padding: 2px 4px;
    display: inline-block;
    vertical-align: top;
}

.personal-block .category > *[href]:hover {
    opacity: 0.8;
}

.personal-block h2 {
    line-height: 1.29;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .personal-block h2 {
        font-size: 31px;
    }
}

.personal-block h2 a {
    color: inherit;
}

.personal-block h2 a:hover {
    color: #af8a56;
}

.personal-block .footer-text {
    font-size: 14px;
    padding-top: 12px;
    letter-spacing: 0.04em;
}

.personal-block .footer-text .date {
    margin-left: 14px;
    padding-left: 15px;
}

.personal-block .footer-text .img-circle {
    background: #ededed;
    margin-right: 15px;
}

.info-block {
    border-top: 3px solid #fff;
    margin-bottom: 7px;
}

.info-block.blue-box {
    transition: opacity 0.2s ease-in-out;
    background: #002832;
    display: -ms-flexbox;
    display: flex;
}

.info-block.blue-box:hover {
    background: #002832;
    opacity: 0.8;
}

.info-block.gold-box {
    transition: opacity 0.2s ease-in-out;
    background: #af8a56;
    display: -ms-flexbox;
    display: flex;
}

.info-block.gold-box:hover {
    background: #af8a56;
    opacity: 0.8;
}

.info-block.green-box {
    transition: opacity 0.2s ease-in-out;
    background: #d0e4d8;
    display: -ms-flexbox;
    display: flex;
}

.info-block.green-box:hover {
    background: #d0e4d8;
    opacity: 0.8;
}

.info-block:hover {
    opacity: 1 !important;
}

.info-block.block-reverse {
    margin: 0;
    border-bottom: 3px solid #fff;
}

@media (min-width: 768px) {
    .info-block.block-reverse .container,
    .info-block.block-reverse .section-employees {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) {
    .info-block.block-reverse .last-posts,
    .info-block.block-reverse .title {
        margin: 0 0 0 auto;
    }
}

.info-block.blue-text .img-block {
    color: #002f39;
}

.info-block.blue-text .logo-company {
    background: url(images/logo-a-blue.svg) no-repeat 50% 50%;
}

.info-block.blue-text .img-text > * {
    display: block;
}

.info-block.blue-text .img-text strong {
    margin-bottom: 4px;
}

.info-block.gold-text .img-block {
    color: #af8a56;
}

.info-block.gold-text .logo-company {
    background: url(images/logo-a-gold.svg) no-repeat 50% 50%;
}

.info-block.gold-text .dates-box {
    color: #fff;
}

.info-block.gold-text .dates-box li + li {
    border-color: rgba(255, 255, 255, 0.2);
}

.info-block.green-text .img-block {
    color: #d0e4d8;
}

.info-block.green-text .logo-company {
    background: url(images/logo-a-green.svg) no-repeat 50% 50%;
}

.info-block.green-text .dates-box {
    color: #d0e4d8;
}

.info-block.green-text .dates-box li + li {
    border-color: rgba(208, 228, 216, 0.2);
}

.info-block .container,
.info-block .section-employees {
    width: 100%;
}

@media (min-width: 768px) {
    .info-block .container,
    .info-block .section-employees {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center;
    }
}

.info-block .img-block {
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.05em;
    padding-top: 20px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    font-size: 17px;
}

@media (min-width: 768px) {
    .info-block .img-block {
        width: 48.8%;
        padding-right: 19px;
    }
}

.info-block .img-block a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
}

.info-block .img-block a:hover {
    opacity: 0.8;
}

.info-block .logo-company {
    width: 116px;
    height: 93px;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
}

.info-block .dates-box {
    background: none;
    color: #313131;
    margin-bottom: 0;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .info-block .dates-box {
        padding: 44px 0 50px;
        width: 51.2%;
    }
}

.info-block .dates-box:before {
    display: none;
}

.info-block .dates-box .title {
    font-size: 20px;
}

.info-block .dates-box li + li {
    border-top: 1px solid rgba(0, 47, 57, 0.2);
    padding-top: 21px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .info-block .last-posts,
    .info-block .title {
        max-width: 458px;
    }
}

.bg-paralax {
    position: relative;
}

.bg-paralax .bg-img {
    background-size: cover;
}

@media (min-width: 1024px) {
    .bg-paralax .bg-img {
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) {
    .bg-paralax .visual .bg-img,
    .bg-paralax .visual .overlay,
    .bg-paralax .visual .visual-info .bg-overlay,
    .visual-info .bg-paralax .visual .bg-overlay {
        display: none;
    }
}

.bg-paralax .overlay,
.bg-paralax .visual-info .bg-overlay,
.visual-info .bg-paralax .bg-overlay {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bg-paralax > * {
    position: relative;
}

.visual {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 18px;
    line-height: 1.45;
    padding: 24px 0 19px;
}

@media (min-width: 768px) {
    .visual {
        padding: 40px 0;
        line-height: 1.556;
    }
}

.visual.visual-main {
    line-height: 1.48;
    font-size: 18px;
    color: #002f39;
    text-align: center;
    padding: 61px 0 46px;
}

@media (min-width: 768px) {
    .visual.visual-main {
        font-size: 20px;
        line-height: 1.435;
        text-align: left;
        padding: 40px 0;
    }
}

@media (min-width: 1024px) {
    .visual.visual-main {
        font-size: 23px;
    }
}

.visual.visual-main .visual-text {
    min-height: 220px;
    padding: 10px 20px;
    max-width: 755px;
}

@media (min-width: 768px) {
    .visual.visual-main .visual-text {
        min-height: 548px;
        padding: 53px 20px 0 130px;
    }
}

@media (min-width: 1024px) {
    .visual.visual-main .visual-text {
        padding-left: 96px;
    }
}

.visual.visual-main h1 {
    font-size: 27px;
}

@media (min-width: 768px) {
    .visual.visual-main h1 {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .visual.visual-main h1 {
        font-size: 48px;
    }
}

@media (min-width: 768px) {
    .visual.visual-main p > span {
        display: block;
    }

    .visual.visual-main p > span:nth-child(2) {
        padding-left: 41px;
    }

    .visual.visual-main p > span:nth-child(3) {
        padding-left: 56px;
    }

    .visual.visual-main p > span:nth-child(4) {
        padding-left: 71px;
    }

    .visual.visual-main p > span:nth-child(5) {
        padding-left: 86px;
    }

    .visual.visual-main p > span:first-child {
        padding-left: 26px;
    }
}

@media (max-width: 767px) {
    .color-button + .visual {
        padding-bottom: 44px;
    }
}

.visual .visual-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 12px 16px 0;
    min-height: 254px;
    width: 100%;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    position: relative;
}

@media (min-width: 768px) {
    .visual .visual-text {
        min-height: 355px;
        padding: 12px 20px 0;
    }
}

.visual a {
    color: inherit;
}

.visual a:hover {
    color: #af8a56;
}

.visual h1 {
    position: relative;
    text-transform: uppercase;
    line-height: 1.063;
    letter-spacing: 0.04em;
    margin-bottom: 17px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .visual h1 {
        margin-bottom: 26px;
    }
}

@media (min-width: 768px) {
    .visual h1:before {
        width: 54px;
        height: 183px;
        background: #002f39;
        content: "";
        transform: skew(25deg);
        position: absolute;
        left: -91px;
        top: -2px;
    }
}

.visual h1 strong {
    display: block;
}

@media (min-width: 768px) {
    .visual h1 strong {
        display: inline;
    }
}

.visual h2 {
    font-weight: normal;
    font-size: 27px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .visual h2 {
        font-size: 35px;
        margin-bottom: 19px;
    }
}

.visual p {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .visual p {
        margin-bottom: 32px;
    }
}

.visual .btn,
.visual .navigation .next,
.navigation .visual .next,
.visual .navigation .prev,
.navigation .visual .prev,
.visual .navigation-comments .next,
.navigation-comments .visual .next,
.visual .navigation-comments .prev,
.navigation-comments .visual .prev,
.visual .nav-links .next,
.nav-links .visual .next,
.visual .nav-links .prev,
.nav-links .visual .prev,
.visual .navigation-single .next,
.navigation-single .visual .next,
.visual .navigation-single .prev,
.navigation-single .visual .prev {
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
    padding: 14px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    font-size: 18px;
}

.visual .btn:hover,
.visual .navigation .next:hover,
.navigation .visual .next:hover,
.visual .navigation .prev:hover,
.navigation .visual .prev:hover,
.visual .navigation-comments .next:hover,
.navigation-comments .visual .next:hover,
.visual .navigation-comments .prev:hover,
.navigation-comments .visual .prev:hover,
.visual .nav-links .next:hover,
.nav-links .visual .next:hover,
.visual .nav-links .prev:hover,
.nav-links .visual .prev:hover,
.visual .navigation-single .next:hover,
.navigation-single .visual .next:hover,
.visual .navigation-single .prev:hover,
.navigation-single .visual .prev:hover {
    color: #fff;
}

.bg-img {
    background-size: cover;
    background-position: 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .bg-img {
        background-position: 50% 0;
    }
}

.bg-img.blur-effect {
    filter: blur(3px);
}

.visual-banner {
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 73px 0;
}

.visual-banner.no-padding {
    padding: 0 0;
}

@media (min-width: 768px) {
    .visual-banner {
        padding: 125px 0;
    }
}

.visual-banner .overlay,
.visual-banner .visual-info .bg-overlay,
.visual-info .visual-banner .bg-overlay {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.visual-banner .visual-text {
    position: relative;
    font-size: 16px;
    min-height: 100px;
}

@media (min-width: 768px) {
    .visual-banner .visual-text {
        max-width: 1022px;
        min-height: 120px;
        font-size: 20px;
        padding-top: 29px;
        padding-left: 80px;
    }
}

@media (min-width: 1024px) {
    .visual-banner .visual-text {
        padding-bottom: 47px;
    }
}

.visual-banner .visual-box {
    max-width: 700px;
    line-height: 1.65;
}

@media (min-width: 768px) {
    .visual-banner .visual-box {
        line-height: 29px;
    }
}

.visual-banner h1 {
    font-weight: bold;
    color: #002f39;
    padding: 0 0 0 32px;
}

@media (min-width: 768px) {
    .visual-banner h1 {
        padding: 0;
    }
}

.visual-banner h1:before {
    width: 8px;
    height: 26px;
    background: #002f39;
    content: "";
    transform: skew(25deg);
    position: absolute;
    left: 5px;
    top: 0;
}

@media (min-width: 768px) {
    .visual-banner h1:before {
        width: 16px;
        height: 57px;
        left: -35px;
    }
}

@media (min-width: 1024px) {
    .visual-banner h1:before {
        left: -65px;
    }
}

.visual-banner p {
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .visual-banner p {
        margin-bottom: 29px;
    }
}

@media (min-width: 1024px) {
    #employee_details_bottom {
        display: none;
    }
}

@media (max-width: 1023px) {
    #employee_details_top {
        display: none;
    }

    .single-employee .visual-banner .bg-img {
        background-size: 100% !important;
        background-position: initial !important;
        background-repeat: no-repeat;
    }

    #employee_details_bottom img.employee-img {
        width: 100%;
    }

    #employee_details_bottom .visual-info {
        padding-top: 0;
        min-height: auto;
        align-items: inherit;
    }

    #employee_details_bottom .box {
        max-width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #employee_details_bottom h1 {
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    #employee_details_bottom .box {
    }
}

.footer-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    color: rgba(49, 49, 49, 0.7);
}

.footer-text .img-circle {
    margin-right: 20px;
}

.footer-text .date {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.footer-text .date:before {
    width: 1px;
    height: 16px;
    background: rgba(49, 49, 49, 0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-text a {
    color: inherit;
}

.footer-text a:hover {
    color: #af8a56;
}

.img-circle {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.visual-info {
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    color: #313131;
    min-height: 404px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding-top: 45px;
}

.visual-info .box {
    position: relative;
    max-width: 487px;
    padding: 25px 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .visual-info .box {
        padding: 42px 100px 42px 40px;
    }
}

@media (min-width: 1440px) {
    .visual-info .box {
        padding-left: 8px;
    }
}

.visual-info .box > * {
    position: relative;
}

@media (min-width: 480px) {
    .visual-info .bg-overlay {
        transform: skew(16.8deg);
        left: -9999px !important;
    }
}

.visual-info .title {
    position: relative;
    padding-bottom: 25px;
}

.visual-info .title:before {
    width: 51px;
    height: 3px;
    content: "";
    display: block;
    background: #002f39;
    position: absolute;
    bottom: 0;
    left: 0;
}

.visual-info .title span {
    font-size: 15px;
    letter-spacing: 0.05em;
}

.visual-info h1 {
    font-size: 35px;
    color: #313131;
    margin-bottom: 1px;
    padding-left: 0;
}

.visual-info h1:before {
    display: none;
}

.visual-info .dl-inline {
    padding: 25px 0 11px;
    font-size: 15px;
    letter-spacing: 0.035em;
}

.visual-info .dl-inline dt {
    font-weight: bold;
    width: 108px;
    padding: 0 5px 11px 0;
}

.visual-info .dl-inline dd {
    width: calc(100% - 110px);
}

.linkedin-contact {
    font-size: 15px;
    letter-spacing: 0.04em;
    display: -ms-flexbox;
    display: flex;
}

.linkedin-contact a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.linkedin-contact img {
    margin: 0 9px 0 0;
}

.slick-slider {
    line-height: 1.24;
}

.slick-slider *:focus {
    outline: none !important;
}

.slick-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
    display: none;
}

.slick-slider .post {
    float: none;
    max-width: none;
    display: block;
    margin: 0;
    border-top-width: 3px;
}

.slick-slider .post + .post {
    margin-top: 0;
}

.slick-slider .slick-arrow {
    display: none !important;
}

@media (min-width: 768px) {
    .slick-slider .slick-arrow {
        width: 57px;
        height: 70px;
        display: block !important;
        background: none;
        font-style: normal;
        border: none;
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        z-index: 20;
    }
}

.slick-slider .slick-arrow.slick-disabled {
    display: none !important;
}

.slick-slider .slick-arrow:hover {
    opacity: 0.8;
}

@media (min-width: 768px) {
    .slick-slider .slick-prev {
        background-image: url(images/arrow-left.png);
    }
}

@media (min-width: 768px) {
    .slick-slider .slick-next {
        background-image: url(images/arrow-right.png);
        left: auto;
        right: 0;
    }
}

.posts-list {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #ededed;
    height: auto;
    margin-bottom: 3px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 3px 2px;
}

@media (min-width: 768px) {
    .post {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .post {
        width: 33.333%;
    }
}

.post + .post {
    margin-top: -3px;
}

.post .img {
    overflow: hidden;
}

.post .img:hover img {
    transform: scale(1.05);
}

.post .img img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.post .item-text {
    padding: 12px 15px 15px;
}

@media (min-width: 768px) {
    .post .item-text {
        padding: 21px 25px 22px;
    }
}

.post .title {
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .post .title {
        line-height: 1.24;
    }
}

.post .title a {
    color: inherit;
    border: none !important;
}

.post .item-footer {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #8b9790;
    font-size: 11px;
    letter-spacing: 0.065em;
    padding-top: 24px;
}

@media (min-width: 768px) {
    .post .item-footer {
        letter-spacing: 0.04em;
        padding-top: 28px;
    }
}

.post .item-footer li {
    padding: 0 10px;
}

.post .item-footer li + li {
    position: relative;
}

.post .item-footer li + li:before {
    width: 1px;
    height: 10px;
    background: #8b9790;
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}

.post .item-footer a {
    color: inherit;
    border: none !important;
}

.post a {
    transition: opacity 0.2s ease-in-out;
}

.post a:hover {
    opacity: 0.8;
}

.post a:focus {
    outline: none;
}

.single ul.post-categories {
    list-style-type: none;
    padding-left: 0;
}

.single ul.post-categories li {
    display: inline-block;
    margin-bottom: 15px;
}

.single ul.post-categories li a {
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    background-color: #f3f3f3;
    border-bottom: 0;
}

.main-holder ~ .slick-carousel {
    margin-bottom: 49px;
}

.slick-carousel .slide:nth-child(even) {
    background: #d0e4d8;
}

.section-carousel {
    padding: 42px 0 58px;
}

.section-carousel.bg-gray {
    background: #ededed;
    padding-bottom: 55px;
}

.section-carousel.bg-gray .slide {
    background: #fff;
}

.section-carousel h3 {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .section-carousel h3 {
        font-size: 20px;
        margin-bottom: 22px;
    }
}

@media (min-width: 1024px) {
    .main-holder + .section-carousel {
        padding-top: 0;
    }
}

.fades {
    opacity: 0;
}

.default-carousel {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .default-carousel {
        margin-bottom: 0;
    }
}

.visual-main + .default-carousel {
    margin-bottom: 0;
}

.posts-carousel {
    padding-left: 30px;
    /* .container & {
    padding-left: 30px;
    margin-left: -40px;
  }*/
}

.posts-carousel .slick-list {
    overflow: visible;
}

.posts-carousel .slide {
    margin: 0 10px;
    border: none;
}

.posts-carousel .slick-prev {
    left: 30px;
}

@media (min-width: 768px) {
    .posts-carousel .slick-prev {
        left: 10px;
    }
}

@media (min-width: 1024px) {
    .posts-carousel .slick-prev {
        left: -30px;
    }
}

@media (min-width: 1440px) {
    .posts-carousel .slick-prev {
        left: -6vw;
    }
}

.posts-carousel .slick-next {
    right: 30px;
}

@media (min-width: 768px) {
    .posts-carousel .slick-next {
        right: 10px;
    }
}

@media (min-width: 1024px) {
    .posts-carousel .slick-next {
        right: -30px;
    }
}

@media (min-width: 1440px) {
    .posts-carousel .slick-next {
        right: -6vw;
    }
}

.menu-mobile {
    width: 100%;
}

.aside-menu {
    background: #d0e4d8;
    font-size: 14px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
}

@media (min-width: 1024px) {
    .aside-menu {
        padding-top: 24px;
    }
}

.aside-menu.active .mobile-opener {
    background: #002f39;
    color: #fff;
}

.aside-menu.active .mobile-opener span:before {
    border-color: #fff;
}

.aside-menu .title {
    display: block;
    position: relative;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    font-weight: normal;
}

.aside-menu .title .nav-showall:before {
    transition: transform 0.2s ease-in-out;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid rgba(0, 40, 50, 0.8);
    border-top: none;
    border-left: none;
    position: absolute;
    left: 6px;
    bottom: 4px;
    transform: rotate(135deg) translateX(-50%);
}

.aside-menu .title .nav-showall {
    opacity: 0.7;
    padding: 0;
    position: absolute;
    left: 6px;
    right: auto;
    bottom: 15px;
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    .aside-menu .title.has-arrow .anchestor-headline {
        padding-left: 43px;
    }
}

.aside-menu .title .nav-showall:hover {
    opacity: 1;
}

.aside-menu .title a {
    color: #002f39;
    display: block;
    padding: 15px 20px;
}

@media (min-width: 768px) {
    .aside-menu .title a {
        padding: 15px 39px;
    }
}

.aside-menu ul.menu-drop a {
    padding-left: 50px;
}

.aside-menu ul.menu-drop .menu-drop a {
    padding-left: 70px;
}

.aside-menu li {
    border-top: 1px solid rgba(0, 40, 50, 0.2);
}

.aside-menu li.parent-active > .links > .opener:before {
    transform: rotate(225deg) translateY(-50%);
    margin-top: -7px;
}

.aside-menu li.current_page_ancestor > .links {
    font-weight: bold;
}

.aside-menu li.current_page_ancestor .current_page_parent > .links {
    font-weight: normal;
}

.aside-menu li.current_page_item > .links {
    background: #002832;
    color: #fff;
}

.aside-menu li.current_page_item > .links > .opener:before {
    border-color: #fff;
}

.aside-menu li.parent-active > .links > .opener:before {
    transform: rotate(225deg) translateY(-50%);
    margin-top: -7px;
}

.aside-menu li:not(.parent-active) .slider {
    overflow: hidden;
    max-height: 0;
}

.aside-menu li > .links {
    display: block;
    position: relative;
    color: rgba(0, 40, 50, 0.8);
}

.aside-menu li > .links:hover {
    background: #002832;
    color: #fff;
}

.aside-menu li > .links:hover .opener:before {
    border-color: #fff;
}

.aside-menu li > .links > a {
    display: block;
    padding: 18px 20px 17px;
    color: inherit;
}

@media (min-width: 768px) {
    .aside-menu li > .links > a {
        padding: 18px 37px 17px;
    }
}

.aside-menu .opener {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 70px;
}

.aside-menu .opener:before {
    transition: transform 0.2s ease-in-out;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid rgba(0, 40, 50, 0.8);
    border-top: none;
    border-left: none;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    top: 50%;
    right: 17px;
    margin-top: -4px;
}

@media (min-width: 768px) {
    .aside-menu .opener:before {
        right: 15px;
    }
}

.aside-menu .slider {
    transition: max-height 0.2s ease-in-out;
    max-height: 1000px;
}

.aside-menu .slider .links a {
    padding-left: 40px;
}

@media (min-width: 768px) {
    .aside-menu .slider .links a {
        padding-left: 67px;
    }
}

.aside-menu .slider .slider .links a {
    padding-left: 60px;
}

@media (min-width: 768px) {
    .aside-menu .slider .slider .links a {
        padding-left: 102px;
    }
}

.aside-menu .mobile-opener {
    display: block;
    padding: 18px 17px 16px;
    font-size: 18px;
    text-transform: uppercase;
    color: #002f39;
}

@media (min-width: 1024px) {
    .aside-menu .mobile-opener {
        display: none;
    }
}

.aside-menu .mobile-opener:hover {
    background: #002f39;
    color: #fff;
}

.aside-menu .mobile-opener:hover span:before {
    border-color: #fff;
}

.aside-menu .mobile-opener span {
    position: relative;
}

.aside-menu .mobile-opener span:before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid #002f39;
    border-width: 0 1px 1px 0;
}

.dates-box {
    background: #002832;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 27px 64px 36px 0;
    margin-bottom: 25px;
    line-height: 19px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    font-size: 14px;
}

@media (min-width: 768px) {
    .dates-box {
        padding: 47px 20px 53px;
        margin-bottom: 0;
    }
}

.dates-box:before {
    background: url(images/logo-a-white.svg) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: -250px;
    bottom: -50px;
    opacity: 0.03;
}

.dates-box.green {
    background: #d0e4d8;
    color: #313131;
}

.dates-box.green:before {
    display: none;
}

.dates-box .title {
    text-transform: uppercase;
    display: block;
    padding: 0 18px 28px;
    font-size: 18px;
    font-weight: normal;
}

.dates-box ul {
    position: relative;
    padding: 0 10px;
    letter-spacing: 0.03em;
}

.dates-box li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.dates-box li + li {
    margin-top: 34px;
}

.dates-box a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}

.dates-box a[href]:hover {
    color: #af8a56;
}

.dates-box .date {
    display: block;
    text-align: center;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    font-size: 25px;
    min-width: 52px;
}

@media (min-width: 768px) {
    .dates-box .date {
        padding: 0 20px 0 0;
        min-width: 60px;
    }
}

.dates-box .date small {
    display: block;
    font-size: 11px;
    line-height: 1.1;
    padding-top: 5px;
}

#sidebar {
    width: 100%;
}

@media (max-width: 1023px) {
    #sidebar.hide-on-mobile {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    #sidebar {
        min-width: 25%;
        width: 25%;
    }
}

#sidebar:empty {
    display: none;
}

.main-frame #sidebar {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .main-frame #sidebar {
        min-width: 35%;
        width: 35%;
        padding: 35px 15px;
    }
}

@media (min-width: 1024px) {
    .main-frame #sidebar {
        padding: 65px 38px 20px 44px;
        min-width: 32.5%;
        width: 32.5%;
    }
}

.aside-box {
    background: #002f39;
    color: #fff;
    padding: 35px 35px 22px 15px;
    font-size: 15px;
    line-height: 1.56;
}

.aside-box a {
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
}

.aside-box a:hover {
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
}

@media (min-width: 1024px) {
    .aside-box {
        padding: 20px 33px 12px 39px;
    }
}

.aside-box .title {
    display: block;
    text-transform: uppercase;
    padding: 0 0 24px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    font-size: 18px;
}

@media (min-width: 1024px) {
    .aside-box .title {
        padding-top: 25px;
    }
}

.aside-box li {
    position: relative;
    padding: 0 0 23px 31px;
}

.aside-box li:before {
    width: 16px;
    height: 12px;
    background: url(images/checkmark.svg) no-repeat;
    background-size: 16px 12px;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
}

#fixed-box {
    z-index: 999;
    background: #f3f3f3;
    padding: 25px 15px 30px;
    margin-bottom: 19px;
}

@media (min-width: 1024px) {
    #fixed-box {
        overflow: auto;
        max-height: calc(100vh - 61px);
        padding: 47px 38px 34px;
    }
}

.search-focus #fixed-box,
.nav-visible #fixed-box {
    z-index: 1;
}

#fixed-box.dark-box {
    background: #002f39;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#fixed-box.dark-box:before {
    width: 200px;
    background: rgba(255, 255, 255, 0.03);
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    transform: skew(-20deg);
}

#fixed-box.dark-box > * {
    position: relative;
}

#fixed-box.dark-box .title {
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

#fixed-box.dark-box .title strong {
    display: block;
}

#fixed-box .title {
    display: block;
    margin-bottom: 23px;
    letter-spacing: 0.07em;
    line-height: 1.22;
    margin-right: -4px;
    text-transform: uppercase;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    font-size: 18px;
}

@media (min-width: 1024px) {
    #fixed-box .title {
        margin-bottom: 31px;
    }
}

#fixed-box .title strong {
    display: block;
}

#fixed-box .successSendClass .first-step {
    display: none;
}

#fixed-box .successSendClass .second-step {
    display: block;
}

#fixed-box .second-step {
    display: none;
    text-align: center;
    color: #af8a56;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
}

#fixed-box .second-step p {
    margin-bottom: 0;
}

#fixed-box input {
    width: 100%;
    border-color: transparent;
}

#fixed-box input + input {
    margin-top: 15px;
}

#fixed-box input.input-error {
    box-shadow: 0 0 0 2px red;
}

#fixed-box input[type="submit"] {
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    letter-spacing: 0.03em;
    font-size: 18px;
    margin-top: 22px;
}

@media (min-width: 1024px) {
    #fixed-box input[type="submit"] {
        margin-top: 24px;
    }
}

#fixed-box input[type="submit"]:hover {
    background: #fff;
    color: #002f39;
}

.aside {
    width: 100%;
}

@media (min-width: 768px) {
    .aside {
        min-width: 35%;
        width: 35%;
    }
}

@media (min-width: 1024px) {
    .aside {
        min-width: 25%;
        width: 25%;
    }
}

.aside:empty {
    display: none;
}

.sidebar-list {
    text-transform: uppercase;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    padding-top: 25px;
}

@media (min-width: 768px) {
    .sidebar-list {
        padding-top: 0;
    }
}

.sidebar-list .title {
    display: block;
    margin-bottom: 1px;
    font-size: 20px;
    font-weight: normal;
}

.sidebar-list .list {
    margin-bottom: 44px;
    font-size: 15px;
}

.sidebar-list li {
    border-bottom: 1px solid rgba(0, 47, 57, 0.16);
}

.sidebar-list a {
    padding: 19px 0 19px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}

.sidebar-list a:hover {
    background: rgba(0, 47, 57, 0.16);
}

@media (max-width: 767px) {
    .sidebar-list a {
        padding-left: 0;
    }

    .sidebar-list a:hover {
        background: transparent;
    }
}

.sidebar-list .icon {
    text-align: center;
    min-width: 35px;
    margin: 0 26px 0 0;
}

.filter-box {
    position: relative;
    padding-top: 97px;
}

.filter-box.loading * {
    pointer-events: none;
    cursor: default;
}

.filter-block {
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
    border-top: 3px solid #fff;
    background: #e5eaeb;
    margin-bottom: 39px;
}

.filter-block .container,
.filter-block .section-employees {
    padding: 0;
}

@media (min-width: 768px) {
    .filter-block .container,
    .filter-block .section-employees {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.filter-search {
    background: #d0e4d8;
    position: relative;
    padding: 15px 48px 9px 40px;
    border-bottom: 3px solid #fff;
    min-height: 58px;
}

@media (min-width: 768px) {
    .filter-search {
        border-right: 3px solid #fff;
        border-bottom: none;
    }
}

.filter-search:before {
    background: #d0e4d8;
    content: "";
    position: absolute;
    right: 100%;
    left: -9999px;
    top: 0;
    bottom: 0;
}

.filter-search [type="submit"] {
    background: none;
    pointer-events: none;
    cursor: default;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
}

.select2 {
    min-width: 211px;
}

.select2 .select2-search__field {
    cursor: pointer;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    letter-spacing: -0.01em;
}

.select2 .select2-search__field::-webkit-input-placeholder {
    color: #313131;
}

.select2 .select2-search__field::-moz-placeholder {
    opacity: 1;
    color: #313131;
}

.select2 .select2-search__field:-moz-placeholder {
    color: #313131;
}

.select2 .select2-search__field:-ms-input-placeholder {
    color: #313131;
}

.select2 .select2-search__field.placeholder {
    color: #313131;
}

.select2-results {
    background: #d0e4d8;
}

.select2-results li + li {
    border-top: 3px solid #fff;
}

.select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 0;
    background: #d0e4d8;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -4px;
    margin-left: -4px;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
        margin-left: 0;
    }
}

.select2-container--default .select2-selection--multiple li {
    margin-top: 4px !important;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: none;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background: #999;
}

.select2-container--default .select2-search__field {
    margin: 0 !important;
    height: auto;
    border-radius: 0;
    padding: 5px 4px 2px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 768px) {
    .select2-container--default .select2-search__field {
        padding: 0 !important;
    }
}

.select2-dropdown {
    border: none;
}

.filter-checkboxs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .filter-checkboxs {
        padding: 0 36px 0 0;
    }
}

.filter-checkboxs [type="checkbox"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.filter-checkboxs [type="checkbox"]:checked + .fake-input {
    border-color: #002f39;
}

.filter-checkboxs [type="checkbox"]:checked + .fake-input:before {
    opacity: 1;
}

.filter-checkboxs .checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

@media (min-width: 1024px) {
    .filter-checkboxs .checkbox {
        margin-left: 31px;
    }
}

.filter-checkboxs .fake-input {
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid rgba(0, 47, 57, 0.6);
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    min-width: 15px;
}

.filter-checkboxs .fake-input:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002f39;
    opacity: 0;
}

.filter-checkboxs .fake-label {
    cursor: pointer;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
}

.lawyer-card {
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    background: #f3f3f3;
    position: relative;
    min-height: 200px;
}

.lawyer-card.blue-box {
    transition: opacity 0.2s ease-in-out;
    background: #002832;
    display: -ms-flexbox;
    display: flex;
}

.lawyer-card.blue-box:hover {
    background: #002832;
    opacity: 0.8;
}

.lawyer-card.gold-box {
    transition: opacity 0.2s ease-in-out;
    background: #af8a56;
    display: -ms-flexbox;
    display: flex;
}

.lawyer-card.gold-box:hover {
    background: #af8a56;
    opacity: 0.8;
}

.lawyer-card.green-box {
    transition: opacity 0.2s ease-in-out;
    background: #d0e4d8;
    display: -ms-flexbox;
    display: flex;
}

.lawyer-card.green-box:hover {
    background: #d0e4d8;
    opacity: 0.8;
}

.lawyer-card.blue-text {
    color: #002832;
}

.lawyer-card.blue-text .logo-company {
    background: url(images/logo-a-blue.svg) no-repeat 50% 50%;
}

.lawyer-card.blue-text:hover {
    color: #002832;
}

.lawyer-card.blue-text a {
    color: inherit;
}

.lawyer-card.gold-text {
    color: #af8a56;
}

.lawyer-card.gold-text .logo-company {
    background: url(images/logo-a-gold.svg) no-repeat 50% 50%;
}

.lawyer-card.gold-text:hover {
    color: #af8a56;
}

.lawyer-card.gold-text a {
    color: inherit;
}

.lawyer-card.green-text {
    color: #d0e4d8;
}

.lawyer-card.green-text .logo-company {
    background: url(images/logo-a-green.svg) no-repeat 50% 50%;
}

.lawyer-card.green-text:hover {
    color: #d0e4d8;
}

.lawyer-card.green-text a {
    color: inherit;
}

@media (min-width: 768px) {
    .lawyer-card {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .lawyer-card {
        min-height: 413px;
    }
}

.lawyer-card:hover {
    background: #af8a56;
    color: #fff;
}

.lawyer-card:hover .profession {
    color: #fff;
}

.lawyer-card:hover .img:before {
    opacity: 0;
}

.lawyer-card .lawyer-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.lawyer-card .img {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.lawyer-card .img:before {
    transition: opacity 0.2s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    bottom: 0;
    box-shadow: inset 0 -15px 36px 12px rgba(0, 0, 0, 0.4);
}

.lawyer-card .img img {
    width: 100%;
}

.lawyer-card .text {
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    padding: 26px 17px 20px;
}

@media (min-width: 1024px) {
    .lawyer-card .text {
        padding: 29px 24px 41px 34px;
    }
}

.lawyer-card .name {
    display: block;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: normal;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
}

@media (min-width: 768px) {
    .lawyer-card .name {
        font-size: 16px;
        margin-bottom: 3px;
    }
}

.lawyer-card .profession {
    display: block;
    color: rgba(49, 49, 49, 0.7);
    font-size: 12px;
    letter-spacing: 0.05em;
}

.lawyer-card .text-box {
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 248px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.lawyer-card .logo-company {
    width: 51px;
    height: 41px;
    margin: 0 auto 16px;
}

.lawyer-card .title {
    margin-bottom: 10px;
    letter-spacing: 0.08em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
}

.dl-inline {
    padding-top: 15px;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dl-inline dt {
    font-weight: normal;
    width: 69px;
    padding: 0 5px 7px 0;
}

.dl-inline dd {
    width: calc(100% - 69px);
    margin: 0;
}

.dl-inline dd a {
    color: inherit;
    position: relative;
    z-index: 3;
}

.dl-inline dd a:hover {
    color: #002f39;
}

.aside-partners {
    padding: 20px 0 0;
    border-top: 1px solid #eaeaea;
}

@media (min-width: 768px) {
    .aside-partners {
        padding: 30px 0 12px;
    }
}

@media (min-width: 1024px) {
    .aside-partners {
        padding-bottom: 31px;
    }
}

@media (min-width: 1024px) {
    .aside-partners .container,
    .aside-partners .section-employees {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 20px 0 39px;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
}

@media (min-width: 768px) {
    .address {
        padding: 0 0 39px;
    }
}

@media (min-width: 1024px) {
    .address {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .address img {
        width: 46px;
    }
}

.address .text {
    margin-left: -8px;
}

.address span {
    display: block;
    letter-spacing: 0.03em;
}

.address span:nth-child(2) {
    padding-left: 28px;
}

.address span:nth-child(3) {
    padding-left: 42px;
}

.address span:nth-child(4) {
    padding-left: 56px;
}

.address span:nth-child(5) {
    padding-left: 70px;
}

.address span:first-child {
    padding-left: 14px;
}

@media (min-width: 768px) {
    .address span {
        letter-spacing: 0.04em;
    }
}

.address span + span {
    margin-top: 4px;
}

.address a {
    transition: color 0.2s ease-in-out;
    color: #002f39;
}

.address a[href*="tel"] {
    font-size: 22px;
}

@media (min-width: 768px) {
    .address a[href*="tel"] {
        font-size: 24px;
    }
}

.address a[href*="mailto:"] {
    max-width: 100%;
}

.address a:hover {
    color: #af8a56;
}

.partners-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 31px 0 14px;
    margin: 0 -10px;
}

@media (min-width: 1024px) {
    .partners-block {
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 -20px;
        padding: 0 0 0 24px;
    }
}

@media (min-width: 1440px) {
    .partners-block {
        padding-left: 88px;
        margin-right: -54px;
    }
}

@media (max-width: 1023px) {
    .partners-block:before {
        content: "";
        background: #ededed;
        position: absolute;
        height: 1px;
        left: -999px;
        width: 9999px;
        top: 0;
    }
}

.partners-block li {
    padding: 0 20px 18px;
    width: 50%;
    text-align: center;
}

@media (min-width: 768px) {
    .partners-block li {
        padding: 5px 20px;
        width: 25%;
    }
}

.partners-block a {
    display: inline-block;
    vertical-align: top;
}

.partners-block a img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.65;
    display: inline-block !important;
    vertical-align: top;
}

.partners-block a:hover .grayscale-fix img.grayscale {
    visibility: visible !important;
    position: relative;
}

.partners-block a:hover img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}

[id="footer"] {
    background-color: #002f39;
    background-image: url(images/bg-footer.png);
    background-repeat: repeat;
}

[id="footer"] a {
    color: inherit;
}

[id="footer"] a:hover {
    opacity: 0.8;
}

.footer-holder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    padding: 31px 0 38px;
}

@media (min-width: 768px) {
    .footer-holder {
        padding: 62px 0 37px;
    }
}

@media (min-width: 768px) {
    .footer-holder .container,
    .footer-holder .section-employees {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .footer-holder .block {
        width: 26%;
    }
}

.footer-holder .block + .block {
    margin-top: 36px;
}

@media (min-width: 768px) {
    .footer-holder .block + .block {
        margin-top: 0;
    }
}

.footer-holder .title {
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville",
    "Georgia", serif;
}

.footer-address {
    font-style: normal;
    letter-spacing: 0.04em;
    margin: 0;
}

@media (min-width: 768px) {
    .footer-address {
        margin-bottom: 19px;
    }
}

.footer-address > span {
    display: block;
}

.footer-address .links {
    margin: 0 -12px;
    overflow: hidden;
}

.footer-address .links a {
    overflow: visible;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}

.footer-address .links a:before {
    content: "/";
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
}

.footer-frame {
    background: #002832;
    color: rgba(255, 255, 255, 0.4);
    padding: 22px 3px 24px;
    font-size: 12px;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .footer-frame {
        padding: 16px 0;
        font-size: 10px;
        letter-spacing: 0;
    }
}

.footer-frame .container,
.footer-frame .section-employees {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .footer-frame .container,
    .footer-frame .section-employees {
        -ms-flex-align: center;
        align-items: center;
    }
}

.nav-footer {
    padding: 0;
    margin: 0 -12px;
}

@media (min-width: 768px) {
    .nav-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }
}

.nav-footer ul {
    padding: 0;
}

@media (min-width: 768px) {
    .nav-footer ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.nav-footer ul li {
    padding: 0 14px;
    margin: 0;
}

@media (min-width: 768px) {
    .nav-footer ul li {
        padding: 0 12px;
    }
}

.nav-footer ul li + li {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .nav-footer ul li + li {
        padding-top: 0;
    }
}

.nav-footer ul li:before {
    display: none;
}

.nav-footer ul li.active {
    color: #fff;
}

#lang_sel_list {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: auto !important;
    padding-top: 12px;
    padding-left: 2px;
}

@media (min-width: 768px) {
    #lang_sel_list {
        padding-top: 0;
        padding-left: 0;
    }
}

#lang_sel_list ul {
    border: none !important;
}

#lang_sel_list li {
    display: block;
    float: none !important;
}

#lang_sel_list li:before {
    display: none !important;
}

#lang_sel_list a {
    color: rgba(255, 255, 255, 0.4) !important;
    background: none !important;
    font-size: 12px !important;
    margin: 0 7px;
}

@media (min-width: 768px) {
    #lang_sel_list a {
        font-size: 10px !important;
    }
}

#lang_sel_list a.lang_sel_sel {
    display: none !important;
}

.to-top {
    margin-right: -5px;
    font-size: 10px;
}

@media (min-width: 768px) {
    .to-top {
        margin-right: -7px;
    }
}

.to-top a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.to-top img {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .to-top img {
        margin-left: 17px;
    }
}

.fixedElement {
    z-index: 100;
    width: 100%;
}

.grecaptcha-badge {
    display: none;
}

/* Read more accordion frontpage */

.read-more-accordion {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

.read-more-accordion.in-text {
    margin: 0 0 26px;
}

@media (min-width: 768px) {
    .read-more-accordion:not(.in-text) {
        padding: 30px;
    }
}

@media (min-width: 1024px) {
    .read-more-accordion:not(.in-text) {
        padding: 40px;
    }
}

.read-more-accordion-group {
    margin-top: -1px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: -1px;
    background: white;
}

@media (min-width: 768px) {
    .read-more-accordion-group {
        border: 1px solid #e5e5e5;
    }
}

.read-more-accordion-heading {
    border-bottom: 0;
}

.read-more-accordion-heading a {
    transition: background 0.2s ease-in-out;
    background: transparent;
}

.read-more-accordion-heading a:active h2,
.read-more-accordion-heading a:visited h2 {
    color: #af8a56 !important;
}

.read-more-accordion-heading a:hover h2 {
    color: #af8a56;
}

.read-more-accordion-heading a:hover {
    background: #f9f9f9;
}

.read-more-accordion-heading a h2 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.read-more-accordion-heading .read-more-accordion-toggle {
    display: block;
    padding: 8px 50px 8px 15px;
    position: relative;
}

.read-more-accordion-heading .read-more-accordion-toggle:after {
    transition: transform 0.2s ease-in-out, position 0.2s ease-in-out;
    width: 15px;
    height: 15px;
    content: "";
    border: 2px solid #af8a56;
    border-top: none;
    border-left: none;
    position: absolute;
    transform: rotate(225deg);
    right: 18px;
    top: 15px;
    transform-origin: center;
}

.read-more-accordion .read-more-accordion-heading .read-more-accordion-toggle.collapsed:after {
    transform: rotate(45deg);
    top: 7px;
}

.read-more-accordion-toggle {
    cursor: pointer;
}

.read-more-accordion-inner {
    border-top: 1px solid #e5e5e5;
}

.read-more-accordion .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.read-more-accordion .collapse.in {
    height: auto;
}

.read-more-accordion .read-more-box {
    background: white;
    width: 100%;
}

.read-more-accordion .read-more-box .read-more-box-inner > :last-child:not(a) {
    margin-bottom: 0 !important;
}

.read-more-accordion .read-more-box {
    background: #fff;
    position: relative;
    padding: 20px 15px;
    letter-spacing: 0.03em;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .read-more-accordion .read-more-box {
        letter-spacing: 0.005em;
    }
}

.read-more-accordion .read-more-box a {
    border-bottom: 1px dashed #af8a56;
}

.read-more-accordion .read-more-box p {
    margin-bottom: 12px;
}

.read-more-accordion .read-more-box a:hover {
    border-color: transparent;
}

/* Read more accordion frontpage END */

/* Stalker mobile */
@media (min-width: 1024px) {
    .mobile-stalker {
        display: none !important;
    }
}

.mobile-stalker {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #084554;
    min-height: 40px;
    display: none;
    border-bottom: none!important;
}

@media (min-width: 450px) {
    .mobile-stalker {
        width: 316px;
    }
}

.mobile-stalker img {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
}

.mobile-stalker .invitation {
    padding: 6px 85px 6px 52px;
    min-height: 44px;
}

.mobile-stalker .invitation .offer {
    color: #fff;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;


}

.mobile-stalker .invitation .desc {
    color: #fff;
    font-size: 13px;
    line-height: 0.9;
    opacity: 0.6;
    margin-top: 1px;
}

.mobile-stalker .invitation .action {
    background: #af8a55;
    padding: 6px 12px 4px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
}

/* Stalker mobile END */
