@font-face {
    font-family: Onest;
    font-display: swap;
    src: url(../fonts/OnestBlack1602-hint.woff2) format('woff2'),
        url(../fonts/OnestBlack1602-hint.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Onest;
    font-display: swap;
    src: url(../fonts/OnestMedium1602-hint.woff2) format('woff2'),
        url(../fonts/OnestMedium1602-hint.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Onest;
    font-display: swap;
    src: url(../fonts/OnestRegular1602-hint.woff2) format('woff2'),
        url(../fonts/OnestRegular1602-hint.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Onest;
    font-display: swap;
    src: url(../fonts/OnestLight1602-hint.woff2) format('woff2'),
        url(../fonts/OnestLight1602-hint.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: icomoon;
    font-display: swap;
    src: url(../fonts/icomoon.woff2) format('woff2'), url(../fonts/icomoon.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Onest;
    font-display: swap;
    src: url(../fonts/OnestBold1602-hint.woff2) format('woff2'),
        url(../fonts/OnestBold1602-hint.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?aef8go);
    src: url(../fonts/icomoon.woff) format('woff'), url(../fonts/icomoon.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=' icon-'],
[class^='icon-'] {
    font-family: icomoon !important;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chevron__down:before {
    content: '\e909';
}
.icon-chevron__up:before {
    content: '\e909';
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-chevron__right:before {
    content: '\e909';
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.icon-chevron__left:before {
    content: '\e909';
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-close:before {
    content: '\e90a';
}
.icon-download:before {
    content: '\e90b';
}
.icon-mail:before {
    content: '\e90c';
}
.icon-people:before {
    content: '\e90d';
}
.icon-phone:before {
    content: '\e90e';
}
.icon-pin:before {
    content: '\e90f';
}
.icon-search:before {
    content: '\e910';
}
.icon-back:before {
    content: '\e900';
}
*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: Onest, sans-serif;
    font-size: 1rem;
    color: #2c2c30;
    overflow-x: hidden;
    -webkit-animation: fade 0.5s;
    animation: fade 0.5s;
}
body.lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
aside,
footer,
header,
main,
nav,
section {
    display: block;
}
li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
a {
    text-decoration: none;
    color: #2c2c30;
}
a:active,
a:focus {
    outline: 0;
}
button {
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
small {
    font-size: 80%;
}
img {
    border-style: none;
}
textarea {
    overflow: auto;
}
[hidden] {
    display: none;
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.wrapper {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh;
}
.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
[class*='__container'] {
    max-width: 1300px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 15px;
}
h1 {
    font-size: 32px;
}
h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    line-height: 150%;
}
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button [class*=' icon-'],
.button [class^='icon-'] {
    font-size: 18px;
}
.button__primary {
    background-color: #481d3b;
    padding: 15px 20px;
}
.button__primary:hover {
    background-color: #5a244a;
}
.button__primary:active {
    background-color: #6c2c59;
}
.button__secondary {
    background-color: rgba(72, 29, 59, 0.8);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    padding: 15px 30px;
    text-align: center;
}
.button__secondary:hover {
    background-color: #481d3b;
}
.button__accent {
    padding: 15px 30px;
    background-color: #82ceca;
}
.button__accent:hover {
    background-color: #52afa5;
}
.button__icon {
    padding: 16px;
    background-color: #82ceca;
    color: #2c2c30;
}
.button__icon:hover {
    background-color: #52afa5;
}
.button__light {
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #2c2c30;
}
.button__light:hover {
    border-color: #52afa5;
}
.button__light.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
.button__blue {
    background-color: #dae9ff;
    border-radius: 4px;
    padding: 14px 30px;
    color: #2c2c30;
}
.button__blue .icon-back {
    font-size: 24px;
}
.button__blue:hover {
    background-color: #c1daff;
}
.burger {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.text-center {
    text-align: center;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.col-1 {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
}
.col-2 {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
}
.col-3 {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
}
.col-4 {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
}
.col-5 {
    -ms-grid-column-span: 5;
    grid-column: 5 span;
}
.col-6 {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
}
.col-7 {
    -ms-grid-column-span: 7;
    grid-column: 7 span;
}
.col-8 {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
}
.col-9 {
    -ms-grid-column-span: 9;
    grid-column: 9 span;
}
.col-10 {
    -ms-grid-column-span: 10;
    grid-column: 10 span;
}
.col-11 {
    -ms-grid-column-span: 11;
    grid-column: 11 span;
}
.col-12 {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
}
.grid-1 {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
}
.gap-1 {
    grid-gap: 10px;
}
.gap-2 {
    grid-gap: 20px;
}
.gap-3 {
    grid-gap: 30px;
}
.gap-4 {
    grid-gap: 40px;
}
.gap-5 {
    grid-gap: 50px;
}
.flex-gap-1 {
    gap: 10px;
}
.flex-gap-2 {
    gap: 20px;
}
.flex-gap-3 {
    gap: 30px;
}
.flex-gap-4 {
    gap: 40px;
}
.flex-gap-5 {
    gap: 50px;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tabs__content {
    display: none;
}
.tabs__content--active {
    display: block;
}
input {
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
    width: 100%;
    outline: 0;
}
input::-webkit-input-placeholder {
    color: #a3a6b7;
}
input::-moz-placeholder {
    color: #a3a6b7;
}
input:-ms-input-placeholder {
    color: #a3a6b7;
}
input::-ms-input-placeholder {
    color: #a3a6b7;
}
input::placeholder {
    color: #a3a6b7;
}
input:focus {
    border-color: #52afa5;
}
.mobile {
    display: none;
}
.mobile-medium {
    display: none;
}
.mobile-small {
    display: none;
}
.tablet {
    display: none;
}
.events-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
}
.post-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 20px;
}
/* .posts-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}
.posts-item .posts-item__content {
	padding:10px;
    height: 280px;
	position: relative;
}
.posts-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.posts-item__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
} */
.posts-item__categories a {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 10px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
	
} 
.posts-item--video {
    position: relative;
}
.posts-item--video .play {
    width: 68px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.posts-item__name {
	margin-top:5px;
	display:block
}
.posts-item a {
	z-index: 2;
}
.section-title {
    margin-bottom: 20px;
    position: relative;
}
.section-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #52afa5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-title h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #f0f9f9;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.custom-page {
    margin-top: 60px;
}
.footer {
    margin-top: 60px;
    background-color: #1e1e1e;
}
.footer-title {
    color: #fff;
    margin-bottom: 20px;
}
.footer-title h6 {
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}
.post-grid.column {
  grid-template-columns: 1fr;
}
.post-grid.column a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  transition: 0.3s;
}
.post-grid.column a strong {
  padding: 20px;
  display: block;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1300px) {
  .post-grid.column a strong {
    padding: calc(
                10px + 10 * ((100vw - 320px) / 980)
            );
  }
}
.post-grid.column a:hover {
  background-color: #e9e9e9;
}
.post-grid.column a:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.post-grid.column a img {
  padding: 10px;
  border-right: 1px solid #e6e6e6;
  width: 140px;
  height: auto;
  object-fit: contain;
}
.footer-title h6::after {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #52afa5;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.footer__container {
    padding-top: 60px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.footer__container a {
    color: #fff;
}
.footer-column--description {
    max-width: 290px;
}
.footer-column--logo {
    width: 93px;
}
.footer-column--follow form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
}
.footer-column--follow form button {
    border: 1px solid #fff;
    font-weight: 500;
}
.footer-column--follow form input {
    min-width: 160px;
    background-color: rgba(255, 255, 255, 0.33);
    border: 1px solid #fff;
    caret-color: #fff;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-column--follow form input::-webkit-input-placeholder {
    color: #fff;
}
.footer-column--follow form input::-moz-placeholder {
    color: #fff;
}
.footer-column--follow form input:-ms-input-placeholder {
    color: #fff;
}
.footer-column--follow form input::-ms-input-placeholder {
    color: #fff;
}
.footer-column--follow form input::placeholder {
    color: #fff;
}
.footer-column--follow form input:focus {
    border-color: #52afa5;
}
.footer-column--follow .footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.footer-column--follow .footer-socials a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slide-content p{
	text-align: justify;
}
.about-body p{
	text-align: justify;
}
.footer-column--follow .footer-socials a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.footer__column ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.footer__column ul li [class*=' icon-'],
.footer__column ul li [class^='icon-'] {
    font-size: 18px;
}
.footer__column ul li:not(:last-child) {
    margin-bottom: 20px;
}
.footer__copyrights {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #303030;
}
.footer__copyrights p {
    text-transform: uppercase;
    color: #fff;
}
.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.header__bottom {
    background-color: #82ceca;
    position: relative;
    z-index: 5;
}
.header__top {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #52afa5;
    font-size: 28px;
}
.header__logo img {
    width: 75px;
    height: auto;
}
.header__logo span {
	color: #481d3b
}
.header__search {
    position: relative;
}
.header__search .icon-search {
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__search input {
    width: 300px;
}
.header__languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
.header__languages a {
    background-color: #82ceca;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    padding: 20px;
    border-right: 1px solid #e6e6e6;
}
.header__languages a:first-child {
    border-left: 1px solid #e6e6e6;
}
.header__languages a:hover {
    background-color: #52afa5;
}
.header__languages a.current {
    background-color: #52afa5;
}
.header-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-nav .nav-list__item {
    font-size: 18px;
    border-right: 1px solid #fff;
/*     text-transform: uppercase; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
	font-weight:500;
    display: -ms-flexbox;
    display: flex;
	font-family: initial;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
}
.header-nav .nav-list__item .icon-chevron__down {
    color: #fff;
}
.header-nav .nav-list__item:first-child {
    border-left: 1px solid #fff;
}
.header-nav .nav-list__item a {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    text-align: center;
}
.header-nav .nav-list__item--sublist {
    position: relative;
    gap: 5px;
    z-index: 5;
}
.header-nav .nav-list__item--sublist span {
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-nav .nav-list__item--sublist span::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}
.header-nav .nav-list__item--sublist.open .nav-list__sublist {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 1px);
    z-index: 2;
}
.header-nav .nav-list__item--sublist .nav-list__sublist {
    position: absolute;
    top: calc(110% + 1px);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    border-bottom: none;
    width: calc(100% + 2px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.header-nav .nav-list__item--sublist .nav-list__sublist li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-nav .nav-list__item--sublist .nav-list__sublist li a {
    padding: 20px;
    display: block;
    text-transform: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c30;
    font-size: 16px;
    text-align: left;
}
.header-nav .nav-list__item--sublist .nav-list__sublist li a:hover {
    color: #52afa5;
}
.header-nav .nav-list__item--sublist .with-sublist {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding: 20px;
    color: #2c2c30;
    text-transform: initial;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-nav .nav-list__item--sublist .with-sublist.opened ul {
    display: block;
}
.header-nav .nav-list__item--sublist .with-sublist:hover {
    color: #52afa5;
}
.header-nav .nav-list__item--sublist .with-sublist span {
    font-size: 20px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.header-nav .nav-list__item--sublist .with-sublist ul {
    position: absolute;
    right: calc(-100% + 22px);
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    top: 0;
}
.header-nav .nav-list__item--sublist .with-sublist ul li {
    border-bottom: 1px solid #e6e6e6;
}
.pagination {
    padding: 0 15px;
    margin-top: 30px;
}
.pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.article-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
/*     height: fit-content !important; */
    box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
	margin-bottom: 20px;
}

.article-horizontal__thumb, .main-slider__body, .page__main-slider, .main-slider__slider {
    height: 100%;
}

.article-horizontal__thumb img {
    height: 100%;
/*     -o-object-fit: cover; */
    object-fit: contain;
    width: 280px;
    min-height: 195px;
    max-height: 195px;
}
img.no-thumb {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.article-horizontal__body {
    padding: 20px;
    gap: 20px;
    width: 100%;
}

.article-horizontal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.article-horizontal__header h6 {
    max-width: 80%;
	text-transform: uppercase;
}

.article-horizontal__header span {
    text-transform: uppercase;
    color: #1D2939;
}

.article-horizontal__text {
    color: #667085;
    line-height: 171%;
    max-width: 90%;
    margin-bottom: 15px;
}

.article-horizontal__more {
    font-size: 16px;
    font-weight: bold;
    color: #98A2B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    gap: 10px;
    margin-top: 20px;
}

.article-horizontal__more svg {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.article-horizontal__more svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article-horizontal__more:hover {
    color: #2926B5;
}

.article-horizontal__more:hover svg path {
    fill: #2926B5;
}

.pagination-list__item span.current {
    background-color: #52afa5;
    color: #fff;
    border: 1px solid #52afa5;
}
.pagination-list__item:hover a,
.pagination-list__item:hover span {
    background-color: #52afa5;
    color: #fff;
}
.pagination-list__item .next span,
.pagination-list__item .prev span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 24px;
}
.pagination-list__item .next span:hover,
.pagination-list__item .prev span:hover {
    border-color: #52afa5;
}
.pagination-list__item a.next,
.pagination-list__item a.prev {
    border: none;
}
.pagination-list__item a,
.pagination-list__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: #afafaf;
    border: 1px solid #e6e6e6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 44px;
    height: 44px;
}
.hero {
    margin-top: 20px;
}
.hero .page__hero-slider .hero-slider__body .hero-slider__slider {
    position: relative;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide {
    padding-right: 50px;
    color: #fff;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide
    .slide-content {
    max-width: 420px;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide
    .slide-content
    h4 {
    margin-bottom: 10px;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide
    .slide-content
    p:not(:last-child) {
    margin-bottom: 20px;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide
    .slide-content
    a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.hero .page__hero-slider .hero-slider__body .hero-slider__slider .slider-hero-controls__dots {
    position: absolute;
    bottom: -40px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero-controls__dots
    .swiper-pagination-bullet {
    opacity: 1;
    background-color: transparent;
    border: 1px solid #000;
    width: 10px;
    height: 10px;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero-controls__dots
    .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.8);
    width: 12px;
    height: 12px;
}
.hero .page__hero-slider .hero-slider__body .hero-slider__slider .slider-hero-controls__arrows {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero-controls__arrows
    .slider-arrow {
    background-color: rgba(80, 80, 80, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 24px;
    padding: 15px;
    color: #fff;
    border-radius: 50%;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero-controls__arrows
    .slider-arrow.swiper-button-disabled {
    background-color: rgba(90, 90, 90, 0.3);
    color: #fff;
}
.post-block {
    margin-top: 60px;
    margin-bottom: 60px;
}
.post-block__more {
    margin: 0 auto;
    margin-top: 30px;
}
.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 30px;
}
.categories a {
    font-size: 18px;
    color: #72747d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.categories a:hover {
    color: #2c2c30;
}
.categories span.current {
    color: #2c2c30;
    position: relative;
}
.categories span.current::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #52afa5;
    position: absolute;
    bottom: -5px;
    display: block;
}
.studies {
    margin-bottom: 60px;
}
.studies .study-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.studies .study-item:hover {
	transform: scale(1.03);
}
.studies .study-item img {
    width: 100%;
	height: auto
}
.studies__more {
    margin: 0 auto;
    margin-top: 30px;
}
.events {
    margin-bottom: 60px;
}
.events__more {
    margin: 0 auto;
    margin-top: 30px;
}
.facebook .section-title h2 span {
    color: #3174ee;
    text-decoration: underline;
}
.about__categories {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.about {
    margin-top: 60px;
}
.about-body {
    margin-bottom: 60px;
}
.about-body img {
    max-width: 640px;
}
.about-body p {
    font-size: 18px;
}
.about-body p:not(:last-child) {
    margin-bottom: 20px;
}
.about__title {
    margin-bottom: 30px;
}
.member {
    text-align: center;
    background-color: #fff;
/* 	#ecf4ff */
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.member:hover {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.member:hover img {
    mix-blend-mode: initial;
}
.member:hover p {
    color: #52afa5;
}
.member img {
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
/*     mix-blend-mode: luminosity; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.member p {
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.expert h4 {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}
.expert p {
    font-size: 14px;
    color: #72747d;
}
.expert img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.blog-body {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 30px;
}
.blog-body__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    width: 100%;
}
.blog-body__item a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}
.blog-body__item a img {
    width: 310px;
}
.blog-body__item .blog-item__content h5 {
    font-weight: 500;
    margin: 10px 0;
}
time, span.location {
    font-size: 14px;
    color: #cfcfcf;
	display:block;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.single-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
/* .single-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 420px 1fr;
    grid-template-columns: 420px 1fr;
    grid-gap: 30px;
} */
.single-body__image img {
    width: 100%;
}
.single-body__content h1 {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
}
.single-body__content p {
    color: #72747d;
    line-height: 160%;
}
.single-body__content p:not(:last-child) {
    margin-bottom: 30px;
}
@media (max-width: 1300px) {
    h1 {
        font-size: calc(28px + 4 * ((100vw - 320px) / 980));
    }
    h2 {
        font-size: calc(24px + 4 * ((100vw - 320px) / 980));
    }
    h4 {
        font-size: calc(18px + 2 * ((100vw - 320px) / 980));
    }
    .button__blue .icon-back {
        font-size: calc(18px + 6 * ((100vw - 320px) / 980));
    }
    .gap-3 {
        grid-gap: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .gap-4 {
        grid-gap: calc(20px + 20 * ((100vw - 320px) / 980));
    }
    .gap-5 {
        grid-gap: calc(24px + 26 * ((100vw - 320px) / 980));
    }
    .flex-gap-3 {
        gap: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .flex-gap-4 {
        gap: calc(20px + 20 * ((100vw - 320px) / 980));
    }
    .flex-gap-5 {
        gap: calc(24px + 26 * ((100vw - 320px) / 980));
    }
    .section-title h2 {
        padding-left: calc(10px + 20 * ((100vw - 320px) / 980));
    }
    .section-title h2 {
        padding-right: calc(10px + 20 * ((100vw - 320px) / 980));
    }
    .custom-page {
        margin-top: calc(30px + 30 * ((100vw - 320px) / 980));
    }
    .footer {
        margin-top: calc(40px + 20 * ((100vw - 320px) / 980));
    }
    .footer__container {
        padding-top: calc(40px + 20 * ((100vw - 320px) / 980));
    }
    .footer__container {
        gap: calc(0px + 100 * ((100vw - 320px) / 980));
    }
    .footer-column--logo {
        width: calc(80px + 13 * ((100vw - 320px) / 980));
    }
    .footer__copyrights {
        padding-top: calc(15px + 15 * ((100vw - 320px) / 980));
    }
    .footer__copyrights {
        padding-bottom: calc(15px + 15 * ((100vw - 320px) / 980));
    }
    .header__logo {
        font-size: calc(18px + 6 * ((100vw - 320px) / 980));
    }
    .header__logo img {
        width: calc(60px + 30 * ((100vw - 320px) / 980));
    }
    .header__search input {
        width: calc(200px + 100 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item {
        padding-left: calc(10px + 20 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item {
        padding-right: calc(10px + 20 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item a {
        padding-bottom: calc(15px + 5 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item a {
        padding-top: calc(15px + 5 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item a {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item--sublist .nav-list__sublist li a {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item--sublist .nav-list__sublist li a {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item--sublist .with-sublist {
        padding: calc(15px + 5 * ((100vw - 320px) / 980));
    }
    .pagination-list__item .next span,
    .pagination-list__item .prev span {
        width: calc(38px + 6 * ((100vw - 320px) / 980));
    }
    .pagination-list__item .next span,
    .pagination-list__item .prev span {
        height: calc(38px + 6 * ((100vw - 320px) / 980));
    }
    .pagination-list__item a,
    .pagination-list__item span {
        width: calc(38px + 6 * ((100vw - 320px) / 980));
    }
    .pagination-list__item a,
    .pagination-list__item span {
        height: calc(38px + 6 * ((100vw - 320px) / 980));
    }
    /* .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide {
        padding-top: calc(60px + 70 * ((100vw - 320px) / 980));
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide {
        padding-bottom: calc(60px + 70 * ((100vw - 320px) / 980));
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide {
        padding-left: calc(20px + 80 * ((100vw - 320px) / 980));
    } */
    /* .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide {
        padding-right: calc(20px + 80 * ((100vw - 320px) / 980));
    } */
    .hero .page__hero-slider .hero-slider__body .hero-slider__slider .slider-hero-controls__arrows {
        right: calc(20px + 30 * ((100vw - 320px) / 980));
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero-controls__arrows
        .slider-arrow {
        font-size: calc(18px + 6 * ((100vw - 320px) / 980));
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero-controls__arrows
        .slider-arrow {
        padding: calc(12px + 3 * ((100vw - 320px) / 980));
    }
    .categories {
        gap: calc(20px + 30 * ((100vw - 320px) / 980));
    }
    .categories a {
        font-size: calc(16px + 2 * ((100vw - 320px) / 980));
    }
    .about {
        margin-top: calc(30px + 30 * ((100vw - 320px) / 980));
    }
    .about-body {
        margin-top: calc(30px + 30 * ((100vw - 320px) / 980));
    }
    .about-body img {
        max-width: calc(100px + 540 * ((100vw - 320px) / 980));
    }
    .about__title {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .member {
        padding-top: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .member {
        padding-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .member img {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .member img {
        width: calc(50px + 30 * ((100vw - 320px) / 980));
    }
    .member img {
        height: calc(50px + 30 * ((100vw - 320px) / 980));
    }
    .expert h4 {
        margin-top: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-body {
        grid-gap: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .blog-body__item {
        gap: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-body__item {
        padding-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .blog-body__item a img {
        width: calc(80px + 230 * ((100vw - 320px) / 980));
    }
    .single-controls {
        margin-bottom: calc(30px + 30 * ((100vw - 320px) / 980));
    }
    .single-body {
        grid-gap: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .single-body__content p:not(:last-child) {
        margin-bottom: calc(15px + 15 * ((100vw - 320px) / 980));
    }
}
@media (max-width: 1200px) {
    .footer__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1000px) {
    .footer__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        place-items: center;
    }
}
@media (max-width: 61.99875rem) {
    .burger {
        display: block;
        margin-left: auto;
        position: relative;
        min-width: 24px;
        height: 18px;
        cursor: pointer;
        z-index: 5;
    }
    .slider-hero__slide {
        flex-direction: column;
        padding: 0 !important;
        height: auto;
    }
    .slider-hero__slide .slide-content {
        order: 2;
        max-width: 70% !important;
    }
    .slider-hero__slide .slide-image {
        display: flex;
        justify-content: center;
    }
    .slider-hero__slide .slide-image img {
        width: 70% !important;
    }
    .burger span,
    .burger::after,
    .burger::before {
        content: '';
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #2c2c30;
        border-radius: 5px;
    }
    .burger::before {
        top: 2px;
    }
    .burger::after {
        bottom: 2px;
    }
    .burger span {
        top: calc(50% - 1px);
    }
    .burger.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .burger.active::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
    .burger.active::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 1px);
    }
    .tablet {
        display: block;
    }
    .header__bottom {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 20px 0;
        position: fixed;
        overflow: auto;
        border: none;
        width: 70%;
        right: -70%;
        bottom: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header__bottom.active {
        right: 0;
    }
    .header__bottom .header__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header__top {
        padding: 10px 0;
    }
    .header__logo span {
        display: none;
    }
    .header__languages {
        margin: 0;
        margin-top: 20px;
    }
    .header__languages a {
        background-color: #fff;
        border: 1px solid #e6e6e6;
    }
    .header__languages a:not(:last-child) {
        border-left: none;
    }
    .header__languages a:hover {
        background-color: #ebebeb;
    }
    .header__languages a.current {
        background-color: #ebebeb;
    }
    .header-nav .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    .header-nav .nav-list__item {
        border: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #2c2c30;
        display: inline-block;
        padding: 0;
    }
    .header-nav .nav-list__item .icon-chevron__down {
        color: #2c2c30 !important;
    }
    .header-nav .nav-list__item:first-child {
        border: none;
    }
    .header-nav .nav-list__item a {
        text-align: left;
        padding: 0;
        color: #2c2c30;
    }
    .header-nav .nav-list__item--sublist.open .nav-list__sublist {
        position: relative;
    }
    .header-nav .nav-list__item--sublist .nav-list__sublist {
        border: none;
    }
    .header-nav .nav-list__item--sublist .nav-list__sublist li {
        border: none;
    }
    .header-nav .nav-list__item--sublist .with-sublist {
        display: inline-block;
    }
    .header-nav .nav-list__item--sublist .with-sublist span::before {
        -webkit-transform: rotate(-90deg) translateX(-3px);
        -ms-transform: rotate(-90deg) translateX(-3px);
        transform: rotate(-90deg) translateX(-3px);
    }
    .header-nav .nav-list__item--sublist .with-sublist ul {
        position: relative;
        right: initial;
        top: initial;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .header-nav .nav-list__item--sublist .with-sublist ul li {
        border-bottom: none !important;
    }
    .header-nav .nav-list__item--sublist .with-sublist ul li:last-child a {
        padding-bottom: 0;
    }
    .about-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-body img {
        max-width: 80%;
    }
    .single-body {
        -ms-grid-columns: 320px 1fr;
        grid-template-columns: 320px 1fr;
    }
}
@media (max-width: 47.99875rem) {
    .mobile {
        display: block;
    }
    .single-body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .single-body__image img {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (max-width: 39.99875rem) {
    .mobile-medium {
        display: block;
    }
    .slider-hero__slide .slide-content {
        max-width: 100% !important;
    }
    .slider-hero__slide .slide-image img {
        width: 100% !important;
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide
        .slide-content
        a {
        width: 100%;
    }
    .footer__container {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
        place-items: initial;
    }
    .header__top .button__primary {
        display: none;
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide
        .slide-content {
        max-width: 90%;
    }
    .blog-body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .blog-body__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-body__item a img {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 29.99875rem) {
    .mobile-small {
        display: none;
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide
        .slide-content {
        max-width: 100%;
        text-align: center;
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide
        .slide-content
        a {
        margin: 0 auto;
    }
    .hero .page__hero-slider .hero-slider__body .hero-slider__slider .slider-hero-controls__arrows {
        display: none;
    }
    .about-body img {
        max-width: 100%;
    }
}
@media (any-hover: hover) {
    .header-nav .nav-list__item--sublist:hover .nav-list__sublist {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 1px);
        z-index: 2;
    }
    .header-nav .nav-list__item--sublist:hover span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header-nav .nav-list__item--sublist .with-sublist:hover ul {
        opacity: 1;
        visibility: visible;
    }
}
