@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

a {
    text-decoration: none;
    color: inherit
}

body,
html {
    overflow-x: hidden
}

img {
    display: block;
    height: auto
}

button {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent
}

button:focus {
    outline: none
}

button,
input,
textarea {
    font-family: inherit
}

@font-face {
    font-family: Chunk Five;
    src: url(../fonts/ChunkFive-Regular.woff2)
}

@font-face {
    font-family: Myriad Pro;
    src: url(../fonts/MyriadPro-Regular.woff2)
}

html {
    font-size: 62.5%
}

body {
    font-family: Roboto, serif;
    color: #000
}

.h1,
h1 {
    font-size: 2.4rem;
    line-height: 1.4
}

@media(min-width:380px)and (max-width:767px) {
    .h1,
    h1 {
        font-size: calc(2.4rem + 1.4018vw - 4.48576px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .h1,
    h1 {
        font-size: calc(2.4rem + .82459vw)
    }
}

@media(min-width:1335px) {
    .h1,
    h1 {
        font-size: 3.5rem
    }
}

.h2,
h2 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4;
    color: #A78230;
}

@media(min-width:380px)and (max-width:767px) {
    .h2,
    h2 {
        font-size: calc(2.2rem + 1.65667vw - 5.30135px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .h2,
    h2 {
        font-size: calc(2.2rem + .97451vw)
    }
}

@media(min-width:1335px) {
    .h2,
    h2 {
        font-size: 45px;
    }
}

@media(max-width:575px) {
    .h2,
    h2 {
        font-weight: 700
    }
}

.h3,
h3 {
    font-size: 2rem;
    line-height: 1.4;
    font-family: NordMedium, sans-serif
}

@media(min-width:380px)and (max-width:767px) {
    .h3,
    h3 {
        font-size: calc(2rem + .25487vw - .81559px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .h3,
    h3 {
        font-size: calc(2rem + .14993vw)
    }
}

@media(min-width:1335px) {
    .h3,
    h3 {
        font-size: 2.2rem
    }
}

.h4,
h4 {
    font-size: 1.9rem;
    line-height: 1.4
}

@media(min-width:380px)and (max-width:767px) {
    .h4,
    h4 {
        font-size: calc(1.9rem - .38231vw + 1.22339px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .h4,
    h4 {
        font-size: calc(1.9rem - .22489vw)
    }
}

@media(min-width:1335px) {
    .h4,
    h4 {
        font-size: 1.6rem
    }
}

p {
    font-size: 2.2rem;
    line-height: 1.55
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

.container {
    max-width: 1334px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width:576px) {
    .container {
        padding: 0 24px
    }
}

@media(min-width:1281px) {
    .container {
        padding: 0 64px
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding: 200px
}

main {
    margin-top: 46px
}

@media(min-width:1025px) {
    main {
        margin-top: 152px
    }
}

@media(min-width:1025px) {
    .StandardPage main {
        margin-top: 102px
    }
}

.btn {
    cursor: pointer;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #4c6566;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase
}

.btn--greenBg {
    padding: 5px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 44px;
    font-size: 20px;
    line-height: 30px;
    background: #A78230 -webkit-gradient(linear, left bottom, left top, from(rgba(37, 53, 54, .4)), color-stop(60%, rgba(76, 101, 102, .4)));
    background: #A78230 linear-gradient(0deg, rgba(37, 53, 54, .4), rgba(76, 101, 102, .4) 60%);
    border-radius: 35px
}

.btn--product {
    background-color: #84a64e;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    padding: 0 30px;
    text-transform: none
}

.btn--product,
.btn--with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.btn--with-icon {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 32px;
    font-family: NordMedium, sans-serif
}

.contact-form {
    border-radius: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
    border: 1px solid #000;
}

@media(max-width:1024px) {
    .contact-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media(max-width:1024px)and (max-width:1024px) {
    .contact-form {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(max-width:1024px)and (min-width:576px)and (max-width:1024px) {
    .contact-form {
        left: -24px
    }
}

.contact-form h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: Roboto, serif;
    font-weight: 700;
    color: #A78230;
    margin-bottom: 25px
}

@media(max-width:576px) {
    .contact-form h3 {
        margin-bottom: 16px
    }
}

.contact-form form {
    padding: 30px 40px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 65%
}

@media(max-width:1024px) {
    .contact-form form {
        width: 100%;
        padding: 15px 30px
    }
}

@media(max-width:767px) {
    .contact-form form {
        padding-top: 0
    }
}

.contact-form__field {
    margin-bottom: 20px
}

.contact-form__field:last-of-type {
    margin-bottom: 0
}

.contact-form__field label {
    font-size: 1.3rem;
    line-height: 2rem
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form__field label {
        font-size: calc(1.3rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form__field label {
        font-size: calc(1.3rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .contact-form__field label {
        font-size: 1.8rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form__field label {
        line-height: calc(2rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form__field label {
        line-height: calc(2rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .contact-form__field label {
        line-height: 2.7rem
    }
}

.contact-form__field label input,
.contact-form__field label textarea {
    display: block;
    margin-top: 10px;
    height: 5rem;
    width: 100%;
    border: 1px solid #a1a1a1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form__field label input,
    .contact-form__field label textarea {
        height: calc(5rem + 1.27436vw - 4.07796px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form__field label input,
    .contact-form__field label textarea {
        height: calc(5rem + .74963vw)
    }
}

@media(min-width:1335px) {
    .contact-form__field label input,
    .contact-form__field label textarea {
        height: 6rem
    }
}

@media(max-width:575px) {
    .contact-form__field label input,
    .contact-form__field label textarea {
        margin-top: 6px
    }
}

.contact-form__field label textarea {
    resize: none;
    height: 156px
}

@media(max-width:575px) {
    .contact-form__field label textarea {
        height: 100px
    }
}

.contact-form__other-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:575px) {
    .contact-form__other-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.contact-form__other-wr .btn {
    text-transform: uppercase
}

@media(max-width:575px) {
    .contact-form__other-wr .btn {
        text-transform: none;
        margin-top: 15px
    }
}

.contact-form__recaptcha {
    max-width: 262px;
    width: 100%;
    height: 70px;
    background-color: grey
}

.contact-form__info {
    border-radius: 0px;
    padding: 30px 35px 15px;
    width: 35%;
    background-color: #e6e6e6;
    border-left: 1px solid #a1a1a1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:1024px) {
    .contact-form__info {
        padding: 15px 30px;
        border: none;
        border-radius: 0;
        width: 100%
    }
}

.contact-form__info li {
    margin-bottom: 50px
}

@media(max-width:1024px) {
    .contact-form__info li {
        margin-bottom: 20px
    }
}

.contact-form__info li:last-child {
    margin-bottom: 0
}

.contact-form__info li a {
    font-size: 1.3rem;
    line-height: 1.7rem;
    text-decoration: none;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form__info li a {
        font-size: calc(1.3rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form__info li a {
        font-size: calc(1.3rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .contact-form__info li a {
        font-size: 1.8rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form__info li a {
        line-height: calc(1.7rem + 1.27436vw - 4.07796px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form__info li a {
        line-height: calc(1.7rem + .74963vw)
    }
}

@media(min-width:1335px) {
    .contact-form__info li a {
        line-height: 2.7rem
    }
}

.contact-form__info li a img {
    margin-right: 10px;
    max-width: 33px;
    width: 100%;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:767px) {
    .contact-form__info li a img {
        width: 23px;
        height: 33px
    }
}

.contact-form--modal {
    border-radius: 0
}

@media(max-width:1024px) {
    .contact-form--modal {
        left: 0;
        width: 80%
    }
}

.contact-form--modal form {
    padding: 40px 50px
}

@media(max-width:1024px) {
    .contact-form--modal form {
        padding: 20px
    }
}

.contact-form--modal form .btn {
    margin: 60px auto 60px 0;
    text-transform: none
}

.contact-form--modal form .field label input {
    border: 1px solid #4c6566;
    border-radius: 30px
}

.contact-form--modal form .field input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form--modal form .field input[type=checkbox]:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "✓";
    color: transparent;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form--modal form .field input[type=checkbox]:checked {
    background-color: #4c6566;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form--modal form .field input[type=checkbox]:checked:after {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form--modal .contact-form__other-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:1024px) {
    .contact-form--modal .contact-form__other-wr {
        display: none
    }
}

.contact-form--modal .contact-form__other-wr a {
    font-size: 1.3rem;
    line-height: 2rem;
    text-decoration: none;
    color: #000
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form--modal .contact-form__other-wr a {
        font-size: calc(1.3rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form--modal .contact-form__other-wr a {
        font-size: calc(1.3rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .contact-form--modal .contact-form__other-wr a {
        font-size: 1.8rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form--modal .contact-form__other-wr a {
        line-height: calc(2rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form--modal .contact-form__other-wr a {
        line-height: calc(2rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .contact-form--modal .contact-form__other-wr a {
        line-height: 2.7rem
    }
}

.contact-form--modal .contact-form__other-wr--mob {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1024px) {
    .contact-form--modal .contact-form__other-wr--mob {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

.contact-form--modal .contact-form__other-wr--mob a {
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 2rem;
    text-decoration: none;
    color: #000
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form--modal .contact-form__other-wr--mob a {
        font-size: calc(1.3rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form--modal .contact-form__other-wr--mob a {
        font-size: calc(1.3rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .contact-form--modal .contact-form__other-wr--mob a {
        font-size: 1.8rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form--modal .contact-form__other-wr--mob a {
        line-height: calc(2rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form--modal .contact-form__other-wr--mob a {
        line-height: calc(2rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .contact-form--modal .contact-form__other-wr--mob a {
        line-height: 2.7rem
    }
}

.contact-form--modal .contact-form__other-wr--mob .btn {
    margin: 0;
    text-transform: uppercase
}

@media(max-width:575px) {
    .contact-form--modal .contact-form__other-wr--mob .btn {
        text-transform: none;
        padding: 9px 20px
    }
}

.contact-form--modal .contact-form__other-wr--mob .field--one-row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.contact-form--modal .contact-form__info {
    border-radius: 0;
    background-color: #000;
}

@media screen and (max-width:1024px) {
    .contact-form--modal .contact-form__info {
        display: none
    }
}

.contact-form--modal .contact-form__info h3 {
    color: #fff;
    font-weight: 500
}

.contact-form--modal .contact-form__info li a {
    color: #fff
}

.contact-form--modal .contact-form__info li a img {
    height: 33px
}

@media screen and (max-width:1024px) {
    .contact-form--modal .contact-form__content {
        margin-top: 60px
    }
}

.contact-form--modal .contact-form__content p {
    font-size: 1.4rem;
    line-height: 2rem
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form--modal .contact-form__content p {
        font-size: calc(1.4rem + .12744vw - .4078px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form--modal .contact-form__content p {
        font-size: calc(1.4rem + .07496vw)
    }
}

@media(min-width:1335px) {
    .contact-form--modal .contact-form__content p {
        font-size: 1.5rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form--modal .contact-form__content p {
        line-height: calc(2rem + .50975vw - 1.63118px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form--modal .contact-form__content p {
        line-height: calc(2rem + .29985vw)
    }
}

@media(min-width:1335px) {
    .contact-form--modal .contact-form__content p {
        line-height: 2.4rem
    }
}

.contact-form--modal .contact-form__content a {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    display: block;
    margin-top: 25px
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form--modal .contact-form__content a {
        font-size: calc(1.3rem + .12744vw - .4078px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form--modal .contact-form__content a {
        font-size: calc(1.3rem + .07496vw)
    }
}

@media(min-width:1335px) {
    .contact-form--modal .contact-form__content a {
        font-size: 1.4rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-form--modal .contact-form__content a {
        line-height: calc(2rem + .50975vw - 1.63118px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-form--modal .contact-form__content a {
        line-height: calc(2rem + .29985vw)
    }
}

@media(min-width:1335px) {
    .contact-form--modal .contact-form__content a {
        line-height: 2.4rem
    }
}

.contact-form__close {
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 16px;
    right: 20px;
    border-radius: 20px
}

@media screen and (max-width:1024px) {
    .contact-form__close {
        right: 10px;
        top: 10px;
        border: 1px solid #bdbdbd
    }
}

.contact-form__close:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
    top: 11px
}

@media screen and (max-width:1024px) {
    .contact-form__close:after {
        background-color: #bdbdbd
    }
}

.contact-form__close:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
    left: 4px
}

@media screen and (max-width:1024px) {
    .contact-form__close:before {
        background-color: #bdbdbd
    }
}

.field input,
.field textarea {
    outline: none;
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    outline: 0;
    background: transparent;
    border: 0;
    padding: .6rem 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.8rem !important;
    line-height: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

@media(min-width:380px)and (max-width:767px) {
    .field input,
    .field textarea {
        font-size: calc(1.8rem + .89205vw - 2.85457px) !important
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .field input,
    .field textarea {
        font-size: calc(1.8rem + .52474vw) !important
    }
}

@media(min-width:1335px) {
    .field input,
    .field textarea {
        font-size: 2rem !important
    }
}

@media(min-width:576px) {
    .field input,
    .field textarea {
        padding: 1.1rem 2.4rem
    }
}

.field--one-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.field--one-row label {
    margin-right: 30px
}

@media(max-width:575px) {
    .field--one-row label {
        margin-right: 10px
    }
}

textarea {
    font-family: Roboto, serif;
    resize: none;
    height: 154px;
    overflow-y: auto
}

@media(min-width:768px) {
    textarea {
        height: 225px
    }
}

.search-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 40px;
    border: 3px solid #43a625;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    max-width: 600px
}

@media(max-width:575px) {
    .search-field {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.search-field__input {
    width: 100%
}

@media(max-width:575px) {
    .search-field__input input {
        font-size: 1.5rem !important
    }
}

.search-field__btn {
    padding: 0 20px 0 0;
    opacity: .5
}

@media(max-width:575px) {
    .search-field__btn {
        padding: 0 15px 0 0
    }
}

.post-item {
    width: 100%;
    color: inherit
}

@media(max-width:575px) {
    .post-item:after {
        content: "";
        display: block;
        width: 100vw;
        position: absolute;
        height: 4px;
        -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .4)
    }
}

.post-item__img {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    position: relative
}

.post-item__img img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post-item__info {
    background-color: #fff;
    border-radius: 0 0 45px;
    border: 1px solid #898989;
    padding: 20px
}

@media(max-width:575px) {
    .post-item__info {
        border-radius: 0;
        border: none;
        background: unset
    }
}

.post-item__info span {
    color: #A78230;
    font-size: 1.5rem
}

@media(min-width:576px) {
    .post-item__info span {
        display: none
    }
}

@media(max-width:700px) {
    .post-item__wrap-mobile {
        min-height: 83vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.post-item__text-wrap {
    padding-bottom: 10px
}

@media(max-width:575px) {
    .post-item__text-wrap {
        padding: 0
    }
}

.post-item__text {
    padding: 0 0 10px
}

@media(max-width:575px) {
    .post-item__text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.post-item__text h3 {
    color: #A78230;
}

.post-item h4 {
    letter-spacing: .9px;
    color: #555;
    text-transform: uppercase;
    padding: 0 0 10px
}

@media(max-width:575px) {
    .post-item h4 {
        padding: 0 0 5px
    }
}

.post-item__title {
    color: #84a64e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:575px) {
    .post-item__title {
        padding: 0 15px 0 0
    }
}

.post-item .post__text-wrap {
    min-height: 100px
}

@media(max-width:575px) {
    .post-item .post__text-wrap {
        min-height: unset
    }
}

.post-item p {
    letter-spacing: .5px
}

@media(max-width:575px) {
    .post-item p {
        padding: 0 0 10px
    }
}

.post-item__link {
    display: block;
    font-size: 1.5rem;
    padding-top: 18px
}

@media(max-width:575px) {
    .post-item__link {
        padding-top: 5px
    }
}

@media(max-width:575px) {
    .post-item--landing {
        position: relative
    }
}

@media(max-width:575px) {
    .post-item--landing:after {
        content: "";
        display: block;
        width: 100vw;
        position: absolute;
        height: 4px;
        -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .4)
    }
}

.post-item--landing .post-item__img {
    padding-bottom: 49%
}

@media(max-width:575px) {
    .post-item--landing .post-item__img {
        width: calc(100% - 32px);
        margin: 0 auto
    }
}

.post-item--landing .post-item__info {
    border: none;
    border-radius: 0;
    padding: 20px 0 0
}

@media(max-width:575px) {
    .post-item--landing .post-item__info {
        padding: 15px 30px;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }
}

.post-item--landing .post-item__info span {
    display: block
}

.post-item--landing .post__text-wrap {
    min-height: 8.8rem
}

@media(max-width:575px) {
    .post-item--landing .post__text-wrap {
        min-height: unset
    }
}

.post-item--landing .post__text-wrap p {
    font-weight: 400
}

.post-item--landing .post-item__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.post-item--landing .post-item__title {
    font-family: Roboto, serif;
    font-weight: 500
}

.post-item--initiatives:after {
    display: none
}

@media(max-width:575px) {
    .post-item--initiatives .post-item__img {
        position: unset;
        padding: 0;
        height: 100%;
        z-index: -1
    }
}

@media(max-width:575px) {
    .post-item--initiatives .post-item__img img {
        z-index: -1;
        width: auto;
        overflow: hidden
    }
}

@media(max-width:1024px) {
    .post-item--initiatives .post-item__info {
        border-radius: 0 0 25px;
        border: 1px solid #898989;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media(max-width:575px) {
    .post-item--initiatives .post-item__info {
        color: #fff;
        text-align: start;
        border: none;
        padding: 15px 15px 45px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(67%, rgba(6, 6, 8, .6)), to(rgba(0, 0, 0, .01)));
        background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(6, 6, 8, .6) 67%, rgba(0, 0, 0, .01));
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.post-item--initiatives .post-item__info p {
    font-size: 1.6rem
}

@media(min-width:380px)and (max-width:767px) {
    .post-item--initiatives .post-item__info p {
        font-size: calc(1.6rem + .50975vw - 1.63118px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .post-item--initiatives .post-item__info p {
        font-size: calc(1.6rem + .29985vw)
    }
}

@media(min-width:1335px) {
    .post-item--initiatives .post-item__info p {
        font-size: 2rem
    }
}

.post-item--initiatives .post-item__info span {
    display: block
}

.post-item--initiatives .post-item__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0
}

.post-item--initiatives .post-item__text h3 {
    color: #A78230;
    font-size: 2.3rem
}

@media(min-width:380px)and (max-width:767px) {
    .post-item--initiatives .post-item__text h3 {
        font-size: calc(2.3rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .post-item--initiatives .post-item__text h3 {
        font-size: calc(2.3rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .post-item--initiatives .post-item__text h3 {
        font-size: 3rem
    }
}

@media(max-width:575px) {
    .post-item--initiatives .post-item__text h3 {
        color: #fff
    }
}

@media(min-width:576px) {
    .post-item--initiatives .post-item__wrap-mobile {
        min-height: 0
    }
}

@media(max-width:575px) {
    .post-item--initiatives .post-item__wrap-mobile {
        min-height: 83vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.post-item--initiatives .post-item__text-wrap {
    padding-bottom: 10px
}

@media(max-width:575px) {
    .post-item--initiatives .post-item__text-wrap {
        padding: 0
    }
}

.post-item--initiatives h4 {
    letter-spacing: .9px;
    color: #555;
    text-transform: uppercase;
    padding: 0 0 10px
}

@media(max-width:575px) {
    .post-item--initiatives h4 {
        padding: 0 0 5px
    }
}

.post-item--initiatives .post__text-wrap {
    min-height: 7.8rem
}

@media(max-width:575px) {
    .post-item--initiatives .post__text-wrap {
        min-height: unset
    }
}

.post-item--initiatives p {
    letter-spacing: .5px
}

@media(max-width:575px) {
    .post-item--initiatives p {
        padding: 0 0 10px
    }
}

.post-item--slider {
    outline: 0
}

.post-item--slider .post-item__info {
    border: none;
    border-radius: 0 0 45px;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-width:575px) {
    .post-item--slider .post-item__info {
        padding: 15px 0 20px
    }
}

.post-item--slider .post-item__info span {
    display: block
}

@media(max-width:700px) {
    .post-item--slider .post-item__wrap-mobile {
        min-height: 83vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.post-item--slider .post-item__img {
    padding-bottom: 48%
}

.post-item--slider .post-item__text-wrap {
    padding-bottom: 10px
}

@media(max-width:575px) {
    .post-item--slider .post-item__text-wrap {
        padding: 0
    }
}

.post-item--slider .post-item__text {
    text-transform: uppercase;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media(max-width:575px) {
    .post-item--slider .post-item__text {
        padding: 0 0 5px;
        text-transform: capitalize
    }
}

.post-item--slider .post-item__text h3 {
    font-size: 2rem;
    font-family: Roboto;
    font-weight: 500;
    color: #A78230;
}

.post-item--slider h4 {
    letter-spacing: .9px;
    color: #555;
    text-transform: uppercase;
    padding: 0 0 10px
}

@media(max-width:575px) {
    .post-item--slider h4 {
        padding: 0 0 5px
    }
}

.post-item--slider .post__text-wrap {
    min-height: 7.8rem
}

@media(max-width:575px) {
    .post-item--slider .post__text-wrap {
        min-height: unset
    }
}

.post-item--slider p {
    letter-spacing: .5px
}

@media(max-width:575px) {
    .post-item--slider p {
        padding: 0
    }
}

.post-item--slider .post-item__link {
    display: none
}

.post-item--industry-news {
    overflow: hidden
}

.post-item--industry-news .post-item__img {
    padding-bottom: 49%
}

.post-item--industry-news .post-item__img-title {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: #fff;
    font-size: 1.5rem;
    padding: 10px 15px 0;
    border-radius: 0 16px 0 0
}

@media(max-width:575px) {
    .post-item--industry-news .post-item__img-title {
        padding: 10px 20px;
        font-weight: 500
    }
}

.post-item--industry-news .post-item__info {
    padding: 15px;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:575px) {
    .post-item--industry-news .post-item__info {
        min-height: auto
    }
}

.post-item--industry-news .post-item__info span {
    display: block
}

@media(max-width:575px) {
    .post-item--industry-news:after {
        content: "";
        display: block;
        width: 100vw;
        position: absolute;
        height: 4px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1)
    }
}

.post-item--industry-news .post-item__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.post-item--industry-news .post-item__text h3 {
    font-size: 16px;
    line-height: 1.2;
    font-family: Roboto, serif;
    letter-spacing: .25px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #000;
}

@media(max-width:575px) {
    .post-item--industry-news .post-item__text h3 {
        font-size: 1.8rem
    }
}

.post-item--industry-news .post-item__text h4 {
    font-size: 1.8rem;
    line-height: 1.2;
    text-transform: unset;
    font-weight: 500;
    color: #A78230;
    padding: 0
}

@media(max-width:575px) {
    .post-item--industry-news .post-item__text h4 {
        font-size: 1.6rem
    }
}

.post-item--industry-news .post-item__text-wrap {
    padding: 0 0 25px
}

@media(max-width:575px) {
    .post-item--industry-news .post-item__text-wrap {
        padding: 0 0 15px
    }
}

.post-item--industry-news .post-item__text-wrap p {
    font-weight: 400
}

@media(max-width:575px) {
    .post-item--industry-news .post-item__text-wrap p {
        font-size: 1.4rem
    }
}

.post-item--industry-news span {
    margin: auto 0 0
}

.post-item--member-news:after {
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .4)
}

.post-item--member-news .post-item__info {
    min-height: 155px
}

@media(max-width:575px) {
    .post-item--member-news .post-item__info {
        min-height: auto
    }
}

.post-item--member-news .post-item__info span {
    display: block
}

.post-item--member-news .post-item__text-wrap {
    padding: 0 0 15px
}

.post-item--member-news .post-item__text h3 {
    color: #4c6566
}

.post-item--member-news .post-item__img-title {
    padding: 8px 30px 8px 15px;
    font-weight: 500
}

.post-item--add-date:after {
    content: unset
}

.post-item--add-date .post-item__img-title {
    padding: 8px 30px 8px 15px;
    font-weight: 500
}

@media(max-width:575px) {
    .post-item--add-date .post-item__img-title {
        font-weight: 400
    }
}

.post-item--add-date .post-item__date-wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    border-radius: 4px
}

@media(max-width:575px) {
    .post-item--add-date .post-item__date-wrap {
        top: 10px;
        left: 10px
    }
}

.post-item--add-date .post-item__date {
    font-size: 2.2rem
}

@media(max-width:575px) {
    .post-item--add-date .post-item__date {
        font-size: 2rem
    }
}

.post-item--add-date .post-item__month {
    font-size: 1.8rem;
    text-transform: uppercase
}

@media(max-width:575px) {
    .post-item--add-date .post-item__month {
        font-size: 1.4rem
    }
}

.post-item--add-date .post-item__info {
    min-height: auto
}

@media(max-width:575px) {
    .post-item--add-date .post-item__info {
        background-color: #fff
    }
}

.post-item--add-date .post-item__info span {
    display: block
}

.post-item--add-date .post-item__text {
    padding: 0 0 5px;
    color: #577233
}

.post-item--add-date .post-item__text h4 {
    display: none
}

.post-item--add-date .post-item__text-wrap {
    padding: 0 0 15px
}

@media(max-width:575px) {
    .post-item--add-date .post-item__text-wrap p {
        padding: 0
    }
}

.post-item--news-row {
    overflow: hidden
}

@media(min-width:1025px) {
    .post-item--news-row {
        display: grid;
        grid-template-columns: 40% calc(60% - 30px);
        gap: 30px
    }
}

@media(max-width:1024px) {
    .post-item--news-row {
        display: block
    }
}

@media(max-width:575px) {
    .post-item--news-row {
        position: relative;
        padding-bottom: 15px
    }
}

.post-item--news-row:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

@media(max-width:575px) {
    .post-item--news-row:after {
        content: "";
        display: block;
        width: 100vw;
        bottom: 4px;
        position: absolute;
        height: 4px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1)
    }
}

.post-item--news-row span {
    margin: auto 0 0
}

.post-item--news-row .post-item__img {
    padding-bottom: 49%
}

@media(max-width:575px) {
    .post-item--news-row .post-item__img {
        height: auto;
        padding-bottom: 0
    }
}

@media(max-width:575px) {
    .post-item--news-row .post-item__img .post-item__img-title {
        position: static;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media(max-width:575px) {
    .post-item--news-row .post-item__img img {
        display: none
    }
}

.post-item--news-row .post-item__img-title {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: #fff;
    font-size: 1.5rem;
    padding: 10px 15px;
    border-radius: 0 16px 0 0
}

@media(max-width:575px) {
    .post-item--news-row .post-item__img-title {
        padding: 10px 20px;
        background-color: #679193;
        color: #fff;
        font-weight: 500
    }
}

.post-item--news-row .post-item__info {
    padding: 15px;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .post-item--news-row .post-item__info {
        min-height: auto;
        border-radius: 0;
        padding-bottom: 20px
    }
}

.post-item--news-row .post-item__info span {
    display: block
}

.post-item--news-row .post-item__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.post-item--news-row .post-item__text h3 {
    font-size: 18px;
    line-height: 1.2;
    font-family: Roboto, serif;
    letter-spacing: .25px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #A78230;
}

@media(max-width:575px) {
    .post-item--news-row .post-item__text h3 {
        font-size: 1.8rem
    }
}

.post-item--news-row .post-item__text h4 {
    font-size: 16px;
    line-height: 1.2;
    text-transform: unset;
    font-weight: 500;
    color: #000;
    padding: 0
}

@media(max-width:575px) {
    .post-item--news-row .post-item__text h4 {
        font-size: 1.6rem
    }
}

.post-item--news-row .post-item__text-wrap {
    padding: 0 0 25px
}

@media(max-width:575px) {
    .post-item--news-row .post-item__text-wrap {
        padding: 0 0 5px
    }
}

.post-item--news-row .post-item__text-wrap p {
    font-weight: 400
}

@media(max-width:575px) {
    .post-item--news-row .post-item__text-wrap p {
        font-size: 1.4rem
    }
}

.post-item--tag-bold .post-item__img-title {
    padding: 8px 30px 8px 15px;
    font-weight: 500
}

.post-item--events-list {
    width: auto
}

.post-item--events-list .post-item__img {
    padding-bottom: 49%
}

.post-item--events-list .post-item__img-title {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: #fff;
    font-size: 1.5rem;
    padding: 8px 36px 8px 10px;
    border-radius: 0 16px 0 0
}

@media(max-width:575px) {
    .post-item--events-list .post-item__img-title {
        padding: 10px 20px;
        font-weight: 500
    }
}

.post-item--events-list .post-item__info {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 15px 0 0
}

.post-item--events-list .post-item__info span {
    display: block
}

.post-item--events-list .post-item__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.post-item--events-list .post-item__text h3 {
    font-size: 1.6rem;
    font-family: Roboto, serif;
    color: #000;
}

@media(max-width:575px) {
    .post-item--events-list .post-item__text h3 {
        font-weight: 500
    }
}

.post-item--upcoming-events {
    width: auto
}

@media(max-width:575px) {
    .post-item--upcoming-events {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
        padding: 30px 0
    }
}

@media(max-width:575px) {
    .post-item--upcoming-events:after {
        content: "";
        display: block;
        width: 100vw;
        bottom: 0;
        position: absolute;
        left: -16px;
        height: 4px;
        background-color: rgba(0, 0, 0, .3);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4)
    }
}

.post-item--upcoming-events .post-item__img {
    padding-bottom: 49%
}

@media(max-width:575px) {
    .post-item--upcoming-events .post-item__img {
        padding-bottom: 15px
    }
}

@media(max-width:575px) {
    .post-item--upcoming-events .post-item__img img {
        display: none
    }
}

.post-item--upcoming-events .post-item__img-title {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: #fff;
    font-size: 1.5rem;
    padding: 8px 36px 8px 10px;
    border-radius: 0 16px 0 0
}

@media(max-width:575px) {
    .post-item--upcoming-events .post-item__img-title {
        padding: 0;
        font-weight: 400
    }
}

.post-item--upcoming-events .post-item__info {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 15px 0 0
}

@media(max-width:575px) {
    .post-item--upcoming-events .post-item__info {
        padding: 0
    }
}

.post-item--upcoming-events .post-item__info span {
    display: block
}

@media(max-width:575px) {
    .post-item--upcoming-events .post-item__date-wrap {
        display: none
    }
}

.post-item--upcoming-events .post-item__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media(max-width:575px) {
    .post-item--upcoming-events .post-item__text {
        padding: 0 0 7px
    }
}

.post-item--upcoming-events .post-item__text h3 {
    font-size: 1.6rem;
    font-family: Roboto, serif;
    color: #4c6566
}

@media(max-width:575px) {
    .post-item--upcoming-events .post-item__text h3 {
        font-weight: 500;
        letter-spacing: .25px;
        font-size: 1.8rem
    }
}

@media(max-width:575px) {
    .post-item--upcoming-events .post-item__text h4 {
        display: block;
        font-size: 15px;
        text-transform: none;
        font-weight: 500;
        color: #000;
        padding: 0
    }
}

@media(min-width:1025px) {
    .nav-tabs {
        border-bottom: 3px solid #e1e1e1
    }
}

.nav-tabs ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #e1e1e1;
    border-radius: 25px 25px 0 0
}

@media(min-width:1025px) {
    .nav-tabs ul {
        margin-bottom: -3px
    }
}

@media(max-width:1024px) {
    .nav-tabs ul {
        background-color: transparent;
        border-radius: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

@media(max-width:575px) {
    .nav-tabs ul {
        position: relative;
        left: -1.6rem;
        width: 100vw
    }
}

.nav-tabs li {
    position: relative
}

@media(max-width:1024px) {
    .nav-tabs li {
        border-radius: 25px 25px 0 0;
        margin-bottom: 15px
    }
}

.nav-tabs li:first-child a {
    border-radius: 25px 0 0 0
}

@media(max-width:1024px) {
    .nav-tabs li:first-child a {
        border-radius: 25px 25px 0 0
    }
}

.nav-tabs li:last-child a {
    border-radius: 0 25px 0 0
}

@media(max-width:1024px) {
    .nav-tabs li:last-child a {
        border-radius: 25px 25px 0 0
    }
}

.nav-tabs li a {
    padding: 20px 30px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e1e1e1;
    text-decoration: none;
    font-size: 1.8rem;
    color: #000
}

@media(min-width:380px)and (max-width:767px) {
    .nav-tabs li a {
        font-size: calc(1.8rem + .25487vw - .81559px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .nav-tabs li a {
        font-size: calc(1.8rem + .14993vw)
    }
}

@media(min-width:1335px) {
    .nav-tabs li a {
        font-size: 2rem
    }
}

.nav-tabs li a:after {
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    content: "-";
    font-size: 40px;
    color: #000;
    right: 30px
}

@media(max-width:1024px) {
    .nav-tabs li a:after {
        display: block
    }
}

@media(max-width:1024px) {
    .nav-tabs li a {
        border-radius: 25px 25px 0 0
    }
}

.nav-tabs li.active a {
    background-color: #4c6566;
    color: #fff;
    border-radius: 25px 25px 0 0
}

.nav-tabs li.active a:after {
    content: "+";
    font-size: 25px;
    color: #fff
}

.tab-content .tab-page {
    display: none
}

.tab-content .tab-page.active {
    display: block
}

.contact-item__text {
    text-align: center
}

.contact-item__text h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #A78230;
    font-family: Roboto, serif;
    font-weight: 500;
    margin-bottom: 10px
}

@media(min-width:380px)and (max-width:767px) {
    .contact-item__text h3 {
        font-size: calc(1.8rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-item__text h3 {
        font-size: calc(1.8rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .contact-item__text h3 {
        font-size: 2.5rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-item__text h3 {
        line-height: calc(2.3rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-item__text h3 {
        line-height: calc(2.3rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .contact-item__text h3 {
        line-height: 3rem
    }
}

.contact-item__text p {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.8rem
}

@media(min-width:380px)and (max-width:767px) {
    .contact-item__text p {
        font-size: calc(1.3rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-item__text p {
        font-size: calc(1.3rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .contact-item__text p {
        font-size: 1.8rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-item__text p {
        line-height: calc(1.8rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-item__text p {
        line-height: calc(1.8rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .contact-item__text p {
        line-height: 2.5rem
    }
}

.contact-item__img-wr {
    position: relative;
    width: 100%;
    margin-bottom: 25px
}

.contact-item__img-wr:hover .contact-item__hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-item__img {
    width: 100%
}

.contact-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-item__hover {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:767px) {
    .contact-item__hover {
        padding: 10px
    }
}

.contact-item__hover a {
    font-size: 1.3rem;
    line-height: 2rem;
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

@media(min-width:380px)and (max-width:767px) {
    .contact-item__hover a {
        font-size: calc(1.3rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-item__hover a {
        font-size: calc(1.3rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .contact-item__hover a {
        font-size: 2rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-item__hover a {
        line-height: calc(2rem + 1.27436vw - 4.07796px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-item__hover a {
        line-height: calc(2rem + .74963vw)
    }
}

@media(min-width:1335px) {
    .contact-item__hover a {
        line-height: 3rem
    }
}

.contact-item__hover--text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.contact-item__hover--text p {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #fff;
    font-weight: 500
}

@media(min-width:380px)and (max-width:767px) {
    .contact-item__hover--text p {
        font-size: calc(1.3rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-item__hover--text p {
        font-size: calc(1.3rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .contact-item__hover--text p {
        font-size: 1.8rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .contact-item__hover--text p {
        line-height: calc(1.8rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .contact-item__hover--text p {
        line-height: calc(1.8rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .contact-item__hover--text p {
        line-height: 2.5rem
    }
}

.modal-video-item {
    background-color: transparent;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 76%
}

@media(min-width:768px) {
    .modal-video-item {
        padding-bottom: 46%
    }
}

@media(max-width:767px) {
    .modal-video-item {
        margin-top: 40px
    }
}

.modal-video-item__wr-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-item__wr-iframe iframe {
    width: calc(100% + 2px);
    height: 100%
}

.modal-video-item__close {
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    border: none;
    top: -10px;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media(min-width:768px) {
    .modal-video-item__close {
        right: auto;
        left: calc(100% + 30px)
    }
}

@media(min-width:768px) {
    .modal-video-item__close img {
        width: 42px;
        height: 42px
    }
}

.modal-window {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media(min-width:576px) {
    .modal-window {
        padding: 50px 24px
    }
}

.modal-window--active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.modal-window__fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .7)
}

.modal-window__item {
    width: 100%;
    position: relative;
    z-index: 5;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .6)
}

.modal-window__item:not(.modal-window__item--active) {
    display: none
}

.modal-window__contact-form {
    max-width: 1140px;
    width: 100%
}

.modal-window__gallery {
    width: 100%
}

@media(min-width:1281px) {
    .modal-window__gallery {
        max-width: 65%
    }
}

.modal-window__video {
    margin-top: 65px
}

@media(min-width:768px) {
    .modal-window__video {
        max-width: 85%
    }
}

.gallery-popup {
    padding: 50px 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:1024px) {
    .gallery-popup {
        padding: 40px 50px
    }
}

@media(max-width:575px) {
    .gallery-popup {
        padding: 40px 15px 20px
    }
}

.gallery-popup__img {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    position: relative;
    background-color: rgba(0, 0, 0, .7)
}

@media(max-width:575px) {
    .gallery-popup__img {
        left: -15px;
        width: calc(100% + 30px)
    }
}

.gallery-popup__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.gallery-popup__text {
    margin-top: 35px;
    padding-right: 24px
}

@media(max-width:575px) {
    .gallery-popup__text {
        margin-top: 24px
    }
}

.gallery-popup__text h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #a78230;
    font-family: Roboto, serif;
    font-weight: 500;
    margin-bottom: 10px
}

@media(min-width:380px)and (max-width:767px) {
    .gallery-popup__text h3 {
        font-size: calc(1.8rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .gallery-popup__text h3 {
        font-size: calc(1.8rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .gallery-popup__text h3 {
        font-size: 2.5rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .gallery-popup__text h3 {
        line-height: calc(2.3rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .gallery-popup__text h3 {
        line-height: calc(2.3rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .gallery-popup__text h3 {
        line-height: 3rem
    }
}

.gallery-popup__text p {
    max-width: 200px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.8rem
}

@media(min-width:380px)and (max-width:767px) {
    .gallery-popup__text p {
        font-size: calc(1.3rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .gallery-popup__text p {
        font-size: calc(1.3rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .gallery-popup__text p {
        font-size: 1.8rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .gallery-popup__text p {
        line-height: calc(1.8rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .gallery-popup__text p {
        line-height: calc(1.8rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .gallery-popup__text p {
        line-height: 2.5rem
    }
}

.gallery-popup__download {
    position: absolute;
    right: 65px;
    bottom: 50px;
    height: 25px;
    width: 20px
}

@media(max-width:1024px) {
    .gallery-popup__download {
        bottom: 40px;
        right: 50px
    }
}

@media(max-width:575px) {
    .gallery-popup__download {
        bottom: 20px;
        right: 15px
    }
}

.gallery-popup__download img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-popup__arrow-prev {
    width: 20px;
    height: 25px;
    background-image: url(../img/icons/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:575px) {
    .gallery-popup__arrow-prev {
        background-image: url(../img/icons/arrow-grey.svg);
        z-index: 30;
        top: 40%
    }
}

.gallery-popup__arrow-next {
    width: 20px;
    height: 25px;
    background-image: url(../img/icons/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
    position: absolute;
    top: 50%;
    right: 20px
}

@media(max-width:575px) {
    .gallery-popup__arrow-next {
        background-image: url(../img/icons/arrow-grey.svg);
        z-index: 30;
        top: 40%
    }
}

.gallery-popup__close {
    border: 1px solid #4c6566;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 16px;
    right: 20px;
    border-radius: 20px
}

@media(max-width:575px) {
    .gallery-popup__close {
        top: 5px;
        right: 5px
    }
}

.gallery-popup__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.gallery-popup__close:after,
.gallery-popup__close:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #4c6566;
    left: 4px;
    top: 11px
}

.gallery-popup__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.gallery-item__img {
    width: 100%
}

.gallery-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-item__text {
    padding: 17px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f2f2;
    border-radius: 0 0 40px 0
}

@media(max-width:767px) {
    .gallery-item__text {
        display: none
    }
}

.gallery-item__text h3 {
    font-size: 20px;
    line-height: 1.3;
    font-family: Roboto, serif;
    font-weight: 500;
    color: #4c6566
}

.gallery-item__text p {
    color: #555;
    font-size: 18px;
    line-height: 1.9
}

.gallery-category {
    cursor: pointer;
    position: relative;
    width: 100%
}

.gallery-category__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #acacac;
    border-radius: 22px;
    border: 2px solid #a78230;
    width: 100%;
    padding: 13px 15px;
    font-size: 1.3rem;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(min-width:380px)and (max-width:767px) {
    .gallery-category__button {
        font-size: calc(1.3rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .gallery-category__button {
        font-size: calc(1.3rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .gallery-category__button {
        font-size: 2rem
    }
}

.gallery-category input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.gallery-category input[type=checkbox]:checked+.gallery-category__button {
    color: #000;
    font-weight: 500;
    border: 3px solid #a78230;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-title h3 {
    font-size: 25px;
    line-height: 1.3;
    color: #A78230;
    font-weight: 700;
    font-family: Roboto, serif
}

.sidebar-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:1025px) {
    .sidebar-links {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.sidebar-links a {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    display: block
}

.sidebar-links a:not(:last-child) {
    margin-right: 32px
}

.sidebar-links a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:1024px) {
    .sidebar-links a[href="#print-content"] {
        display: none
    }
}

.sidebar-map {
    width: 100%
}

.sidebar-map iframe {
    width: 100%;
    height: 170px
}

.img-with-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.img-with-title__img {
    width: 100px;
    height: 50px
}

.img-with-title__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.img-with-title__title {
    max-width: 110px;
    width: 100%;
    margin-left: 15px
}

.img-with-title__title h4 {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #43a625
}

.sidebar-search__field {
    position: relative
}

.sidebar-search__field:after {
    position: absolute;
    bottom: 8px;
    right: 20px;
    content: "";
    background-image: url(../img/icons/sidebar-search.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat
}

.sidebar-search__field label {
    font-size: 25px;
    line-height: 1.3;
    color: #A78230;
    font-weight: 700;
    font-family: Roboto, serif
}

.sidebar-search__field label input {
    margin-top: 14px;
    height: 43px;
    width: 100%;
    border-radius: 22px;
    border: 2px solid #A78230;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sidebar-form__field {
    margin-bottom: 16px
}

.sidebar-form__field:last-child {
    margin-bottom: 0
}

.sidebar-form__field input {
    background-color: #fff;
    height: 43px;
    width: 100%;
    border-radius: 22px;
    border: 2px solid #A78230;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-form__field input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 30px;
    color: #acacac
}

.sidebar-form__field input::-moz-placeholder {
    font-size: 20px;
    line-height: 30px;
    color: #acacac
}

.sidebar-form__field input:-ms-input-placeholder {
    font-size: 20px;
    line-height: 30px;
    color: #acacac
}

.sidebar-form__field input::-ms-input-placeholder {
    font-size: 20px;
    line-height: 30px;
    color: #acacac
}

.sidebar-form__field input::placeholder {
    font-size: 20px;
    line-height: 30px;
    color: #acacac
}

.sidebar-form .btn {
    width: 100%;
    min-height: 43px;
    border-radius: 22px;
    margin-top: 25px;
    border: 0px;
}

@media(max-width:575px) {
    .sidebar-form .btn {
        max-width: 220px;
        width: 100%;
        margin: 20px auto 0
    }
}

.sidebar {
    position: relative;
    width: 100%
}

.sidebar__item {
    margin-bottom: 24px
}

.sidebar__item:last-child {
    margin-bottom: 0
}

@media(max-width:1024px) {
    .sidebar__item {
        display: none
    }
}

.sidebar__item b {
    font-weight: 700
}

.sidebar__item li {
    font-size: 16px;
    line-height: 1.4;
}
.sidebar__item li .title {
  font-weight: bold;
}

.sidebar__item li:not(:last-child) {
    margin-bottom: 16px
}

@media(min-width:1025px) {
    .sidebar__item .sidebar-links {
        margin-top: 44px
    }
}

@media(max-width:1024px) {
    .sidebar__item--show-at-mobile {
        display: block
    }
}

@media(max-width:1024px) {
    .sidebar__item.sidebar-form {
        padding: 24px 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f2f2f2
    }
}

@media(max-width:1024px)and (max-width:1024px) {
    .sidebar__item.sidebar-form {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(max-width:1024px)and (min-width:576px)and (max-width:1024px) {
    .sidebar__item.sidebar-form {
        left: -24px
    }
}

@media(min-width:576px)and (max-width:1024px) {
    .sidebar__item.sidebar-form {
        padding: 30px 24px
    }
}

@media(min-width:1025px) {
    .sidebar__item .btn {
        text-transform: uppercase
    }
}

.product-item {
    position: relative;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media(max-width:575px) {
    .product-item {
        margin: 15px 0
    }
}

.product-item__container {
    max-width: 1700px
}

@media(max-width:575px) {
    .product-item__container {
        padding: 0
    }
}

.product-item__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: -1
}

.product-item__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:575px) {
    .product-item__background img {
        border-radius: 0 0 25px 0;
        background-color: #fff
    }
}

.product-item__content {
    padding: 30px 0;
    max-width: 52%;
    min-height: 30vw;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1350px) {
    .product-item__content {
        max-width: 75%
    }
}

@media(max-width:1024px) {
    .product-item__content {
        max-width: 100%;
        min-height: 42vw;
        color: #000
    }
}

@media(max-width:575px) {
    .product-item__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 300px;
        color: #fff;
        padding: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.product-item__small-title {
    color: #898989;
    font-family: Roboto, serif;
    font-weight: 500;
    font-size: 25px;
}

@media(max-width:575px) {
    .product-item__small-title {
        color: #fff;
        font-size: 1.8rem;
        min-height: 33px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: start;
        padding: 0 20px;
        background: #84a64e;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-item__text-wrap {
    padding: 30px 0 0;
    text-shadow: 0 0 8px #fff
}

@media(max-width:1024px) {
    .product-item__text-wrap {
        padding: 15px 0 0
    }
}

@media(max-width:575px) {
    .product-item__text-wrap {
        text-shadow: none;
        border-radius: 0 0 25px 0;
        text-align: start;
        padding: 20px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(67%, rgba(6, 6, 8, .6)), to(rgba(0, 0, 0, .01)));
        background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(6, 6, 8, .6) 67%, rgba(0, 0, 0, .01))
    }
}

.product-item__title {
    color: inherit;
    font-size: 2.3rem;
    font-family: NordMedium, sans-serif;
    line-height: 1.2;
    padding: 0 0 15px
}

@media(min-width:380px)and (max-width:767px) {
    .product-item__title {
        font-size: calc(2.3rem + 5.7vw - 18.24px)
    }
}

@media(min-width:768px)and (max-width:1700px) {
    .product-item__title {
        font-size: calc(2.3rem + 3.35294vw)
    }
}

@media(min-width:1701px) {
    .product-item__title {
        font-size: 45px;
    }
}

@media(max-width:1200px) {
    .product-item__title {
        padding: 0 0 10px
    }
}

@media(max-width:575px) {
    .product-item__title {
        font-weight: 400;
        padding: 0 0 5px;
        width: 100%
    }
}

@media(max-width:575px) {
    .product-item__title br {
        display: none
    }
}

.product-item__text {
    color: inherit;
    font-size: 1.6rem;
    padding-bottom: 30px
}

@media(min-width:380px)and (max-width:767px) {
    .product-item__text {
        font-size: calc(1.6rem + 2.4vw - 7.68px)
    }
}

@media(min-width:768px)and (max-width:1700px) {
    .product-item__text {
        font-size: calc(1.6rem + 1.41176vw)
    }
}

@media(min-width:1701px) {
    .product-item__text {
        font-size: 4rem
    }
}

@media(max-width:575px) {
    .product-item__text {
        padding: 0
    }
}

@media(max-width:575px) {
    .product-item .btn--product {
        display: none
    }
}

.product-item--white .product-item__content {
    color: #fff
}

.product-item--white .product-item__text-wrap {
    text-shadow: unset
}

.product-item--white .product-item__background {
    background: #000
}

.product-item--white .product-item__small-title {
    color: #fff
}

.product__item {
    text-align: end
}

.product__item,
.product__item .product-item__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.product__item .btn--product,
.product__item .product-item__title {
    margin: 0 0 0 auto
}

.select-item {
    display: block;
    position: relative;
    border: 1.8px solid #4c6566;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px
}

.select-item:after {
    content: "";
    display: block;
    width: 20px;
    background-repeat: no-repeat;
    height: 12px;
    background-image: url(../img/icons/select-arrow.png);
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-item__field {
    display: block;
    border: none;
    outline: 0;
    padding: 10px 40px 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    font-weight: 500;
    color: #000
}

.select-item__field option {
    color: #000
}

.select-item__field [disabled],
.select-item__field select:invalid,
.select-item__field select option[value=""] {
    color: #acacac
}

.select-item__field::-webkit-input-placeholder {
    color: #acacac;
    font-weight: 400
}

.select-item__field::-moz-placeholder {
    color: #acacac;
    font-weight: 400
}

.select-item__field:-ms-input-placeholder {
    color: #acacac;
    font-weight: 400
}

.select-item__field::-ms-input-placeholder {
    color: #acacac;
    font-weight: 400
}

.select-item__field::placeholder {
    color: #acacac;
    font-weight: 400
}

.ask-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:575px) {
    .ask-item {
        position: relative;
        width: 100vw;
        left: -16px
    }
}

.ask-item__image-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 113%
}

@media(max-width:1024px) {
    .ask-item__image-wrap {
        padding-bottom: 52%
    }
}

.ask-item__image-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ask-item:first-child .ask-item__image-wrap img {
    border-radius: 50px 0 0 0
}

@media(max-width:1024px) {
    .ask-item:first-child .ask-item__image-wrap img {
        border-radius: 0
    }
}

.ask-item:last-child .ask-item__image-wrap img {
    border-radius: 0 50px 0 0
}

@media(max-width:1024px) {
    .ask-item:last-child .ask-item__image-wrap img {
        border-radius: 0
    }
}

.ask-item__text-wrap {
    text-align: center;
    padding: 30px
}

@media(max-width:575px) {
    .ask-item__text-wrap {
        padding: 15px 30px 0
    }
}

.ask-item__title-wrap {
    border-bottom: 1px solid #4c6566
}

@media(max-width:575px) {
    .ask-item__title-wrap {
        border-bottom: unset
    }
}

.ask-item__title {
    font-family: NordMedium, serif;
    font-size: 30px;
    font-weight: 500;
    color: #A78230;
    padding: 0 0 15px
}

@media(max-width:575px) {
    .ask-item__title {
        padding: 0 0 5px
    }
}

.ask-item__text {
    color: #000;
    font-size: 1.8rem;
    padding: 20px 0 0
}

@media(max-width:575px) {
    .ask-item__text {
        padding: 0
    }
}

.row-of-4-info-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f1f2f2;
    border-radius: 0px;
}

.row-of-4-info-items__item {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.row-of-4-info-items__item:not(:last-child):after {
    position: absolute;
    content: "";
    width: 5px;
    height: calc(100% - 30px);
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #f9fafa
}

.row-of-4-info-items__title {
    font-size: 2.5rem;
    line-height: 1.2
}

.row-of-4-info-items__subtitle {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
    color: #4c6566
}

.content-tab__head {
    position: relative;
    padding: 16px 41px 16px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 20px 20px 0 0;
    -webkit-transition: background-color, color .25s ease-out;
    transition: background-color, color .25s ease-out
}

@media(max-width:1024px) {
    .content-tab__head {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(min-width:576px)and (max-width:1024px) {
    .content-tab__head {
        left: -24px
    }
}

@media(max-width:1024px) {
    .content-tab__head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #e1e1e1
    }
}

@media(max-width:1024px) {
    .content-tab__head:after,
    .content-tab__head:before {
        content: "";
        width: 15px;
        height: 3px;
        position: absolute;
        top: 50%;
        right: 16px;
        background-color: #000;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: color, -webkit-transform .25s ease-out;
        transition: color, -webkit-transform .25s ease-out;
        transition: color, transform .25s ease-out;
        transition: color, transform .25s ease-out, -webkit-transform .25s ease-out
    }
}

@media(max-width:1024px) {
    .content-tab__head:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }
}

.content-tab__body {
    margin: 20px 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:1024px) {
    .content-tab__body {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(min-width:576px)and (max-width:1024px) {
    .content-tab__body {
        left: -24px
    }
}

@media(max-width:1024px) {
    .content-tab__body {
        padding: 0 16px
    }
}

@media(min-width:576px) {
    .content-tab__body {
        padding: 0 24px
    }
}

.content-tab--active .content-tab__head {
    -webkit-transition: background-color, color .25s ease-out;
    transition: background-color, color .25s ease-out
}

@media(max-width:1024px) {
    .content-tab--active .content-tab__head {
        color: #fff;
        background-color: #82c859
    }
}

@media(min-width:1025px) {
    .content-tab--active .content-tab__head {
        color: #fff;
        background-color: #4c6566
    }
}

@media(max-width:1024px) {
    .content-tab--active .content-tab__head:after {
        background-color: #fff;
        -webkit-transition: background-color, -webkit-transform .25s ease-out;
        transition: background-color, -webkit-transform .25s ease-out;
        transition: background-color, transform .25s ease-out;
        transition: background-color, transform .25s ease-out, -webkit-transform .25s ease-out;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width:1024px) {
    .content-tab--active .content-tab__head:before {
        background-color: #fff;
        -webkit-transition: color .25s ease-out;
        transition: color .25s ease-out
    }
}

.content-tabs__tab-links-wrapper {
    border-bottom: 2px solid #e1e1e1
}

@media print {
    .content-tabs__tab-links-wrapper {
        border: 0
    }
}

.content-tabs__tab-links {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -2px
}

.content-tabs__tab-link,
.content-tabs__tab-links {
    border-radius: 20px 20px 0 0;
    background-color: #e1e1e1
}

.content-tabs__tab-link {
    padding: 18px 24px;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none !important;
    color: #000 !important
}

@media print {
    .content-tabs__tab-link:not(.content-tabs__tab-link--active) {
        display: none
    }
}

.content-tabs__tab-link--active {
    background-color: #4c6566;
    color: #fff !important;
}

@media print {
    .content-tabs__tab-link--active {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin-top: 20px;
        font-size: 2.5rem;
        font-weight: 700;
        color: #000 !important
    }
}

.content-tabs__tab-body {
    padding: 20px 0;
    display: none
}

.content-tabs__tab-body--active {
    display: block
}

@media(max-width:1024px) {
    .content-tabs__tab {
        margin-bottom: 10px
    }
}

.content-dropdown__head {
    cursor: pointer;
    position: relative;
    background-color: transparent;
    color: #000;
    padding: 14px 10px 14px 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem
}

@media(max-width:1024px) {
    .content-dropdown__head {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(min-width:576px)and (max-width:1024px) {
    .content-dropdown__head {
        left: -24px
    }
}

@media(min-width:380px)and (max-width:767px) {
    .content-dropdown__head {
        font-size: calc(1.8rem + .25487vw - .81559px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .content-dropdown__head {
        font-size: calc(1.8rem + .14993vw)
    }
}

@media(min-width:1335px) {
    .content-dropdown__head {
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .content-dropdown__head {
        border-top-right-radius: 20px
    }
}

@media(max-width:370px) {
    .content-dropdown__head {
        padding: 14px 46px 14px 16px;
        border-top-right-radius: 0
    }
}

@media print {
    .content-dropdown__head {
        font-weight: 700;
        color: #000;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0
    }
}

.content-dropdown__head:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 24px;
    height: 20px;
    width: 20px;
    background: url(../img/header/arrow-point-to-right.svg) no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.content-dropdown__body {
    margin: 20px 0;
    display: none
}

@media print {
    .content-dropdown__body {
        display: block
    }
}

.content-dropdown--active .content-dropdown__head:after {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.single-content {
    line-height: 1.4
}

@media print {
    .single-content {
        color: #000 !important
    }
}

.single-content h2 {
    font-size: 3rem;
    font-weight: 500
}

@media(min-width:380px)and (max-width:767px) {
    .single-content h2 {
        font-size: calc(3rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .single-content h2 {
        font-size: calc(3rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .single-content h2 {
        font-size: 3.5rem
    }
}

.single-content h2:first-child {
    margin-top: 0
}

.single-content h3 {
    font-family: Roboto, serif;
    font-size: 2.5rem;
    font-weight: 700
}

.single-content h4 {
    font-size: 2rem;
    font-weight: 500
}

.single-content h5 {
    font-size: 1.8rem
}

.single-content h2,
.single-content h3,
.single-content h4 {
    margin: 3rem 0 1rem;
    color: #A78230;
}

.single-content p {
    font-size: 1.6rem
}

.single-content p:first-of-type {
    font-size: 1.8rem
}

.single-content q {
    display: block;
    font-size: 1.8rem;
    font-style: italic
}

.single-content a {
    text-decoration: underline
}

.single-content a:hover {
    color: #43a625
}

.single-content li {
    font-size: 1.8rem;
    margin-bottom: 1rem
}

.single-content li:before {
    content: "•  "
}

.single-content li:last-child {
    margin-bottom: 0
}

.single-content p,
.single-content q,
.single-content ul {
    margin-bottom: 1.6rem
}

.single-content p:last-child,
.single-content q:last-child,
.single-content ul:last-child {
    margin-bottom: 0
}

.single-content b,
.single-content strong {
    font-weight: 700
}

.single-content em,
.single-content i {
    font-style: italic
}

.single-content__head {
    color: #555;
    padding: 24px;
    margin-bottom: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee;
    border-top-right-radius: 35px
}

@media(max-width:1024px) {
    .single-content__head {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(min-width:576px)and (max-width:1024px) {
    .single-content__head {
        left: -24px
    }
}

@media(max-width:1024px) {
    .single-content__head {
        padding-bottom: 24px;
        border-radius: 0
    }
}

@media print {
    .single-content__head {
        border-bottom: 1px solid #000;
        color: #000
    }
}

.single-content__head h2,
.single-content__head h3,
.single-content__head h4 {
    margin-top: 0;
    margin-bottom: 1.6rem;
    color: #A78230;
}

.single-content__highlighted-grey-bg {
    position: relative;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-content__highlighted-grey-bg:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #eee;
    width: 200vw;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-content__highlighted-grey-bg h2,
.single-content__highlighted-grey-bg h3,
.single-content__highlighted-grey-bg h4 {
    margin-top: 0
}

.single-content__go-back {
    margin: 30px auto 0;
    background-color: #82c859;
    text-decoration: none !important;
    text-transform: none
}

@media(min-width:1025px) {
    .single-content__go-back {
        display: none
    }
}

@media print {
    .single-content__go-back {
        display: none
    }
}

.single-content .content-dropdown h2,
.single-content .content-dropdown h3,
.single-content .content-dropdown h4,
.single-content .content-tabs h2,
.single-content .content-tabs h3,
.single-content .content-tabs h4 {
    margin-top: 20px
}

.single-content .content-dropdown h2:first-child,
.single-content .content-dropdown h3:first-child,
.single-content .content-dropdown h4:first-child,
.single-content .content-tabs h2:first-child,
.single-content .content-tabs h3:first-child,
.single-content .content-tabs h4:first-child {
    margin-top: 0
}

.single-content .content-dropdown {
    margin-bottom: 10px
}

.captionImage {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1.6rem
}

@media(min-width:1025px) {
    .captionImage.leftAlone {
        margin-right: 20px;
        float: left
    }
}

@media(min-width:1025px) {
    .captionImage.rightAlone {
        float: right;
        margin-left: 20px
    }
}

@media(max-width:1024px) {
    .captionImage.leftAlone,
    .captionImage.rightAlone {
        width: 100% !important
    }
    .captionImage.leftAlone .image,
    .captionImage.rightAlone .image {
        width: 100%
    }
}

.caption,
.captionImage.fullWidth,
.captionImage.fullWidth .image {
    width: 100%
}

.caption {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee;
    font-size: 1.3rem !important;
    line-height: 1.3;
    font-style: italic;
    margin-bottom: 0 !important
}

.caption.rightAlone {
    text-align: right
}

.grid-of-4-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

@media(max-width:1024px) {
    .grid-of-4-items {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }
}

@media(max-width:767px) {
    .grid-of-4-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }
}

.banner {
    position: relative
}

@media(max-width:1024px) {
    .banner {
        padding: 5% 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media(max-width:575px) {
    .banner {
        padding: 15% 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.banner__slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.banner__slider .slick-track {
    height: 100%
}

.banner__slider-item {
    width: 100%
}

.banner__slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner__container {
    max-width: 1414px
}

@media(max-width:1024px) {
    .banner__container {
        background: rgba(0, 0, 0, .6);
        width: 100%
    }
}

.banner__content {
    width: 49%;
    padding: 70px 40px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    min-height: 30vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1024px) {
    .banner__content {
        width: 100%;
        max-width: 600px;
        background: transparent
    }
}

@media(max-width:575px) {
    .banner__content {
        padding: 30px 0
    }
}

.banner h2 {
    color: #fff;
    padding: 40px 0 30px
}

@media(max-width:575px) {
    .banner h2 {
        font-family: Myriad Pro, serif;
        font-weight: 400;
        font-size: 2.1rem;
        padding: 18px 0
    }
}

.banner__description {
    min-height: 100px;
    margin-bottom: 20px
}

@media(max-width:575px) {
    .banner__description {
        min-height: 50px
    }
}

.banner p {
    padding-bottom: 10px
}

.banner__logo img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:575px) {
    .banner__logo img {
        max-width: 70%
    }
}

@media(max-width:575px) {
    .banner__another-title {
        font-size: 1.7rem
    }
}

.looking-mobile {
    display: none;
    margin-top: 15px
}

@media(max-width:575px) {
    .looking-mobile {
        background-color: #eee;
        display: block;
        padding: 20px 0 15px
    }
}

.looking-mobile__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.looking-mobile__btn {
    padding: 0 10px;
    margin: 0 12px 10px 0
}

.looking-mobile__btn img {
    padding: 0 10px 0 0
}

.looking-mobile span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #4c6566;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px
}

.posts {
    padding: 40px 0 60px
}

@media(max-width:575px) {
    .posts {
        padding: 20px 0 30px
    }
}

.posts h2 {
    margin: 0 auto;
    padding-bottom: 30px
}

@media(max-width:575px) {
    .posts h2 {
        padding: 0 0 1.3rem
    }
}

.posts__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
    margin: 0 auto
}

@media(max-width:1024px) {
    .posts__wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media(max-width:575px) {
    .posts__wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        position: relative;
        left: -16px;
        width: 100vw
    }
}

.posts__wrap--landing {
    gap: 30px
}

@media(max-width:575px) {
    .posts__wrap--landing {
        position: unset;
        width: unset
    }
}

.posts p {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2rem
}

.posts .posts__title {
    color: #555;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: block;
    letter-spacing: .45px;
    padding-bottom: 35px
}

@media(max-width:575px) {
    .posts .posts__title {
        font-size: 1.5rem;
        line-height: 2.2rem;
        display: block;
        padding-bottom: 15px
    }
}

@media(max-width:575px) {
    .posts--landing {
        padding: 20px 0
    }
}

.posts--landing .posts__wrap {
    gap: 30px
}

@media(max-width:575px) {
    .posts--landing .posts__title {
        margin-bottom: 20px
    }
}

.posts--industry-news {
    padding: 40px 0 30px
}

@media(min-width:1025px) {
    .posts--industry-news {
        background-color: #f1f2f2
    }
}

@media(max-width:575px) {
    .posts--industry-news {
        padding: 20px 0
    }
}

.posts--industry-news h2 {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: NordMedium, sans-serif;
    letter-spacing: .25px;
    padding: 0 0 20px
}

@media(min-width:380px)and (max-width:767px) {
    .posts--industry-news h2 {
        font-size: calc(2.5rem + 3.18591vw - 10.1949px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .posts--industry-news h2 {
        font-size: calc(2.5rem + 1.87406vw)
    }
}

@media(min-width:1335px) {
    .posts--industry-news h2 {
        font-size: 5rem
    }
}

@media(max-width:575px) {
    .posts--member-news {
        background-color: #fff;
        padding: 10px 0
    }
}

@media(max-width:575px) {
    .posts--member-news h2 {
        font-size: 2.3rem
    }
}

.posts--events {
    padding: 40px 0 30px;
    background-color: #f1f2f2
}

@media(max-width:575px) {
    .posts--events {
        padding: 30px 0 10px
    }
}

.posts--events .posts__wrap {
    position: unset;
    width: 100%;
    left: unset
}

@media(max-width:575px) {
    .posts--events .posts__wrap {
        gap: 20px
    }
}

.posts--news-row {
    padding: 40px 0;
    background-color: #fff
}

@media(max-width:575px) {
    .posts--news-row {
        padding: 20px 0
    }
}

.posts--news-row .posts__wrap {
    display: block
}

@media(min-width:1025px) {
    .posts--news-row .post-item:not(:last-child) {
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 1px solid #bababa
    }
}

@media(max-width:1024px) {
    .posts--news-row .post-item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 0
    }
}

.posts--news-row h2 {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: NordMedium, sans-serif;
    letter-spacing: .25px;
    padding: 0 0 20px
}

@media(min-width:380px)and (max-width:767px) {
    .posts--news-row h2 {
        font-size: calc(2.5rem + 3.18591vw - 10.1949px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .posts--news-row h2 {
        font-size: calc(2.5rem + 1.87406vw)
    }
}

@media(min-width:1335px) {
    .posts--news-row h2 {
        font-size: 5rem
    }
}

@media(max-width:575px) {
    .posts--news-row h2 {
        padding: 0 0 12px
    }
}

.news {
    padding: 50px 0
}

@media(min-width:576px) {
    .news {
        background-color: #f1f2f2
    }
}

@media(max-width:1024px) {
    .news {
        padding: 30px 0
    }
}

@media(max-width:575px) {
    .news {
        padding: 0;
        border-top: 8px solid #82c859
    }
}

.news__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:575px)and (max-width:1024px) {
    .news__inner {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(max-width:575px)and (min-width:576px)and (max-width:1024px) {
    .news__inner {
        left: -24px
    }
}

.news__container--industry {
    max-width: 1600px
}

.news__title {
    position: relative;
    display: none
}

@media(max-width:575px) {
    .news__title {
        display: block;
        padding-top: 10px;
        z-index: 5
    }
}

.news__slider-img {
    width: 52%;
    outline: 0
}

@media(max-width:1024px) {
    .news__slider-img {
        width: 100%
    }
}

@media(max-width:575px) {
    .news__slider-img {
        width: 100vw
    }
}

@media(min-width:1025px) {
    .news__slider-img {
        margin-right: 50px
    }
}

.news__img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 53%;
    outline: 0
}

.news__img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news__slider-wrap {
    position: relative;
    max-width: 100%
}

@media(max-width:575px) {
    .news__slider-wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.6rem 1.6rem 30px;
        background-color: #f1f2f2
    }
}

@media(min-width:1025px) {
    .news__slider-wrap {
        max-width: 40%
    }
}

@media(max-width:1024px) {
    .news__slider-wrap h2 {
        display: none
    }
}

.news__text-item {
    padding-bottom: 28px;
    margin-right: 20px
}

@media(max-width:575px) {
    .news__text-item {
        padding-bottom: 20px
    }
}

.news h2 {
    padding-bottom: 15px;
    font-family: NordMedium;
    color: #A78230;
}

@media(max-width:1170px) {
    .news h2 {
        padding: 15px 0
    }
}

@media(max-width:575px) {
    .news h2 {
        padding: 10px 0 15px
    }
}

.news p {
    font-size: 1.8rem
}

@media(max-width:575px) {
    .news p {
        font-size: 1.4rem
    }
}

.news__another-title {
    color: #A78230;
    font-size: 20px !important;
    font-weight: 700;
    padding-bottom: 20px
}

@media(max-width:575px) {
    .news__another-title {
        font-size: 1.8rem !important;
        padding-bottom: 14px
    }
}

.news__link {
    display: block;
    color: #A78230;
    font-size: 18px;
    outline: 0;
    margin-top: 30px
}

@media(max-width:575px) {
    .news__link {
        font-size: 1.5rem;
        margin-top: 18px
    }
}

.news__slider-dots .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.news__slider-dots .slick-dots li button {
    width: 13px;
    height: 12px;
    background-color: #bfbfbf;
    font-size: 0;
    border-radius: 50%;
    margin: 0 20px 0 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.news__slider-dots li.slick-active button {
    width: 13px;
    height: 12px;
    border-radius: 50%;
    background-color: #A78230;
    cursor: unset;
    -webkit-transition: .3s;
    transition: .3s
}

.news .slick-slide {
    opacity: .7;
    -webkit-transition: 1s;
    transition: 1s;
    outline: 0
}

.news .slick-current {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s
}

.news--industry {
    background-color: #fff
}

@media(max-width:1400px) {
    .news--industry {
        background-color: #f1f2f2
    }
}

@media(max-width:575px) {
    .news--industry {
        background-color: #fff
    }
}

.news--industry .news__inner {
    background-color: #f1f2f2;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 370px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:1024px) {
    .news--industry .news__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.news--industry .news__container {
    max-width: 1730px
}

.news--industry .news__title {
    position: relative;
    z-index: 10
}

@media(max-width:575px) {
    .news--industry .news__title {
        font-size: 1.8rem
    }
}

.news--industry .news__title:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5
}

.news--industry .news__slider-img {
    margin: 0
}

@media(min-width:1024px) {
    .news--industry .news__slider-img {
        width: 64%
    }
}

.news--industry .news__img-wrap {
    padding-bottom: 0;
    height: auto
}

.news--industry .news__img-wrap img {
    position: static
}

.news--industry .news__slider-wrap {
    max-width: 38%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1024px) {
    .news--industry .news__slider-wrap {
        max-width: 100%
    }
}

@media(max-width:575px) {
    .news--industry .news__slider-wrap {
        max-width: 100vw;
        padding: 20px
    }
}

.news--second-landing .news__container {
    max-width: 1300px
}

.news--second-landing .news__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer {
    background-color: #000;
    padding: 30px 0;
    color: #fff
}

@media(max-width:575px) {
    .footer {
        padding: 20px 0
    }
}

.footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:1024px) {
    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__logo {
    margin: auto 0 0
}

@media(max-width:1024px) {
    .footer__logo {
        margin: 0
    }
}

@media(max-width:575px) {
    .footer__logo {
        margin: 0 auto
    }
}

@media(max-width:575px) {
    .footer__logo img {
        max-width: 60%;
        margin: 0 auto
    }
}

.footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: 10px
}

@media(max-width:1200px) {
    .footer__row {
        margin-left: 45px
    }
}

@media(max-width:1024px) {
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 0
    }
}

@media(max-width:575px) {
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__info {
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto
}

@media(max-width:1024px) {
    .footer__info {
        margin: 0 auto
    }
}

@media(max-width:575px) {
    .footer__info {
        padding: 30px 0 0
    }
}

.footer__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
    padding-bottom: 10px
}

@media(max-width:575px) {
    .footer__title {
        display: none
    }
}

.footer__map {
    font-weight: 400;
    line-height: 2.5rem
}

@media(max-width:575px) {
    .footer__map {
        display: none
    }
}

.footer__contact-links {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media(max-width:575px) {
    .footer__contact-links {
        display: none
    }
}

.footer__contact-links li {
    margin: 0 10px;
    position: relative
}

.footer__contact-links li:before {
    position: absolute;
    content: "";
    margin: 0 10px;
    display: block;
    width: 1.5px;
    height: 15px;
    background-color: #fff;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer__contact-links li:first-child:before {
    display: none
}

@media(max-width:575px) {
    .footer__mobile-view {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__anchor-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__anchor-link img {
    padding-left: 20px
}

@media(max-width:575px) {
    .footer__anchor-link {
        display: none
    }
}

.footer__anchor-link--small {
    display: none
}

@media(max-width:575px) {
    .footer__anchor-link--small {
        display: block
    }
}

.footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 460px;
    width: 100%
}

@media(max-width:575px) {
    .footer__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: none
    }
}

.footer__links-mobile {
    display: none
}

@media(max-width:575px) {
    .footer__links-mobile {
        display: block;
        margin: 0 auto
    }
}

.footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__list li {
    position: relative;
    padding: 0 10px
}

.footer__list li a {
    font-size: 1.3rem !important
}

.footer__list li:before {
    content: "";
    display: block;
    margin: 0 11px;
    width: 1.5px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer__list li:first-child:before {
    display: none
}

.footer__page-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:575px) {
    .footer__page-links {
        display: none
    }
}

.footer__page-links li {
    margin: 0 15px;
    position: relative
}

.footer__page-links li:before {
    position: absolute;
    content: "";
    display: block;
    margin: 0 5px;
    width: 1.5px;
    height: 15px;
    background-color: #fff;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer__page-links li:first-child:before {
    display: none
}

@media(max-width:575px) {
    .footer__privacy-links {
        display: none
    }
}

.footer__facebook-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.footer__facebook-link--small {
    display: none
}

@media(max-width:575px) {
    .footer__facebook-link--small {
        display: block
    }
}

.footer__facebook-link:before {
    content: "";
    display: block;
    background-image: url(../img/icons/footer-facebook.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 35px;
    left: -25px;
    position: absolute;
    bottom: 0
}

.footer__privacy {
    padding: 0 0 0 40px
}

@media(max-width:1024px) {
    .footer__privacy {
        margin-top: -60px;
        padding: 0 0 50px
    }
}

.footer a {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.5rem
}

.contact-section {
    padding: 50px 0
}

.contact-section__head {
    margin-bottom: 50px
}

@media(max-width:1024px) {
    .contact-section__head {
        margin-bottom: 20px;
        padding-left: 30px
    }
}

@media(max-width:1024px)and (max-width:1024px) {
    .contact-section__head {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(max-width:1024px)and (min-width:576px)and (max-width:1024px) {
    .contact-section__head {
        left: -24px
    }
}

.contact-section__head h2 {
    text-align: center;
    font-weight: 500
}

@media(max-width:1024px) {
    .contact-section__head h2 {
        text-align: left
    }
}

@media(max-width:1024px) {
    .contact-section__tabs-content-wr {
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media(max-width:1024px)and (max-width:1024px) {
    .contact-section__tabs-content-wr {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(max-width:1024px)and (min-width:576px)and (max-width:1024px) {
    .contact-section__tabs-content-wr {
        left: -24px
    }
}

.contact-section__tabs-wr {
    margin-top: 70px
}

@media(max-width:1024px) {
    .contact-section__tabs-wr {
        margin-top: 30px
    }
}

.contact-section .content-tab--active .content-tab__head {
    background-color: #4c6566
}

.gallery-section--filter-applied .gallery-section__item:not(.gallery-section__item--passed-filter) {
    display: none
}

.gallery-section__categories {
    padding: 20px 0;
    border-bottom: 1px solid #bababa
}

@media(min-width:1025px) {
    .gallery-section__categories {
        padding: 30px 0
    }
}

@media(min-width:768px) {
    .gallery-section__categories {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.gallery-section__wrapper {
    width: 100%;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 8px 16px
}

@media(max-width:767px) {
    .gallery-section__wrapper {
        margin-bottom: 8px
    }
}

@media(max-width:575px) {
    .gallery-section__wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:768px) {
    .gallery-section__wrapper {
        margin-right: 16px
    }
}

.gallery-section__controls {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: grid;
    gap: 8px 16px
}

@media(min-width:576px) {
    .gallery-section__controls {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))
    }
}

@media(min-width:768px) {
    .gallery-section__controls {
        max-width: 200px;
        grid-template-columns: 1fr
    }
}

.gallery-section__controls .btn {
    width: 100%;
    padding: 8px 24px;
    text-transform: none;
    font-size: 1.3rem
}

@media(min-width:380px)and (max-width:767px) {
    .gallery-section__controls .btn {
        font-size: calc(1.3rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .gallery-section__controls .btn {
        font-size: calc(1.3rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .gallery-section__controls .btn {
        font-size: 2rem
    }
}

.gallery-section__items {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media(max-width:1280px)and (min-width:768px) {
    .gallery-section__items {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media(max-width:767px) {
    .gallery-section__items {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.gallery-section__item {
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 0 0 2% 0
}

.landing-banner {
    position: relative
}

.landing-banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.landing-banner__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.landing-banner__container {
    max-width: 1424px
}

@media(max-width:1024px) {
    .landing-banner__container {
        background: rgba(0, 0, 0, .3);
        width: 100%
    }
}

.landing-banner__content {
    background: rgba(0, 0, 0, .3);
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 40%;
    padding: 45px
}

@media(max-width:1024px) {
    .landing-banner__content {
        padding: 45px 0;
        background: none;
        max-width: 100%
    }
}

@media(max-width:575px) {
    .landing-banner__content {
        padding: 30px 0
    }
}

.landing-banner h1 {
    font-size: 4.1rem;
    position: relative;
    color: #fff;
    padding: 25px 0 0
}

@media(max-width:1024px) {
    .landing-banner h1 {
        padding: 0;
        font-weight: 400;
        font-size: 3.1rem
    }
}

@media(max-width:575px) {
    .landing-banner h1 {
        font-size: 2.5rem
    }
}

.landing-banner h1:before {
    display: block;
    content: "";
    height: 3px;
    width: 125px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

@media(max-width:1024px) {
    .landing-banner h1:before {
        display: none
    }
}

.landing-banner--news h1 {
    font-size: 2.5rem;
    font-weight: 500;
    padding: 20px 0 0
}

@media(min-width:380px)and (max-width:767px) {
    .landing-banner--news h1 {
        font-size: calc(2.5rem + 3.82309vw - 12.23388px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .landing-banner--news h1 {
        font-size: calc(2.5rem + 2.24888vw)
    }
}

@media(min-width:1335px) {
    .landing-banner--news h1 {
        font-size: 5.5rem
    }
}

@media(max-width:575px) {
    .landing-banner--news h1 {
        padding: 0
    }
}

.breadcrumbs {
    background-color: #f1f2f2
}

@media(max-width:575px) {
    .breadcrumbs {
        background-color: #fff
    }
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0
}

@media(max-width:575px) {
    .breadcrumbs__list {
        border-bottom: 1px solid #e1e1e1
    }
}

.breadcrumbs li {
    color: #000;
    padding: 8px 20px 8px 0;
    position: relative
}

.breadcrumbs li:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.breadcrumbs li:last-child {
    padding: 8px 0
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs a {
    color: #565656;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media(max-width:575px) {
    .breadcrumbs a {
        font-size: 1.2rem
    }
}

.landing-looking {
    background-color: #f1f2f2;
    padding: 30px 0;
    position: relative
}

@media(max-width:575px) {
    .landing-looking {
        padding: 30px 0 0
    }
}

@media(max-width:1024px) {
    .landing-looking:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 8px;
        background-color: #82c859
    }
}

.landing-looking__title {
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: roboto
}

@media(max-width:575px) {
    .landing-looking__title {
        margin: 0 auto;
        display: block;
        max-width: calc(100% - 80px);
        font-size: 1.8rem;
        line-height: 2.2rem
    }
}

.landing-looking__inner-content {
    padding: 30px 0 0;
    position: relative
}

@media(max-width:575px) {
    .landing-looking__inner-content {
        padding: 15px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(min-width:1281px) {
    .landing-looking__inner-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.landing-looking__arrows {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    top: 24%
}

@media(max-width:575px) {
    .landing-looking__slider {
        max-width: calc(100% - 80px);
        margin: 0 auto
    }
}

@media(min-width:1281px) {
    .landing-looking__slider {
        max-width: 75%;
        margin-right: 30px
    }
}

@media(min-width:576px) {
    .landing-looking__slider:not(.slick-initialized) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media(min-width:1281px) {
    .landing-looking__slider:not(.slick-initialized) {
        grid-template-columns: repeat(3, 1fr)
    }
}

.landing-looking__slider .slick-slide {
    margin: 0 15px
}

.landing-looking__slider .slick-list {
    margin: 0 -15px
}

.landing-looking__item {
    outline: none
}

.landing-looking__search-wrap {
    max-width: 300px
}

@media(min-width:576px)and (max-width:1280px) {
    .landing-looking__search-wrap {
        margin-top: 36px
    }
}

@media(max-width:575px) {
    .landing-looking__search-wrap {
        margin: 0 auto;
        position: relative;
        background-color: #fff;
        left: -16px;
        width: 100vw;
        max-width: 100vw;
        padding: 30px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .landing-looking__search-wrap .landing-looking__title {
        margin: 0
    }
}

.landing-looking p {
    font-size: 1.5rem
}

@media(max-width:575px) {
    .landing-looking p {
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

.landing-looking__search-field {
    border-radius: 15px;
    border: none;
    height: auto;
    margin-top: 25px
}

@media(max-width:575px) {
    .landing-looking__search-field {
        border-radius: 29px;
        border: 2px solid #4c6566;
        margin-top: 20px
    }
}

.landing-looking__search-field__btn {
    padding: 0 15px 0 0
}

.landing-looking__input input {
    line-height: 1;
    padding: 6px 2.4rem
}

.landing-looking .slick-prev {
    background-image: url(../img/icons/left-arrow.svg)
}

.landing-looking .slick-next,
.landing-looking .slick-prev {
    background-repeat: no-repeat;
    width: 20px;
    height: 24px;
    font-size: 0
}

.landing-looking .slick-next {
    background-image: url(../img/icons/right-arrow.svg)
}

.industry-banner {
    position: relative
}

@media(max-width:1024px) {
    .industry-banner {
        padding: 5% 0
    }
}

.industry-banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.industry-banner__background img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.industry-banner__background .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.industry-banner__background-item,
.industry-banner__background .slick-track {
    height: 100%
}

.industry-banner__container {
    max-width: 1360px
}

@media(max-width:1024px) {
    .industry-banner__container {
        background: rgba(0, 0, 0, .4)
    }
}

.industry-banner__content {
    max-width: 40%;
    min-height: 28vw;
    min-width: 530px;
    padding: 40px;
    background: rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1024px) {
    .industry-banner__content {
        background: none;
        max-width: 100%;
        min-height: unset;
        min-width: unset;
        padding: 30px
    }
}

@media(max-width:575px) {
    .industry-banner__content {
        padding: 20px 10px;
        max-width: 100%
    }
}

.industry-banner__logo {
    margin-top: auto
}

.industry-banner__logo img {
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:1024px) {
    .industry-banner__logo img {
        max-width: 238px
    }
}

.industry-banner__slider {
    margin: 0 -20px 0 0
}

.industry-banner__slider-item {
    outline: none;
    color: #fff;
    padding: 30px;
    margin: 0 20px 0 0
}

@media(max-width:1024px) {
    .industry-banner__slider-item {
        padding: 15px 0 20px
    }
}

@media(max-width:575px) {
    .industry-banner__slider-item {
        padding: 20px 0
    }
}

.industry-banner__slider-item h2 {
    color: inherit;
    font-family: NordMedium, sans-serif;
    font-size: 2.5rem
}

@media(min-width:380px)and (max-width:767px) {
    .industry-banner__slider-item h2 {
        font-size: calc(2.5rem + 2.54873vw - 8.15592px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .industry-banner__slider-item h2 {
        font-size: calc(2.5rem + 1.49925vw)
    }
}

@media(min-width:1335px) {
    .industry-banner__slider-item h2 {
        font-size: 4.5rem
    }
}

.industry-banner__slider-item__another-title {
    color: inherit
}

.industry-banner__description {
    padding: 12px 0 30px
}

@media(max-width:1024px) {
    .industry-banner__description {
        padding: 15px 0 25px
    }
}

@media(max-width:575px) {
    .industry-banner__description {
        padding: 10px 0 20px
    }
}

.industry-banner__another-title {
    font-size: 1.5rem
}

@media(min-width:380px)and (max-width:767px) {
    .industry-banner__another-title {
        font-size: calc(1.5rem + 1.27436vw - 4.07796px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .industry-banner__another-title {
        font-size: calc(1.5rem + .74963vw)
    }
}

@media(min-width:1335px) {
    .industry-banner__another-title {
        font-size: 2.5rem
    }
}

.industry-banner__btn {
    background-color: #84a64e;
    min-height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 2rem;
    max-width: 215px
}

@media(max-width:575px) {
    .industry-banner__btn {
        min-height: 25px;
        font-size: 1.3rem;
        max-width: 140px
    }
}

.industry-banner__navigation {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 0;
    margin-top: auto
}

.industry-banner .slick-prev {
    background-image: url(../img/icons/landing-arrow-left.svg)
}

.industry-banner .slick-next,
.industry-banner .slick-prev {
    width: 15px;
    height: 40px;
    font-size: 0;
    background-repeat: no-repeat
}

.industry-banner .slick-next {
    background-image: url(../img/icons/landing-arrow-right.svg)
}

.industry-banner .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.industry-banner .slick-dots li button {
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

@media(min-width:380px)and (max-width:767px) {
    .industry-banner .slick-dots li button {
        width: calc(1.3rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .industry-banner .slick-dots li button {
        width: calc(1.3rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .industry-banner .slick-dots li button {
        width: 2rem
    }
}

@media(min-width:380px)and (max-width:767px) {
    .industry-banner .slick-dots li button {
        height: calc(1.3rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .industry-banner .slick-dots li button {
        height: calc(1.3rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .industry-banner .slick-dots li button {
        height: 2rem
    }
}

.industry-banner .slick-dots li {
    padding: 0 10px
}

.industry-banner li.slick-active button {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: default
}

.industry-banner .slick-arrow,
.industry-banner .slick-disabled {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.industry-banner .slick-disabled {
    cursor: not-allowed;
    opacity: .7
}

.industry-banner--color-switch .industry-banner__btn {
    background-color: #A78230;
}

.small-text {
    padding: 40px 0 20px
}

@media(max-width:575px) {
    .small-text {
        padding: 15px 0 0
    }
}

.small-text__container {
    max-width: 1300px
}

.small-text__title {
    color: #84a64e;
    font-family: NordMedium, sans-serif;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 1.8rem
}

@media(min-width:380px)and (max-width:767px) {
    .small-text__title {
        font-size: calc(1.8rem + 2.54873vw - 8.15592px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .small-text__title {
        font-size: calc(1.8rem + 1.49925vw)
    }
}

@media(min-width:1335px) {
    .small-text__title {
        font-size: 3.8rem
    }
}

.products__container {
    max-width: 1620px;
    width: 100%
}

@media(min-width:1024px) {
    .products__container {
        padding: 0;
        max-width: 100%
    }
}

.initiatives {
    margin: 50px 0
}

@media(max-width:700px) {
    .initiatives {
        margin: 20px 0
    }
}

.initiatives__title {
    color: #4c6566;
    font-family: NordMedium, sans-serif;
    font-size: 8rem;
    text-align: center;
    padding-bottom: 30px
}

@media(max-width:1024px) {
    .initiatives__title {
        font-size: 6rem
    }
}

@media(max-width:700px) {
    .initiatives__title {
        display: none
    }
}

.initiatives__container {
    position: relative;
    max-width: 1730px
}

.initiatives__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:575px) {
    .initiatives__slider {
        margin: 0 -10px
    }
}

@media(min-width:576px)and (max-width:1281px) {
    .initiatives__slider.slick-initialized {
        margin: 0 -20px
    }
}

.initiatives__slider.slick-initialized .post-item {
    outline: none
}

@media(min-width:576px) {
    .initiatives__slider.slick-initialized .post-item {
        margin: 0 20px
    }
}

@media(min-width:576px) {
    .initiatives__slider:not(.slick-initialized) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }
}

@media(min-width:1281px) {
    .initiatives__slider:not(.slick-initialized) {
        gap: 60px;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:575px) {
    .initiatives__slider .post-item {
        margin: 0 10px;
        width: 100%
    }
}

.initiatives__slider-arrows {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 60%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px
}

.initiatives .slick-prev {
    background-image: url(../../img/icons/left-arrow.svg)
}

.initiatives .slick-next,
.initiatives .slick-prev {
    background-repeat: no-repeat;
    width: 20px;
    height: 24px;
    font-size: 0
}

.initiatives .slick-next {
    background-image: url(../../img/icons/right-arrow.svg)
}

@media(max-width:575px) {
    .initiatives__inner {
        overflow: hidden;
        position: relative;
        border-radius: 0 0 40px 0
    }
}

.initiatives__mobile-header {
    display: none
}

@media(max-width:575px) {
    .initiatives__mobile-header {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.8rem;
        text-align: start;
        min-height: 33px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px;
        background: #84a64e;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.initiatives .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.initiatives .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

.initiatives .slick-dots li {
    padding: 0 10px
}

.initiatives li.slick-active button {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: default
}

.initiatives .slick-disabled {
    cursor: default
}

.filters {
    padding: 40px 0
}

@media(max-width:1024px) {
    .filters {
        padding: 20px 0
    }
}

.filters__select-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.filters__select-form,
.filters__select-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.filters__select-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.filters__item {
    width: auto
}

@media(min-width:576px) {
    .filters__item {
        margin: 5px 20px 5px 0
    }
}

@media(min-width:1025px) {
    .filters__item {
        width: calc(20% - 16px)
    }
}

@media(min-width:576px)and (max-width:1025px) {
    .filters__item {
        width: calc(50% - 10px)
    }
}

@media(max-width:575px) {
    .filters__item {
        width: 100%;
        margin-bottom: 16px
    }
}

@media(min-width:1025px) {
    .filters__item:nth-child(5n) {
        margin-right: 0
    }
}

@media(min-width:576px)and (max-width:1025px) {
    .filters__item:nth-child(2n) {
        margin-right: 0
    }
}

.filters__item:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.filters__btn {
    line-height: 1.3;
    background-color: #A78230;
    text-transform: unset;
    padding: 10px 30px;
    font-size: 1.5rem;
    border-radius: 50px;
    margin-left: auto
}

@media(min-width:380px)and (max-width:767px) {
    .filters__btn {
        font-size: calc(1.5rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .filters__btn {
        font-size: calc(1.5rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .filters__btn {
        font-size: 2rem
    }
}

@media(max-width:1024px) {
    .filters__btn {
        margin-left: 0
    }
}

@media(max-width:575px) {
    .filters__btn {
        width: 100%;
        padding: 10px 0
    }
}

.filters .qs-datepicker-container {
    font-size: 16px
}

.frequent-asks {
    padding: 50px 0
}

@media(max-width:575px) {
    .frequent-asks {
        padding: 20px 0 50px
    }
}

.frequent-asks__container {
    max-width: 1350px
}

.frequent-asks__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px
}

@media(max-width:1024px) {
    .frequent-asks__wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.supporters {
    text-align: center;
    padding: 70px 0
}

@media(max-width:575px) {
    .supporters {
        text-align: left;
        padding: 30px 0
    }
}

.supporters__container {
    max-width: 1410px
}

.supporters__wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 30px 0 0
}

@media(max-width:1024px) {
    .supporters__wrap {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:575px) {
    .supporters__wrap {
        margin: 20px 0 0
    }
}

.supporters__item {
    background-color: #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.supporters__item img {
    width: 80%;
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain
}

.supporters h2 {
    padding: 0 0 15px
}

@media(max-width:575px) {
    .supporters h2 {
        padding: 0 0 5px
    }
}

@media(max-width:575px) {
    .supporters p {
        font-size: 1.6rem
    }
}

.landing-info {
    padding: 50px 0 0
}

@media(max-width:575px) {
    .landing-info {
        padding: 20px 0
    }
}

.landing-info h2 {
    font-size: 1.8rem;
    font-family: NordMedium, sans-serif;
    padding: 0 0 20px
}

@media(min-width:380px)and (max-width:767px) {
    .landing-info h2 {
        font-size: calc(1.8rem + 2.16642vw - 6.93253px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .landing-info h2 {
        font-size: calc(1.8rem + 1.27436vw)
    }
}

@media(min-width:1335px) {
    .landing-info h2 {
        font-size: 3.5rem
    }
}

@media(max-width:575px) {
    .landing-info h2 {
        text-align: center
    }
}

.landing-info__btn {
    display: none
}

@media(max-width:575px) {
    .landing-info__btn {
        display: block;
        font-size: 2.2rem;
        color: #fff;
        background-color: #4c6566;
        position: relative;
        left: -16px;
        width: 100vw;
        text-align: center;
        padding: 15px 0
    }
}

.events-list {
    background-color: #f1f2f2;
    padding: 30px 0;
    position: relative
}

@media(max-width:575px) {
    .events-list {
        padding: 20px 0
    }
}

@media(max-width:575px) {
    .events-list:before {
        content: "";
        width: 100%;
        height: 8px;
        background-color: #82c859;
        position: absolute;
        top: 0
    }
}

.events-list__container {
    max-width: 1260px
}

.events-list h2 {
    font-size: 1.8rem;
    padding: 0 0 30px
}

@media(min-width:380px)and (max-width:767px) {
    .events-list h2 {
        font-size: calc(1.8rem + .89205vw - 2.85457px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .events-list h2 {
        font-size: calc(1.8rem + .52474vw)
    }
}

@media(min-width:1335px) {
    .events-list h2 {
        font-size: 2.5rem
    }
}

@media(max-width:767px) {
    .events-list h2 {
        padding: 0 3rem 20px
    }
}

.events-list__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

@media(max-width:1280px) {
    .events-list__wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .events-list__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 0 25px
    }
}

@media(max-width:768px) {
    .events-list__slider-item {
        margin: 0 5px
    }
}

.events-list__arrows {
    width: 93%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.events-list .slick-prev {
    background-image: url(../../img/icons/left-arrow.svg)
}

.events-list .slick-next,
.events-list .slick-prev {
    background-repeat: no-repeat;
    width: 20px;
    height: 24px;
    font-size: 0
}

.events-list .slick-next {
    background-image: url(../../img/icons/right-arrow.svg)
}

.upcoming-events {
    padding-top: 20px;
    position: relative
}

@media(max-width:575px) {
    .upcoming-events {
        padding-top: 32px
    }
}

@media(max-width:575px) {
    .upcoming-events:before {
        left: -16px;
        content: "";
        width: 100vw;
        height: 8px;
        background-color: #82c859;
        position: absolute;
        top: 0
    }
}

.upcoming-events h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #4c6566
}

@media(min-width:380px)and (max-width:767px) {
    .upcoming-events h2 {
        font-size: calc(2rem + .63718vw - 2.03898px)
    }
}

@media(min-width:768px)and (max-width:1334px) {
    .upcoming-events h2 {
        font-size: calc(2rem + .37481vw)
    }
}

@media(min-width:1335px) {
    .upcoming-events h2 {
        font-size: 2.5rem
    }
}

.upcoming-events h2,
.upcoming-events h3,
.upcoming-events h4 {
    margin: 0
}

.upcoming-events a {
    text-decoration: none;
    color: inherit
}

.upcoming-events__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 24px
}

@media(max-width:1024px) {
    .upcoming-events__wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:575px) {
    .upcoming-events__wrap {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 0;
        gap: 0
    }
}

@media(max-width:1024px) {
    .header-sub-submenu__simple-link {
        display: none
    }
}

@media(min-width:1025px) {
    .header-sub-submenu__list-item {
        margin-bottom: 20px
    }
}

@media(max-width:1024px) {
    .header-sub-submenu__list-item {
        margin-bottom: 8px
    }
}

.header-sub-submenu__list-item:last-child {
    margin-bottom: 0
}

@media(min-width:1025px) {
    .header-sub-submenu__list-item--active .header-sub-submenu__link {
        color: #4c6566;
        font-weight: 700
    }
    .header-sub-submenu__list-item--active .header-sub-submenu__link:before {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
    .header-sub-submenu__list-item--active .header-sub-submenu__link:after {
        width: 100%;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
}

@media(max-width:1024px) {
    .header-sub-submenu__list-item--active .header-sub-submenu__link {
        font-weight: 700;
        text-decoration: underline
    }
}

@media(min-width:1025px) {
    .header-sub-submenu__link {
        padding-bottom: 6px;
        position: relative
    }
    .header-sub-submenu__link:before {
        opacity: 0;
        visibility: hidden;
        left: -36px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-color: transparent transparent transparent #000;
        border-style: solid;
        border-width: 20px 0 20px 20px
    }
    .header-sub-submenu__link:after,
    .header-sub-submenu__link:before {
        content: "";
        position: absolute;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
    .header-sub-submenu__link:after {
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #4c6566
    }
}

@media(max-width:1024px) {
    .header-sub-submenu__link {
        font-size: 1.5rem;
        line-height: 1.3
    }
}

@media(min-width:1025px) {
    .header-sub-submenu__link:hover {
        color: #4c6566;
        font-weight: 700
    }
    .header-sub-submenu__link:hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
    .header-sub-submenu__link:hover:after {
        width: 100%;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
}

@media(min-width:1025px) {
    .header-submenu {
        padding: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .52);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .52);
        background-color: #fff;
        font-size: 2rem;
        line-height: 1.2
    }
}

@media(min-width:1025px) {
    .header-submenu,
    .header-submenu__preview {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .header-submenu__preview {
        color: #fff;
        background-color: #000;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(min-width:1025px) {
    .header-submenu__link-title {
        font-size: 3.5rem;
        line-height: 1.3;
        font-weight: 500;
        margin-bottom: 12px
    }
}

@media(max-width:1024px) {
    .header-submenu__link-title {
        display: none
    }
}

@media(min-width:1025px) {
    .header-submenu__link-description {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 20px
    }
}

@media(max-width:1024px) {
    .header-submenu__link-description {
        display: none
    }
}

@media(min-width:1025px) {
    .header-submenu__link-subtitle {
        margin-top: auto;
        padding-top: 20px;
        border-top: 2px solid #fff;
        font-size: 1.8rem;
        line-height: 1.3
    }
}

@media(max-width:1024px) {
    .header-submenu__link-subtitle {
        display: none
    }
}

@media(min-width:1025px) {
    .header-submenu__list {
        overflow-x: hidden;
        overflow-y: auto;
        color: #000;
        background-color: #e5e5e5
    }
}

@media(max-width:1024px) {
    .header-submenu__list {
        padding: 12px 0;
        color: #000;
        background-color: #e6e6e6
    }
}

.header-submenu__list-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width:1025px) {
    .header-submenu__list-item {
        margin-bottom: 24px
    }
}

@media(max-width:1024px) {
    .header-submenu__list-item {
        padding: 0 20px 0 24px;
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(max-width:1024px) {
    .header-submenu__list-item:first-child {
        margin-top: 0
    }
}

.header-submenu__list-item:last-child {
    margin-bottom: 0
}

@media(max-width:1024px) {
    .header-submenu__list-item--has-sub-submenu .header-submenu__link:after {
        display: block
    }
}

@media(max-width:1024px) {
    .header-submenu__list-item--active {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #fff
    }
}

@media(max-width:1024px) {
    .header-submenu__list-item--active .header-submenu__link {
        font-weight: 700;
        text-decoration: underline
    }
}

@media(max-width:1024px) {
    .header-submenu__list-item--active .header-submenu__link:after {
        background: url(../img/header/minus-icon--grey.svg) no-repeat
    }
}

@media(max-width:1024px) {
    .header-submenu__list-item--active .header-submenu__sub-submenu {
        display: block
    }
}

@media(min-width:1025px) {
    .header-submenu__list-item.header-submenu__list-item--active span,
    .header-submenu__list-item.hovered span {
        color: #A78230;
        font-weight: 700
    }
    .header-submenu__list-item.header-submenu__list-item--active span:before,
    .header-submenu__list-item.hovered span:before {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
    .header-submenu__list-item.header-submenu__list-item--active span:after,
    .header-submenu__list-item.hovered span:after {
        width: 100%;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
}

@media(min-width:1025px) {
    .header-submenu__link {
        position: relative;
        display: block
    }
}

@media(max-width:1024px) {
    .header-submenu__link {
        font-size: 1.5rem;
        line-height: 1.3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(min-width:1025px) {
    .header-submenu__link:after {
        position: absolute;
        content: "";
        left: 100%;
        top: 0;
        bottom: 0;
        width: 36px
    }
}

@media(max-width:1024px) {
    .header-submenu__link:after {
        content: "";
        display: none;
        margin-left: 10px;
        height: 20px;
        width: 20px;
        background: url(../img/header/plus-icon--grey.svg) no-repeat;
        background-size: contain;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media(min-width:1025px) {
    .header-submenu__link span {
        padding-bottom: 6px;
        position: relative
    }
    .header-submenu__link span:before {
        opacity: 0;
        visibility: hidden;
        left: -36px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-color: transparent transparent transparent #000;
        border-style: solid;
        border-width: 20px 0 20px 20px
    }
    .header-submenu__link span:after,
    .header-submenu__link span:before {
        content: "";
        position: absolute;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
    .header-submenu__link span:after {
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #A78230
    }
}

.header-submenu__sub-submenu {
    display: none
}

@media(max-width:1024px) {
    .header-submenu__sub-submenu {
        padding-top: 12px;
        padding-left: 24px
    }
}

@media(min-width:1025px) {
    .header-submenu__list,
    .header-submenu__preview,
    .header-submenu__sub-submenu-wrapper {
        width: 33.33333%;
        padding: 36px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 410px;
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media(min-width:1025px) {
    .header-menu {
        background-color: #577233;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(54, 54, 54, .4)), color-stop(60%, hsla(0, 0%, 49%, .4)));
        background-image: linear-gradient(0deg, rgba(54, 54, 54, .4) 0, hsla(0, 0%, 49%, .4) 60%)
    }
}

@media(max-width:1024px) {
    .header-menu {
        overflow: auto;
        color: #fff;
        max-height: calc(100vh - 46px);
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media(min-width:1025px) {
    .header-menu__container {
        position: relative
    }
}

@media(max-width:1024px) {
    .header-menu__container {
        padding: 0
    }
}

@media(min-width:1025px) {
    .header-menu__tab {
        display: none
    }
}

@media(max-width:1024px) {
    .header-menu__tab:last-child {
        border-bottom-left-radius: 15px;
        overflow: hidden
    }
}

@media(min-width:1025px) {
    .header-menu__tab--active {
        display: block
    }
}

@media(max-width:1024px) {
    .header-menu__tab--active .header-menu__list {
        display: block
    }
}

@media(max-width:1024px) {
    .header-menu__tab--active .header-menu__head:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
}

@media(max-width:1024px) {
    .header-menu__head {
        width: 100%;
        background-color: #262626;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .08)), to(hsla(0, 0%, 100%, .08)));
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .08), hsla(0, 0%, 100%, .08));
        -webkit-box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .07);
        box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .07);
        padding: 12px 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width:1024px) {
    .header-menu__head:after {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        background: url(../img/header/arrow-point-to-right.svg) no-repeat;
        background-size: contain;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
}

@media(min-width:1025px) {
    .header-menu__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media(max-width:1024px) {
    .header-menu__list {
        display: none
    }
}

@media(min-width:1025px) {
    .header-menu__list-item:first-child {
        margin-left: -30px
    }
}

@media(min-width:1025px) {
    .header-menu__list-item:last-child .header-menu__link:after {
        display: none
    }
}

@media(min-width:1025px) {
    .header-menu__list-item:hover .header-menu__submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
}

@media(min-width:1025px) {
    .header-menu__list-item:hover .header-menu__link {
        color: #577233;
        background-color: #fff
    }
}

.header-menu__list-item--has-sub-menu .header-menu__link-title:after {
    display: block
}

@media(max-width:1024px) {
    .header-menu__list-item--active .header-menu__link-subtitle,
    .header-menu__list-item--active .header-menu__submenu {
        display: block
    }
}

@media(max-width:1024px) {
    .header-menu__list-item--active .header-menu__link-title {
        padding-bottom: 0
    }
}

@media(max-width:1024px) {
    .header-menu__list-item--active .header-menu__link-title:after {
        background: url(../img/header/minus-icon.svg) no-repeat
    }
}

@media(min-width:1025px) {
    .header-menu__link {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        justify-self: center;
        text-align: center;
        padding: 16px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: -2px;
        font-size: 18px;
        color: #fff;
        position: relative
    }
}

@media(max-width:1024px) {
    .header-menu__link {
        display: block;
        width: 100%;
        background-color: #4c6566;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .08)), to(hsla(0, 0%, 100%, .08)));
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .08), hsla(0, 0%, 100%, .08));
        -webkit-box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .07);
        box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .07);
        border-bottom: 1px solid rgba(0, 0, 0, .5)
    }
}

@media(min-width:1025px) {
    .header-menu__link:after {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 10px;
        right: 0;
        width: 2px;
        background-color: hsla(0, 0%, 100%, .4)
    }
}

.header-menu__link-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:1024px) {
    .header-menu__link-title {
        padding: 12px 20px 12px 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 2rem;
        line-height: 1.35
    }
}

@media(max-width:1024px) {
    .header-menu__link-title:after {
        content: "";
        display: none;
        margin-left: 10px;
        height: 20px;
        width: 20px;
        background: url(../img/header/plus-icon.svg) no-repeat;
        background-size: contain;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.header-menu__link-subtitle {
    display: none;
    font-size: 1.4rem;
    line-height: 1.35;
    font-style: italic;
    text-decoration: underline
}

@media(max-width:1024px) {
    .header-menu__link-subtitle {
        padding: 8px 20px 12px 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media(min-width:1025px) {
    .header-menu__submenu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 64px;
        right: 64px;
        top: 100%;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
}

@media(max-width:1024px) {
    .header-menu__submenu {
        display: none
    }
}

.nav-tab-links {
    margin-top: 4px;
    margin-bottom: 2px
}

.nav-tab-links__list {
    min-height: 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.nav-tab-links__list-item:first-child .nav-tab-links__link-desk {
    border-top-left-radius: 15px
}

.nav-tab-links__list-item:last-child .nav-tab-links__link-desk {
    border-top-right-radius: 15px
}

.nav-tab-links__list-item:first-child .nav-tab-links__link-desk {
    background-color: #464646
}

.nav-tab-links__list-item:first-child .nav-tab-links__link--active .nav-tab-links__link-desk {
    background-color: #606060
}

.nav-tab-links__list-item:nth-child(2) .nav-tab-links__link-desk {
    background-color: #344e11
}

.nav-tab-links__list-item:nth-child(2) .nav-tab-links__link--active .nav-tab-links__link-desk {
    background-color: #577233
}

.nav-tab-links__list-item:nth-child(3) .nav-tab-links__link-desk {
    background-color: #695C28
}

.nav-tab-links__list-item:nth-child(3) .nav-tab-links__link--active .nav-tab-links__link-desk {
    background-color: #A78230
}

.nav-tab-links__link-desk {
    min-height: 45px;
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    gap: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    border: 1px solid #000;
    background-color: #464646;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #fff;
    font-family: NordMedium, sans-serif;
    padding: 5px 20px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    line-height: 26px;
}

@media(max-width:1024px) {
    .nav-tab-links__link-desk {
        display: none
    }
}

@media(min-width:1025px) {
    .nav-tab-links__link-mobile {
        display: none
    }
}

.nav-tab-links__link--active .nav-tab-links__link-desk {
    min-height: 93px;
    z-index: 2;
    border-radius: 15px 15px 0 0;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    border: 1px solid #000;
    padding: 30px 20px
}

.header-search,
.nav-tab-links__link--active .nav-tab-links__link-desk {
    position: relative;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.header-search {
    z-index: 5;
    max-width: 230px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media(max-width:1830px) {
    .header-search {
        width: auto
    }
}

.header-search:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: calc(100% + 32px);
    height: 100%;
    background: #fff;
    border-radius: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:1830px) {
    .header-search:before {
        display: none
    }
}

.header-search__field {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media(max-width:1830px) {
    .header-search__field {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0;
        width: 100%;
        border-radius: 30px;
        border: 2px solid transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.header-search__field input {
    padding: 4px 8px 4px 4px;
    height: 100%;
    font-size: 1.8rem;
    line-height: 1
}

.header-search__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width:1025px)and (max-width:1830px) {
    .header-search__submit path {
        fill: #fff
    }
}

@media(max-width:1024px) {
    .header-search.active {
        margin-right: 30px
    }
}

@media(max-width:1830px) {
    .header-search.active .header-search__field {
        width: 230px;
        right: -16px;
        padding: 0 48px 0 16px;
        background-color: #fff;
        border-color: #e5e5e5;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
}

@media(min-width:1025px)and (max-width:1830px) {
    .header-search.active .header-search__submit path {
        fill: #000
    }
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 95
}

@media(max-width:1024px) {
    .header__fader {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: hsla(0, 0%, 100%, .85)
    }
}

.header__main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__main {
    background-color: #000;
    color: #fff
}

@media(max-width:1024px) {
    .header__main {
        position: relative;
        padding: 4px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #43a625;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(54, 54, 54, .4)), color-stop(60%, hsla(0, 0%, 49%, .4)));
        background-image: linear-gradient(0deg, rgba(54, 54, 54, .4), hsla(0, 0%, 49%, .4) 60%)
    }
}

.header__logo {
    max-width: 180px;
    height: 40px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media(min-width:1025px) {
    .header__logo {
        max-width: 300px;
        height: 68px
    }
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.header__side {
    position: relative;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1024px) {
    .header__nav-tab-links {
        display: none
    }
}

@media(max-width:1024px) {
    .header__search {
        margin-right: 10px
    }
}

@media(min-width:1025px) {
    .header__search {
        margin-left: 30px
    }
}

@media(min-width:1831px) {
    .header__search {
        position: absolute;
        right: -60px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(min-width:1025px) {
    .header__open-mobile-menu {
        display: none
    }
}

@media(max-width:1024px) {
    .header__menu {
        position: absolute;
        top: 100%;
        right: 0;
        max-width: 290px;
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
}

@media(min-width:575px)and (max-width:1024px) {
    .header__menu {
        max-width: 40%
    }
}

.header--min .nav-tab-links__link-desk,
.header--min .nav-tab-links__list {
    min-height: 45px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.header--min .nav-tab-links__link-desk {
    padding: 5px 20px;
    border-radius: 0
}

.header--min .header__logo {
    height: 40px;
    max-width: 200px;
    margin-bottom: 4px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media(max-width:1024px) {
    .header--mobile-menu-active .header__menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
}

@media(max-width:1024px) {
    .header--mobile-menu-active .header__fader {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
}

@media(max-width:1024px) {
    .header--color-theme-grey .header__main {
        background-color: #606060
    }
}

@media(min-width:1025px) {
    .header--color-theme-grey .header-menu {
        background-color: #606060
    }
}

@media(min-width:1025px) {
    .header--color-theme-grey .header-menu__list-item:hover .header-menu__link {
        color: #606060
    }
}

@media(max-width:1024px) {
    .header--color-theme-blue .header__main {
        background-color: #A78230
    }
}

@media(min-width:1025px) {
    .header--color-theme-blue .header-menu {
        background-color: #A78230
    }
}

@media(min-width:1025px) {
    .header--color-theme-blue .header-menu__list-item:hover .header-menu__link {
        color: #A78230
    }
}

.content-with-sidebar {
    padding: 24px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width:1025px) {
    .content-with-sidebar--desktop-pb-0 {
        padding-bottom: 0
    }
}

.content-with-sidebar__head {
    margin-bottom: 24px
}

@media(max-width:1024px) {
    .content-with-sidebar__head {
        display: none
    }
}

.content-with-sidebar__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:1024px) {
    .content-with-sidebar__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media(min-width:1025px) {
    .content-with-sidebar__sidebar {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 240px;
        padding-top: 12px;
        padding-right: 35px;
        margin-right: 35px;
        border-right: 1px solid #e5e5e5
    }
}

@media(max-width:1024px) {
    .content-with-sidebar__sidebar {
        margin-top: 30px;
        width: 100%
    }
}

.content-with-sidebar__content {
    width: 100%
}

@media(max-width:1024px) {
    .content-with-sidebar--mobile-sidebar-grey .content-with-sidebar__sidebar {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #e6e6e6;
        padding: 24px 16px
    }
}

@media(max-width:1024px)and (max-width:1024px) {
    .content-with-sidebar--mobile-sidebar-grey .content-with-sidebar__sidebar {
        position: relative;
        left: -16px;
        width: 100vw
    }
}

@media(max-width:1024px)and (min-width:576px)and (max-width:1024px) {
    .content-with-sidebar--mobile-sidebar-grey .content-with-sidebar__sidebar {
        left: -24px
    }
}

@media(min-width:576px) {
    .content-with-sidebar--mobile-sidebar-grey .content-with-sidebar__sidebar {
        padding: 24px
    }
}

@media(max-width:1024px) {
    .content-with-sidebar--mobile-sidebar-on-top {
        padding-top: 0
    }
}

@media(max-width:1024px) {
    .content-with-sidebar--mobile-sidebar-on-top .content-with-sidebar__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:1024px) {
    .content-with-sidebar--mobile-sidebar-on-top .content-with-sidebar__sidebar {
        padding-bottom: 40px;
        margin: 0 auto 40px;
        -webkit-box-shadow: 0 1px 1.24px .76px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1.24px .76px rgba(0, 0, 0, .2)
    }
}

@media(max-width:1024px) {
    .content-with-sidebar--mobile-sidebar-on-top .sidebar__item--abs-bottom-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(calc(50% + 40px));
        transform: translateY(calc(50% + 40px));
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
