@font-face {
    font-family: 'TTNormsRegular';
    src: url('../fonts/TTNormsRegular.eot');
    src: url('../fonts/TTNormsRegular.eot') format('embedded-opentype'), url('../fonts/TTNormsRegular.woff2') format('woff2'), url('../fonts/TTNormsRegular.woff') format('woff'), url('../fonts/TTNormsRegular.ttf') format('truetype'), url('../fonts/TTNormsRegular.svg#TTNormsRegular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'TTNormsMedium';
    src: url('../fonts/TTNormsMedium.eot');
    src: url('../fonts/TTNormsMedium.eot') format('embedded-opentype'), url('../fonts/TTNormsMedium.woff2') format('woff2'), url('../fonts/TTNormsMedium.woff') format('woff'), url('../fonts/TTNormsMedium.ttf') format('truetype'), url('../fonts/TTNormsMedium.svg#TTNormsMedium') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'TTNormsBold';
    src: url('../fonts/TTNormsBold.eot');
    src: url('../fonts/TTNormsBold.eot') format('embedded-opentype'), url('../fonts/TTNormsBold.woff2') format('woff2'), url('../fonts/TTNormsBold.woff') format('woff'), url('../fonts/TTNormsBold.ttf') format('truetype'), url('../fonts/TTNormsBold.svg#TTNormsBold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'MerriweatherLight';
    src: url('../fonts/MerriweatherLight.eot');
    src: url('../fonts/MerriweatherLight.eot') format('embedded-opentype'), url('../fonts/MerriweatherLight.woff2') format('woff2'), url('../fonts/MerriweatherLight.woff') format('woff'), url('../fonts/MerriweatherLight.ttf') format('truetype'), url('../fonts/MerriweatherLight.svg#MerriweatherLight') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'MerriweatherRegular';
    src: url('../fonts/MerriweatherRegular.eot');
    src: url('../fonts/MerriweatherRegular.eot') format('embedded-opentype'), url('../fonts/MerriweatherRegular.woff2') format('woff2'), url('../fonts/MerriweatherRegular.woff') format('woff'), url('../fonts/MerriweatherRegular.ttf') format('truetype'), url('../fonts/MerriweatherRegular.svg#MerriweatherRegular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'MerriweatherBold';
    src: url('../fonts/MerriweatherBold.eot');
    src: url('../fonts/MerriweatherBold.eot') format('embedded-opentype'), url('../fonts/MerriweatherBold.woff2') format('woff2'), url('../fonts/MerriweatherBold.woff') format('woff'), url('../fonts/MerriweatherBold.ttf') format('truetype'), url('../fonts/MerriweatherBold.svg#MerriweatherBold') format('svg');
    font-display: swap;
}

.-TTNormsRegular {
    font-family: 'TTNormsRegular';
}

.-TTNormsMedium {
    font-family: 'TTNormsMedium';
}

.-TTNormsBold {
    font-family: 'TTNormsBold';
}

.-MerriweatherLight {
    font-family: 'MerriweatherLight';
}

.-MerriweatherRegular {
    font-family: 'MerriweatherRegular';
}

.-MerriweatherBold {
    font-family: 'MerriweatherBold';
}

::selection {
    background: #39a8f2;
    color: #fff;
}

::-moz-selection {
    background: #39a8f2;
    color: #fff;
}

@keyframes camomile-up-down {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, 15px);
    }
}

@keyframes camomile-up-down-rotate {
    from {
        transform: translate(0, 0) rotate(0deg);
    }
    to {
        transform: translate(0, 15px) rotate(-10deg);
    }
}

.-fs-13 {
    font-size: 13px;
}

.-fs-18 {
    font-size: 18px;
    color: white;
}

.-fs-24 {
    font-size: 24px;
}

.-fs-30 {
    font-size: 30px;
}

.-fs-72 {
    font-size: 82px;
}

.text-danger {
    color: #f24841!important;
}

.text-primary {
    color: #1774b4!important;
}

.text-muted {
    color: #7c7c7c!important;
}

.text-dark {
    color: #071823!important;
}

.text-white {
    color: white!important;
}
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    max-width: 1560px;
}

.position-initial {
    position: initial!important;
}

.btn {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
}

.btn-arrow-right:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 11px;
    margin-left: 18px;
    background: url(../i/btn-arrow-right.png) 0 0 no-repeat;
}

.btn-primary {
    background: #0991f1;
    background: -moz-linear-gradient(top, #0991f1 0%, #40acf7 100%);
    background: -webkit-linear-gradient(top, #0991f1 0%, #40acf7 100%);
    background: linear-gradient(to bottom, #0991f1 0%, #40acf7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0991f1', endColorstr='#40acf7', GradientType=0);
}

.btn-primary:hover {
    background: #40acf7;
    background: -moz-linear-gradient(top, #40acf7 0%, #0991f1 100%);
    background: -webkit-linear-gradient(top, #40acf7 0%, #0991f1 100%);
    background: linear-gradient(to bottom, #40acf7 0%, #0991f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#40acf7', endColorstr='#0991f1', GradientType=0);
}

.btn-more {
    width: auto!important;
}

a {
    color: #34a4f4;
    transition: 0.3s ease all;
}

p {
    text-align: justify;
}

.section-content p {
    text-indent: 50px;
}

.section-content p img {
    margin-left: -50px;
}

b,
strong,
th {
    font-family: 'MerriweatherBold';
    font-weight: normal;
}

.section-title {
    font-size: 72px;
    margin-bottom: 80px;
    font-family: 'MerriweatherBold';
    line-height: 1.2;
}

summary {
    display: inline-block;
}

details summary::-webkit-details-marker {
  display: none
}

details > summary {
  list-style: none;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

h1,
.h1 {
    font-size: 48px;
    margin-bottom: 80px;
    font-family: 'MerriweatherBold';
}

.-action h1,
.-action .h1 {
    background: #4dbef6;
    background: -moz-linear-gradient(top, #4dbef6 0%, #1e9ad7 100%);
    background: -webkit-linear-gradient(top, #4dbef6 0%, #1e9ad7 100%);
    background: linear-gradient(to bottom, #4dbef6 0%, #1e9ad7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4dbef6', endColorstr='#1e9ad7', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #34a4f4;
}

h2,
.h2 {
    font-size: 36px;
    font-family: 'MerriweatherBold';
}

h3,
.h3 {
    font-size: 30px;
    font-family: 'MerriweatherBold';
}

h4,
.h4 {
    font-size: 24px;
    font-family: 'MerriweatherBold';
    color:white;
}

h5,
.h5 {
    font-size: 18px;
    font-family: 'MerriweatherBold';
    border-bottom: 2px dashed black;
}

h6,
.h6 {
    font-size: 16px;
    font-family: 'MerriweatherRegular';
    color: #32a4f4;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

ol:not([class]) li+li {
    margin-top: 15px;
}

ul:not([class]) li+li {
    margin-top: 15px;
}

.slick-arrow {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0;
    width: 18px;
    height: 33px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
}

.slick-prev {
    left: 0;
    background: url(../i/arrows.png) 0 0 no-repeat;
}

.slick-next {
    right: 0;
    background: url(../i/arrows.png) -18px 0 no-repeat;
}

.slick-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    bottom: -41px;
    width: 100%;
}

.slick-dots li {
    width: 50px;
    height: 3px;
    margin: 25px 25px 0 25px;
    background: #d1d4d6;
    transition: 0.3s ease all;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background: #39a8f2;
}

.slick-dots li button {
    display: none;
}




html,
body {
    font-family: 'MerriweatherLight';
    color: #071823;
    font-size: 16px;
    overflow-x: hidden;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #32a4f4;
    background: -moz-linear-gradient(top, #32a4f4 0%, #60b9f8 100%);
    background: -webkit-linear-gradient(top, #32a4f4 0%, #60b9f8 100%);
    background: linear-gradient(to bottom, #32a4f4 0%, #60b9f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#32a4f4', endColorstr='#60b9f8', GradientType=0);
}

.header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 144px;
    transition: 0.1s ease all;
}

.header.-compact .container-fluid {
    height: 90px;
}

.header-menu-toggle {
    display: none;
}

.header-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.header-menu li a {
    display: block;
    padding: 25px 15px;
    position: relative;
    color: #fff;
}

.header-menu li a:hover,
.header-menu li.-active a {
    text-decoration: none;
    color: #fff569;
}

.main {
    padding-top: 144px;
}

.-second .main {
    padding: 264px 0 115px 0;
    background: #e5f2fa;
}

.-holiday .main {
    background: #e5f2fa url(../i/main-camomiles.png) calc(50% - 60px) 160px no-repeat;
}

.-action .main {
    padding-top: 144px;
}

.aside {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(95, 115, 133, .13);
}

.section-content .aside {
    margin-bottom: 40px;
    padding: 30px 45px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(95, 115, 133, .22);
}

.-action .section-content .aside {
    padding: 20px;
}

.left-menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.left-menu>li {
    display: block;
    margin: 0;
    padding: 0;
}

.left-menu>li+li {
    border-top: 1px solid #e8e8e8;
}

.left-menu>li>a {
    display: block;
    padding: 13px;
    background: #fff;
    color: #071823;
}

.left-menu>li.-active>a,
.left-menu>li.current>a {
    background: #f9f9f9;
    color: #36a6f4;
}

.left-menu>li>a:hover {
    background: #f9f9f9;
    text-decoration: none;
}

.left-submenu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 17px 0;
    list-style-type: none;
    text-align: center;
    border-top: 1px solid #e8e8e8;
}

.left-submenu>li {
    display: block;
    margin: 0;
    padding: 0;
}

.left-submenu>li>a {
    display: block;
    padding: 8px;
    color: #071823;
}

.left-submenu>li.-active>a,
.left-submenu>li.current>a,
.left-submenu>li>a:hover {
    text-decoration: none;
    color: #34a4f4;
    font-family: 'MerriweatherRegular';
}

.mentions-menu-title {
    margin-bottom: 15px;
}

.mentions-menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mentions-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.mentions-menu li+li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #c6c6c6;
}

.mentions-menu li a {
    display: block;
    padding: 0;
    color: #071823;
}

.mentions-menu li a:hover,
.mentions-menu li.-active a {
    text-decoration: none;
    color: #34a4f4;
    font-family: 'MerriweatherRegular';
}

.section {}

.section-title {}

.section-slider {
    background: url(../i/section-slider.jpg) center center no-repeat;
    background-size: cover;
}

.section-slider .container-fluid {
    position: relative;
}

.section-slider-camomile {
    width: 285px;
    height: 366px;
    position: absolute;
    top: -50px;
    right: -100px;
    z-index: 11;
    background: url(../i/camomile-3.png) center center no-repeat;
    animation: camomile-up-down 2s ease-in-out infinite alternate;
}

.header.-compact+.main .section-slider-camomile {
    z-index: 9;
}

.index-slider .slick-list {
    overflow: initial;
}

.index-slide {
    opacity: 0;
    transition: 0.3s ease all;
}

.index-slide.slick-active {
    opacity: 1;
}

.index-slide>.row {
    height: 674px;
    align-items: center;
}

.index-slide-title {
    line-height: 1;
}

.index-slide-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.index-slide-card-image {}

.index-slide-card-image img {
    height: 100%;
    object-fit: cover;
}

.index-slide-card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.section-about {
    padding: 120px 0;
    margin-bottom: 75px;
    background: #e5f2fa url(../i/section-about-camomiles.png) center top no-repeat;
    box-shadow: 0 53px 73px rgba(0, 0, 0, .08) inset;
}

.index-about {
    align-items: center;
    justify-content: center;
}

.index-about-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .16);
}

.index-about-card-image {}

.index-about-card-image img {
    height: 100%;
    object-fit: cover;
}

.index-about-card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.index-about-card-text p:last-of-type {
    margin-bottom: 0;
}

.section-news {
    padding: 75px 0;
}

.index-news {}

.index-news-list {}

.index-news-list>div {
    margin-bottom: 30px;
}

.index-news-list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .11);
}

.index-news-list-item:hover {
    text-decoration: none;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .22);
}

.index-news-list-item-image {
    position: relative;
}

.index-news-list-item-image img {
    width: 100%;
}

.index-news-list-item-badge {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
}

.index-news-list-item-badge.-important {
    background: #f24841;
    color: #fff;
}

.index-news-list-item-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 45px 30px;
}

.index-news-list-item-text-title {
    margin-bottom: 20px;
}

.index-news-sidebar-title {
    position: absolute;
    left: 15px;
    top: -65px;
}

.index-news-sidebar-title a {
    text-decoration: underline;
}

.index-news-sidebar-title a:hover {
    text-decoration: none;
}

.index-news-sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 30px);
    background: #e5f2fa;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .11);
}

.index-news-sidebar-camomile {
    width: 195px;
    height: 196px;
    position: absolute;
    top: -120px;
    right: -75px;
    background: url(../i/camomile-1.png) 0 0 no-repeat;
    animation: camomile-up-down-rotate 2s ease-in-out infinite alternate;
}

.index-news-sidebar-item {
    display: block;
}

.index-news-sidebar-item:hover {
    text-decoration: none;
}

.index-news-sidebar-item-title {
    margin-bottom: 10px;
}

.index-news-sidebar-item:hover .index-news-sidebar-item-title {
    text-decoration: underline;
}

.index-news-sidebar-item-date {}

.index-news-sidebar-item+.index-news-sidebar-item:before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    margin: 35px auto;
    background: #55b4f5;
}

.section-map {
    padding: 45px 0 75px 0;
}

.section-map .container-fluid {
    position: relative;
}

.section-map-camomile {
    width: 155px;
    height: 194px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../i/camomile-2.png) 0 0 no-repeat;
    animation: camomile-up-down 2s ease-in-out infinite alternate;
}

.index-map {
    justify-content: space-between;
    align-items: center;
}

.index-map-sidebar {
    background: #fff;
    padding: 110px 80px;
    border-radius: 20px;
    box-shadow: 0 31px 73px rgba(0, 0, 0, .08);
}

.index-map-sidebar a {
    display: block;
    margin-top: 10px;
}

.section-photogallery {
    padding: 75px 0;
}

.section-photogallery .container-fluid {
    position: relative;
}

.section-photogallery-camomile {
    width: 195px;
    height: 196px;
    position: absolute;
    bottom: -150px;
    left: -80px;
    background: url(../i/camomile-1.png) 0 0 no-repeat;
    animation: camomile-up-down-rotate 2s ease-in-out infinite alternate;
}

.index-photogallery-button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding: 0 45px;
}

.index-photogallery-wrapper {
    margin-bottom: 30px;
}

.index-photogallery-wrapper.-loading {
    background: url(../i/loader.svg) center center no-repeat;
}

.index-photogallery-slider {
    padding: 0 30px;
}

.-second .index-photogallery-slider {
    display: none;
}

.index-photogallery-slide {
    display: block;
    margin: 0 15px;
}

.index-photogallery-slide img {
    width: 100%;
}

.gallery-years {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-year {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    border: 1px solid #39a8f2;
    border-radius: 20px;
    transition: 0.3s ease all;
    text-align: center;
    cursor: pointer;
    color: #071823;
    text-decoration: none;
}

.gallery-year.current,
.gallery-year:hover {
    background: #39a8f2;
    font-family: 'MerriweatherBold';
    color: #fff;
    text-decoration: none;
}

.section-videogallery {
    padding: 75px 0;
}

.index-videogallery-button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.index-videogallery-list {
    margin-bottom: 30px;
}

.index-videogallery-list-item {
    display: block;
    position: relative;
}

.index-videogallery-list-item.-item-1 {
    margin-bottom: 30px;
}

.index-videogallery-list-item.-item-2 {}

.index-videogallery-list-item.-item-3 {
    height: 100%;
}

.index-videogallery-list-item.-item-4 {
    margin-top: 30px;
}

.index-videogallery-list-item.-item-5 {
    margin-top: 30px;
}

.index-videogallery-list-item.-item-6 {
    margin-top: 30px;
}

.index-videogallery-list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-videogallery-list-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .0) url(../i/play_blue.png) center center no-repeat;
    z-index: 2;
    transition: 0.3s ease all;
}

.index-videogallery-list-item:hover:after {
    background: rgba(255, 255, 255, .5) url(../i/play_blue.png) center center no-repeat;
}

.section-partners {
    padding: 55px 0 140px 0;
    background: #e5f2fa;
    box-shadow: 0 40px 73px rgba(0, 0, 0, .09) inset;
    overflow: hidden;
}

.index-partners-slider {
    padding: 0 30px;
}

.index-partners-slider .slick-list {
    overflow: initial;
}

.index-partners-slide {
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 123px!important;
    margin: 0 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 13px 51px rgba(0, 0, 0, .08);
    opacity: 0;
    transition: 0.3s ease all;
}

.index-partners-slide.slick-active {
    opacity: 1;
}

.index-partners-slide img {
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 80%;
}

.section-content {
    background: #fff;
    border-radius: 10px;
    padding: 85px 100px;
    position: relative;
}

.-action .section-content {
    border-radius: 0 0 10px 10px;
    background: #fff url(../i/action-section-content.jpg) 0 0 no-repeat;
    background-size: cover;
}

.section-content-camomile {
    width: 155px;
    height: 194px;
    position: absolute;
    right: 0;
    top: -30px;
    background: url(../i/camomile-2.png) 0 0 no-repeat;
}

.-action .section-content-camomile {
    right: -60px;
    top: 30px;
}

.content-row {
    margin-bottom: 80px;
}

.content-image {
    width: 100%;
    border-radius: 10px;
}

.content-image-full {
    width: 100%;
}

.content-image-right {
    width: 300px;
    float: right;
    margin-left: 30px!important;
    margin-bottom: 30px;
}

.content-image-left {
    width: 300px;
    float: left;
    margin-left: 0!important;
    margin-right: 30px;
    margin-bottom: 30px;
}

.news-image {
    width: 300px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.action-image {
    width: 100%;
    margin-bottom: 60px;
    border-radius: 50%;
}

.content-video {
    display: block;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.content-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
    border: none;
}

.attachments {
    width: 100%;
}

.attachments a {
    color: #071823;
}

.attachments a:hover {
    text-decoration: none;
    color: #48aef6;
}

.attachments tr+tr {
    border-top: 1px solid #e8e8e8;
}

.attachments td+td {
    white-space: nowrap;
    padding-left: 10px;
}

.attachments th {
    padding-bottom: 20px;
}

.attachments td {
    padding: 6px 0;
}

.partners {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    padding: 0 40px;
}

.partner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(20% - 50px);
    height: 123px;
    margin: 0 25px 35px 25px;
    border-radius: 20px;
    box-shadow: 0 13px 51px rgba(0, 0, 0, .08);
}

.partner img {
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 80%;
}

.news-list {}

.news-list>div {
    margin-bottom: 30px;
}

.news-list .news-list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .11);
}

.news-list .news-list-item:hover {
    text-decoration: none;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .22);
}

.news-list .news-list-item-image {
    position: relative;
}

.news-list .news-list-item-image img {
    width: 100%;
}

.news-list-item-badge {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
}

.news-list-item-badge.-important {
    background: #f24841;
    color: #fff;
}

.news-list .news-list-item-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 45px 30px;
}

.news-list .news-list-item-text-title {
    margin-bottom: 20px;
}

.news-list .news-list-item-text-date {}

.photogallery-list {}

.photogallery-list>div {
    margin-bottom: 30px;
}

.photogallery-list-item {
    display: block;
}

.photogallery-list-item img {
    width: 100%;
}

.videogallery-list {}

.videogallery-list>div {
    margin-bottom: 30px;
}

.videogallery-list-item {
    display: block;
    position: relative;
}

.videogallery-list-item img {
    position: relative;
    z-index: 1;
}

.videogallery-list-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .0) url(../i/play_blue.png) center center no-repeat;
    z-index: 2;
    transition: 0.3s ease all;
}

.videogallery-list-item:hover:after {
    background: rgba(255, 255, 255, .5) url(../i/play_blue.png) center center no-repeat;
}

.awards-list {}

.awards-list>div {
    margin-bottom: 30px;
}

.awards-list-item {
    display: block;
}

.awards-list-item img {
    width: 100%;
}

.mentions-list {}

.mentions-list a {
    color: #071823;
}

.footer {
    padding: 90px 0;
}

.footer .container-fluid {
    position: relative;
}

.-index .footer-camomile {
    width: 195px;
    height: 196px;
    position: absolute;
    right: -60px;
    top: -220px;
    background: url(../i/footer-camomile.png) 0 0 no-repeat;
    animation: camomile-up-down-rotate 2s ease-in-out infinite alternate;
}

.-second .footer-camomile {
    width: 130px;
    height: 132px;
    position: absolute;
    right: 80px;
    top: -160px;
    background: url(../i/footer-camomile-2.png) 0 0 no-repeat;
}

.footer-copyright {}

.footer-contacts {}

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.footer-social {
    width: 30px;
    height: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-social+.footer-social {
    margin-left: 30px;
}

.footer-social.-fb {
    background-image: url(../i/footer-social-fb.svg);
}

.footer-social.-vk {
    background-image: url(../i/footer-social-vk.svg);
}

.footer-social.-ig {
    background-image: url(../i/footer-social-ig.png);
}

.footer-social.-wa {
    background-image: url(../i/footer-social-wa.svg);
}

.footer-social.-tg {
    background-image: url(../i/footer-social-tg.svg);
}

@media (min-width: 1560px) {
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 1560px) {
    .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
    .-fs-72 {
        font-size: 62px;
    }
    .section-title {
        font-size: 62px;
    }
    h1,
    .h1 {
        font-size: 44px;
    }
    .index-map-sidebar {
        padding: 80px 50px;
    }
    .index-news-sidebar-camomile {
        right: -60px;
        top: -250px;
    }
    .section-photogallery-camomile {
        left: 0;
        bottom: -180px;
    }
    .-index .footer-camomile {
        top: -200px;
        right: -20px;
    }
    .index-slide>.row {
        height: 574px;
    }
    .section-about {
        margin-bottom: 0;
    }
    .section-map {
        padding: 0 0 75px 0;
    }
    .section-partners {
        padding: 55px 0 75px 0;
    }
    .index-news-sidebar-item+.index-news-sidebar-item:before {
        margin: 25px auto;
    }
    .section-slider-camomile {
        right: -150px;
    }
    .partners {
        margin-left: -25px;
        margin-right: -25px;
        padding: 0;
    }
}

@media (max-width: 1440px) {
    .header-menu {
        width: 100%;
        margin-left: 45px;
        justify-content: space-between;
    }
    .header-menu li a {
        padding: 25px 0;
    }
    .-fs-72 {
        font-size: 52px;
    }
    .section-title {
        font-size: 52px;
    }
    h1,
    .h1 {
        margin-bottom: 60px;
        font-size: 40px;
    }
    .content-row {
        margin-bottom: 60px;
    }
    .index-news-sidebar-item+.index-news-sidebar-item:before {
        margin: 15px auto;
    }
    .index-news-list-item-text {
        padding: 30px;
    }
    .index-map-sidebar {
        padding: 75px 45px;
    }
    .section-content {
        padding: 60px;
    }
    .-second .main {
        padding: 224px 0 75px 0;
    }
    .section-content .aside {
        padding: 30px;
    }
    .videogallery-slider .slick-prev {
        left: -42px;
    }
    .videogallery-slider .slick-next {
        right: -42px;
    }
    .logo span {
        min-width: 150px;
    }
}

@media (max-width: 1200px) {
    h1,
    .h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .content-row {
        margin-bottom: 30px;
    }
    .header-menu li a {
        padding: 25px 10px;
    }
    .index-slide>.row {
        height: auto;
        padding: 90px 0;
    }
    .index-slide-title {
        margin-bottom: 90px;
        text-align: center;
    }
    /* .index-slide-title br {display:none;} */
    .section-slider-camomile {
        display: none;
    }
    .section-about {
        padding: 90px 0;
    }
    .index-news-sidebar-title {
        position: relative;
        top: 0;
        left: 0;
        margin: 30px 0 60px 0;
    }
    .index-news-sidebar-item+.index-news-sidebar-item:before {
        margin: 25px auto;
    }
    .index-news-sidebar {
        height: auto;
    }
    .section-map {
        padding: 0;
    }
    .section-videogallery {
        padding: 0 0 45px 0;
    }
    .section-photogallery-camomile {
        left: initial;
        right: 0;
    }
    .header .container-fluid {
        height: 80px;
    }
    .header.-compact .container-fluid {
        position: relative;
        height: 80px;
    }
    .main {
        padding-top: 80px;
    }
    .-second .main {
        padding: 125px 0 75px 0;
    }
    .-action .main {
        padding-top: 80px;
    }
    .header-menu-toggle {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        height: 30px;
    }
    .header-menu-toggle span {
        position: relative;
        display: block;
        width: 40px;
        height: 3px;
        background: #fff;
        transition: 0.3s ease all;
    }
    .header-menu-toggle span:before {
        content: '';
        display: block;
        position: absolute;
        top: -12px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        transition: 0.3s ease all;
    }
    .header-menu-toggle span:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        transition: 0.3s ease all;
    }
    .header-menu-toggle.-active span {
        background: transparent;
    }
    .header-menu-toggle.-active span:before {
        top: 0;
        transform: rotate(-45deg);
        background: #071823;
    }
    .header-menu-toggle.-active span:after {
        bottom: 0;
        transform: rotate(45deg);
        background: #071823;
    }
    .header-menu {
        width: auto;
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        top: 0;
        right: -100%;
        z-index: 1;
        margin-left: 0;
        padding: 80px 45px 45px 45px;
        transition: 0.3s ease all;
        box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
        border-radius: 0 0 0 20px;
    }
    .header-menu.-active {
        right: 0;
        background: #fff;
    }
    .header-menu li a {
        padding: 15px 0;
        color: #071823;
    }
    .header-menu li a:hover,
    .header-menu li.-active a {
        color: #071823;
        text-decoration: underline;
    }
    .section-content {
        padding: 30px;
    }
    .footer-socials {
        height: auto;
        margin-top: 30px;
        justify-content: flex-start;
    }
    .footer-logo {
        display: block;
        position: absolute;
        right: 45px;
        top: 0;
    }
    .partners {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
    }
    .partner {
        width: calc(25% - 30px);
        margin: 0 15px 30px 15px;
    }
    .news-list .news-list-item {
        height: auto;
        margin-bottom: 30px;
    }
    .news-list .news-list-item-image img {
        height: 300px;
        object-fit: cover;
    }
    .news-list .news-list-item-text {
        padding: 30px;
    }
    .section-content-camomile {
        top: -50px;
        right: -35px;
    }
    .-action .section-content-camomile {
        right: -50px;
        top: 0;
    }
    .action-image {
        margin-bottom: 30px;
    }
    .videogallery-slider .slick-prev {
        left: -25px;
    }
    .videogallery-slider .slick-next {
        right: -25px;
    }
    .index-about-card-text {
        position: relative !important;
        padding: 30px;
        z-index: 2;
        max-width: 50% !important;
        right: unset !important;
    }
    .header-menu-toggle {
        order: 2;
    }
    .header-socials {
        order: 1;
    }
    a.logo {
        flex-direction: row !important;
        -ms-flex-direction: row !important;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .-fs-72 {
        font-size: 42px;
    }
    .section-title {
        margin-bottom: 45px;
        font-size: 42px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .index-slide>.row {
        padding: 45px 0;
    }
    .index-slide-title {
        margin-bottom: 45px;
    }
    .section-about {
        padding: 45px 0;
    }
    .section-news {
        padding: 45px 0;
    }
    .index-news-sidebar-title {
        margin: 15px 0 45px 0;
    }
    .index-news-sidebar-camomile {
        top: -140px;
    }
    .section-photogallery {
        padding: 45px 0;
    }
    .section-photogallery-camomile {
        bottom: -160px;
    }
    .section-partners {
        padding: 45px 0;
    }
    .footer {
        padding: 45px 0;
    }
    .-index .footer-camomile {
        top: -400px;
    }
    .index-map-sidebar {
        margin-bottom: 45px;
        padding: 45px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0 10px;
        border-radius: 50%;
    }
    .-second .main {
        padding: 110px 0 30px 0;
    }
    .-action .main {
        padding-top: 80px;
    }
    .-second .footer-camomile {
        right: 0;
        top: -100px;
    }
    .aside {
        margin-bottom: 15px;
        background: none;
        box-shadow: none;
        border-radius: 0;
    }
    .section-content .aside {
        margin-bottom: 30px;
    }
    .left-menu {
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left;
    }
    .left-menu>li {
        margin-bottom: 15px;
        margin-right: 15px;
    }
    .left-menu>li.-parent {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
    }
    .left-menu>li+li {
        border: none;
    }
    .left-menu>li>a {
        padding: 10px 20px;
        border-radius: 10px;
    }
    .left-menu>li.-parent>a {
        display: inline-block;
    }
    .left-menu>li.-active>a {
        background: #36a6f4;
        color: #fff;
    }
    .left-submenu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-top: none;
        margin: 0 -8px;
    }
    .left-submenu>li {}
    .left-submenu>li+li {}
    .left-submenu>li>a {}
    .left-submenu>li.-active>a {}
    .footer-logo {
        right: 30px;
    }
    .partner {
        width: calc(33% - 30px);
    }
}

@media (max-width: 767px) {
    .index-slide-card-text {
        padding: 30px;
    }
    .index-slide-card-image img {
        width: 200px;
    }
    .-fs-72 {
        font-size: 36px;
    }
    .-fs-18 {
        font-size: 16px;
    }
    .section-title {
        margin-bottom: 30px;
        font-size: 36px;
    }
    h1,
    .h1 {
        font-size: 32px;
    }
    h2,
    .h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    .index-slide {
        padding: 30px 0;
    }
    .index-slide-title {
        margin-bottom: 30px;
    }
    .section-about {
        padding: 30px 0;
    }
    .section-news {
        padding: 30px 0;
    }
    .index-news-sidebar-title {
        margin: 0 0 30px 0;
    }
    .section-photogallery {
        padding: 30px 0;
    }
    .section-partners {
        padding: 30px 0;
    }
    .footer {
        padding: 30px 0;
    }
    .index-map-sidebar {
        margin-bottom: 30px;
        padding: 30px;
    }
    .index-about-card {
        flex-direction: column;
        position: relative;
        background: rgba(255, 255, 255, .9);
    }
    .index-about-card-text {
        position: relative !important;
        padding: 30px;
        z-index: 2;
        max-width: 100% !important;
        right: unset !important;
    }
    .index-about-card-image {}
    .index-about-card-image img {
        width: 100%;
    }
    .index-map-sidebar {
        margin-bottom: 30px;
        padding: 30px;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-contacts {
        text-align: center;
    }
    .footer-socials {
        justify-content: center;
    }
    .content-image {
        margin-bottom: 30px;
    }
    .footer-logo {
        position: relative;
        right: 0;
        margin: 30px auto 0 auto;
    }
    .partner {
        width: calc(50% - 30px);
    }
    .news-image {
        width: 200px;
    }
    .index-news-slide {
        height: auto !important;
    }
    section#main-img {
        height: 400px !important;
    }
    .index-main-text-card__right.text-center {
        margin-top: 15px;
    }
}




/* 28022021 */

.header {
    opacity: .9;
}

.header-menu {
    justify-content: space-around;
    font-size: 18px;
}

.slide-title-box {
    max-width: 750px;
    margin: 0 auto;
}

section#main-img {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("/assets/images/White-flowers.jpeg");
    background-repeat: no-repeat;
    background-position: center fixed;
    /* background-image: -webkit-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("/assets/images/White-flowers.jpeg") no-repeat center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#main-img .index-slide-title {
    margin-bottom: unset;
    color: #fff !important;
}

section#main-text {
    padding: 100px 0;
}


/*header*/

.section-slider-camomile {
    top: 0;
}

.header-socials {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    max-width: 150px;
}

.header-social {
    width: 30px;
    height: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 5px;
}

.index-main-text-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-main-text {
    align-items: center;
    justify-content: center;
}

.index-main-text__name {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.index-main-text__name:after {
    content: '';
    display: block;
    height: 2px;
    background: black;
    max-width: 60px;
    margin: 0 auto;
    margin-top: 15px;
}

.index-main-text-card-image,
.index-main-text-card-image img {
    width: 100%;
}

.header {
    opacity: .8;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.index-slide-title {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-slider {
    background: url(../i/White-flowers.jpeg) center center no-repeat;
    background-size: cover;
}

.section-about {
    padding: 120px 0;
    margin-bottom: 75px;
    /* background: #e5f2fa url(../i/about.jpg) center top no-repeat; */
    box-shadow: 0 53px 73px rgb(0 0 0 / 8%) inset;
}

.index-about-card-image {
    width: 100%;
}

a.index-about-card-text__btn {
    display: flex;
    justify-content: center;
    color: #fff;
    background: #34a4f4;
    max-width: 150px;
    align-items: center;
    border-radius: 20px;
    padding: 10px 15px;
    margin: 0 auto;
}

.index-about {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgb(0 0 0 / 16%);
}

.index-about-card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.index-about-card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    position: absolute;
    right: 5%;
    bottom: -5%;
    background: #fff;
    max-width: 30%;
}

a.index-about-card__btn {
    max-width: 200px;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background: #34a4f4;
    color: #fff;
    margin: 0 auto;
    margin-top: 5%;
}

.index-news-slider {
    padding: 0 30px;
}

.index-news-slide {
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
    border-radius: 20px;
    transition: 0.3s ease all;
    opacity: 0;
    height: 400px;
}

.index-news-slide.slick-active {
    opacity: 1;
}

.index-news-list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: unset;
    box-shadow: unset;
}

.index-news-list-item-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0px 0;
    text-align: center;
}

.index-news-list-item:hover {
    text-decoration: none;
    box-shadow: unset;
}

.footer-center.flex.text-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer-socials {
    margin-bottom: 15px;
}

.footer {
    background: linear-gradient(to bottom, #32a4f4 0%, #60b9f8 100%);
}

.header-social.-fb {
    background-image: url(../i/header-social-fb.svg);
}

.header-social.-vk {
    background-image: url(../i/header-social-vk.svg);
}

.header-social.-ig {
    background-image: url(../i/header-social-ig.svg);
}


/* 28022021 */

a.logo img {
    max-width: 100px;
}

a.logo {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /* flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column; */
    color: #fff;
    font-size: 12px;
    align-items: center;
}

.events-list>div {
    margin-bottom: 30px;
}

.events-list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgb(0 0 0 / 11%);
}

.events-list-item-text.-MerriweatherBold {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 45px 30px;
}

ul.left-submenu.-years {
    flex-direction: row;
}


.program__list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px 0;
}
.program__item {
    padding: 0 15px;
    margin-bottom: 15px;
}
.program__title {
    font-family: 'MerriweatherBold';
    font-size: 18px;
    padding: 20px 30px;
    box-shadow: 0 13px 35px rgb(0 0 0 / 11%);
    background: #fff;
    border-radius: 20px;
    transition: 0.3s ease all;
    text-align: center;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.program__item:hover{
    text-decoration: none;
}
.program__item:hover .program__title{
    background: linear-gradient(to bottom, #32a4f4 0%, #60b9f8 100%);
    color: #fff;
}
.film__list{
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 20px 0;
}
.film__item {
    padding: 0 15px;
    transition: 0.3s ease all;
    margin-bottom: 25px;
}
.film__item:hover {
    text-decoration: none;
}
.film__item:hover .film__inner {
    box-shadow: 0 45px 90px rgb(0 0 0 / 17%);
}
.film__inner {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 30px 90px rgb(0 0 0 / 11%);
    min-height: 100%;
}
.film__title {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 45px 15px;
}
.film__img img{
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.player__ds {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.player__ds iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn-top {
    display: none;
    box-shadow: 0 30px 90px rgb(0 0 0 / 11%);
    position: fixed;
    left: 15px;
    bottom: 1.2em;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0 1.2em;
    border-radius: 60px;
    background-color: #32a4f4;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 44px;
    border: none;
        }
.btn-top:hover {
    box-shadow: 0 30px 50px rgb(0 0 0 / 20%);
}
.btn-top.visible {
    display: block;
}
.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -5px;
    cursor: pointer;
}
.attachments__docs{
    box-shadow: 0 30px 90px rgb(0 0 0 / 11%);
}
.attachments__docs a {
    color: #34a4f4;
}
.attachments__docs a:hover {
    text-decoration: underline;
}
.attachments__docs td{
         padding: 12px 15px;   
}
@media (max-width: 575px) {
    .section-content p {
        text-indent: 0;
    }
    .section-content p img {
        margin-left: 0;
    }
    .btn {
        padding: 0 20px;
    }
    .btn-arrow-right:after {
        margin-left: 13px;
    }
    .-fs-72 {
        font-size: 30px;
    }
    .section-title {
        font-size: 30px;
        text-align: center;
    }
    h1,
    .h1 {
        font-size: 26px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    .content-row {
        margin-bottom: 0;
    }
    .index-slide-card {
        flex-direction: column;
    }
    .index-slide-card-image {
        margin: 0 auto;
        padding-top: 30px;
        text-align: center;
    }
    .index-slide-card-image img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }
    .index-slide-card-text {
        padding-top: 15px;
    }
    .index-slide-card-text p:first-of-type {
        text-align: center;
    }
    .header .container-fluid {
        height: 60px;
    }
    .header.-compact .container-fluid {
        height: 60px;
    }
    .main {
        padding-top: 60px;
    }
    .-second .main {
        padding: 90px 0 30px 0;
    }
    .-action .main {
        padding-top: 60px;
    }
    .logo img {
        height: 45px;
    }
    .header-menu-toggle span {
        width: 35px;
    }
    .header-menu-toggle span:before {
        top: -10px;
    }
    .header-menu-toggle span:after {
        bottom: -10px;
    }
    .header-menu {
        padding: 60px 30px 30px 30px;
    }
    .section-map-camomile {
        display: none;
    }
    .index-news-sidebar-camomile {
        display: none;
    }
    .index-news-sidebar-title {
        text-align: center;
    }
    .index-photogallery-button {
        justify-content: center;
    }
    .index-photogallery-button span {
        display: none;
    }
    .index-videogallery-button {
        justify-content: center;
    }
    .index-videogallery-button span {
        display: none;
    }
    .section-photogallery-camomile {
        display: none;
    }
    .-index .footer-camomile {
        display: none;
    }
    .gallery-year {
        width: 75px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .index-news-sidebar-item-title {
        margin-bottom: 0;
    }
    .index-news-sidebar-item+.index-news-sidebar-item:before {
        margin: 15px auto;
    }
    .section-content-camomile {
        display: none;
    }
    .left-menu>li>a {
        padding: 5px 15px;
    }
    .left-submenu {
        padding: 7px 0;
    }
    .partner {
        width: calc(100% - 30px);
    }
    .news-list .news-list-item-image img {
        height: auto;
    }
    .index-photogallery-slider .slick-prev {
        left: -18px;
    }
    .index-photogallery-slider .slick-next {
        right: -18px;
    }
    .index-photogallery-slider {
        padding: 0;
    }
    .news-image {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .content-image-left {
        width: 100%!important;
        float: none;
        margin-right: 0;
    }
    .content-image-right {
        width: 100%!important;
        float: none;
        margin-left: 0!important;
    }
    .index-videogallery-list-item.-item-2 {
        margin-bottom: 30px;
    }
    .index-main-text-card {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    a.logo span {
        display: none !important;
    }
    .btn-top {
        left: 5px;
        width: 30px;
        height: 30px;
        padding: 0 .5em;
        border-radius: 30px;
        line-height: 30px;
    }
    .arrow {
    width: 11px;
    height: 11px;
    margin-left: -5px;
    margin-top: -3px;
    }
    .container-fluid{
        padding-left: 5px;
        padding-right: 5px;
    }
}
