html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

main {
    display: block;
}

ol,
ul {
    list-style: none;
}

b,
strong {
    font-weight: bold;
}

*,
:after,
:before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    border-style: none;
}

img[width="0"][height="0"] {
    display: none;
}

a {
    color: inherit;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover,
a:focus {
    text-decoration: none;
}

input,
select,
textarea,
button {
    border: none;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

textarea {
    overflow: auto;
}

textarea::-webkit-scrollbar {
    width: 0;
}

::-ms-clear {
    display: none;
}

input {
    overflow: visible;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

select::-ms-expand {
    display: none;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

textarea {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    border-radius: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

label {
    margin: 0;
}

input,
button,
select {
    border: none;
    outline: none;
}

input {
    border-radius: 0;
}

body .mobile-visible {
    display: none;
}

@media (max-width: 1000px) {
    body .mobile-visible {
        display: block;
    }

    body .desktop-visible {
        display: none;
    }
}

.no-scrolling {
    overflow: hidden;
}

.link {
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.invert-link {
    text-decoration: none;
}

.invert-link:hover {
    text-decoration: underline;
}

.svg-filters {
  position: absolute;
  z-index: -100;
  width: 0;
  height: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
    outline: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 1;
}

/**/

html,
body {
    height: 100%;
}

body {
    margin: 0;
    color: #000;
    font: normal 16px/19px 'Roboto', sans-serif;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #f5f5f5;
}

.content {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    flex: 1 0 auto;
    overflow: hidden;
}

.container {
    position: relative;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    position: relative;
}

.header-top {
    display: flex;
    margin: 25px 0;
    padding: 0 20px;
}

.logo {
    margin-right: 40px;
}

.slogan {
    position: relative;
    max-width: 1024px;
    width: 100%;
}

.slogan::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #730505;
}

.slogan h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #004241;
    margin-bottom: 15px;
}

.slogan span {
    display: block;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
    color: #004241;
}

.blind-link {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.blind-link span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #730505;
}

.menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin: auto;
    background: #004241;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.menu-links {
    position: relative;
    max-width: 870px;
    width: 100%;
    height: 45px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.menu-link,
.submenu-link {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px 14px;
}

.menu-link.active,
.menu-link:hover {
    background: #730505;
}

.submenu {
    position: relative;
    z-index: 1;
}

.submenu-links {
    position: absolute;
    top: 45px;
    left: 0;
    min-width: 200px;
    transition: all .2s linear;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.submenu:hover .submenu-links {
    opacity: 1;
    pointer-events: auto;
}

.submenu-link {
    font-size: 16px;
    line-height: 1.15;
    text-transform: none;
    color: #004241;
    background: #f5f5f5;
}

.submenu-link.active,
.submenu-link:hover {
    color: #fff;
    background: #004241;
}

.search input {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: calc(100% - 80px);
    height: 45px;
    margin: auto;
    padding-left: 20px;
    transition: all .2s linear;
    opacity: 0;
    pointer-events: auto;
    z-index: -1;
}

.search.active input {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.search button {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../img/search.png) center no-repeat;
    background-size: contain;
}

footer {
    position: relative;
    flex: 0 0 auto;
    min-height: 284px;
    background: #004241;
    color: #fff;
    padding: 40px 0 35px;
}

.footer-row {
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-col {
    max-width: 400px;
    width: 100%;
    margin-right: 40px;
}

.footer-text {
    font-size: 14px;
    line-height: 24px;
}

.footer-link {
    font-size: 14px;
    color: #fff;
}

.footer-links a {
    font-size: 14px;
    line-height: 15px;
    margin: 0 30px;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
}

.footer-menu-links {
    display: flex;
    flex-direction: column;
}

.footer-menu-links:first-child {
    margin-right: 60px;
}

.footer-menu-links a {
    line-height: 30px;
}

.footer-socials {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.footer-socials a {
    margin: 0 10px;
}

.copyright {
    font-size: 14px;
    line-height: 1;
    text-align: right;
    color: #fff;
    max-width: 1220px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
}

.btn-wrapper {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
}

.mw270 {
    max-width: 270px;
}

.mw320 {
    max-width: 320px;
}

.mw330 {
    max-width: 330px;
}

.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    margin: auto;
    padding: 16px 0 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #004241;
    background: transparent;
    border: 1px solid #004241;
    transition: all .2s linear;
}

.btn:hover {
    color: #fff;
    background: #004241;
}

.invert-btn {
    color: #fff;
    background: #004241;
    border: 1px solid #004241;
}

.invert-btn:hover {
    color: #004241;
    background: transparent;
}

.big-btn {
    font-size: 18px;
    padding: 14px 0 13px;
    border: 1px solid #730505;
    color: #730505;
}

.big-btn2 {
    font-size: 16px;
}

.big-btn:hover {
    color: #fff;
    background: #730505;
}

.btn.disabled {
    color: #333;
    background: #A1A1A1;
    border: 1px solid #A1A1A1;
    pointer-events: none;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 12, 43, .8);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    padding-top: 10%;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.js-popup-show {
    z-index: 999;
    opacity: 1;
    pointer-events: visible;
}

.popup__wrap {
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #005826;
    background: #fff;
}

.popup__inner {
    position: relative;
    max-width: 320px;
    margin: auto;
    width: 100%;
    padding: 45px 15px;
    text-align: center;
}

.popup-form {
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.popup-form + div {
    margin-top: 30px;
}

.popup__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin: 0 auto 10px;
}

.popup__error {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    min-height: 17px;
    color: #DD181F;
    margin: 0 auto 10px;
}

.popup__desc {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin: 0 auto 20px;
}

.popup__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}

.popup-link {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #005826;
}

.checkbox-wrapper {
    margin: 20px 0;
}

.checkbox-field {
    text-align: left;
}

.checkbox {
    padding-left: 25px;
    display: inline-block;
    min-height: 16px;
    line-height: 16px;
}

.checkbox input {
    -webkit-appearance: none;
    padding: 0;
    opacity: 0;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
}

.checkmark {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.checkbox input:checked + .checkmark::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #004241;
}

.checkbox-text {
    font-size: 14px;
    line-height: 16px;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    z-index: 1;
}

.close-popup svg,
.close-popup svg path {
    transition: all .2s linear;
}

.close-popup:hover svg path {
    stroke: #004241;
}

span.error {
    position: absolute;
    font-size: 0;
    /*top: 0;
    right: 15px;
    bottom: 0;
    width: 14px;
    height: 13px;
    margin: auto;
    background: url(../img/error-icon.svg) center no-repeat;
    background-size: contain;*/
}

.checkbox-wrapper span.error {
    display: none !important;
}

.input-field input.error:not([type="checkbox"]),
.input-field textarea.error,
.input-field select.error + .select2-container .select2-selection--single,
.feedback-form .input-field input.error:not([type="checkbox"]),
.feedback-form .input-field textarea.error {
    color: #DD181F;
    border: 1px solid #DD181F;
}

.input-field input.error[type="checkbox"] ~ .checkbox-text,
.input-field input.error[type="checkbox"] ~ .checkbox-text a {
    color: #DD181F;
}

.input-field {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
}

.input-field:last-child {
    margin-bottom: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr50 {
    margin-right: 50px;
}

.mt90 {
    margin-top: 100px;
}

.mt100 {
    margin-top: 100px;
}

.mt130 {
    margin-top: 130px;
}

form,
.form {
    display: flex;
    flex-direction: column;
}

.input-field input:not([type="checkbox"]),
.input-field textarea {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 24px;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1;
    color: #000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: all .2s linear;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.07);
}

.input-code {
    text-align: center;
}

.input-field textarea {
    padding-top: 14px;
    height: 140px;
}

.input-field input:focus,
.input-field textarea:focus,
.winners-input input:not([type="checkbox"]):focus {
    border: 1px solid #730505;
}

.input-field input[type="file"] {
    padding-top: 11px;
}

.form .btn-wrap {
    display: flex;
    justify-content: space-between;
}

.form .btn-wrap .btn {
    max-width: 190px;
    margin: 10px 0;
}

.sections {
    display: flex;
    justify-content: space-between;
    margin: 35px 0 100px;
}

.left-block {
    position: relative;
    max-width: 870px;
    width: 100%;
    padding: 0 10px 0 20px;
}

.sidebar {
    max-width: 350px;
    width: 100%;
    padding: 0 20px 0 10px;
}

.sidebar .btn-wrapper {
    margin-bottom: 25px;
}

.sidebar-accordion {
    margin-bottom: 35px;
}

.sidebar-accordion-title {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #730505;
    padding: 0 15px;
    cursor: pointer;
}

.sidebar-headings,
.sidebar-links {
    margin-top: 35px;
}

.sidebar-headings {
    padding-left: 15px;
}

.sidebar-headings a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 20px;
}

.sidebar-headings a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 13px;
    background: url(../img/bullet.png) center no-repeat;
    background-size: contain;
}

.sidebar-headings a:not(:last-child) {
    margin-bottom: 35px;
}

.sidebar-links a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1;
}

.sidebar-links a::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .5);
}

.sidebar-links a:not(:last-child) {
    margin-bottom: 35px;
}

.main-slider {
    position: relative;
    margin-bottom: 35px;
}

.main-slide {
    position: relative;
    max-width: 850px;
    width: 100%;
}

.main-slide-img {
    max-width: 850px;
    width: 100%;
    max-height: 462px;
    overflow: hidden;
}

.main-slide-img img {
    width: 100%;
}

.main-slide-text {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    padding: 0 90px 0 15px;
    background: rgba(0, 66, 65, .8);
}

.main-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.main-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.main-slider .slick-dots li.slick-active {
    background: #730505;
}

.main-slider .slick-dots button {
    font-size: 0;
    background: none;
}

.title-line {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 45px;
    margin-bottom: 35px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #004241;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

.news {
    max-width: 400px;
    width: 100%;
    margin-bottom: 35px;
}

.news:nth-child(odd) {
    margin-right: 10px;
}

.news:nth-child(even) {
    margin-left: 10px;
}

.news-img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin-bottom: 5px;
}

.news-info {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.news-category {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    height: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #e6e5e5;
}

.news-category.hide {
    opacity: 0;
    pointer-events: none;
}

.news-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    color: #004241;
    margin-bottom: 10px;
}

.news-title {
    font-size: 22px;
    line-height: 30px;
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news .btn-wrapper {
    margin: 0;
}

.inner-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #004241;
}

.contacts-title {
    width: 100%;
    margin-bottom: 35px;
}

.contacts-title td {
    padding: 10px 0;
}

.addr-name {
    width: 190px;
    font-weight: 500;
    color: #730505;
}

.subtitle-bold {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
}

.contact-socials {
    display: flex;
    margin: 30px 0;
}

.contact-socials a:not(:last-child) {
    margin-right: 25px;
}

.about-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.about-img {
    max-width: 390px;
    width: 100%;
}

.breadcrumbs {
    position: absolute;
    top: -20px;
    left: 20px;
    display: flex;
}

.breadcrumbs a {
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #807f7f;
}

.breadcrumbs a:not(:first-child) {
    padding-left: 20px;
}

.breadcrumbs a:not(:first-child)::before {
    content: '•';
    position: absolute;
    top: 0;
    left: 8px;
    color: #807f7f;
}

.text-content {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.input-field + .text-content {
    margin-top: 15px;
    margin-bottom: 10px;
}

.tac {
    text-align: center;
}

.text-content a {
    color: #730505;
    text-decoration: underline;
}

.text-content a:hover {
    text-decoration: none;
}

.text-content h1, 
.text-content h2, 
.text-contenth3, 
.text-content h4, 
.text-content h5, 
.text-content h6,
.text-content p,
.text-content li {
    margin-bottom: 15px;
}

.text-content ul,
.text-content ol {
    list-style: disc;
    margin-left: 15px;
}

.text-content ol {
    list-style: decimal;
}

.text-content th {
    padding: 20px 5px;
    background: #f2f2f2;
}

.text-content tr:nth-child(odd) {
    background: #f7f7f7;
}

.text-content tr:nth-child(even) {
    background: #f2f2f2;
}

.text-content tr.white {
    background: #fff;
}

.text-content td {
    padding: 10px 5px;
}

.fancy-img {
    margin-bottom: 25px;
}

.award {
    margin-bottom: 25px;
    border-bottom: 1px solid #004241;
}

.mini-album {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.mini-album a {
    margin: 10px;
}

.mini-album a img {
    max-height: 200px;
}

.mini-album-post a img {
    max-height: 170px;
}

.post-cover-img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.news-list-slider {
    margin-top: 100px;
}

.news-list-slider .news {
    margin: 0 10px;
}

.news-list-slider .slick-arrow {
    top: 140px;
    bottom: auto;
    width: 16px;
    height: 15px;
    z-index: 1;
}

.news-list-slider .slick-prev {
    left: -15px;
    background: url(../img/arrow-left.png) center no-repeat;
    background-size: contain;
}

.news-list-slider .slick-next {
    right: -15px;
    background: url(../img/arrow-right.png) center no-repeat;
    background-size: contain;
}

.albums-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

.album {
    max-width: 400px;
    width: 100%;
    margin-bottom: 35px;
}

.album:nth-child(odd) {
    margin-right: 10px;
}

.album:nth-child(even) {
    margin-left: 10px;
}

.album-img {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
    line-height: 0;
}

.album-title {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    padding: 0 15px;
    background: rgba(0, 66, 65, .8);
    overflow: hidden;
}

.album-info {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.album-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    color: #004241;
    margin-bottom: 10px;
}

.video-album iframe,
.text-content iframe {
    max-width: 400px;
    width: 100%;
    height: 225px;
}

.form-title {
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    max-width: 550px;
    width: 100%;
    height: 45px;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    background: #e6e5e5;
    margin-bottom: 25px;
    cursor: pointer;
}

.forms-wrapper .form-title {
    max-width: 500px;
    margin-left: auto;
}

.form-title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 7px;
    height: 6px;
    margin: auto;
    background: url(../img/arrow-down-gray.png) center no-repeat;
    background-size: contain;
}

.forms-wrapper {
    max-width: 550px;
    width: 100%;
    margin-bottom: 25px;
}

.forms-wrapper form {
    margin-bottom: 50px;
}

.select .select2-container {
    width: 100% !important;
}

.select .select2-container .select2-selection--single {
    height: 45px;
}

.select .select2-container--default .select2-selection--single {
    background-color: #e6e5e5;
    border: 1px solid transparent;
    border-radius: 0;
}

.select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 8px;
    height: 20px;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
}

.readroom-block-important {
    margin-bottom: 35px;
    padding: 25px 15px;
    background: #e6e5e5;
}

.readroom-important-title {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #730505;
    margin-bottom: 25px;
}

.readroom-menu {
    display: flex;
    justify-content: space-between;
}

.readroom-menu-wrapper {
    margin-bottom: 25px;
}

.readroom-menu .sidebar-headings {
    padding-left: 0;
}

.readroom-menu a {
    line-height: 1.5;
}

.readroom-link-wrapper {
    margin-bottom: 20px;
}

.readroom-link-wrapper a:not(:last-child) {
    margin-bottom: 10px;
}

.readroom-img {
    max-width: 400px;
    width: 100%;
}

.readroom-block {
    margin-bottom: 40px;
}

.readroom-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.readroom-info-wrapper {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.readroom-info {
    max-width: 395px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}

.text-content .accordion-title {
    font-size: 24px;
    line-height: 1.8;
    cursor: pointer;
}

.text-content .accordion-title.active {
    color: #730505;
}

.text-content .accordion-text {
    display: none;
}

.pagination {
    display: flex;
}

.pagination a,
.pagination span {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 1;
    color: #004241;
    margin: 0 2px;
}

.pagination .active {
    background: #004241;
    color: #fff;
}

.up {
    position: absolute;
    top: -60px;
    left: 0;
    right: -1350px;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #730505 url(../img/arrow-top.png) center no-repeat;
    background-size: 28px;
    transition: none;
}

.cookie-tooltip {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 240px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.10);
    z-index: 2;
}

.cookie-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: normal;
    color: #000;
}

.cookie-text a {
    text-decoration: underline;
}

.cookie-text a:hover {
    text-decoration: none;
}

.cookie-btn {
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 10px 10px 9px;
    font-size: 12px;
}

@media (max-width: 1440px) {
    .up {
        right: -1200px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1000px;
    }
    
    .slogan::before {
        top: 85px;
    }

    .slogan h1 {
        font-size: 40px;
    }

    .left-block {
        max-width: 730px;
    }

    .news {
        max-width: 340px;
    }

    .footer-col {
        max-width: 340px;
        margin-right: 20px;
    }

    .up {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 1024px) {
    .news {
        max-width: 310px;
    }
}

@media (max-width: 1000px) {
    .content {
        max-width: 320px;
    }

    .container {
        max-width: 320px;
        padding: 0 10px;
    }

    .header-top {
        margin-top: 30px;
        padding: 0 10px;
    }

    .logo {
        max-width: 62px;
        margin-right: 20px;
    }

    .slogan::before {
        top: 67px;
        height: 2px;
    }

    .slogan h1 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .slogan span {
        max-width: 175px;
        margin-left: auto;
        font-size: 12px;
    }

    .blind-link {
        width: 40px;
        top: -30px;
    }

    .blind-link span {
        display: none;
    }

    .menu {
        height: 45px;
    }

    .burger {
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        display: block;
        width: 24px;
        height: 16px;
        margin: auto;
        background: url(../img/burger.png) center no-repeat;
        background-size: contain;
        transition: all .2s linear;
        z-index: 11;
    }

    .menu-links {
        display: flex;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        top: 46px;
        left: -200%;
        right: 0;
        max-width: 100%;
        width: 100%;
        min-height: 410px;
        transition: all .2s linear;
        background: #004241;
        margin: auto;
        padding: 20px 0;
        text-align: center;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
    }

    .menu-links.active {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .menu-links a {
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .menu-links a:last-child {
        margin-bottom: 0;   
    }

    .submenu {
        width: 100%;
    }

    .search input {
        left: 45px;
        width: calc(100% - 85px);
    }

    .search button {
        right: 10px;
    }

    footer {
        padding: 35px 10px 50px;
    }

    .footer-row {
        flex-direction: column;
        max-width: 320px;
        padding: 0 10px;
    }

    .footer-col,
    .footer-menu {
        width: 100%;
        margin: 0 auto 25px;
    }

    .footer-menu-links:first-child {
        margin-right: 10px;
    }

    .copyright {
        max-width: 320px;
        padding: 0 10px;
        text-align: center;
    }

    .sections {
        flex-direction: column;
        margin: 25px 0 50px;
    }

    .left-block {
        padding: 0 10px;
    }

    .sidebar {
        order: -1;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .sidebar-accordion {
        margin-bottom: 25px;
    }

    .sidebar-accordion-title {
        position: relative;
    }

    .sidebar-accordion-title::before {
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        width: 12px;
        height: 10px;
        margin: auto;
        background: url(../img/arrow-down-white.png) center no-repeat;
        background-size: contain;
    }

    .sidebar-headings,
    .sidebar-links {
        display: none;
    }

    .main-slider {
        margin-bottom: 45px;
    }

    .main-slide-text {
        height: 70px;
        font-size: 14px;
        padding: 0 10px;
    }

    .main-slider .slick-dots {
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .main-slider .slick-dots li {
        background: #004241;
    }

    .title-line {
        margin-bottom: 25px;
    }

    .news-list {
        margin-bottom: 25px;
    }

    .news:nth-child(odd),
    .news:nth-child(even) {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .news-title {
        font-size: 18px;
        line-height: 24px;
        max-height: 72px;
    }

    .inner-title {
        font-size: 24px;
    }

    .addr-name {
        width: 130px;
    }

    .map-iframe iframe {
        height: 400px;
    }

    .form .btn-wrap {
        flex-direction: column;
    }
    
    .about-wrapper {
        flex-direction: column;
    }

    .about-wrapper .sidebar-headings {
        display: block;
        margin-bottom: 35px;
    }

    .breadcrumbs {
        left: 10px;
    }

    .text-content table {
        overflow-x: auto;
        display: block;
    }

    .video-album iframe,
    .text-content iframe {
        height: 170px;
    }

    .readroom-menu {
        flex-direction: column;
    }

    .readroom-menu .sidebar-headings {
        display: block;
        margin: 0 0 25px;
    }

    .readroom-info-wrapper {
        flex-direction: column;
    }

    .readroom-info {
        margin-bottom: 20px;
    }

    .up {
        left: 0;
        right: -240px;
    }
}