/* ======================== Eric Meyer's CSS Reset */
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*, *:after, *:before {
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    display: block;
    max-width: 100%;
}
ul, ol {
    list-style: none;
}
/* ======================== End of Eric Meyer's CSS Reset */
/* styles for fonts and globals style start */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'), url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'), url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'), url('../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'), url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
body {
    margin: 0;
    font: 14px/16px Gotham, Arial, sans-serif;
}
/* styles for fonts and globals style end */
/* travel landing header start */
.landing-header {
    min-height: 86px;
    display: flex;
    justify-content: center;
    background: #fff;
    transition: min-height 0.2s ease;
}
.landing-header.is-active {
    min-height: 45px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
}
.landing-header.is-active .logo{
    max-width: 79px;
    height: 22px;
}
.landing-header .holder {
    width: 1120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.landing-header .holder .main-nav {
    display: flex;
}
.landing-header .holder .main-nav li {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 0 38px;
}
.landing-header .holder .main-nav li a {
    text-decoration: none;
    color: #000;
}
.landing-header .holder .main-nav li a.selected, .landing-header .holder .main-nav li a:hover {
    color: #016848;
}
.landing-header .holder .main-nav.inner-nav .menu-link {
    display: block;
}
.landing-header .holder .burger__inner, .landing-header .holder .close-menu {
    display: none;
}
/* travel landing header end */
.visually-hidden {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}
/* main travel block start */
.main {
    position: relative;
    flex-grow: 1;
}
.main.is-active {
    margin-top: 56px;
}
.main .holder {
    width: 1120px;
    margin: 0 auto;
}
.main .wrapper {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    font-size: 14px;
    line-height: 19px;
    font-family: Gotham, Arial, sans-serif;
    font-weight: 300;
    padding: 42px 0;
}
.main .wrapper p {
    color: #515051;
    margin-bottom: 20px;
}
.main .wrapper h2 {
    font-family: Gotham, Arial, sans-serif;
    letter-spacing: -1px;
    margin-bottom: 40px;
    font-weight: 500;
}
.main .wrapper h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 17px;
    font-weight: 500;
}
.main .wrapper .description {
    font-size: 10px;
    padding: 10px 0;
    display: block;
    line-height: 16px;
}
.main .wrapper .main-img {
    min-width: 100%;
    max-width: 100%;
}
.main .wrapper .main-img img {
    width: 100%;
    object-fit: cover;
}
.main .wrapper blockquote {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 38px;
}
.main .wrapper blockquote p {
    color: #0d0d0d;
    margin: 0;
}
.main .wrapper aside {
    margin-left: 60px;
}
.main .wrapper aside .img {
    min-width: 265px;
    max-width: 265px;
}
.main .wrapper aside ul li {
    border: 1px solid #ededed;
    margin-bottom: 20px;
    position: relative;
}
.main .wrapper aside ul li .img {
    height: 265px;
}
.main .wrapper aside ul li .img img {
    height: 100%;
    object-fit: cover;
}
.main .wrapper aside ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    padding: 20px;
}
.main .wrapper aside ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}
.main .two-col {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    margin: 0 0 25px;
}
.main .two-col .cols {
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
}
h1 {
    color: #fff;
    margin-bottom: 3vw;
    font-size: 42px;
    line-height: 50px;
    font-family: Gotham, Arial, sans-serif;
}
h2 {
    font-size: 32px;
    line-height: 47px;
    font-family: Gotham, Arial, sans-serif;
    margin-bottom: 20px;
}
.travel-block {
    color: #fff;
    display: flex;
    flex-direction: column;
    background-size: cover;
    min-height: calc(100vh - 86px);
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}
.travel-block:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}
.travel-block img {
    position: absolute;
    object-fit: cover;
    z-index: -2;
    min-width: 100%;
    min-height: 100%;
}
.travel-block a {
    color: #fff;
    text-decoration: none;
}
.travel-block p {
    margin-bottom: 9vw;
    font-size: 18px;
    line-height: 28px;
}
/* main travel block end*/
/* offers-block start */
.offers-block {
    margin-bottom: 20px;
}
.offers-block .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}
.offers-block .list li {
    display: flex;
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    position: relative;
}
.offers-block .list li.hide {
    display: none;
}
.offers-block .list li.show {
    display: flex;
}
.offers-block .list li.show.hide {
    display: none;
}
.offers-block .list li.tot {
    flex-direction: row-reverse;
}
.offers-block .list li.tot .info {
    padding: 20px 30px 15px 20px;
}
.offers-block .list li .img {
    min-width: 265px;
    height: 225px;
}
.offers-block .list li .img img {
    min-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.offers-block .list li .info {
    padding: 20px 20px 15px 30px;
    width: 100%;
    box-sizing: border-box;
}
.offers-block .list li .info h3 {
    color: #0d0d0d;
    font-size: 18px;
    line-height: 28px;
    min-height: 68px;
    font-family: Gotham;
    font-weight: 500;
    border-bottom: 1px solid #e7e7e7;
}
.offers-block .list li .info .cashback {
    display: flex;
    color: #515051;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 0;
}
.offers-block .list li .info .num {
    color: #016848;
    font-size: 32px;
    line-height: 32px;
    font-family: Gotham;
    font-weight: 500;
    margin-right: 15px;
}
.offers-block .list li .info .link {
    background: #00b1ff;
    background: linear-gradient(90deg, rgba(0, 177, 255, 1) 0%, rgba(31, 91, 215, 1) 100%);
    border-color: #fff;
    border-radius: 4px;
    display: block;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.offers-block .list li .info .link span {
    padding: 0 0 0 20px;
    background: url("../images/time.svg") no-repeat 0 50%;
    font-size: 12px;
}
.filter-block.heightAuto .list {
    height: auto !important;
}
.filter-block .filter {
    padding-bottom: 20px;
}
.filter-block .filter.hidden {
    display: none;
}
.filter-block .filter.open ul {
    flex-wrap: wrap;
}
.filter-block .filter.open ul .hide {
    display: inline-flex;
}
.filter-block .filter.open ul .more:after {
    transform: translateY(1px) rotate(-90deg);
}
.filter-block .filter ul {
    position: relative;
    display: flex;
    padding: 20px 0 0;
    overflow: hidden;
    width: 100%;
}
.filter-block .filter ul li {
    cursor: pointer;
    border: 1px solid #e7e7e7;
    line-height: 38px;
    border-radius: 22px;
    padding: 0 20px;
    margin: 0 10px 10px 0;
    background: #fff;
    white-space: nowrap;
}
.filter-block .filter ul li:hover {
    border-color: #4689e8;
    color: #4689e8;
}
.filter-block .filter ul li.selected {
    background: #00b1ff;
    background: linear-gradient(90deg, rgba(0, 177, 255, 1) 0%, rgba(31, 91, 215, 1) 100%);
    border-color: #fff;
    color: #fff;
}
.filter-block .filter ul li span {
    margin: 0 0 0 10px;
}
.filter-block .filter ul li.hide {
    display: none;
}
.filter-block .filter ul li.more {
    display: flex;
}
.filter-block .filter ul li.more:after {
    content: '';
    display: block;
    background: url("../images/icon-arrow.svg") no-repeat 50% 50%;
    width: 12px;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateY(1px) rotate(90deg);
    margin-left: 10px;
}
.filter-block .filter ul li.more:hover:after {
    background: url("../images/icon-arrow-h.svg") no-repeat 50% 50%;
}
.filter-block .filter ul li.more.selected:after {
    background: url("../images/icon-arrow-s.svg") no-repeat 50% 50%;
}
.filter-block .filter ul li.more .hidden {
    display: none;
}
/* offers-block end */
/* news block */
.news {
    background: #f1f1f1;
    padding: 40px 0;
}
.news .tabset {
    display: flex;
    padding: 20px 0 0;
}
.news .tabset li {
    margin-right: 20px;
}
.news .tabset li a {
    border: 1px solid #e7e7e7;
    line-height: 38px;
    border-radius: 22px;
    padding: 0 20px;
    background: #f1f1f1;
    text-decoration: none;
    color: #0d0d0d;
}
.news .tabset li a.selected, .news .tabset li a:hover {
    background: #00b1ff;
    background: linear-gradient(90deg, rgba(0, 177, 255, 1) 0%, rgba(31, 91, 215, 1) 100%);
    border-color: #fff;
    color: #fff;
}
.news .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .news-list li {
    margin-bottom: 20px;
    min-width: 550px;
    max-width: 550px;
    height: 285px;
    position: relative;
    padding: 30px 40px;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
}
.news .news-list li .img {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.news .news-list li .img:before {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.news .news-list li .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: blur(7px);
    -webkit-filter: blur(7px);
    /* Chrome, Safari, Opera */
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
}
.news .news-list li .info {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 0 10px 0 0;
}
.news .news-list li .info h3 {
    font-size: 18px;
    font-family: Gotham;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}
.news .news-list li .info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .news-list li .controls {
    position: absolute;
    bottom: 30px;
    display: flex;
    z-index: 3;
    right: 40px;
    left: 40px;
    justify-content: space-between;
    align-content: center;
}
.news .news-list li .controls a.more {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #4a90e2;
    text-decoration: none;
    display: inline-flex;
    background: #fff;
    border-radius: 20px;
}
.news .news-list li .controls .date {
    color: #fff;
    line-height: 40px;
}
.b-tab {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.b-tab.selected {
    height: auto;
    opacity: 1;
    padding: 20px 0;
    visibility: visible;
}
.b-nav-tab {
    display: inline-block;
    padding: 20px 0;
}
.b-nav-tab.selected {
    color: #ff4200;
}
.articles-list li {
    display: flex;
    margin-bottom: 20px;
    background: #fff;
}
.articles-list li .img {
    min-width: 265px;
    max-width: 265px;
    height: 225px;
}
.articles-list li .img img {
    object-fit: cover;
    height: 100%;
}
.articles-list li .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    position: relative;
}
.articles-list li .info h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
    font-family: Gotham;
    font-weight: 500;
}
.articles-list li .info p {
    color: #515051;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 40px;
}
.articles-list li .info .more {
    align-self: self-end;
    position: absolute;
    bottom: 20px;
    color: #4689e8;
    font-size: 12px;
    text-decoration: none;
}
.articles-list li .info a{
    color: #4689e8;
}
.articles-list li .info .more:hover {
    text-decoration: underline;
}
.load-more {
    border: 1px solid #e7e7e7;
    line-height: 40px;
    border-radius: 22px;
    padding: 0 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
}
.load-more:hover {
    background: #00b1ff;
    background: linear-gradient(90deg, rgba(0, 177, 255, 1) 0%, rgba(31, 91, 215, 1) 100%);
    border-color: #fff;
}
.load-more:hover em {
    color: #fff;
}
.load-more em {
    color: #0d0d0d;
}
.load-more span {
    color: #016848;
    margin: 0 0 0 10px;
}
.crop {
    overflow: hidden;
}
.mobile-holder {
    display: flex;
}
/* media queries start */
@media (max-width: 1140px) {
    .offers-block .list li {
        min-width: 100%;
        max-width: 100%;
    }
    .main .holder {
        width: 100%;
    }
}
@media (min-width: 1024px) and (max-width: 1140px) {
    .main .wrapper, .holder {
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
@media (min-width: 768px) and (max-width: 1140px) {
    .main .wrapper {
        flex-direction: column;
        width: 100%;
        padding: 42px 20px;
    }
    .main .wrapper aside {
        margin: 0;
    }
    .main .wrapper aside ul {
        display: flex;
        margin-bottom: 40px;
    }
    .main .wrapper aside ul li {
        max-width: 230px;
        margin: 0 20px 0 0;
    }
    .main .wrapper aside ul li .img {
        max-width: 100%;
        min-width: 100%;
        max-height: 228px;
    }
    .main .wrapper aside ul li .img img {
        max-width: 100%;
    }
    .footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .holder {
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .news .news-list li {
        min-width: 100%;
        max-width: 100%;
    }
    .offers-block .list li {
        min-width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .logo{
        max-width: 79px !important;
        height: 22px !important;
    }
    .main .wrapper {
        flex-direction: column;
        width: 100%;
        padding: 42px 20px;
    }
    .main .wrapper .description {
        margin-bottom: 20px;
    }
    .main .wrapper h2 {
        margin-right: 20px;
    }
    .main .wrapper .two-col {
        flex-direction: column;
    }
    .main .wrapper .two-col .cols {
        min-width: 100%;
        max-width: 100%;
    }
    .main .wrapper aside {
        margin: 0;
    }
    .main .wrapper aside ul {
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }
    .main .wrapper aside ul li {
        max-width: 100%;
        min-width: 100%;
        margin: 0 0 20px 0;
    }
    .main .wrapper aside ul li .img {
        max-width: 100%;
        min-width: 100%;
    }
    .main .wrapper aside ul li .img img {
        max-width: 100%;
        min-width: 100%;
    }
    body > * {
        max-width: 100%;
        overflow: hidden;
    }
    .holder {
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .news .news-list li {
        height: auto;
        min-width: 100%;
        max-width: 100%;
    }
    .news .news-list li .controls {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .offers-block .list li {
        flex-direction: column;
    }
    .offers-block .list li.tot {
        flex-direction: column;
    }
    .landing-header {
        min-height: 56px;
    }
    .landing-header .holder {
        justify-content: center;
    }
    .landing-header .close-menu {
        position: absolute;
        right: 20px;
        top: 17px;
        opacity: 0;
        cursor: pointer;
        transition: opacity 0.2s ease-in 0.2s;
        display: flex !important;
    }
    .landing-header.open .main-nav {
        transform: translate(0);
    }
    .landing-header.open .close-menu {
        opacity: 1;
    }
    .burger__inner {
        visibility: visible !important;
        cursor: pointer;
        position: absolute;
        left: 20px;
        top: 21px;
        cursor: pointer;
        display: flex !important;
    }
    .main-nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 56px;
        bottom: 0;
        background: #fff;
        transform: translate(-100%);
        z-index: 10;
        transition: all 0.2s ease-in;
        flex-wrap: wrap;
        flex-direction: column;
        border-top: 1px solid #e7e7e7;
        padding-top: 20px;
    }
    .main-nav li {
        padding: 0 20px !important;
        margin: 0 0 10px;
    }
    .main-nav li a {
        padding: 10px 0;
        display: flex;
        font-size: 14px;
    }
}
/* media queries end */
/* styles from portal start */
/* footer styles */
.footer {
    z-index: 12;
    position: relative;
    padding: 60px 0 0;
    background-color: #005239;
    color: #fff;
}
.footer__tel {
    margin-bottom: 20px;
}
.footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
@media (max-width: 1023px) {
    .footer {
        padding: 40px 0;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding: 40px 0 10px;
        overflow: hidden;
    }
    .travel-block {
        padding: 50px 20px;
        min-height: auto;
    }
    .travel-block h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .travel-block p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .articles-list li {
        flex-direction: column;
    }
    .articles-list li .img {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .articles-list li .img img {
        width: 100%;
    }
    .articles-list li .info p {
        padding-bottom: 50px;
    }
}
.footer__tel-link {
    display: inline-block;
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: opacity 250ms;
}
.footer__tel-link:hover {
    opacity: 0.8;
}
.footer__tel-link.short {
    display: flex;
    align-items: center;
}
.footer__tel-link.short img {
    max-width: 18px;
    height: auto;
    margin: 0 4px;
}
.footer__tel-link.short img:first-child {
    max-width: 14px;
    margin-left: 0;
}
.footer__tel-note {
    font-weight: 300;
}
.footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__list-item {
    margin: 0 0 15px;
    line-height: 22px;
}
.footer__list-item:last-child {
    margin: 0;
}
@media (max-width: 767px) {
    .footer__list-item:last-child {
        margin: 0 0 15px;
    }
}
.footer__link {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    transition: opacity 250ms;
    line-height: 1;
}
.footer__link:hover {
    opacity: 0.7;
}
.footer__social-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
}
@media (max-width: 1023px) {
    .footer__social-list {
        margin: 0 13px 20px;
    }
}
@media (max-width: 767px) {
    .footer__social-list {
        margin: 20px 0 20px;
    }
}
.footer__social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: opacity 250ms;
    border: 1px solid #fff;
}
.footer__social-icon .icon {
    max-width: 20px;
    max-height: 20px;
}
.footer__social-icon:last-child {
    margin: 0;
}
.footer__social-icon:hover {
    background-color: #00A263;
    border-color: #00A263;
}
.footer__social-icon:active {
    background-color: #016848;
    border-color: #016848;
    color: #fff;
}
.footer__copy {
    font-weight: 300;
    white-space: nowrap;
    opacity: 0.5;
}
.footer__copy p {
    font-size: 14px;
}
.footer__copy-aero {
    margin: 0 0 10px;
    font-size: 12px;
}
.footer__copy-link {
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
    transition: opacity 250ms;
}
.footer__copy-link:hover {
    opacity: 1;
}
.footer__copy-logo {
    width: 120px;
    height: 18px;
    margin: 0 0 20px;
    fill: #fff;
}
.footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.footer__bg-leaf {
    position: absolute;
    width: 150px;
    height: 150px;
}
.footer__bg-leaf--1 {
    top: 20%;
    left: -75px;
}
.footer__bg-leaf--2 {
    bottom: -30px;
    left: 20%;
}
.footer__bg-leaf--3 {
    right: -75px;
    top: 10%;
}
.footer .footer-tel-holder {
    display: flex;
    flex-direction: column;
}
.footer .footer-tel-holder .col-xl-24 {
    flex: auto;
}
@media (max-width: 1023px) {
    .footer .footer-tel-holder {
        flex-direction: row;
        margin-bottom: 20px !important;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .footer .footer-tel-holder {
        flex-direction: column;
        border-bottom: 1px solid rgba(0, 209, 145, 0.11);
        padding-left: 20px;
        margin-left: -20px;
        padding-right: 20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
}
.footer .mobile-block__container {
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}
.footer .mobile-block__container > a {
    margin: 0;
}
.footer .mobile-block__container > a:first-child {
    margin-right: 10px !important;
}
@media (max-width: 1023px) {
    .footer .mobile-block__container {
        margin: 0 0 30px;
    }
    .footer .mobile-block__container > a {
        margin: 0;
    }
    .footer .mobile-block__container > a:first-child {
        margin-right: 20px !important;
    }
}
.footer .mobile-block__container + .footer__copy {
    display: none;
}
@media (max-width: 1023px) {
    .footer .mobile-block__container + .footer__copy {
        display: block;
    }
}
.footer .footer__tel + .footer__copy {
    display: block;
}
@media (max-width: 1023px) {
    .footer .footer__tel + .footer__copy {
        display: none;
    }
}
.footer .btn--trsp-bg {
    background: transparent;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1023px) {
    .footer .btn--trsp-bg {
        margin: -96px 0 20px 0;
    }
}
@media (max-width: 767px) {
    .footer .btn--trsp-bg {
        margin: 0;
    }
}
.footer .btn--trsp-bg:hover {
    background-color: #00A263;
    border-color: #00A263;
}
.footer .btn--trsp-bg:active {
    background-color: #016848;
    border-color: #016848;
    color: #fff;
}
.footer .btn--trsp-bg span {
    opacity: 1 !important;
}
@media (max-width: 1023px) {
    .footer-contact {
        margin-left: -10px;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .footer-contact {
        padding-left: 20px;
        margin-left: -10px;
        padding-right: 20px;
        margin-right: -10px;
        width: calc(100% + 40px);
        border-top: 1px solid rgba(0, 209, 145, 0.11);
        padding-top: 20px;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 1023px) {
    .footer .footer-contact {
        padding: 0;
        margin-left: -10px;
    }
    .footer .footer-contact .mobile-block__container img {
        max-width: calc(100% - 4px);
    }
}
.footer img{
    display: inline-flex;
}
.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1024px) {
    .container {
        max-width: 1160px;
    }
}
.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1024px) {
    .container {
        max-width: 1160px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col-xl, .col-xl-auto, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col, .col-auto, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
}
.col-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.col-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
}
.col-6 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
}
.col-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}
.col-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
}
.col-12 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
}
.col-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
}
.col-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
}
.col-18 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
}
.col-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
}
.col-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
}
.col-24 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 25;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.order-13 {
    order: 13;
}
.order-14 {
    order: 14;
}
.order-15 {
    order: 15;
}
.order-16 {
    order: 16;
}
.order-17 {
    order: 17;
}
.order-18 {
    order: 18;
}
.order-19 {
    order: 19;
}
.order-20 {
    order: 20;
}
.order-21 {
    order: 21;
}
.order-22 {
    order: 22;
}
.order-23 {
    order: 23;
}
.order-24 {
    order: 24;
}
.offset-1 {
    margin-left: 4.1666666667%;
}
.offset-2 {
    margin-left: 8.3333333333%;
}
.offset-3 {
    margin-left: 12.5%;
}
.offset-4 {
    margin-left: 16.6666666667%;
}
.offset-5 {
    margin-left: 20.8333333333%;
}
.offset-6 {
    margin-left: 25%;
}
.offset-7 {
    margin-left: 29.1666666667%;
}
.offset-8 {
    margin-left: 33.3333333333%;
}
.offset-9 {
    margin-left: 37.5%;
}
.offset-10 {
    margin-left: 41.6666666667%;
}
.offset-11 {
    margin-left: 45.8333333333%;
}
.offset-12 {
    margin-left: 50%;
}
.offset-13 {
    margin-left: 54.1666666667%;
}
.offset-14 {
    margin-left: 58.3333333333%;
}
.offset-15 {
    margin-left: 62.5%;
}
.offset-16 {
    margin-left: 66.6666666667%;
}
.offset-17 {
    margin-left: 70.8333333333%;
}
.offset-18 {
    margin-left: 75%;
}
.offset-19 {
    margin-left: 79.1666666667%;
}
.offset-20 {
    margin-left: 83.3333333333%;
}
.offset-21 {
    margin-left: 87.5%;
}
.offset-22 {
    margin-left: 91.6666666667%;
}
.offset-23 {
    margin-left: 95.8333333333%;
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 4.1666666667%;
        max-width: 4.1666666667%;
    }
    .col-md-2 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .col-md-4 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-5 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%;
    }
    .col-md-6 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-7 {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%;
    }
    .col-md-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
    .col-md-10 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-11 {
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%;
    }
    .col-md-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-13 {
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%;
    }
    .col-md-14 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
    .col-md-16 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-17 {
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%;
    }
    .col-md-18 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-19 {
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%;
    }
    .col-md-20 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }
    .col-md-22 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-23 {
        flex: 0 0 95.8333333333%;
        max-width: 95.8333333333%;
    }
    .col-md-24 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 25;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .order-md-13 {
        order: 13;
    }
    .order-md-14 {
        order: 14;
    }
    .order-md-15 {
        order: 15;
    }
    .order-md-16 {
        order: 16;
    }
    .order-md-17 {
        order: 17;
    }
    .order-md-18 {
        order: 18;
    }
    .order-md-19 {
        order: 19;
    }
    .order-md-20 {
        order: 20;
    }
    .order-md-21 {
        order: 21;
    }
    .order-md-22 {
        order: 22;
    }
    .order-md-23 {
        order: 23;
    }
    .order-md-24 {
        order: 24;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 4.1666666667%;
    }
    .offset-md-2 {
        margin-left: 8.3333333333%;
    }
    .offset-md-3 {
        margin-left: 12.5%;
    }
    .offset-md-4 {
        margin-left: 16.6666666667%;
    }
    .offset-md-5 {
        margin-left: 20.8333333333%;
    }
    .offset-md-6 {
        margin-left: 25%;
    }
    .offset-md-7 {
        margin-left: 29.1666666667%;
    }
    .offset-md-8 {
        margin-left: 33.3333333333%;
    }
    .offset-md-9 {
        margin-left: 37.5%;
    }
    .offset-md-10 {
        margin-left: 41.6666666667%;
    }
    .offset-md-11 {
        margin-left: 45.8333333333%;
    }
    .offset-md-12 {
        margin-left: 50%;
    }
    .offset-md-13 {
        margin-left: 54.1666666667%;
    }
    .offset-md-14 {
        margin-left: 58.3333333333%;
    }
    .offset-md-15 {
        margin-left: 62.5%;
    }
    .offset-md-16 {
        margin-left: 66.6666666667%;
    }
    .offset-md-17 {
        margin-left: 70.8333333333%;
    }
    .offset-md-18 {
        margin-left: 75%;
    }
    .offset-md-19 {
        margin-left: 79.1666666667%;
    }
    .offset-md-20 {
        margin-left: 83.3333333333%;
    }
    .offset-md-21 {
        margin-left: 87.5%;
    }
    .offset-md-22 {
        margin-left: 91.6666666667%;
    }
    .offset-md-23 {
        margin-left: 95.8333333333%;
    }
}
@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 4.1666666667%;
        max-width: 4.1666666667%;
    }
    .col-lg-2 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .col-lg-4 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-5 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%;
    }
    .col-lg-6 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-7 {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%;
    }
    .col-lg-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
    .col-lg-10 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-11 {
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%;
    }
    .col-lg-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-13 {
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%;
    }
    .col-lg-14 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
    .col-lg-16 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-17 {
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%;
    }
    .col-lg-18 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-19 {
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%;
    }
    .col-lg-20 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }
    .col-lg-22 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-23 {
        flex: 0 0 95.8333333333%;
        max-width: 95.8333333333%;
    }
    .col-lg-24 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 25;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .order-lg-13 {
        order: 13;
    }
    .order-lg-14 {
        order: 14;
    }
    .order-lg-15 {
        order: 15;
    }
    .order-lg-16 {
        order: 16;
    }
    .order-lg-17 {
        order: 17;
    }
    .order-lg-18 {
        order: 18;
    }
    .order-lg-19 {
        order: 19;
    }
    .order-lg-20 {
        order: 20;
    }
    .order-lg-21 {
        order: 21;
    }
    .order-lg-22 {
        order: 22;
    }
    .order-lg-23 {
        order: 23;
    }
    .order-lg-24 {
        order: 24;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 4.1666666667%;
    }
    .offset-lg-2 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-3 {
        margin-left: 12.5%;
    }
    .offset-lg-4 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-5 {
        margin-left: 20.8333333333%;
    }
    .offset-lg-6 {
        margin-left: 25%;
    }
    .offset-lg-7 {
        margin-left: 29.1666666667%;
    }
    .offset-lg-8 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-9 {
        margin-left: 37.5%;
    }
    .offset-lg-10 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-11 {
        margin-left: 45.8333333333%;
    }
    .offset-lg-12 {
        margin-left: 50%;
    }
    .offset-lg-13 {
        margin-left: 54.1666666667%;
    }
    .offset-lg-14 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-15 {
        margin-left: 62.5%;
    }
    .offset-lg-16 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-17 {
        margin-left: 70.8333333333%;
    }
    .offset-lg-18 {
        margin-left: 75%;
    }
    .offset-lg-19 {
        margin-left: 79.1666666667%;
    }
    .offset-lg-20 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-21 {
        margin-left: 87.5%;
    }
    .offset-lg-22 {
        margin-left: 91.6666666667%;
    }
    .offset-lg-23 {
        margin-left: 95.8333333333%;
    }
}
@media (min-width: 1440px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 4.1666666667%;
        max-width: 4.1666666667%;
    }
    .col-xl-2 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .col-xl-4 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-5 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%;
    }
    .col-xl-6 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-7 {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%;
    }
    .col-xl-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
    .col-xl-10 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-11 {
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%;
    }
    .col-xl-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-13 {
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%;
    }
    .col-xl-14 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
    .col-xl-16 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-17 {
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%;
    }
    .col-xl-18 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-19 {
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%;
    }
    .col-xl-20 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }
    .col-xl-22 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-23 {
        flex: 0 0 95.8333333333%;
        max-width: 95.8333333333%;
    }
    .col-xl-24 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 25;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .order-xl-13 {
        order: 13;
    }
    .order-xl-14 {
        order: 14;
    }
    .order-xl-15 {
        order: 15;
    }
    .order-xl-16 {
        order: 16;
    }
    .order-xl-17 {
        order: 17;
    }
    .order-xl-18 {
        order: 18;
    }
    .order-xl-19 {
        order: 19;
    }
    .order-xl-20 {
        order: 20;
    }
    .order-xl-21 {
        order: 21;
    }
    .order-xl-22 {
        order: 22;
    }
    .order-xl-23 {
        order: 23;
    }
    .order-xl-24 {
        order: 24;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 4.1666666667%;
    }
    .offset-xl-2 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-3 {
        margin-left: 12.5%;
    }
    .offset-xl-4 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-5 {
        margin-left: 20.8333333333%;
    }
    .offset-xl-6 {
        margin-left: 25%;
    }
    .offset-xl-7 {
        margin-left: 29.1666666667%;
    }
    .offset-xl-8 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-9 {
        margin-left: 37.5%;
    }
    .offset-xl-10 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-11 {
        margin-left: 45.8333333333%;
    }
    .offset-xl-12 {
        margin-left: 50%;
    }
    .offset-xl-13 {
        margin-left: 54.1666666667%;
    }
    .offset-xl-14 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-15 {
        margin-left: 62.5%;
    }
    .offset-xl-16 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-17 {
        margin-left: 70.8333333333%;
    }
    .offset-xl-18 {
        margin-left: 75%;
    }
    .offset-xl-19 {
        margin-left: 79.1666666667%;
    }
    .offset-xl-20 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-21 {
        margin-left: 87.5%;
    }
    .offset-xl-22 {
        margin-left: 91.6666666667%;
    }
    .offset-xl-23 {
        margin-left: 95.8333333333%;
    }
}
.footer__social-list img {
    max-height: 20px;
    max-width: 20px;
}
.burger__inner {
    display: flex;
    align-items: center;
    white-space: nowrap;
    visibility: hidden;
}
.burger__btn {
    position: relative;
    display: block;
    width: 20px;
    height: 15px;
    margin: 0 10px 0 0;
}
.burger__line {
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    background-color: #016848;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 250ms;
}
.burger__line:nth-child(1) {
    top: 0;
}
.burger__line:nth-child(2), .burger__line:nth-child(3) {
    top: 6px;
}
.burger__line:nth-child(4) {
    top: 12px;
}
@media (hover), (min-width: 0\0 ), (min--moz-device-pixel-ratio: 0) {
    .burger:hover .burger__line {
        background-color: #00a263;
    }
}
.burger.is-opened .burger__line:nth-child(1) {
    top: 0;
    width: 0%;
    left: 50%;
    opacity: 0;
}
.burger.is-opened .burger__line:nth-child(2) {
    transform: rotate(45deg);
}
.burger.is-opened .burger__line:nth-child(3) {
    transform: rotate(-45deg);
}
.burger.is-opened .burger__line:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    opacity: 0;
}
@media (max-width: 1023px) {
    .burger__text {
        display: none;
    }
}
/* styles from portal start */
.tabs strong,
.tabs b,
.wrapper strong,
.wrapper b{
    font-family: Gotham;
    font-weight: 500;
}
.tabs i,
.tabs em,
.wrapper i,
.wrapper em{
    font-family: Gotham;
    font-style: italic;
    font-weight: 300;
}
.tabs em strong,
.tabs em b,
.wrapper em strong,
.wrapper em b,
.tabs i strong,
.tabs i b,
.wrapper i strong,
.wrapper i b,
.tabs strong em,
.tabs b em,
.wrapper strong em,
.wrapper b em,
.tabs strong i,
.tabs b i,
.wrapper strong i,
.wrapper b i{
    font-weight: 500;
}
.wrapper .content ul{
    list-style: disc;
    margin: 0 0 0 20px;
    padding: 20px 0;
}
.wrapper .content ol{
    list-style:decimal;
    margin: 0 0 0 20px;
    padding: 20px 0;
}
.offers-block .list li .img a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.load-more em{
    font-style: normal !important;
    font-weight: 300;
}
.news .load-more{
    background-color: #fff;
}
.news .tabset li.disable{
    opacity: .5;
    position:relative;
}
.news .tabset li.disable a{
    background: transparent !important;
    border: transparent;
    color: #0d0d0d;
    cursor: default;
}
.news .tabset li.disable:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.btn {
    padding: 0;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-family: Gotham, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    background: #016848;
    transition: background 250ms, color 250ms, box-shadow 250ms, border-color 250ms;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 1023px) {
    .btn {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}
.btn span {
    position: relative;
    transition: opacity 250ms;
}
@media (hover), (min-width: 0\0 ), (min--moz-device-pixel-ratio: 0) {
    .btn:hover:not(:disabled)::before {
        opacity: 1;
    }
}
.btn:active:not(:disabled) {
    background-color: #00A263;
}
.btn:active:not(:disabled)::before {
    opacity: 0;
    transition: opacity 0;
}
.btn:active:not(:disabled) span {
    opacity: 0.6;
}
.btn:disabled {
    opacity: 0.4;
    cursor: default;
}
.btn--small {
    padding: 15px 30px;
    font-size: 14px;
}
.btn--trsp-bg {
    color: #0D0D0D;
    border: 1px solid #E7E7E7;
    background: #fff;
}
.btn--trsp-bg::before {
    display: none;
}
@media (hover), (min-width: 0\0 ), (min--moz-device-pixel-ratio: 0) {
    .btn--trsp-bg:hover {
        background: #fff;
        color: #016848;
        border: 1px solid #016848;
    }
}
.btn--trsp-bg:active:not(:disabled) {
    background: #fff;
    color: #00A263;
    border: 1px solid #00A263;
}

.btn-up {
    padding: 0;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 12;
    position: fixed;
    right: 120px;
    bottom: 40px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.8;
    transform: translateY(150px);
    transition: opacity 250ms, transform 250ms;
    box-shadow: 0 4px 8px rgba(204, 204, 204, 0.85);
}
@media (max-width: 1023px) {
    .btn-up {
        right: 20px;
    }
}
@media (max-width: 767px) {
    .btn-up {
        width: 44px;
        height: 44px;
        bottom: 20px;
    }
}
.btn-up:hover {
    opacity: 1;
}
.btn-up.is-active {
    transform: none;
}
.btn-up.is-bottom {
    position: absolute;
}
.btn-up__icon {
    fill: #016848;
    transform: rotate(90deg);
}

.cookies-disclaimer {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 998;
}
.cookies-disclaimer .holder {
    max-width: 1020px;
    color: #fff;
    text-align: center;
}
.cookies-disclaimer .holder h6 {
    color: #fff;
    margin: 0 0 11px;
    font-size: 18px;
    font-family: Gotham, Arial, sans-serif;
}
.cookies-disclaimer .holder p {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 16px;
    font-family: Gotham, Arial, sans-serif;
}
.cookies-disclaimer .holder p a {
    color: #fff;
    text-decoration: underline;
}
.cookies-disclaimer .holder p a:hover {
    text-decoration: none;
}
.cookies-disclaimer .holder .btn {
    font-family: Gotham, Arial, sans-serif;
    margin: 0 auto;
    height: 44px;
    padding: 13px 30px;
}
.footer .btn--trsp-bg:hover {
    background-color: #00A263;
    border-color: #00A263;
    color: #fff !important;
}
.footer .btn--trsp-bg:active {
    background-color: #016848;
    border-color: #016848;
    color: #fff !important;
}