:root {
	--desktop: 100 / 1920;
	--mobile: 100 / 375;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-BoldItalic.woff2") format("woff2"), url("../fonts/SegoeUI-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro Cond";
    src: url("../fonts/MyriadPro-Cond.woff2") format("woff2"), url("../fonts/MyriadPro-Cond.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Italic.woff2") format("woff2"), url("../fonts/SegoeUI-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/SegoeUI-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Light.woff2") format("woff2"), url("../fonts/SegoeUI-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-SemiboldItalic.woff2") format("woff2"), url("../fonts/SegoeUI-SemiboldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUIBlack.woff2") format("woff2"), url("../fonts/SegoeUIBlack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/bebasneuebold.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/bebasneueregular.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.projects-slider-title {
  color: #993300;
  text-transform: uppercase;
  margin-bottom: 52px;
  margin-top: 52px;
}
.projects-slider .projects-item {
  height: auto;
}
.projects-details-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.projects-details-inner {
  display: flex;
  gap: 40px;
}
.projects-details-content {
  width: 100%;
}
.projects-details-content img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.projects-slider-button-prev {
  position: absolute;
  background-image: url('https://minett-biosphere.com/wp-content/themes/manandbiosphere/assets/img/go-back-arrow.svg');
  width: 70px;
  height: 75px;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  cursor: pointer;
}
.projects-slider-button-next {
  position: absolute;
  background-image: url('https://minett-biosphere.com/wp-content/themes/manandbiosphere/assets/img/go-back-arrow.svg');
  width: 70px;
  height: 75px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -120px;
  cursor: pointer;
}
.projects-slider .projects-container {
  position: relative;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

body {
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding: 0;
}

button {
    padding: 0;
    background-color: #fff;
    border: 0;
    color: inherit;
    outline: 0;
    cursor: pointer;
}

select,
input {
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.html-scroll {
    overflow-y: hidden;
}

body {
    color: #333;
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 26px;
    overflow-x: hidden;
}

.body-wb {
    color: #000;
}

html.gray {
	filter: grayscale(1);
	color: #000;
	font-family: "Segoe UI", sans-serif;
}

html.gray .navigation-list a {
	color: #000;
	font-family: "Segoe UI", sans-serif;
	font-weight: 600;
}
html.gray .header-language-block a {
	color: #000;
}
html.gray .header-language-block {
	font-family: "Segoe UI", sans-serif;
	font-weight: 600;
}

html.gray .navigation-list a.navigation-list__link--active {
	font-weight: 800;
} 

html.gray .header-language-block a.header-language-block__button--active {
	font-weight: 800;
}

html.gray .title-block img {
	display: none;
}

html.gray .title-block h2 {
	color: #000!important;
	font-size: 80px;
	line-height: 80px;
}

html.gray .title-block {
	position: static;
    margin-left: auto;
    margin-right: auto;
    transform: unset;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

html.gray .title-block h2 span {
	top: -44px;
	font-size: 28px;
}

html.gray .month-news-item button {
	font-family: "Segoe UI", sans-serif;
}

html.gray .agenda-title {
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
}

html.gray .agenda-radio {
	margin-bottom: 50px;
}

html.gray .filters .agenda-radio li a {
	font-family: "Segoe UI", sans-serif;
	font-weight: 600;
}

html.gray .all-news-wrap__block__title span {
	font-family: "Segoe UI", sans-serif;
	font-weight: 600;
	font-size: 18px;
}

html.gray .project-group__themes span, html.gray .project-group__themes a {
	font-family: "Segoe UI", sans-serif;
	font-weight: 600;
	padding-bottom: 7px;
}

html.gray .projects-new__head-image {
	padding-top: 50px;
}

html.gray .theme-block {
	font-family: "Segoe UI", sans-serif;
	font-weight: 600;
	padding-bottom: 11px;
}

html.gray .projects-item__title {
	font-family: "Segoe UI", sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
}

html.gray .contact-box a span {
	line-height: 30px;
}

html.gray .contact-box a {
	font-size: 24.5px;
}

html.gray .players-block-list__item a {
	text-transform: initial;
}


html.gray .geography-schema img:first-child {
	transform: translatex(0%) scale(1.3);
	margin-top: 100px;
	margin-bottom: 100px;
}

html.gray .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop {
	transform: scale(1.3);
	margin-top: 200px;
	margin-bottom: 200px;
}


html.gray .our-region-block:first-child .our-region-item {
	width: 73%;
	margin-left: auto;
	margin-right: auto;
}


html.gray .accecible-logo-box {
	margin-right: 30px;
}

html.gray .header-block {
	width: 339px;
	background: unset;
}

html.gray .header-logo-block {
	/* display: none; */
	justify-content: flex-start;
	margin-right: auto;
	margin-left: 30px;
	margin-top: 25px;
}

html.gray .header-socials-box a {
	font-family: "Segoe UI", sans-serif;
	font-weight: 600;
	color: #000;
}

html.gray .header-nav {
	justify-content: space-between;
	padding-right: 50px;
	flex-wrap: wrap;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

html.gray .our-region-block:first-child .our-region-item:last-child {
	display: none;
	
}

html.gray .new-map__text {
	text-transform: initial;
	font-family: "Segoe UI", sans-serif;
	padding: 20px;
    background: #00000094;
    max-width: calc(695vw* var(--desktop));
}

html.gray .home-new-map__block {
	max-width: calc(864vw* var(--desktop));
}

html.gray .webui-popover-title {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 1px;
}

html.gray .webui-popover-content {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 22px;
}

html.gray .webui-popover-link {
	font-size: 18px;
}

html.gray  .map-picture-checkbox+label {
	color: #000;
}

@media (max-width: 1500px) {
	html.gray  .header-block::before {
		left: 0;
		transform: unset;
	}

	html.gray .navigation-list {
		flex-wrap: wrap;
	}
}


@media (max-width: 800px) {
	html.gray .title-block h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 50px;
	}

	html.gray .title-block{
		margin-bottom: 0;
		margin-top: 0;
		padding-top:30px;
	}
}

@media (max-width: 720px) {
	html.gray .new-map__text {
		background: unset;
		max-width: 100%;
	}
}

@media (max-width: 500px) {
	html.gray .header-block {
		width: 100%;
	}
}

@media (max-width: 480px) {
	html.gray .header-nav {
		padding-right: 20px;
	}

	
}


button {
    font-family: "Bebas Neue", cursive;
}

.container {
    height: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18.5px;
}

.large-container {
    height: 100%;
    max-width: 1266px;
    margin: 0 auto;
    padding: 0 18.5px;
}

.wb-container {
    height: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 18.5px;
}

.wb-footer-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 18.5px;
}

.title-block {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 30px 60px 0;
    background-position: top left, top right;
    background-repeat: no-repeat;
    background-size: 39px 53px;
}

.title-block__quotes-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-block img {
    position: absolute;
    top: 0;
    height: 54px;
}

.title-block img:first-child {
    left: 0;
}

.title-block img:nth-child(2) {
    right: 0;
}

@media (max-width: 500px) {
    .title-block img {
        display: none;
    }
}

.title-block h2 {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
}

.title-block h2 span {
    position: absolute;
    right: 0;
    top: -18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Segoe UI", sans-serif;
}

@media (max-width: 500px) {
    .title-block h2 {
        font-size: 36px;
        line-height: 35.2px;
    }
}

.title-block--regular {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 500px) {
    .title-block--regular {
        width: auto;
        padding: 0;
        background-image: none;
    }
}

.title-block--regular h2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    color: #3a8980;
}

@media (max-width: 500px) {
    .title-block--regular h2 {
        width: auto;
        max-width: 90%;
    }
}

.title-block--white {
    width: auto;
    z-index: 1;
}

.title-block--white h2 {
    color: #fff;
}

@media (max-width: 430px) {
    .title-block--white h2 {
        word-break: keep-all;
    }
}

@media (max-width: 500px) {
    .title-block--white img {
        display: block;
    }
}

.title-block--dark-green {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 500px) {
    .title-block--dark-green {
        width: auto;
        background-image: none;
        padding: 0;
    }
}

.title-block--dark-green h2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    color: #3a8980;
}

@media (max-width: 450px) {
    .title-block--dark-green h2 {
        font-size: 68px;
        line-height: 82px;
    }
}

@media (max-width: 450px) {
    .title-block--dark-green h2 span {
        font-size: 25.5px;
    }
}

.title-block--light-green {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width) {
    .title-block--light-green {
        width: auto;
    }
}

.title-block--light-green h2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    color: #a3bd49;
}

@media (max-width: 450px) {
    .title-block--light-green h2 {
        font-size: 68px;
        line-height: 82px;
    }
}

@media (max-width: 450px) {
    .title-block--light-green h2 span {
        font-size: 25.5px;
    }
}

.title-block-wb {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 10px 30px;
    background: #000;
}

@media (max-width: 500px) {
    .title-block-wb {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.title-block-wb h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1000px) {
    .title-block-wb h2 {
        font-size: 36px;
        line-height: 43px;
    }
}

.main-title-block-wb h1 {
    color: #000;
    font-family: "Bebas Neue", cursive;
    font-size: 97px;
    line-height: 116px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 900px) {
    .main-title-block-wb h1 {
        font-size: 85px;
        line-height: 102px;
    }
    .projects-details-container {
      gap: 15px;
      margin-top: 40px;
    }
    .projects-details-inner {
      flex-direction: column;
      gap: 15px;
    }
}

.unesco-fact-block {
    color: #9d1915;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 35px;
}

@media (max-width: 500px) {
    .unesco-fact-block {
        font-size: 18px;
    }
}

.unesco-fact-block p {
    font-weight: 600;
}

.unesco-fact-block-wb {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
}

@media (max-width: 1000px) {
    .unesco-fact-block-wb {
        font-size: 30px;
        line-height: 36px;
    }
}

.unesco-fact-block-wb h4 {
    font-weight: 900;
    text-transform: uppercase;
}

.additional-info-block {
    color: #3a8980;
}

.additional-info-block h5 {
    margin-bottom: 10.5px;
    text-transform: uppercase;
    font-family: "Bebas Neue", cursive;
    font-size: 25px;
    font-weight: normal;
}

.additional-info-block .additional-info-block-list {
    position: relative;
    padding-left: 26px;
}

.additional-info-block .additional-info-block-list a {
    position: relative;
    font-style: italic;
    font-weight: 600;
    line-height: 29px;
}

.additional-info-block .additional-info-block-list a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #3a8980;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.additional-info-block .additional-info-block-list a:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.additional-info-block .additional-info-block-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/additional-info-decoration.svg");
    height: 100%;
    min-height: 40px;
    width: 15px;
}

.additional-info-block-wb {
    padding: 19px 27.5px 23px;
    background: #000;
    color: #fff;
}

@media (max-width: 500px) {
    .additional-info-block-wb {
        padding: 19px 21px 23px;
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.additional-info-block-wb h5 {
    margin-bottom: 35.5px;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .additional-info-block-wb h5 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 500px) {
    .additional-info-block-wb h5 {
        width: 72%;
    }
}

@media (max-width: 374px) {
    .additional-info-block-wb h5 {
        margin-bottom: 20px;
        font-size: 28px;
    }
}

.additional-info-block-wb a {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

@media (max-width: 900px) {
    .additional-info-block-wb a {
        font-size: 26px;
    }
}

@media (max-width: 374px) {
    .additional-info-block-wb a {
        font-size: 24px;
        line-height: 40px;
    }
}

.subtitle-block p {
    color: #9d1915;
    font-size: 21px;
    font-weight: 600;
    line-height: 35px;
}

@media (max-width: 500px) {
    .subtitle-block p {
        font-size: 18px;
    }
}

.subtitle-block span {
    text-transform: uppercase;
    font-weight: 700;
}

.subtitle-block-wb {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .subtitle-block-wb {
        font-size: 30px;
        line-height: 36px;
    }
}

.picture-block {
    height: 600px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 500px) {
    .picture-block {
        height: 375px;
    }
}

.picture-block img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 500px) {
    .picture-block img.picture-block__image--desktop {
        display: none;
    }
}

.picture-block img.picture-block__image--mobile {
    display: none;
}

@media (max-width: 500px) {
    .picture-block img.picture-block__image--mobile {
        display: block;
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 56px 48px 36px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transform: translateY(-700px);
    -ms-transform: translateY(-700px);
    transform: translateY(-700px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
}

.mobile-menu--active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile-menu__button {
    position: absolute;
    top: 22px;
    right: 25px;
    background: transparent;
}

.mobile-navigation-list li:not(:last-child) {
    margin-bottom: 20px;
}

.mobile-navigation-list a {
    color: #3a8980;
    text-transform: uppercase;
    font-family: "Bebas Neue", cursive;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mobile-navigation-list a:hover {
    color: #939385;
}

.mobile-navigation-list a.mobile-navigation-list__link--active {
    color: #9d1915;
}

.mobile-menu-wb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 80px 27px 96px 19px; */
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-610px);
    -ms-transform: translateY(-610px);
    transform: translateY(-610px);
    z-index: 2;
}

.mobile-menu-wb__button {
    position: absolute;
    top: 22px;
    right: 25px;
    background: transparent;
}

.mobile-menu-wb--active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile-menu-wb .mobile-navigation-list-wb li:not(:last-child) {
    margin-bottom: 12px;
}

.mobile-menu-wb .mobile-navigation-list-wb a {
    display: inline-block;
    height: 41px;
    padding: 0 16px;
    line-height: 41px;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mobile-menu-wb .mobile-navigation-list-wb a:hover {
    opacity: 0.5;
}

.mobile-menu-wb .mobile-navigation-list-wb a.mobile-navigation-list-wb__link--active {
    color: #fff;
    background: #000;
}

.framed-block-wb {
    padding: 35px 57px;
    border: 2px solid #000;
}

.framed-block-wb p {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .framed-block-wb p {
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
    }
}

@media (max-width: 500px) {
    .framed-block-wb {
        padding: 31.5px 17.5px;
    }
}

.header {
    width: 100%;
    color: #3a8980;
    text-transform: uppercase;
    font-family: "Bebas Neue", cursive;
}

.header-nav {
    height: 113px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #3a8980;
}

@media (max-width: 1400px) {
    .header-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        padding: 17px 18px 0;
        border-bottom: 0;
    }
}

.header-block {
    position: relative;
    height: 100%;
    width: 470px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 36px;
    background: url("../img/header-decoration.svg");
}

@media (max-width: 1400px) {
    .header-block::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 1px;
        width: 100vw;
        background: #3a8980;
    }
}

@media (max-width: 1750px) {
    .header-block {
        width: 18.5%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 22px;
    }
}

@media (max-width: 1400px) {
    .header-block {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 13.5px 0;
        background: none;
    }
}

@media (max-width: 500px) {
    .header-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-nav-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-left: auto; */
    margin-right: 110px;
		margin-right: 27px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
    /* .header-nav-block {
        margin-right: 50px;
    } */

		.navigation-list a {
			font-size: 15px;
		}
		.header-language-block {
			font-size: 15px;
		}
		.header-socials-box a:not(:last-child) {
			font-size: 15px;
		}
		.header-block {
			background-position: right;
			width: 24.5%;
			justify-content: unset;
			gap: 0 8%;
		}
		.accecible-logo-box img {
			width: 53px;
			height: 53px;
		}
		.accecible-logo-box img {
			width: 53px;
			height: 53px;
		}

		.navigation-list-wb a {
			font-size: 14px;
		}
		.accecible-logo-box-wb img {
			width: 53px;
			height: 53px;
		}
		.header-language-block-wb a {
			font-size: 14px;
		}
		.header-wb-nav-block {
			margin-right: 70px;
		}
		.header-socials-box a {
			font-size: 15px;
		}

		.accecible-logo-box {
			margin-right: 16px!important;
		}
		.header-nav-block {
			margin-right: 40px;
		}
}

@media (max-width: 1500px) and (min-width: 1300px) {
	.header-nav-block {
		margin-right: 50px;
	}
	.header-block {
		gap: 0;
	}
}

@media (max-width: 1400px) {
    .header-nav-block {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding-bottom: 10px;
    }
}

.accecible-logo-box {
    height: 64px;
    width: 64px;
    margin-right: 98px;
}

@media (max-width: 1750px) {
    .accecible-logo-box {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .accecible-logo-box {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        height: 40px;
        width: 40px;
    }
}

.accecible-logo-box img {
    height: 100%;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.accecible-logo-box img:hover {
    opacity: 0.7;
}

.header-socials-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 500px) {
    .header-socials-box {
        width: 100%;
    }
}

.header-socials-box svg {
    height: 18px;
}

.header-socials-box svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-socials-box a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-socials-box a:not(:last-child) {
    margin-right: 20px;
}

/* .header-socials-box a:last-child {
    margin-left: auto;
} */

.header-socials-box a:hover path {
    fill: #939385;
}

.header-socials-box a:hover {
    color: #939385;
}

.burger-button {
    display: none;
}

@media (max-width: 800px) {
    .burger-button {
        display: block;
    }
}

@media (max-width: 800px) {
    .navigation {
        display: none;
    }
}

.navigation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
}

.navigation-list li {
    position: relative;
}

.navigation-list li ul {
    display: none;
    position: absolute;
    top: 23px;
    left: 50%;
    background: #fff;
    padding: 25px 10px 8px 8px;
    z-index: 2;
}

.navigation-list li ul::before {
    position: absolute;
    content: "";
    top: 13px;
    left: 0;
    width: 1px;
    height: -webkit-calc(100% - 13px);
    height: calc(100% - 13px);
    background: #3a8980;
}

.navigation-list li ul li:not(:last-child) {
    margin-bottom: 6.5px;
}

.navigation-list li ul .navigation-dropdown__link--active {
    color: #9d1915;
}

.navigation-list li:hover ul {
    display: block;
}

.navigation-list li:not(:last-child) {
    margin-right: 35px;
		margin-right: 18px;
}

@media (max-width: 1600px) {
    .navigation-list li:not(:last-child) {
        margin-right: 20px;
    }
}

.navigation-list a {
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.navigation-list a:hover {
    color: #939385;
}

.navigation-list a.navigation-list__link--active {
    color: #9d1915;
}

.header-language-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-language-block button a {
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-language-block button:hover,
.header-language-block a:hover {
    color: #939385;
}

.header-language-block button.header-language-block__button--active,
.header-language-block a.header-language-block__button--active {
    color: #9d1915;
}

.header-language-block button:not(:last-child),
.header-language-block a:not(:last-child) {
    margin-right: 8px;
}

.header-logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 53px;
		margin-left: auto;
}

@media (max-width: 1600px) {
    .header-logo-block {
        padding-right: 36px;
    }
}

@media (max-width: 1400px) {
    .header-logo-block {
        display: none;
    }
}

.header-logo-block a {
    height: 67px;
}

.header-logo-block a:not(:last-child) {
    margin-right: 40px;
}

@media (max-width: 1600px) {
    .header-logo-block a:not(:last-child) {
        margin-right: 20px;
    }
}

.home-pictures-section {
    position: relative;
    height: 39vw;
    margin: 48px 0 100px;
}

@media (min-width: 2000px) {
    .home-pictures-section {
        height: 740px;
    }
}

@media (max-width: 1100px) {
    .home-pictures-section {
        margin: 38px 0 10px;
    }
}

@media (max-width: 800px) {
    .home-pictures-section {
        margin: 0;
    }
}

@media (max-width: 500px) {
    .home-pictures-section {
        height: auto;
    }
}

.home-pictures-section__wrapper--mobile {
    display: none;
    height: 100%;
    width: 100%;
}

@media (max-width: 500px) {
    .home-pictures-section__wrapper--mobile {
        display: block;
    }
}

@media (max-width: 1600px) {
    .home-pictures-section__wrapper--desktop {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .home-pictures-section__wrapper--desktop {
        display: none;
    }
}

.home-pictures-section img {
    position: absolute;
    z-index: -1;
}

.home-pictures-section img:first-child {
    top: 0;
    left: 0;
    width: 62vw;
    z-index: -3;
}

@media (min-width: 2000px) {
    .home-pictures-section img:first-child {
        left: 65px;
        width: auto;
    }
}

@media (max-width: 500px) {
    .home-pictures-section img:first-child {
        left: auto;
        position: relative;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.home-pictures-section img:nth-child(2) {
    bottom: 0;
    right: 0;
    width: 64vw;
    z-index: -2;
}

@media (min-width: 2000px) {
    .home-pictures-section img:nth-child(2) {
        right: 49px;
        width: auto;
    }
}

@media (max-width: 500px) {
    .home-pictures-section img:nth-child(2) {
        position: static;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.home-pictures-section img:nth-child(3) {
    top: 18.7vw;
    left: 21vw;
    width: 34vw;
    z-index: -3;
}

@media (min-width: 2000px) {
    .home-pictures-section img:nth-child(3) {
        top: 380px;
        left: 430px;
        width: auto;
    }
}

.home-pictures-section img:nth-child(4) {
    bottom: 9.5vw;
    right: 30vw;
    width: 24vw;
}

@media (min-width: 2000px) {
    .home-pictures-section img:nth-child(4) {
        bottom: 185px;
        right: 555px;
        width: auto;
    }
}

.home-pictures-section .home-pictures-section-logo-box {
    display: block;
    height: 110px;
    width: 100%;
    margin-bottom: 60px;
}

.home-pictures-section .home-pictures-section-logo-box img {
    position: static;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.home-pictures-section-container {
    position: relative;
    max-width: 2000px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.about {
    margin-bottom: 80px;
}

@media (max-width: 500px) {
    .about {
        margin-bottom: 140px;
    }
}

.about__title-wrapper {
    margin-bottom: 80px;
}

@media (max-width: 500px) {
    .about__title-wrapper {
        margin-bottom: 40px;
    }
}

.about-fact {
    margin-bottom: 90px;
}

@media (max-width: 800px) {
    .about-fact {
        margin-bottom: 50px;
    }
}

.about-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 800px) {
    .about-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-block:not(:last-child) {
    margin-bottom: 150px;
}

@media (max-width: 800px) {
    .about-block:not(:last-child) {
        margin-bottom: 64px;
    }
}

.about-block-map {
    position: absolute;
    top: 0;
    left: -115px;
    height: 100%;
    width: 60%;
}

@media (max-width: 1350px) {
    .about-block-map {
        position: static;
        width: 50%;
    }
}

@media (max-width: 800px) {
    .about-block-map {
        width: 80%;
        margin: 0 auto 81px;
    }
}

@media (max-width: 500px) {
    .about-block-map {
        width: 100%;
    }
}

.about-block-map img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-block-list {
    width: 47%;
    margin-top: 100px;
    margin-left: auto;
    margin-bottom: 305px;
}

@media (max-width: 1350px) {
    .about-block-list {
        margin-bottom: 0;
    }
}

@media (max-width: 800px) {
    .about-block-list {
        width: 100%;
        margin: 0;
    }
}

.about-block-list li span {
    color: #9d1915;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-block-list li:not(:last-child) {
    margin-bottom: 24px;
}

.about-block-content {
    width: 48%;
    padding-bottom: 70px;
}

@media (max-width: 800px) {
    .about-block-content {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
}

.about-block-content p:not(:last-child) {
    margin-bottom: 30px;
}


/* .about-block-content p:last-child {
      margin-bottom: 90px; } */

@media (max-width: 800px) {
    .about-block-content p {
        margin-bottom: 0;
    }
}

.about-block-picture {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: -1;
}

@media (max-width: 1350px) {
    .about-block-picture {
        position: static;
        width: 52%;
    }
}

@media (max-width: 800px) {
    .about-block-picture {
        position: static;
        width: 80%;
        margin: 0 auto 42px;
    }
}

@media (max-width: 500px) {
    .about-block-picture {
        width: 100%;
    }
}

.about-block-picture img {
    max-height: 550px;
}

@media (max-width: 1350px) {
    .about-block-picture img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.about-block-additional-info--desktop {
    margin-top: 90px;
}

@media (max-width: 800px) {
    .about-block-additional-info--desktop {
        display: none;
    }
}

.about-block-additional-info--mobile {
    display: none;
}

@media (max-width: 800px) {
    .about-block-additional-info--mobile {
        display: block;
    }
}

.territory {
    margin-bottom: 138px;
}

@media (max-width: 500px) {
    .territory {
        margin-bottom: 145px;
    }
}

.territory__title-wrapper {
    margin-bottom: 75px;
}

@media (max-width: 950px) {
    .territory__title-wrapper {
        margin-bottom: 40px;
    }
}

.territory-fact {
    margin-bottom: 90px;
}

@media (max-width: 950px) {
    .territory-fact {
        margin-bottom: 30px;
    }
}

@media (max-width: 950px) {
    .territory-fact--desktop {
        display: none;
    }
}

.territory-fact--mobile {
    display: none;
}

@media (max-width: 950px) {
    .territory-fact--mobile {
        display: block;
    }
}

.territory-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 950px) {
    .territory-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.territory-block-picture {
    position: absolute;
    top: -30px;
    left: -360px;
    height: 548px;
    z-index: -1;
}

@media (max-width: 1350px) {
    .territory-block-picture {
        position: static;
        width: 52%;
    }
}

@media (max-width: 950px) {
    .territory-block-picture {
        height: auto;
        width: 100%;
        margin: 0 auto 22.5px;
    }
}

.territory-block-picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.territory-block-content {
    width: 48%;
    margin-left: auto;
}

@media (max-width: 950px) {
    .territory-block-content {
        width: 100%;
    }
}

.territory-block-content p:not(:last-child) {
    margin-bottom: 35px;
}

@media (max-width: 950px) {
    .territory-block-content p:not(:last-child) {
        margin-bottom: 28px;
    }
}

.geography {
    margin-bottom: 260px;
}

@media (max-width: 800px) {
    .geography {
        margin-bottom: 158px;
    }
}

.geography__title-wrapper {
    margin-bottom: 49px;
}

.geography__wrapper:nth-child(3) {
    margin-bottom: 140px;
}

@media (max-width: 500px) {
    .geography__wrapper:nth-child(3) {
        margin-bottom: 100px;
    }
}

.geography-picture-1 {
    margin-bottom: 65px;
}

@media (max-width: 500px) {
    .geography-picture-1 {
        margin-bottom: 36.5px;
    }
}

.geography-picture-2 {
    margin-bottom: 140px;
}

@media (max-width: 800px) {
    .geography-picture-2 {
        margin-bottom: 30px;
    }
}

.geography-fact {
    margin-bottom: 49px;
}

@media (max-width: 500px) {
    .geography-fact {
        margin-bottom: 44px;
    }
}

.geography-subtitle-block {
    margin-bottom: 75px;
}

@media (max-width: 500px) {
    .geography-subtitle-block {
        margin-bottom: 65px;
    }
}

.geography-schema {
    margin-bottom: 78px;
}

@media (max-width: 500px) {
    .geography-schema {
        margin-bottom: 90px;
    }
}

@media (max-width: 500px) {
    .geography-schema img.geography-schema__image--desktop {
        display: none;
    }
}

.geography-schema img.geography-schema__image--mobile {
    display: none;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 500px) {
    .geography-schema img.geography-schema__image--mobile {
        display: block;
    }
}

.geography-schema-content {
    display: none;
    margin-bottom: 90px;
}

@media (max-width: 500px) {
    .geography-schema-content {
        display: block;
    }
}

.geography-schema-content-list li:not(:last-child) {
    margin-bottom: 30px;
}

.geography-schema-content-list h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.geography-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 800px) {
    .geography-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.geography-block__item {
    position: relative;
    width: 47.6%;
}

@media (max-width: 800px) {
    .geography-block__item {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .geography-block__item:first-child {
        margin-bottom: 30px;
    }
}

.geography-block-box {
    position: relative;
}

.geography-block-box h4 {
    color: #9d1915;
    font-weight: 600;
    text-transform: uppercase;
}

.geography-block-box:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 800px) {
    .geography-block-box:not(:last-child) {
        margin-bottom: 30px;
    }
}

.geography-block-subtitle {
    margin-bottom: 35px;
}

.geography-additional-info-block {
    position: absolute;
    bottom: 95px;
    right: 50px;
    width: 42%;
}

@media (max-width: 800px) {
    .geography-additional-info-block {
        position: static;
    }
}

.geography-additional-info-block-list {
    padding: 8px 0;
}

.geography-fact-2 {
    margin-bottom: 100px;
}

@media (max-width: 800px) {
    .geography-fact-2 {
        margin-bottom: 54px;
    }
}

.geography-subtitle-block-2 {
    width: 50%;
    margin-bottom: 60px;
}

@media (max-width: 800px) {
    .geography-subtitle-block-2 {
        width: 100%;
    }
}

.geography-additional-info-block-2 {
    position: absolute;
    bottom: 0;
    right: 75px;
}

@media (max-width: 800px) {
    .geography-additional-info-block-2 {
        position: static;
    }
}

.geography-additional-info-block-list-2 {
    padding: 8px 0;
}

.goals {
    margin-bottom: 148px;
}

@media (max-width: 500px) {
    .goals {
        margin-bottom: 176.5px;
    }
}

.goals__title-wrapper {
    margin-bottom: 45px;
}

@media (max-width: 800px) {
    .goals__title-wrapper {
        margin-bottom: 30px;
    }
}

.goals-picture {
    margin-bottom: 67px;
}

@media (max-width: 500px) {
    .goals-picture {
        margin-bottom: 32.5px;
    }
}

.goals-fact {
    margin-bottom: 87px;
}

@media (max-width: 800px) {
    .goals-fact {
        margin-bottom: 60px;
    }
}

.goals-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 800px) {
    .goals-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.goals-block__item {
    position: relative;
    width: 48%;
}

@media (max-width: 800px) {
    .goals-block__item {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .goals-block__item:first-child {
        margin-bottom: 90px;
    }
}

.goals-block p {
    margin-bottom: 60px;
}

.goals-block h5 {
    margin-bottom: 30px;
    color: #9d1915;
}

.goals-block-list {
    list-style-type: disc;
    padding-left: 19px;
}

.goals-block-list li:not(:last-child) {
    margin-bottom: 30px;
}

.goals-additional-info-block {
    position: absolute;
    bottom: 100px;
    right: 0;
}

@media (max-width: 800px) {
    .goals-additional-info-block {
        position: static;
    }
}

.players {
    position: relative;
}

.players__wrapper {
    padding-bottom: 65px;
}

@media (max-width: 800px) {
    .players__wrapper {
        padding-top: 500px;
    }
}

@media (max-width: 700px) {
    .players__wrapper {
        padding-top: 400px;
    }
}

@media (max-width: 600px) {
    .players__wrapper {
        padding-top: 320px;
    }
}

@media (max-width: 600px) {
    .players__wrapper {
        padding-top: 400px;
    }
}

.players__title-wrapper {
    margin-bottom: 70px;
}

.players-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.players-background__picture {
    position: absolute;
    z-index: -1;
}

@media (max-width: 800px) {
    .players-background__picture img.players-background__image--desktop {
        display: none;
    }
}

.players-background__picture img.players-background__image--mobile {
    display: none;
}

@media (max-width: 800px) {
    .players-background__picture img.players-background__image--mobile {
        display: block;
    }
}

.players-background__picture:first-child {
    top: 119px;
    right: 0;
}

@media (max-width: 800px) {
    .players-background__picture:first-child {
        display: none;
    }
}

.players-background__picture:nth-child(2) {
    top: 335px;
    right: 20px;
}

@media (max-width: 1500px) {
    .players-background__picture:nth-child(2) {
        width: 48%;
        right: 0;
    }
}

@media (max-width: 1200px) {
    .players-background__picture:nth-child(2) {
        width: 55%;
        right: -62px;
    }
}

@media (max-width: 800px) {
    .players-background__picture:nth-child(2) {
        top: 133px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media (max-width: 500px) {
    .players-background__picture:nth-child(2) {
        height: 500px;
        width: 100%;
        top: 75px;
    }
}

.players-background__picture:nth-child(2) img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.players-background__picture:nth-child(3) {
    bottom: -6px;
    left: 295px;
}

@media (max-width: 1250px) {
    .players-background__picture:nth-child(3) {
        left: 10%;
    }
}

@media (max-width: 800px) {
    .players-background__picture:nth-child(3) {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    .players-background__picture:nth-child(3) {
        left: auto;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.players-fact {
    width: 100%;
    margin-bottom: 45px;
}

.players-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.players-block__item {
    width: 47.9%;
}

@media (max-width: 800px) {
    .players-block__item {
        width: 100%;
    }
}

.players-block h5 {
    color: #9d1915;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 800px) {
    .players-block h5 {
        margin-bottom: 37px;
    }
}

.players-block:first-child {
    position: relative;
    padding: 72px 0 50px;
    margin-bottom: 60px;
}

@media (max-width: 800px) {
    .players-block:first-child {
        margin-bottom: 50px;
        padding: 56px 0 80px;
    }
}

.players-block:first-child p {
    color: #fff;
    font-weight: 600;
}

.players-block:first-child p:not(:last-child) {
    overflow: hidden;
    margin-bottom: 60px;
}

@media (max-width: 800px) {
    .players-block:first-child p:not(:last-child) {
        margin-bottom: 54px;
    }
}

.players-block:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: -webkit-calc(100vw + 2px);
    width: calc(100vw + 2px);
    background: #a3bd49;
    z-index: -2;
}

@media (max-width: 800px) {
    .players-block:first-child .players-fact {
        margin-bottom: 65px;
    }
}

.players-block:last-child .players-block__item:last-child {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 200px;
}

@media (max-width: 1500px) {
    .players-block:last-child .players-block__item:last-child {
        padding-top: 0;
    }
}

@media (max-width: 800px) {
    .players-block:last-child .players-block__item:last-child {
        text-transform: none;
    }
}

@media (max-width: 500px) {
    .players-block:last-child .players-block__item:last-child {
        font-size: 18px;
    }
}

.players-block:last-child .players-block__item:last-child h6 {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 500px) {
    .players-block:last-child .players-block__item:last-child h6 {
        font-size: 18px;
    }
}

.players-block:last-child .players-block__item:last-child ul li {
    line-height: 28px;
}

.players-block:last-child .players-block__item:last-child ul:nth-child(2) {
    margin-bottom: 40px;
    padding-left: 19px;
    list-style-type: disc;
}

.players-block:last-child p:first-child {
    margin-bottom: 50px;
}

@media (max-width: 800px) {
    .players-block:last-child p:first-child {
        margin-bottom: 60px;
    }
}

@media (max-width: 800px) {
    .players-block:last-child .players-fact {
        margin-bottom: 25px;
    }
}

.pro-sud-picture-section {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 500px) {
    .pro-sud-picture-section {
        margin-bottom: 45px;
    }
}

.pro-sud-picture-section__title-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 75px;
}

@media (max-width: 500px) {
    .pro-sud-picture-section__title-wrapper {
        bottom: 22px;
    }
}

.regional-development {
    margin-bottom: 144px;
}

@media (max-width: 125px) {
    .regional-development {
        margin-bottom: 125px;
    }
}

.regional-development__title-wrapper {
    margin-bottom: 80px;
}

@media (max-width: 500px) {
    .regional-development__title-wrapper {
        margin-bottom: 55px;
    }
}

.regional-development-fact {
    margin-bottom: 80px;
}

@media (max-width: 500px) {
    .regional-development-fact {
        margin-bottom: 50px;
    }
}

.regional-development-subtitle-block {
    margin-bottom: 55px;
}

.regional-development-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 800px) {
    .regional-development-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.regional-development-block__item {
    position: relative;
    width: 48%;
}

@media (max-width: 800px) {
    .regional-development-block__item {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .regional-development-block__item:first-child {
        margin-bottom: 60px;
    }
}

.regional-development-block__item:nth-child(2) {
    position: absolute;
    top: -60px;
    right: -480px;
}

@media (max-width: 1600px) {
    .regional-development-block__item:nth-child(2) {
        right: -280px;
    }
}

@media (max-width: 1350px) {
    .regional-development-block__item:nth-child(2) {
        right: -150px;
    }
}

@media (max-width: 1100px) {
    .regional-development-block__item:nth-child(2) {
        height: 60%;
        top: 60px;
        right: -50px;
    }
}

@media (max-width: 950px) {
    .regional-development-block__item:nth-child(2) {
        height: 40%;
        top: 260px;
    }
}

@media (max-width: 800px) {
    .regional-development-block__item:nth-child(2) {
        position: static;
        width: 50%;
        margin: 0 auto 30px;
    }
}

@media (max-width: 500px) {
    .regional-development-block__item:nth-child(2) {
        width: 88%;
    }
}

@media (max-width: 1100px) {
    .regional-development-block__item:nth-child(2) img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.regional-development-block h4 {
    margin-bottom: 27px;
    color: #9d1915;
    font-size: 24px;
    text-transform: uppercase;
}

@media (max-width: 500px) {
    .regional-development-block h4 {
        font-size: 18px;
    }
}

.regional-development-block p:not(:last-child) {
    margin-bottom: 32px;
}

@media (max-width: 800px) {
    .regional-development-block p:not(:last-child) {
        margin-bottom: 27px;
    }
}

.regional-development-additional-info {
    position: absolute;
    right: 0;
    bottom: 30px;
}

@media (max-width: 1600px) {
    .regional-development-additional-info {
        right: auto;
        left: 100px;
    }
}

@media (max-width: 1350px) {
    .regional-development-additional-info {
        left: 0;
    }
}

@media (max-width: 800px) {
    .regional-development-additional-info {
        position: static;
    }
}

.office-committee {
    margin-bottom: 162.5px;
}

@media (max-width: 500px) {
    .office-committee {
        margin-bottom: 150px;
    }
}

.office-committee__wrapper>p {
    width: 48%;
    margin-bottom: 80px;
}

@media (max-width: 800px) {
    .office-committee__wrapper>p {
        width: 100%;
        margin-bottom: 90px;
    }
}

.office-committee__title-wrapper {
    margin-bottom: 78px;
}

@media (max-width: 800px) {
    .office-committee__title-wrapper {
        margin-bottom: 50px;
    }
}

.office-committee-fact {
    margin-bottom: 55px;
}

@media (max-width: 800px) {
    .office-committee-fact {
        margin-bottom: 30px;
    }
}

.office-committee-members h4 {
    margin-bottom: 30px;
    color: #9d1915;
    font-size: 25px;
    text-transform: uppercase;
}

@media (max-width: 500px) {
    .office-committee-members h4 {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
    }
}

.office-committee-members button {
    height: 52px;
    width: 224px;
    margin-top: 20px;
    background: #939385;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 500px) {
    .office-committee-members button {
        width: 100vw;
        margin: 20px -18.5px 0;
        font-size: 23px;
    }
}

.office-committee-members button:hover,
.office-committee-members .voir:hover{
    background: #9d1915;
}

.office-committee-members:not(:last-child) {
    margin-bottom: 65px;
}

.office-committee-members-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 375px;
    gap: 21px 54px;
}

@media (max-width: 1100px) {
    .office-committee-members-list {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 550px;
        gap: 21px;
    }
}

@media (max-width: 950px) {
    .office-committee-members-list {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 460px;
    }
}

@media (max-width: 800px) {
    .office-committee-members-list {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 550px;
        gap: 21px 42px;
    }
}

@media (max-width: 650px) {
    .office-committee-members-list {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 430px;
        gap: 21px;
    }
}

@media (max-width: 500px) {
    .office-committee-members-list {
        grid-template-columns: 1fr;
        grid-auto-rows: 675px;
        gap: 0;
        margin: 0 -18.5px;
    }
}

@media (max-width: 400px) {
    .office-committee-members-list {
        grid-auto-rows: 610px;
    }
}

@media (max-width: 370px) {
    .office-committee-members-list {
        grid-auto-rows: 575px;
    }
}

.office-committee-member-card {
    height: 100%;
    width: 100%;
}

.office-committee-member-card--hidden {
    display: none;
}

.office-committee-member-card__picture {
    width: 100%;
    height: 72%;
}

.office-committee-member-card__picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.office-committee-member-card__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 21.9%;
    width: 100%;
    background: #939385;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

@media (max-width: 500px) {
    .office-committee-member-card__content {
        font-size: 26px;
        line-height: 36px;
    }
}

.office-committee-member-card__region {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 500px) {
    .office-committee-member-card__region {
        font-size: 26px;
        line-height: 36px;
    }
}

.office-committee-member-card__decoration {
    height: 5.9%;
    width: 100%;
}

.office-committee-member-card__decoration img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro-sud-team {
    margin-bottom: 142.5px;
}

@media (max-width: 500px) {
    .pro-sud-team {
        margin-bottom: 160px;
    }
}

.pro-sud-team__title-wrapper {
    margin-bottom: 100px;
}

@media (max-width: 500px) {
    .pro-sud-team__title-wrapper {
        margin-bottom: 40px;
    }
}

.pro-sud-team-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    .pro-sud-team-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.pro-sud-team-item {
    height: 390px;
    width: 232px;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    .pro-sud-team-item {
        width: 48%;
        height: auto;
    }
}

@media (max-width: 450px) {
    .pro-sud-team-item {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.pro-sud-team-item__picture {
    width: 100%;
    height: 67%;
}

.pro-sud-team-item__picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro-sud-team-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 33%;
    padding: 15px;
    background: #3a8980;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    color: #fff;
    text-align: center;
}

@media (max-width: 450px) {
    .pro-sud-team-item__content {
        font-size: 22.6px;
        line-height: 19.4px;
    }
}

.pro-sud-team-item__content h5 {
    text-transform: uppercase;
}

.south-region-plan__title-wrapper {
    margin-bottom: 60px;
}

@media (max-width: 500px) {
    .south-region-plan__title-wrapper {
        margin-bottom: 35px;
    }
}

.south-region-plan-picture-block {
    margin-bottom: 175px;
}

@media (max-width: 800px) {
    .south-region-plan-picture-block {
        margin-bottom: 27px;
    }
}

.south-region-plan-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 165px;
}

@media (max-width: 800px) {
    .south-region-plan-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }
}

.south-region-plan-block>h4 {
    width: 100%;
    margin-bottom: 40px;
    color: #9d1915;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 500px) {
    .south-region-plan-block>h4 {
        font-size: 18px;
        line-height: 30px;
    }
}

.south-region-plan-block>h4 span {
    font-weight: 700;
}

.south-region-plan-block-item {
    width: 48%;
}

@media (max-width: 800px) {
    .south-region-plan-block-item {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .south-region-plan-block-item p {
        font-weight: 600;
    }
}

.south-region-plan-block-item p:not(:last-child) {
    margin-bottom: 35px;
}

@media (max-width: 800px) {
    .south-region-plan-block-item p:not(:last-child) {
        margin-bottom: 30px;
    }
}

.south-region-plan-block-item h5 {
    width: 90%;
    margin-bottom: 25px;
    color: #9d1915;
    font-size: 18px;
}

@media (max-width: 800px) {
    .south-region-plan-block-item h5 {
        color: #000;
    }
}

@media (max-width: 800px) {
    .south-region-plan-block-item:not(:last-child) {
        margin-bottom: 75px;
    }
}

.south-region-plan-block-item:last-child {
    position: absolute;
    bottom: -6px;
    left: -145px;
    z-index: -1;
}

@media (max-width: 1400px) {
    .south-region-plan-block-item:last-child {
        left: 0;
    }
}

@media (max-width: 800px) {
    .south-region-plan-block-item:last-child {
        position: relative;
        left: auto;
        top: 6px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1400px) {
    .south-region-plan-block-item:last-child img {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .south-region-plan-block-item:last-child img {
        height: 100%;
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .south-region-plan-block-item:last-child img {
        width: 100%;
    }
}

.filters {
    margin: 56.5px 0 70.5px;
}

@media (max-width: 500px) {
    .filters {
        margin: 33px 0 58px;
    }
}

.filters-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 900px) {
    .filters-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    .filters-form {
        -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.filters-form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filters-form-item label {
    margin-bottom: 6.5px;
    color: #3a8980;
    font-size: 17px;
    font-family: "Bebas Neue", cursive;
    text-transform: uppercase;
    line-height: 20.4px;
}

.filters-form-item input {
    width: 277px;
    padding: 3px 14.5px 3px 8px;
    border: 1px solid #3a8980;
    color: #3a8980;
}

@media (max-width: 900px) {
    .filters-form-item input {
        width: 48%;
    }
}

@media (max-width: 500px) {
    .filters-form-item input {
        width: 100%;
    }
}

.filters-form-item button {
    position: relative;
    margin-top: auto;
    border: 1px solid #9d1915;
    color: #9d1915;
    font-family: "Segoe UI", sans-serif;
    padding: 3px 40px 3px 11px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filters-form-item button svg {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filters-form-item button svg line {
    stroke: #9d1915;
}

.filters-form-item button:hover {
    background: #9d1915;
    color: #fff;
}

.filters-form-item button:hover svg line {
    stroke: #fff;
}

.filters-form-item input,
.filters-form-item button {
    height: 25px;
    font-size: 14px;
    line-height: 16.8px;
}

.filters-form-item .ui-selectmenu-button.ui-button {
    width: 171.5px;
}

@media (max-width: 900px) {
    .filters-form-item .ui-selectmenu-button.ui-button {
        width: 100%;
    }
}

.filters-form-item .ui-corner-all,
.filters-form-item .ui-corner-top,
.filters-form-item .ui-corner-bottom,
.filters-form-item .ui-corner-right,
.filters-form-item .ui-corner-br {
    border-radius: 0;
}

.filters-form-item .ui-state-default a,
.filters-form-item .ui-state-default a:link,
.filters-form-item .ui-state-default a:visited,
.filters-form-item a.ui-button,
.filters-form-item a:link.ui-button,
.filters-form-item a:visited.ui-button,
.filters-form-item .ui-button {
    color: #3a8980;
    background: #fff;
    border: 1px solid #3a8980;
}

.filters-form-item .ui-button {
    height: 25px;
    margin: 0;
    padding: 3px 10px 3px 6px;
    font-size: 14px;
    line-height: 16.8px;
    outline: none;
}

.filters-form-item .ui-button .ui-icon,
.filters-form-item .ui-state-active .ui-icon,
.filters-form-item .ui-button:active .ui-icon {
    background-image: url("../img/green-arrow.svg");
}

.filters-form-item .ui-icon-triangle-1-s {
    background-position: 50% 80%;
    background-size: 80%;
}

.ui-selectmenu-menu .ui-menu {
    width: 171.5px;
    padding-bottom: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: #3a8980;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
}

.ui-widget {
    font-family: inherit;
    font-size: 14px;
    line-height: 16.8px;
}

@media (max-width: 900px) {
    .filters-form-item:first-child {
        width: 100%;
    }
}

.filters-form-item:not(:last-child) {
    margin-right: 32px;
}

@media (max-width: 900px) {
    .filters-form-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 27.2px;
    }
}

@media (max-width: 900px) {
    .filters-form-item:nth-child(2),
    .filters-form-item:nth-child(3) {
        width: 48%;
    }
}

@media (max-width: 500px) {
    .filters-form-item:nth-child(2),
    .filters-form-item:nth-child(3) {
        width: 210px;
    }
}

.filters-form-item:last-child {
    margin-left: auto;
}

@media (max-width: 900px) {
    .filters-form-item:last-child {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .filters-form-item:last-child {
        width: 136px;
    }
}

.month {
    margin-bottom: 58px;
}

@media (max-width: 660px) {
    .month {
        margin-bottom: 24px;
    }
}

@media (max-width: 660px) {
    .month--hidden {
        display: none;
    }
}

.month__title-wrapper {
    margin-bottom: 58.5px;
}

.month-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 477px;
    gap: 22.5px;
}

@media (max-width: 1290px) {
    .month-news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 970px) {
    .month-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 660px) {
    .month-news-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 450px) {
    .month-news-grid {
        grid-auto-rows: auto;
        gap: 50px 0;
    }
}

@media (max-width: 660px) {
    .month-news-item--hidden {
        display: none;
    }
}

@media (max-width: 450px) {
    .month-news-item {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.month-news-item__image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 289.5px;
    width: 289.5px;
}

@media (max-width: 1290px) {
    .month-news-item__image-wrapper {
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .month-news-item__image-wrapper {
        height: 250px;
        width: 100%;
    }
}

.month-news-item__image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

@media (max-width: 450px) {
    .month-news-item__image-wrapper::before {
        display: none;
    }
}

.month-news-item__image-wrapper img {
    height: 85%;
    width: 84.8%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 450px) {
    .month-news-item__image-wrapper img {
        border-radius: initial;
        height: 100%;
        width: 100%;
    }
}

.month-news-item__content {
    padding: 11px 21px;
    font-size: 14.4px;
    line-height: 20px;
}

@media (max-width: 450px) {
    .month-news-item__content {
        padding: 0 18.5px 20px;
        font-size: 23px;
        line-height: 26px;
    }
}

.month-news-item button {
    height: 69px;
    width: 100%;
    margin-bottom: 14.1px;
    padding: 0 35px;
    color: #fff;
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 450px) {
    .month-news-item button {
        width: 100vw;
        margin: 0 -18.5px 25px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 15.5px 100px;
        font-size: 23px;
        line-height: 26.5px;
    }
}

.month-news-item__date-time-box {
    font-weight: 700;
}

.month-news-item:hover .month-news-item__image-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.month-news-item:hover .month-news-item__image-wrapper::before {
    border-radius: 20px;
}

.month-news-item:hover .month-news-item__button {
    background: #939385;
}

.month--dark-green .month-news-item__image-wrapper::before {
    background: url("../img/dark-green-frame.svg");
}

.month--dark-green .month-news-item button {
    background: #3a8980;
}

.month--light-green .month-news-item__image-wrapper::before {
    background: url("../img/light-green-frame.svg");
}

.month--light-green .month-news-item button {
    background: #a3bd49;
}

.show-more-block {
    display: none;
    margin-bottom: 77px;
}

.show-more-block button {
    height: 52px;
    width: 100%;
    color: #fff;
    background: #3a8980;
    padding: 12.8px 15px 11.2px;
    font-size: 23px;
    line-height: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 660px) {
    .show-more-block button {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.show-more-block button:hover {
    background: #939385;
}

@media (max-width: 660px) {
    .show-more-block {
        display: block;
    }
}

.show-more-block--hidden {
    display: none !important;
}

.agenda-details {
    margin-bottom: 25px;
}

.agenda-details__wrapper {
    position: relative;
}

.agenda-details__go-back-link {
    position: absolute;
    top: 34px;
    left: -121px;
}

@media (max-width: 1350px) {
    .agenda-details__go-back-link {
        display: none;
    }
}

.agenda-details-main-picture {
    height: 707px;
    width: 100%;
    margin-bottom: 77px;
}

@media (max-width: 1100px) {
    .agenda-details-main-picture {
        height: 600px;
    }
}

@media (max-width: 800px) {
    .agenda-details-main-picture {
        height: 450px;
        margin-bottom: 31px;
    }
}

@media (max-width: 500px) {
    .agenda-details-main-picture {
        height: 246px;
        width: 100vw;
        margin: 0 -18.5px 31px;
    }
}

.agenda-details-main-picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.agenda-details-title-block {
    margin-bottom: 68px;
    font-family: "Bebas Neue", cursive;
}

@media (max-width: 800px) {
    .agenda-details-title-block {
        margin-bottom: 52px;
    }
}

.agenda-details-title-block h1 {
    margin-bottom: 10px;
    color: #9d1915;
    font-size: 53px;
    line-height: 50.8px;
    font-weight: 400;
}

.agenda-details-title-block h5 {
    font-size: 21px;
    font-weight: 400;
    line-height: 34.8px;
    text-transform: uppercase;
}

.agenda-details-title-block h5:first-child {
    margin-bottom: 10px;
}

.agenda-details-title-block__line-break {
    display: block;
}

.agenda-details-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.agenda-details-block-item {
    width: 47.7%;
}

@media (max-width: 800px) {
    .agenda-details-block-item {
        width: 100%;
        margin-bottom: 60px;
    }
}

.agenda-details-block-item h4 {
    margin-bottom: 10.5px;
    color: #9d1915;
    font-size: 24px;
    line-height: 24.8px;
}

@media (max-width: 500px) {
    .agenda-details-block-item h4 {
        margin-bottom: 22px;
    }
}

.agenda-details-block-item__date-time-box {
    margin-bottom: 46px;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}

.agenda-details-block-item:not(:last-child) {
    margin-bottom: 44px;
}

@media (max-width: 800px) {
    .agenda-details-block-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 800px) {
    .agenda-details-block-item:first-child {
        margin-bottom: 120px;
    }
}

.agenda-details-block-item:first-child p {
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 500px) {
    .agenda-details-block-item:first-child p {
        font-size: 18px;
        line-height: 23px;
    }
}

.agenda-details-block-item:first-child p:not(:last-child) {
    margin-bottom: 32px;
}

@media (max-width: 800px) {
    .agenda-details-block-item:first-child p:not(:last-child) {
        margin-bottom: 28px;
    }
}

.agenda-details-block-item-box {
    font-size: 24px;
}

@media (max-width: 500px) {
    .agenda-details-block-item-box h4 {
        margin-bottom: 0;
    }
}

.agenda-details-block-item-box__address {
    line-height: 36px;
    display: block;
}

@media (max-width: 500px) {
    .agenda-details-block-item-box__address {
        margin-top: 22px;
        font-size: 23px;
        line-height: 26px;
    }
}

.agenda-details-block-item-box__address span {
    display: block;
}

.agenda-details-block-item-box__zip,
.agenda-details-block-item-box__city {
    text-transform: uppercase;
}

.agenda-details-block-item-box__price {
    line-height: 40px;
}

@media (max-width: 500px) {
    .agenda-details-block-item-box__price {
        margin-top: 3px;
    }
}

.agenda-details-block-item-box__contacts {
    line-height: 36px;
}

@media (max-width: 500px) {
    .agenda-details-block-item-box__contacts {
        margin-top: 11px;
        font-size: 22px;
        line-height: 29px;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-item-box__contacts {
        font-size: 18px;
    }
}

.agenda-details-block-item-box__contacts span {
    font-weight: 600;
}

@media (max-width: 500px) {
    .agenda-details-block-item-box__contacts span {
        display: block;
    }
}

.agenda-details-block-item-box__contacts:not(:last-child) {
    margin-bottom: 18px;
}

.agenda-details-block-item-box__organisator-name {
    line-height: 30.8px;
}

@media (max-width: 500px) {
    .agenda-details-block-item-box__organisator-name {
        margin-top: 9px;
    }
}

.agenda-details-block-item-box:not(:last-child) {
    margin-bottom: 32px;
}

@media (max-width: 800px) {
    .agenda-details-block-item-box:not(:last-child) {
        margin-bottom: 70px;
    }
}

.agenda-details-block-socials-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.agenda-details-block-socials-box__link {
    height: 30px;
}

.agenda-details-block-socials-box__link svg {
    height: 100%;
}

.agenda-details-block-socials-box__link svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.agenda-details-block-socials-box__link:not(:last-child) {
    margin-right: 19px;
}

.agenda-details-block-socials-box__link:hover path {
    fill: #9d1915;
}

.agenda-details-block-video {
    height: 425px;
    width: 100%;
    margin-top: 21px;
}

@media (max-width: 500px) {
    .agenda-details-block-video {
        height: 310px;
        width: 100vw;
        margin: 14px -20px 0;
    }
}

.agenda-details-block-video iframe {
    height: 100%;
    width: 100%;
}

.projects-picture-section {
    position: relative;
    margin-bottom: 130px;
}

@media (max-width: 500px) {
    .projects-picture-section {
        margin-bottom: 46.5px;
    }
}

.projects-picture-section__title-wrapper {
    position: absolute;
    top: 60.7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 500px) {
    .projects-picture-section__title-wrapper {
        margin-bottom: 19.6px;
    }
}

.projects-block {
    margin-bottom: 120px;
}

@media (max-width: 500px) {
    .projects-block {
        margin-bottom: 54px;
    }
}

.projects-block__show-more-button {
    display: none;
    height: 52px;
    width: 100%;
    color: #fff;
    background: #3a8980;
    padding: 12.8px 15px 11.2px;
    font-size: 23px;
    line-height: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 500px) {
    .projects-block__show-more-button {
        display: block;
    }
}

@media (max-width: 400px) {
    .projects-block__show-more-button {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.projects-block__show-more-button--hidden {
    display: none !important;
}

.projects-block__show-more-button:hover {
    background: #939385;
}

.projects-container {
    height: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 18.5px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 351px;
    gap: 50.8px 44.5px;
}

@media (max-width: 1250px) {
    .projects-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 850px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 500px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 0;
        grid-auto-rows: 398px;
    }
}

@media (max-width: 400px) {
    .projects-grid {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.projects-item {
    height: 100%;
}

/* @media (max-width: 500px) {
    .projects-item {
        display: none;
    }
} */

.projects-item--active {
    display: block;
}

.projects-item__picture {
    height: 70.5%;
    width: 100%;
    overflow: hidden;
}

.projects-item__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.projects-item__block {
    position: relative;
    height: 29.5%;
    padding: 19.5px 65px 0;
}

@media (max-width: 1100px) {
    .projects-item__block {
        padding: 19.5px 35px 0;
    }
}

.projects-item__block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../img/Rayures_rectangles_photo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.projects-item__title {
    color: #3a8980;
    font-family: "Bebas Neue", cursive;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 500px) {
    .projects-item__title {
        font-size: 22.66px;
        line-height: 27.19px;
    }
}

.projects-item:hover .projects-item__image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.projects-item:hover .projects-item__title {
    color: #939385;
}

.projects-details {
    margin: 62.8px 0 85.2px;
}

.projects-details__wrapper {
    position: relative;
}

.projects-details__go-back-link {
    position: absolute;
    top: 0;
    left: -71px;
    display: flex;
    align-items: center;
    gap: 30px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 23px;
    font-size: 20px;
    color: #3a8980;
    font-family: "Bebas Neue";
}

@media (max-width: 1270px) {
    .projects-details__go-back-link {
        display: none;
    }
}

.projects-details__title-wrapper {
    position: relative;
    margin-bottom: 83.3px;
}

@media (max-width: 500px) {
    .projects-details__title-wrapper {
        margin-bottom: 9.2px;
    }
}

.projects-details__show-more-button {
    display: none;
    margin-top: 44px;
    height: 52px;
    width: 100%;
    color: #fff;
    background: #3a8980;
    padding: 12.8px 15px 11.2px;
    font-size: 23px;
    line-height: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 800px) {
    .projects-details__show-more-button {
        display: block;
    }
}

@media (max-width: 400px) {
    .projects-details__show-more-button {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.projects-details__show-more-button--hidden {
    display: none !important;
}

.projects-details__show-more-button:hover {
    background: #939385;
}

.projects-details-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 800px) {
    .projects-details-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.projects-details-item {
    width: 47.7%;
}

@media (max-width: 800px) {
    .projects-details-item {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .projects-details-item__figure {
        display: none;
    }
}

.projects-details-item__figure--active {
    display: block;
}

@media (max-width: 500px) {
    .projects-details-item figure {
        margin-bottom: 55px;
    }
}

@media (max-width: 400px) {
    .projects-details-item figure {
        width: 100vw;
        margin: 0 -18.5px 55px;
    }
}

.projects-details-item h4 {
    margin-bottom: 21.6px;
    color: #9d1915;
    font-size: 21px;
    font-weight: 700;
    line-height: 28.8px;
    text-transform: uppercase;
}

.projects-details-item__description {
    margin-bottom: 130px;
}

@media (max-width: 500px) {
    .projects-details-item__description {
        margin-bottom: 106px;
    }
}

.projects-details-item img {
    width: 100%;
}

.projects-details-item figcaption {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

@media (max-width: 500px) {
    .projects-details-item figcaption {
        line-height: 23px;
    }
}

@media (max-width: 400px) {
    .projects-details-item figcaption {
        padding: 0 20px;
    }
}

.projects-details-block:not(:last-child) {
    margin-bottom: 70px;
}

@media (max-width: 800px) {
    .projects-details-block:not(:last-child) {
        margin-bottom: 64px;
    }
}

.projects-details-block:nth-child(3) img {
    margin-bottom: 11.7px;
}

.projects-details-block:nth-child(3) p {
    color: #9d1915;
    font-size: 21px;
    font-weight: 600;
    line-height: 25.2px;
}

.projects-details-block:nth-child(3) p:not(:last-child) {
    margin-bottom: 28px;
}

.projects-details-block:nth-child(3) .projects-details-item:last-child {
    padding-top: 38px;
}

@media (max-width: 500px) {
    .projects-details-block:nth-child(3) .projects-details-item:last-child {
        padding-top: 0;
    }
}

.projects-details-block:nth-child(4) h5 {
    margin-bottom: 28px;
    color: #9d1915;
    font-size: 21px;
    line-height: 25.2px;
}

.projects-details-block:nth-child(4) p {
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 500px) {
    .projects-details-block:nth-child(4) p {
        line-height: 23px;
    }
}

.projects-details-block:nth-child(4) p:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .projects-details-block:nth-child(4) p:not(:last-child) {
        margin-bottom: 24px;
    }
}

.projects-details-block:nth-child(4) figure:not(:last-child) {
    margin-bottom: 37px;
}

@media (max-width: 500px) {
    .projects-details-block:nth-child(4) figure:not(:last-child) {
        margin-bottom: 55px;
    }
}

.projects-details-block:nth-child(4) img {
    margin-bottom: 6.3px;
}

.projects-details-block:nth-child(4) .projects-details-item:last-child {
    padding-top: 72px;
}

@media (max-width: 800px) {
    .projects-details-block:nth-child(4) .projects-details-item:last-child {
        padding-top: 0;
    }
}

.projects-details-contact-box {
    margin-top: 126px;
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 800px) {
    .projects-details-contact-box {
        margin-top: 73px;
    }
}

@media (max-width: 800px) {
    .projects-details-contact-box--desktop {
        display: none;
    }
}

.projects-details-contact-box--mobile {
    display: none;
}

@media (max-width: 800px) {
    .projects-details-contact-box--mobile {
        display: block;
    }
}

.projects-details-contact-box h6 {
    color: #3a8980;
    font-weight: 600;
    font-size: 20px;
}

.projects-details-contact-box__info {
    margin-bottom: 28px;
}

.projects-details-contact-box__info .projects-details-contact-box__text {
    font-weight: 600;
    margin-bottom: 0 !important;
}

.projects-details-contact-box__info span {
    font-weight: 600;
}

.projects-details-item__subtitle.projects-details-item__subtitle--mobile {
    display: none;
}

@media (max-width: 800px) {
    .projects-details-item__subtitle.projects-details-item__subtitle--mobile {
        display: block;
    }
}

@media (max-width: 800px) {
    .projects-details-item__subtitle.projects-details-item__subtitle--desktop {
        display: none;
    }
}

.resources-picture-section {
    position: relative;
    margin-bottom: 102px;
}

.resources-picture-section__title-wrapper {
    position: absolute;
    top: 60.7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 500px) {
    .resources-picture-section__title-wrapper {
        top: 44.6px;
    }
}

.resources-block {
    margin-bottom: 212px;
}

.resources-block__show-more-button {
    display: none;
    height: 52px;
    width: 100%;
    margin-top: 107.5px;
    color: #fff;
    background: #3a8980;
    padding: 12.8px 15px 11.2px;
    font-size: 23px;
    line-height: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 500px) {
    .resources-block__show-more-button {
        display: block;
    }
}

@media (max-width: 400px) {
    .resources-block__show-more-button {
        width: 100vw;
        margin: 107.5px -18.5px 0;
    }
}

.resources-block__show-more-button--hidden {
    display: none !important;
}

.resources-block__show-more-button:hover {
    background: #939385;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 85px 104px;
}

@media (max-width: 1100px) {
    .resources-grid {
        gap: 45px;
    }
}

@media (max-width: 900px) {
    .resources-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 85px;
    }
}

@media (max-width: 650px) {
    .resources-grid {
        gap: 25px;
    }
}

@media (max-width: 500px) {
    .resources-grid {
        grid-template-columns: 1fr;
        gap: 86.6px;
    }
}

@media (max-width: 500px) {
    .resources-item {
        display: none;
    }
}

.resources-item--active {
    display: block;
}

.resources-item__picture {
    position: relative;
    height: 405px;
    width: 100%;
    margin-bottom: 27.4px;
    padding: 25px 18.5px;
    background: url("../img/resources-item-ornament.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 650px) {
    .resources-item__picture {
        height: 365px;
    }
}

@media (max-width: 500px) {
    .resources-item__picture {
        height: 465px;
    }
}

@media (max-width: 350px) {
    .resources-item__picture {
        height: 390px;
    }
}

.resources-item__picture img {
    position: relative;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.resources-item__block {
    padding: 0 34px;
}

.resources-item__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 28.4px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 500px) {
    .resources-item__title {
        font-size: 26px;
        line-height: 33.5px;
    }
}

.our-region-picture-section {
    position: relative;
    margin-bottom: 150px;
}

@media (max-width: 800px) {
    .our-region-picture-section {
        margin-bottom: 25.7px;
    }
}

.our-region-picture-section__title-wrapper {
    position: absolute;
    top: 57.6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 500px) {
    .our-region-picture-section__title-wrapper {
        top: auto;
        bottom: 40px;
        padding: 30px 48.2px 0;
        width: 80%;
    }
}

.our-region-block {
    position: relative;
}

@media (max-width: 800px) {
    .our-region-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.our-region__wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.our-region-block:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 55px;
    padding-bottom: 250px;
		/* margin-bottom: 300px; */
}

.our-region-item__map--desktop {
    cursor: pointer;
}

@media (max-width: 1650px) {
    .our-region-block:first-child {
        padding-bottom: 0;
    }
}

@media (max-width: 800px) {
    .our-region-block:first-child {
        padding-bottom: 0;
    }
}

.our-region-block:first-child .our-region-item {
    position: relative;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 800px) {
    .our-region-block:first-child .our-region-item {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .our-region-block:first-child .our-region-item__map--desktop {
        display: none;
    }
}

.our-region-block:first-child .our-region-item__map--mobile {
    display: none;
}

@media (max-width: 500px) {
    .our-region-block:first-child .our-region-item__map--mobile {
        display: block;
    }
}

@media (max-width: 500px) {
    .our-region-block:first-child .our-region-item__tourists--desktop {
        display: none;
    }
}

.our-region-block:first-child .our-region-item__tourists--mobile {
    display: none;
}

@media (max-width: 500px) {
    .our-region-block:first-child .our-region-item__tourists--mobile {
        display: block;
    }
}

@media (max-width: 800px) {
    .our-region-block:first-child .our-region-item:first-child {
        margin-bottom: 68.6px;
    }
}

@media (max-width: 500px) {
    .our-region-block:first-child .our-region-item:nth-child(2) {
        margin-bottom: 21.5px;
    }
}

.our-region-block:first-child .our-region-item:nth-child(2) img {
    position: relative;
    top: -50px;
}

@media (max-width: 1650px) {
    .our-region-block:first-child .our-region-item:nth-child(2) img {
        top: 0;
        width: 100%;
        margin: auto;
    }
}

.our-region-block:first-child .our-region-item:last-child {
    width: 60vw;
    max-width: 977px;
    position: absolute;
    bottom: -200px; /*0;*/
		bottom: -291px;
    left: -320px;
    z-index: -1;
}

@media (max-width: 1650px) {
    .our-region-block:first-child .our-region-item:last-child {
        position: static;
    }
}

@media (max-width: 800px) {
    .our-region-block:first-child .our-region-item:last-child {
        position: static;
        width: 100%;
    }
}

.our-region-block:first-child .our-region-item:last-child img {
    width: 100%;
}

@media (max-width: 800px) {
    .our-region-block:first-child .our-region-item:last-child img {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .our-region-block:first-child .our-region-item:last-child img {
        width: 100vw;
        margin: 0 -20px;
    }
}

.our-region-block:first-child .our-region-box {
    max-width: 390px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 800px) {
    .our-region-block:first-child .our-region-box {
        max-width: 100%;
        width: 100%;
    }
}

.our-region-block:first-child .our-region-box h4 {
    margin-bottom: 21px;
    color: #9d1915;
    font-family: "Bebas Neue", cursive;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.our-region-block:first-child .our-region-box p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 500px) {
    .our-region-block:first-child .our-region-box p {
        margin-bottom: 34px;
    }
}

.our-region-block:first-child .our-region-box a {
    max-width: 224px;
    width: 100%;
    margin-left: auto;
    padding: 4.8px 0 1.2px;
    color: #3a8980;
    font-family: "Bebas Neue", cursive;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    background: url("../img/dark-green-frame.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 800px) {
    .our-region-block:first-child .our-region-box a {
        background: none;
    }
}

.our-region-block:first-child .our-region-box a:hover {
    color: #939385;
}

.our-region-block:first-child .our-region-box:not(:last-child) {
    margin-bottom: 101px;
}

@media (max-width: 800px) {
    .our-region-block:first-child .our-region-box:not(:last-child) {
        margin-bottom: 99px;
    }
}

.our-region-block:last-child {
    position: relative;
    padding-bottom: 140px;

    /* margin-top: 210px; */
}

@media (max-width: 1650px) {
    .our-region-block:last-child {
        padding-bottom: 0;

        margin-top: 0;
    }

		.our-region-block:first-child .our-region-item:first-child {
			margin-top: -360px;
		}
		.our-region-block:first-child .our-region-item:last-child {
			margin-top: -312px;
		}
}
.page-template-discovery-page .main {
	overflow: hidden;
}
.our-region-block:last-child .our-region-item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1650px) {
    .our-region-block:last-child .our-region-item:first-child {
        margin-bottom: 112px;
    }
}

@media (max-width: 1250px) {
    .our-region-block:last-child .our-region-item:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 370px) {
    .our-region-block:last-child .our-region-item:first-child {
        margin-bottom: 30px;
    }
}

.our-region-block:last-child .our-region-item:first-child h4 {
    position: relative;
    display: block;
    font-family: "Bebas Neue", cursive;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: #9d1915;
    white-space: nowrap;
}

@media (max-width: 1250px) {
    .our-region-block:last-child .our-region-item:first-child h4 {
        margin-bottom: 65.7px;
    }
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child h4 {
        white-space: normal;
    }
}

.our-region-block:last-child .our-region-item:first-child h4 span {
    display: block;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box {
    position: relative;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop {
    right: 110px;
    bottom: 21px;
    width: 48vw;
    max-width: 900px;
    height: 39vw;
    max-height: 773px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1250px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop {
        right: auto;
        left: 200px;
        bottom: 0;
        width: 55vw;
        height: 45vw;
    }
}

@media (max-width: 1000px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop {
        left: auto;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop {
        display: none;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop>img {
    width: 85%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a {
    position: absolute;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a img {
    width: 7vw;
    max-width: 146px;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(2) {
    top: 6%;
    left: 33%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(3) {
    top: 0;
    left: 51%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(4) {
    top: 20%;
    left: 57%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(5) {
    top: 15%;
    right: 10%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(6) {
    top: 36%;
    right: 0;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(7) {
    right: 0;
    bottom: 20%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(8) {
    right: 8%;
    bottom: -4%;
}

@media (max-width: 1250px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(8) {
        right: 11%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(9) {
    left: 41%;
    bottom: -9%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(10) {
    left: 17%;
    bottom: 7%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(11) {
    left: -3%;
    bottom: 26.5%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--desktop a:nth-child(12) {
    top: 23%;
    left: -4%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile {
    display: none;
    width: 80vw;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile>img {
    width: 100%;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a {
    position: absolute;
    color: #3a8980;
    font-family: "Bebas Neue", cursive;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase;
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(2) {
    top: -5%;
    left: 15%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(2) {
        top: -7%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(3) {
    top: 8%;
    left: 34%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(3) {
        top: 6%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(4) {
    top: 27%;
    left: 47%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(4) {
        top: 24%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(5) {
    top: 12%;
    right: 8%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(5) {
        top: 9%;
        right: 6%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(6) {
    top: 38%;
    right: -4%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(6) {
        top: 36%;
        right: -6%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(7) {
    right: -2%;
    bottom: 6%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(7) {
        right: -6%;
        bottom: 4%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(8) {
    right: 26%;
    bottom: -5%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(8) {
        right: 25%;
        bottom: -8%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(9) {
    right: 50%;
    bottom: -2%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(9) {
        right: 51%;
        bottom: -4%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(10) {
    left: 20%;
    bottom: 14%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(10) {
        left: 16%;
        bottom: 11%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(11) {
    left: -3%;
    bottom: 27%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(11) {
        left: -6%;
        bottom: 24%;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(12) {
    top: 12%;
    left: -3%;
}

@media (max-width: 450px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__map-box--mobile a:nth-child(12) {
        top: 10%;
        left: -6%;
    }
}

@media (max-width: 600px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__image--desktop {
        display: none;
    }
}

.our-region-block:last-child .our-region-item:first-child .our-region-item__image--mobile {
    display: none;
}

@media (max-width: 600px) {
    .our-region-block:last-child .our-region-item:first-child .our-region-item__image--mobile {
        display: block;
    }
}

.our-region-block:last-child .our-region-item:last-child {
    position: absolute;
    bottom: 0;
    right: -340px;
    z-index: -2;
}

@media (max-width: 1650px) {
    .our-region-block:last-child .our-region-item:last-child {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 1250px) {
    .our-region-block:last-child .our-region-item:last-child img {
        width: 35vw;
    }
}

@media (max-width: 600px) {
    .our-region-block:last-child .our-region-item:last-child img {
        width: 100%;
    }
}

.contact {
    position: relative;
    margin-top: 121.6px;
}

@media (min-width: 1500px) {
    .contact {
        min-height: calc(100vh - 375px);
    }
}

@media (max-width: 850px) {
    .contact {
        margin-top: 0;
    }
}

.contact__title-wrapper {
    margin-bottom: 121px;
}

@media (max-width: 850px) {
    .contact__title-wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .contact__title-wrapper {
        max-width: 270px;
        padding: 23px 35px 0;
    }
}

@media (max-width: 500px) {
    .contact__title-wrapper img {
        display: block;
    }
}

.contact-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 135px;
}

@media (max-width: 850px) {
    .contact-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 108.2px;
    }
}

.contact-block__item:first-child {
    position: absolute;
    z-index: -1;
}

@media (max-width: 850px) {
    .contact-block__item:first-child {
        position: static;
        margin-left: -18.5px;
        margin-bottom: 76.6px;
    }
}

@media (max-width: 450px) {
    .contact-block__item:first-child {
        margin-top: -45px;
        margin-left: -85px;
    }
}

.contact-block__item:first-child img {
    display: none;
}

@media (max-width: 850px) {
    .contact-block__item:first-child img {
        display: block;
    }
}

@media (max-width: 500px) {
    .contact-block__item:first-child img {
        width: 100%;
    }
}

.contact-block__item:last-child {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 850px) {
    .contact-block__item:last-child {
        width: 100%;
    }
}

.contact-box {
    position: relative;
    height: 79px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 114px;
}

@media (max-width: 370px) {
    .contact-box {
        height: 50px;
        padding-left: 75px;
    }
}

.contact-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 79px;
    background-repeat: no-repeat;
}

@media (max-width: 370px) {
    .contact-box::before {
        width: 50px;
    }
}

.contact-box:first-child::before {
    background: url("../img/picto_phone.svg") no-repeat;
}

.contact-box:nth-child(2)::before {
    background: url("../img/picto_lieu.svg") no-repeat;
}

.contact-box:nth-child(3)::before {
    background: url("../img/picto_mail.svg") no-repeat;
}

.contact-box:last-child::before {
    background: url("../img/picto_web.svg") no-repeat;
}

.contact-box a {
    position: relative;
    color: #9d1915;
    font-size: 19.53px;
}

@media (max-width: 370px) {
    .contact-box a {
        font-size: 16px;
    }
}

.contact-box a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #9d1915;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contact-box a span {
    display: block;
    line-height: 26px;
}

.contact-box a:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-box:not(:last-child) {
    margin-bottom: 20px;
}

.contact-picture {
    position: absolute;
    left: 0;
    bottom: -6px;
    z-index: -1;
}

@media (max-width: 850px) {
    .contact-picture {
        display: none;
    }
}

.contact-picture img {
    width: 52vw;
    max-width: 837px;
}

.header-wb {
    width: 100%;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

@media (max-width: 1450px) {
    .header-wb {
        font-size: 16px;
    }
}

.header-wb-nav {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1800px) {
	.header-wb-nav {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
	}
}

@media (max-width: 1300px) {
    .header-wb-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header-wb-block {
    position: relative;
    height: 162px;
    width: 307px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 80px;
}

.header-wb-block::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 100vw;
    background: #000;
}

@media (max-width: 1800px) {
	.header-wb-block {
		height: 104px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 20px;
	}

	.header-wb-block::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 100vw;
    background: #000;
}
}

@media (max-width: 1300px) {
    .header-wb-block::before {
        display: block;
    }
}

@media (max-width: 1750px) {
    .header-wb-block {
        padding-left: 30px;
        width: auto;
    }
}

@media (max-width: 1300px) {
    .header-wb-block {
        height: 104px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 20px;
    }
}

.header-wb-nav-block {
    height: 113px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: 110px;
    margin-bottom: auto;
}

@media (max-width: 1750px) {
    .header-wb-nav-block {
        margin-right: 30px;
				-webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 113px;
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
}

@media (max-width: 1300px) {
    .header-wb-nav-block {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 58px;
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
}

.accecible-logo-box-wb {
    position: relative;
    top: -20px;
    height: 64px;
    width: 64px;
}

@media (max-width: 1800px) {
	.accecible-logo-box-wb {
		position: static;
		top: 0;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		height: 50px;
		width: 50px;
	}
}

/* @media (max-width: 1750px) {
    .accecible-logo-box-wb {
        margin-right: 20px;
    }
} */

@media (max-width: 1300px) {
    .accecible-logo-box-wb {
        position: static;
        top: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        height: 50px;
        width: 50px;
    }
}

@media (max-width: 500px) {
    .accecible-logo-box-wb {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        height: 40px;
        width: 40px;
    }
}

.accecible-logo-box-wb img {
    height: 100%;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1600px) {
	.accecible-logo-box-wb img {
    width: 53px;
    height: 53px;
}
}


.accecible-logo-box-wb img:hover {
    opacity: 0.7;
}

.header-wb-socials-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1800px) {
	.header-wb-socials-box {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding-top: 22px;
	}
}

@media (max-width: 1300px) {
    .header-wb-socials-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 22px;
    }
}

@media (max-width: 500px) {
    .header-wb-socials-box {
        width: 100%;
    }
}

.header-wb-socials-box a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-wb-socials-box__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-wb-socials-box__icons a {
    height: 20px;
    width: 20px;
    margin-bottom: 22px;
}

@media (max-width: 1800px) {
	.header-wb-socials-box__icons a {
			margin-bottom: 0;
	}
}

@media (max-width: 1300px) {
    .header-wb-socials-box__icons a {
        margin-bottom: 0;
    }
}

.header-wb-socials-box__icons a:not(:last-child) {
    margin-right: 28.7px;
}

.header-wb-socials-box svg {
    height: 18px;
}

@media (max-width: 500px) {
    .header-wb-socials-box svg {
        height: 24px;
    }
}

.header-wb-socials-box svg path {
    fill: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-wb-socials-box a:hover {
    opacity: 0.5;
}

.burger-button-wb {
    display: none;
}

.burger-button-wb img {
    margin: auto;
}

@media (max-width: 1000px) {
    .burger-button-wb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.navigation-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1000px) {
    .navigation-wb {
        display: none;
    }
}

.navigation-list-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 215px;
}

@media (max-width: 2000px) and (min-width: 1801px) {
	.navigation-list-wb {
		max-width: 1748px;
    flex-wrap: wrap;
    justify-content: center;
    /* padding-top: 33px; */
	}
}

@media (max-width: 1800px) {
	.navigation-list-wb {
			flex-wrap: wrap;
	}
}


@media (max-width: 1750px) {
    .navigation-list-wb {
        margin-right: 30px;
    }
}

.navigation-list-wb li {
    position: relative;
}

.navigation-list-wb li ul {
    display: none;
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 10px 5px 8px 21px;
    z-index: 1;
}

.navigation-list-wb li ul li:not(:last-child) {
    margin-bottom: 6.5px;
    margin-right: 0;
}

.navigation-list-wb li ul a {
    font-size: 16px;
    line-height: 23px;
}

.navigation-list-wb li ul .navigation-dropdown-wb__link--active {
    opacity: 0.5;
}

.navigation-list-wb li:hover ul {
    display: block;
}

.navigation-list-wb li:not(:last-child) {
    margin-right: 11px;
}

@media (max-width: 1800px) {
	.navigation-list-wb li:not(:last-child) {
			margin-right: 3px;
	}
}

@media (max-width: 1300px) {
    .navigation-list-wb li:not(:last-child) {
        margin-right: 3px;
    }
}

.navigation-list-wb a {
    display: inline-block;
    height: 31px;
    line-height: 29px;
    padding: 0 7px;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1800px) and (min-width: 1300px) {
	.navigation-list-wb a {
		font-size: 18px;
	}

	.header-language-block-wb a {
		font-size: 18px;
	}

	.header-wb-socials-box a {
		font-size: 18px;
	}
}

.navigation-list-wb a:hover {
    opacity: 0.5;
}

.navigation-list-wb a.navigation-list-wb__link--active {
    color: #fff;
    background: #000;
}

.header-language-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
}

@media (max-width: 1800px) {
	.header-language-block-wb {
			margin: 0;
	}
}

@media (max-width: 1300px) {
    .header-language-block-wb {
        margin: 0;
    }
}

@media (max-width: 1000px) {
    .header-language-block-wb {
        height: 100%;
    }
}

.header-language-block-wb button,
.header-language-block-wb a {
    padding: 0 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Segoe UI", sans-serif;
    text-transform: uppercase;
    line-height: 38.8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1000px) {
    .header-language-block-wb button,
    .header-language-block-wb a {
        height: 100%;
        padding: 0 5px 20px;
    }
}

.header-language-block-wb button:hover,
.header-language-block-wb a:hover {
    opacity: 0.5;
}

.header-language-block-wb button.header-language-block-wb__button--active,
.header-language-block-wb a.header-language-block-wb__button--active {
    color: #fff;
    background: #000;
}

.header-language-block-wb button:not(:last-child),
.header-language-block-wb a:not(:last-child) {
    margin-right: 12px;
}

.home-pictures-section-wb {
    margin: 60px 0 35.5px;
}

@media (max-width: 500px) {
    .home-pictures-section-wb {
        margin: 40px 0 140px;
    }
}

@media (max-width: 500px) {
    .home-pictures-section-wb__wrapper--desktop {
        display: none;
    }
}

.home-pictures-section-wb__wrapper--mobile {
    display: none;
}

@media (max-width: 500px) {
    .home-pictures-section-wb__wrapper--mobile {
        display: block;
    }
}

.home-pictures-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}

.home-pictures-block-wb img {
    margin: 0 auto;
}

.home-pictures-block-wb:last-child img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-wb {
    margin-bottom: 275px;
}

@media (max-width: 900px) {
    .about-wb {
        margin-bottom: 172px;
    }
}

.about-wb__title-wrapper {
    margin-bottom: 158px;
}

@media (max-width: 1000px) {
    .about-wb__title-wrapper {
        margin-bottom: 44px;
    }
}

.about-fact-wb {
    margin-bottom: 98px;
}

@media (max-width: 1000px) {
    .about-fact-wb {
        margin-bottom: 75px;
    }
}

.about-block-wb {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1000px) {
    .about-block-wb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-block-wb:not(:last-child) {
    margin-bottom: 90px;
}

@media (max-width: 1000px) {
    .about-block-wb:not(:last-child) {
        margin-bottom: 126px;
    }
}

.about-block-map-wb {
    height: 100%;
    width: 47.1%;
}

@media (max-width: 1000px) {
    .about-block-map-wb {
        width: 60%;
        margin: 0 auto 93px;
    }
}

@media (max-width: 500px) {
    .about-block-map-wb {
        width: 100%;
    }
}

.about-block-map-wb img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-block-list-wb {
    width: 49.3%;
}

@media (max-width: 1000px) {
    .about-block-list-wb {
        width: 100%;
    }
}

.about-block-list-wb li {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}

@media (max-width: 1000px) {
    .about-block-list-wb li {
        line-height: 36px;
    }
}

.about-block-list-wb li span {
    font-size: 30px;
    font-weight: 900;
}

@media (max-width: 1000px) {
    .about-block-list-wb li span {
        line-height: 36px;
    }
}

.about-block-list-wb li:not(:last-child) {
    margin-bottom: 43px;
}

@media (max-width: 1000px) {
    .about-block-list-wb li:not(:last-child) {
        margin-bottom: 36px;
    }
}

.about-block-item-wb:first-child {
    width: 62%;
    padding-top: 185px;
}

@media (max-width: 1000px) {
    .about-block-item-wb:first-child {
        width: 100%;
        margin-bottom: 49px;
        padding-top: 0;
    }
}

.about-block-item-wb:first-child .about-fact-wb {
    margin-bottom: 62px;
}

@media (max-width: 1000px) {
    .about-block-item-wb:first-child .about-fact-wb {
        margin-bottom: 45px;
    }
}

.about-block-item-wb:last-child {
    position: relative;
    left: -30px;
    width: 38%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1000px) {
    .about-block-item-wb:last-child {
        position: static;
        left: 0;
        width: 100%;
    }
}

.about-block-item-wb:last-child .about-block-additional-info-wb {
    position: relative;
    margin-top: auto;
}

.about-block-item-wb:last-child .about-block-additional-info-wb::before {
    content: "";
    position: absolute;
    top: -500px;
    left: 0;
    height: 522px;
    width: 515px;
    background: url("../img/praying-mantis-black.jpg");
    background-repeat: no-repeat;
    z-index: -1;
}

@media (max-width: 1000px) {
    .about-block-item-wb:last-child .about-block-additional-info-wb::before {
        display: none;
    }
}

.about-block-item-wb:last-child .about-block-additional-info-wb h5 {
    font-size: 36px;
    line-height: 40px;
}

@media (max-width: 900px) {
    .about-block-item-wb:last-child .about-block-additional-info-wb h5 {
        font-size: 30px;
        line-height: 36px;
    }
}

.about-block-item-wb:last-child .about-block-additional-info-wb a {
    font-size: 32px;
    line-height: 50px;
}

@media (max-width: 900px) {
    .about-block-item-wb:last-child .about-block-additional-info-wb a {
        font-size: 26px;
    }
}

.about-block-content-wb {
    width: 78%;
}

@media (max-width: 1000px) {
    .about-block-content-wb {
        width: 100%;
    }
}

.about-block-content-wb p {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}

.territory-wb {
    margin-bottom: 211px;
}

@media (max-width: 900px) {
    .territory-wb {
        margin-bottom: 139px;
    }
}

.territory-wb__title-wrapper {
    margin-bottom: 86px;
}

@media (max-width: 900px) {
    .territory-wb__title-wrapper {
        margin-bottom: 50px;
    }
}

.territory-fact-wb {
    margin-bottom: 96px;
}

.territory-fact-wb h4 {
    font-weight: 700;
}

@media (max-width: 1000px) {
    .territory-fact-wb {
        margin-bottom: 22.5px;
    }
}

.territory-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1000px) {
    .territory-block-wb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.territory-block-content-wb {
    width: 48.45%;
}

@media (max-width: 1000px) {
    .territory-block-content-wb {
        width: 100%;
    }
}

.territory-block-content-wb p {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}

@media (max-width: 1000px) {
    .territory-block-content-wb p {
        line-height: 32px;
    }
}

@media (max-width: 1000px) {
    .territory-block-content-wb:not(:last-child) {
        margin-bottom: 37.5px;
    }
}

.geography-wb {
    margin-bottom: 260px;
}

@media (max-width: 900px) {
    .geography-wb {
        margin-bottom: 143px;
    }
}

.geography-wb__title-wrapper {
    margin-bottom: 92px;
}

@media (max-width: 900px) {
    .geography-wb__title-wrapper {
        margin-bottom: 48px;
    }
}

.geography-wb__wrapper .geography-fact-wb {
    margin-bottom: 66.5px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper .geography-fact-wb {
        margin-bottom: 136px;
    }
}

.geography-wb__wrapper .geography-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .geography-wb__wrapper .geography-block-wb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.geography-wb__wrapper .geography-block-wb__item {
    width: 48.45%;
}

@media (max-width: 900px) {
    .geography-wb__wrapper .geography-block-wb__item {
        width: 100%;
    }
}

.geography-wb__wrapper .geography-additional-info-block-wb {
    width: 77.2%;
}

@media (max-width: 1100px) {
    .geography-wb__wrapper .geography-additional-info-block-wb {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .geography-wb__wrapper .geography-additional-info-block-wb {
        width: 100vw;
    }
}

.geography-wb__wrapper .geography-additional-info-block-wb h5 {
    font-size: 36px;
    line-height: 44px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper .geography-additional-info-block-wb h5 {
        font-size: 30px;
        line-height: 36px;
    }
}

.geography-wb__wrapper .geography-additional-info-block-wb a {
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper .geography-additional-info-block-wb a {
        font-size: 26px;
    }
}

.geography-wb__wrapper .geography-block-box-wb {
    font-size: 26px;
    line-height: 40px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper .geography-block-box-wb {
        line-height: 31px;
    }
}

.geography-wb__wrapper .geography-block-box-wb h5 {
    font-size: 30px;
}

.geography-wb__wrapper .geography-block-box-wb p {
    font-weight: 600;
}

.geography-wb__wrapper .geography-block-box-wb:not(:last-child) {
    margin-bottom: 48px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper .geography-block-box-wb:not(:last-child) {
        margin-bottom: 32px;
    }
}

.geography-wb__wrapper:nth-child(2) .geography-fact-wb:first-child h4 {
    font-weight: 700;
}

.geography-wb__wrapper:nth-child(2) .geography-map-wb {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 123.5px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-map-wb {
        margin-bottom: 78px;
    }
}

.geography-wb__wrapper:nth-child(2) .geography-map-wb img {
    height: 100%;
    width: 44%;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-map-wb img {
        width: 60%;
    }
}

@media (max-width: 500px) {
    .geography-wb__wrapper:nth-child(2) .geography-map-wb img {
        width: 100%;
    }
}

.geography-wb__wrapper:nth-child(2) .geography-subtitle-block-wb {
    margin-bottom: 38px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-subtitle-block-wb {
        margin-bottom: 29px;
    }
}

.geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(4) {
    margin-bottom: 141px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(4) {
        margin-bottom: 120px;
    }
}

.geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(4) .geography-block-wb__item:last-child {
    padding-top: 105px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(4) .geography-block-wb__item:last-child {
        padding-top: 0;
    }
}

.geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(4) .geography-block-box-wb:first-child h5 {
    text-transform: uppercase;
}

.geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(5) {
    margin-bottom: 245px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(5) {
        margin-bottom: 139px;
    }
}

.geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(5) .geography-block-wb__item:last-child {
    padding-top: 90px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(5) .geography-block-wb__item:last-child {
        padding-top: 0;
    }
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(5) .geography-additional-info-block-wb.geography-additional-info-block-wb--desktop {
        display: none;
    }
}

.geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(5) .geography-additional-info-block-wb.geography-additional-info-block-wb--mobile {
    display: none;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(5) .geography-additional-info-block-wb.geography-additional-info-block-wb--mobile {
        display: block;
    }
}

.geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(5) .geography-block-box-wb h5 {
    margin-bottom: 50px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(2) .geography-block-wb:nth-child(5) .geography-block-box-wb h5 {
        margin-bottom: 35px;
    }
}

.geography-wb__wrapper:nth-child(3) .geography-fact-wb {
    width: 80%;
    margin-bottom: 84px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(3) .geography-fact-wb {
        width: 100%;
        margin-bottom: 55px;
    }
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(3) .geography-fact-wb h4 {
        font-weight: 700;
    }
}

.geography-wb__wrapper:nth-child(3) .geography-block-wb .geography-block-wb__item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.geography-wb__wrapper:nth-child(3) .geography-block-wb .geography-block-wb__item:first-child .geography-block-box-wb {
    margin-top: auto;
    padding-bottom: 38px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(3) .geography-block-wb .geography-block-wb__item:first-child .geography-block-box-wb {
        margin-top: 58px;
    }
}

.geography-wb__wrapper:nth-child(3) .geography-block-wb .geography-block-wb__item:last-child .geography-additional-info-block-wb {
    margin-top: 60px;
}

@media (max-width: 900px) {
    .geography-wb__wrapper:nth-child(3) .geography-block-wb .geography-block-wb__item:last-child .geography-additional-info-block-wb {
        margin-top: 80px;
    }
}

.geography-wb__wrapper:nth-child(3) .geography-block-wb .geography-block-box-wb h5 {
    font-weight: 900;
    text-transform: uppercase;
}

.geography-framed-block-wb {
    font-weight: 700;
}

.goals-wb {
    margin-bottom: 269px;
}

@media (max-width: 900px) {
    .goals-wb {
        margin-bottom: 153px;
    }
}

.goals-wb__title-wrapper {
    margin-bottom: 33px;
}

.goals-picture-wb {
    height: 730px;
    margin-bottom: 62px;
}

@media (max-width: 500px) {
    .goals-picture-wb {
        display: none;
    }
}

.goals-fact-wb {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 44px;
}

.goals-fact-wb h4 {
    font-weight: 700;
}

@media (max-width: 900px) {
    .goals-fact-wb {
        margin-bottom: 35px;
    }
}

.goals-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .goals-block-wb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.goals-block-wb__item {
    width: 46.7%;
}

@media (max-width: 900px) {
    .goals-block-wb__item {
        width: 100%;
    }
}

.goals-block-wb h5 {
    margin-bottom: 23px;
    font-size: 36px;
    line-height: 45px;
}

@media (max-width: 900px) {
    .goals-block-wb h5 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 36px;
    }
}

.goals-block-wb li {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}

.goals-block-wb li:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 900px) {
    .goals-block-wb li:not(:last-child) {
        margin-bottom: 34px;
    }
}

.goals-framed-block-wb {
    margin-bottom: 118px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .goals-framed-block-wb {
        margin-bottom: 34px;
    }
}

.goals-additional-info-block-wb {
    width: 78%;
}

@media (max-width: 1100px) {
    .goals-additional-info-block-wb {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .goals-additional-info-block-wb {
        width: 100vw;
    }
}

@media (max-width: 900px) {
    .goals-additional-info-block-wb--desktop {
        display: none;
    }
}

.goals-additional-info-block-wb--mobile {
    display: none;
    margin-top: 30px;
}

@media (max-width: 900px) {
    .goals-additional-info-block-wb--mobile {
        display: block;
    }
}

.goals-additional-info-block-wb h5 {
    font-size: 36px;
    line-height: 44px;
}

@media (max-width: 900px) {
    .goals-additional-info-block-wb h5 {
        font-size: 30px;
        line-height: 36px;
    }
}

.goals-additional-info-block-wb a {
    font-size: 32px;
    line-height: 50px;
}

@media (max-width: 900px) {
    .goals-additional-info-block-wb a {
        font-size: 30px;
        line-height: 36px;
    }
}

.players-wb__title-wrapper {
    margin-bottom: 147px;
}

@media (max-width: 900px) {
    .players-wb__title-wrapper {
        margin-bottom: 32px;
    }
}

.players-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .players-block-wb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.players-block-wb__item {
    position: relative;
    width: 48.2%;
}

@media (max-width: 900px) {
    .players-block-wb__item {
        width: 100%;
    }
}

.players-block-wb__item:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.players-block-wb__item:last-child p:last-child {
    margin-top: auto;
}

.players-block-wb p {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}

.players-block-wb p:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 900px) {
    .players-block-wb p:not(:last-child) {
        margin-bottom: 34px;
    }
}

.players-block-wb:nth-child(2) {
    margin-bottom: 132px;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(2) {
        margin-bottom: 82.5px;
    }
}

.players-block-wb:nth-child(2) .players-fact-wb {
    margin-bottom: 64px;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(2) .players-fact-wb {
        margin-bottom: 34px;
    }
}

.players-block-wb:nth-child(2) .players-block-wb__picture {
    position: absolute;
    top: -83px;
    right: 0;
    height: 75%;
    width: 100%;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(2) .players-block-wb__picture {
        display: none;
    }
}

.players-block-wb:nth-child(2) .players-block-wb__picture img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.players-block-wb:nth-child(3) {
    margin-bottom: 100px;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(3) {
        margin-bottom: 34px;
    }
}

.players-block-wb:nth-child(3) .players-fact-wb {
    margin-bottom: 53px;
    width: 100%;
}

.players-block-wb:nth-child(3) .players-fact-wb p,
.players-block-wb:nth-child(3) .players-fact-wb h4 {
    display: inline-block;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(3) .players-fact-wb {
        margin-bottom: 63px;
    }
}

.players-block-wb:nth-child(3) .players-framed-block-wb {
    width: 47.2%;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(3) .players-framed-block-wb {
        width: 100%;
    }
}

.players-block-wb:nth-child(4) {
    font-size: 26px;
    line-height: 35px;
}

@media (max-width: 1100px) {
    .players-block-wb:nth-child(4) {
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(4) {
        line-height: 31px;
        margin-bottom: 115px;
    }
}

.players-block-wb:nth-child(4) .players-block-wb__item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(4) .players-block-wb__item:first-child {
        margin-bottom: 91px;
    }
}

.players-block-wb:nth-child(4) .players-block-wb__item:first-child ul {
    list-style-type: disc;
    padding-left: 22px;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(4) .players-block-wb__item:first-child ul {
        list-style-type: none;
        padding-left: 0;
    }
}

.players-block-wb:nth-child(4) .players-block-wb__item:first-child ul li {
    font-size: 16px;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(4) .players-block-wb__item:first-child ul li {
        font-size: 24px;
    }
}

.players-block-wb:nth-child(4) .players-block-wb__item:first-child ul li span {
    font-size: 24px;
}

.players-block-wb:nth-child(4) h5 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 74px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(4) h5 {
        line-height: 31px;
    }
}

.players-block-wb:nth-child(4) h6 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(4) h6 {
        margin-bottom: 25px;
        line-height: 18px;
    }
}

.players-block-wb:nth-child(4) li {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(4) li {
        line-height: 31px;
    }
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(4) li:not(:last-child) {
        margin-bottom: 25px;
    }
}

.players-block-wb:nth-child(4) .players-block-wb__picture {
    position: relative;
    margin-top: -20px;
    height: 50vw;
    bottom: -4px;
    z-index: -1;
}

@media (max-width: 1100px) {
    .players-block-wb:nth-child(4) .players-block-wb__picture {
        margin-top: auto;
        bottom: -20px;
    }
}

@media (max-width: 900px) {
    .players-block-wb:nth-child(4) .players-block-wb__picture {
        display: none;
    }
}

.players-block-wb:nth-child(4) .players-block-wb__picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 900px) {
    .players-fact-wb {
        width: 100%;
    }
}

.players-fact-wb h4,
.players-fact-wb p {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
}

.pro-sud-picture-section-wb {
    margin-bottom: 134px;
}

@media (max-width: 900px) {
    .pro-sud-picture-section-wb {
        margin-bottom: 123px;
    }
}

@media (max-width: 900px) {
    .prosud-picture-block-wb {
        display: none;
    }
}

.regional-development-wb {
    margin-bottom: 220px;
}

@media (max-width: 900px) {
    .regional-development-wb {
        margin-bottom: 213px;
    }
}

.regional-development-wb__title-wrapper {
    margin-bottom: 104px;
}

@media (max-width: 900px) {
    .regional-development-wb__title-wrapper {
        margin-bottom: 35px;
    }
}

.regional-development-fact-wb {
    margin-bottom: 112px;
}

@media (max-width: 900px) {
    .regional-development-fact-wb {
        margin-bottom: 59px;
    }
}

.regional-development-fact-wb h4,
.regional-development-fact-wb p {
    line-height: 45px;
}

@media (max-width: 900px) {
    .regional-development-fact-wb h4,
    .regional-development-fact-wb p {
        line-height: 36px;
    }
}

.regional-development-block-wb {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .regional-development-block-wb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.regional-development-block-wb__item {
    width: 48.2%;
}

@media (max-width: 900px) {
    .regional-development-block-wb__item {
        width: 100%;
    }
}

.regional-development-block-wb__item h4 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .regional-development-block-wb__item h4 {
        margin-bottom: 19px;
        line-height: 36px;
    }
}

.regional-development-block-wb__item p {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}

@media (max-width: 900px) {
    .regional-development-block-wb__item p {
        line-height: 32px;
    }
}

.regional-development-block-wb__item p:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 900px) {
    .regional-development-block-wb__item p:not(:last-child) {
        margin-bottom: 32px;
    }
}

@media (max-width: 900px) {
    .regional-development-block-wb__item:first-child {
        margin-bottom: 56px;
    }
}

.regional-development-block-wb__item:nth-child(2) {
    position: absolute;
    top: -285px;
    right: -200px;
    z-index: -1;
}

@media (max-width: 1600px) {
    .regional-development-block-wb__item:nth-child(2) {
        right: -50px;
    }
}

@media (max-width: 1300px) {
    .regional-development-block-wb__item:nth-child(2) {
        top: 60px;
    }
}

@media (max-width: 1025px) {
    .regional-development-block-wb__item:nth-child(2) {
        top: 440px;
    }
}

@media (max-width: 900px) {
    .regional-development-block-wb__item:nth-child(2) {
        display: none;
    }
}

@media (max-width: 1300px) {
    .regional-development-block-wb__item:nth-child(2) img {
        width: 35vw;
    }
}

.regional-development-block-wb__item:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
}

@media (max-width: 1300px) {
    .regional-development-block-wb__item:nth-child(3) {
        padding-bottom: 0;
    }
}

.regional-development-block-wb__item:nth-child(3) .regional-development-additional-info-wb {
    width: 77%;
    margin-top: auto;
}

@media (max-width: 1300px) {
    .regional-development-block-wb__item:nth-child(3) .regional-development-additional-info-wb {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .regional-development-block-wb__item:nth-child(3) .regional-development-additional-info-wb {
        width: 100vw;
    }
}

.regional-development-block-wb__item:nth-child(3) .regional-development-additional-info-wb h5 {
    font-size: 36px;
    line-height: 44px;
}

@media (max-width: 900px) {
    .regional-development-block-wb__item:nth-child(3) .regional-development-additional-info-wb h5 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 374px) {
    .regional-development-block-wb__item:nth-child(3) .regional-development-additional-info-wb h5 {
        font-size: 26px;
        line-height: 34px;
    }
}

.regional-development-block-wb__item:nth-child(3) .regional-development-additional-info-wb a {
    font-size: 32px;
    line-height: 50px;
}

@media (max-width: 900px) {
    .regional-development-block-wb__item:nth-child(3) .regional-development-additional-info-wb a {
        font-size: 26px;
    }
}

@media (max-width: 374px) {
    .regional-development-block-wb__item:nth-child(3) .regional-development-additional-info-wb a {
        font-size: 22px;
        line-height: 28px;
    }
}

.regional-development-block-wb .regional-development-framed-block-wb {
    margin-bottom: 72px;
}

.regional-development-block-wb .regional-development-framed-block-wb p {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
}

@media (max-width: 900px) {
    .regional-development-block-wb .regional-development-framed-block-wb p {
        font-size: 26px;
        line-height: 32px;
    }
}

.office-committee-wb {
    margin-bottom: 207px;
}

.office-committee-wb__wrapper>p:nth-child(3) {
    width: 53%;
    margin-bottom: 72px;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
}

@media (max-width: 900px) {
    .office-committee-wb__wrapper>p:nth-child(3) {
        width: 100%;
        margin-bottom: 136px;
        font-size: 30px;
        line-height: 36px;
    }
}

.office-committee-wb__title-wrapper {
    margin-bottom: 156px;
}

@media (max-width: 900px) {
    .office-committee-wb__title-wrapper {
        margin-bottom: 47px;
    }
}

.office-committee-wb button {
    height: 52px;
    width: 224px;
    margin-top: 20px;
    background: #000;
    line-height: 48px;
    font-size: 21px;
    font-weight: 700;
    font-family: "Segoe UI", sans-serif;
    color: #fff;
    border: 2px solid #000;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 500px) {
    .office-committee-wb button {
        width: 100vw;
        margin: 20px -18.5px 0;
        font-size: 23px;
    }
}

.office-committee-wb button:hover {
    background: #fff;
    color: #000;
}

.office-committee-fact-wb {
    margin-bottom: 84px;
}

.office-committee-members-wb h4 {
    margin-bottom: 18px;
    font-size: 36px;
    font-weight: 900;
    line-height: 45px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .office-committee-members-wb h4 {
        margin-bottom: 46px;
        text-align: center;
    }
}

.office-committee-members-wb:not(:last-child) {
    margin-bottom: 115px;
}

.office-committee-members-list-wb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 462px;
    gap: 21px 54px;
}

@media (max-width: 1100px) {
    .office-committee-members-list-wb {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 550px;
        gap: 21px;
    }
}

@media (max-width: 950px) {
    .office-committee-members-list-wb {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 460px;
    }
}

@media (max-width: 800px) {
    .office-committee-members-list-wb {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 550px;
        gap: 21px 42px;
    }
}

@media (max-width: 650px) {
    .office-committee-members-list-wb {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 430px;
        gap: 21px;
    }
}

@media (max-width: 500px) {
    .office-committee-members-list-wb {
        grid-template-columns: 1fr;
        grid-auto-rows: 700px;
        gap: 100px 0;
        margin: 0 -18.5px;
    }
}

@media (max-width: 370px) {
    .office-committee-members-list-wb {
        grid-auto-rows: 575px;
    }
}

.office-committee-member-card-wb {
    height: 100%;
    width: 100%;
}

.office-committee-member-card-wb--hidden {
    display: none;
}

.office-committee-member-card-wb__picture {
    width: 100%;
    height: 72%;
}

.office-committee-member-card-wb__picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.office-committee-member-card-wb__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 28%;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    border: 2px solid #000;
}

@media (max-width: 500px) {
    .office-committee-member-card-wb__content {
        font-size: 26px;
        line-height: 36px;
    }
}

.office-committee-member-card-wb__region {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
}

@media (max-width: 500px) {
    .office-committee-member-card-wb__region {
        font-size: 26px;
        line-height: 36px;
    }
}

.pro-sud-team-wb {
    margin-bottom: 243.5px;
}

@media (max-width: 900px) {
    .pro-sud-team-wb {
        margin-bottom: 110px;
    }
}

.pro-sud-team-wb__title-wrapper {
    margin-bottom: 109px;
}

@media (max-width: 900px) {
    .pro-sud-team-wb__title-wrapper {
        margin-bottom: 67px;
    }
}

.pro-sud-team-list-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    .pro-sud-team-list-wb {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.pro-sud-team-item-wb {
    height: 516px;
    width: 307.5px;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    .pro-sud-team-item-wb {
        width: 48%;
        height: auto;
    }
}

@media (max-width: 450px) {
    .pro-sud-team-item-wb {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.pro-sud-team-item-wb__picture {
    width: 100%;
    height: 67%;
}

.pro-sud-team-item-wb__picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro-sud-team-item-wb__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 33%;
    padding: 15px;
    background: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

@media (max-width: 450px) {
    .pro-sud-team-item-wb__content {
        font-size: 22px;
        line-height: 19.3px;
    }
}

.pro-sud-team-item-wb__content h5 {
    text-transform: uppercase;
}

.south-region-plan-wb {
    margin-bottom: 215px;
}

@media (max-width: 900px) {
    .south-region-plan-wb {
        margin-bottom: 64px;
    }
}

.south-region-plan-wb__title-wrapper {
    margin-bottom: 57px;
}

@media (max-width: 900px) {
    .south-region-plan-wb__title-wrapper {
        margin-bottom: 43px;
    }
}

.south-region-plan-picture-block-wb {
    height: 730px;
    margin-bottom: 112px;
}

@media (max-width: 900px) {
    .south-region-plan-picture-block-wb {
        display: none;
    }
}

.south-region-plan-block-wb {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .south-region-plan-block-wb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.south-region-plan-block-wb>h4 {
    width: 100%;
    margin-bottom: 52px;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .south-region-plan-block-wb>h4 {
        margin-bottom: 48px;
    }
}

.south-region-plan-block-item-wb {
    width: 48.3%;
}

@media (max-width: 900px) {
    .south-region-plan-block-item-wb {
        width: 100%;
    }
}

.south-region-plan-block-item-wb p {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}

@media (max-width: 900px) {
    .south-region-plan-block-item-wb p {
        line-height: 31px;
    }
}

.south-region-plan-block-item-wb p:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 900px) {
    .south-region-plan-block-item-wb p:not(:last-child) {
        margin-bottom: 37px;
    }
}

.south-region-plan-block-item-wb:nth-child(2) {
    -webkit-transform: translateY(37px);
    -ms-transform: translateY(37px);
    transform: translateY(37px);
}

@media (max-width: 900px) {
    .south-region-plan-block-item-wb:nth-child(2) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.south-region-plan-block-item-wb:last-child {
    position: absolute;
    bottom: -221px;
    left: 0;
    z-index: -1;
}

@media (max-width: 900px) {
    .south-region-plan-block-item-wb:last-child {
        display: none;
    }
}

.filters-wb {
    margin: 50px 0 126.6px;
}

@media (max-width: 500px) {
    .filters-wb {
        margin: 77px 0 125px;
    }
}

.filters-form-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1150px) {
    .filters-form-wb {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    .filters-form-wb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.filters-form-item-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filters-form-item-wb label {
    margin-bottom: 11px;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.5px;
}

@media (max-width: 500px) {
    .filters-form-item-wb label {
        font-size: 18px;
        line-height: 22px;
    }
}

.filters-form-item-wb input {
    width: 430px;
    padding: 0 18px 3px 31px;
    border: 2px solid #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 27.5px;
}

@media (max-width: 1150px) {
    .filters-form-item-wb input {
        width: 100%;
    }
}

.filters-form-item-wb button {
    position: relative;
    margin-top: auto;
    border: 2px solid #000;
    color: #fff;
    background: #000;
    font-family: "Segoe UI", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 27.6px;
    padding: 2px 53px 5.5px 16.5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filters-form-item-wb button svg {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filters-form-item-wb button:hover {
    background: #fff;
    color: #000;
}

.filters-form-item-wb button:hover svg line {
    stroke: #000;
}

.filters-form-item-wb .ui-selectmenu-button.ui-button {
    width: 171.5px;
}

@media (max-width: 1150px) {
    .filters-form-item-wb .ui-selectmenu-button.ui-button {
        width: 100%;
    }
}

.filters-form-item-wb .ui-corner-all,
.filters-form-item-wb .ui-corner-top,
.filters-form-item-wb .ui-corner-bottom,
.filters-form-item-wb .ui-corner-right,
.filters-form-item-wb .ui-corner-br {
    border-radius: 0;
}

.filters-form-item-wb .ui-state-default a,
.filters-form-item-wb .ui-state-default a:link,
.filters-form-item-wb .ui-state-default a:visited,
.filters-form-item-wb a.ui-button,
.filters-form-item-wb a:link.ui-button,
.filters-form-item-wb a:visited.ui-button,
.filters-form-item-wb .ui-button {
    color: #000;
    background: #fff;
    border: 2px solid #000;
}

.filters-form-item-wb .ui-button {
    height: 38px;
    margin: 0;
    padding: 1.5px 19px 5.5px 9.3px;
    font-size: 23px;
    line-height: 27.5px;
    outline: none;
}

.filters-form-item-wb .ui-button .ui-icon,
.filters-form-item-wb .ui-state-active .ui-icon,
.filters-form-item-wb .ui-button:active .ui-icon {
    background-image: url("../img/black-select-arrow.svg");
}

.filters-form-item-wb .ui-icon-triangle-1-s {
    background-position: initial;
    background-size: 80%;
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
}

@media (max-width: 1150px) {
    .filters-form-item-wb:first-child {
        width: 100%;
        margin-bottom: 43px;
    }
}

.filters-form-item-wb:not(:last-child) {
    margin-right: 49px;
}

@media (max-width: 1150px) {
    .filters-form-item-wb:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 1150px) {
    .filters-form-item-wb:nth-child(2),
    .filters-form-item-wb:nth-child(3) {
        width: 48%;
    }
}

@media (max-width: 1150px) {
    .filters-form-item-wb:nth-child(2) {
        margin-bottom: 68px;
    }
}

@media (max-width: 500px) {
    .filters-form-item-wb:nth-child(2) {
        width: 210px;
    }
}

@media (max-width: 1150px) {
    .filters-form-item-wb:nth-child(3) {
        margin-bottom: 68px;
    }
}

@media (max-width: 500px) {
    .filters-form-item-wb:nth-child(3) {
        width: 210px;
    }
}

.filters-form-item-wb:last-child {
    margin-left: auto;
}

@media (max-width: 1150px) {
    .filters-form-item-wb:last-child {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .filters-form-item-wb:last-child {
        width: 180px;
        margin-left: 0;
    }
}

.ui-selectmenu-menu .ui-menu {
    padding-bottom: 0;
}

@media (max-width: 900px) {
    .ui-selectmenu-menu .ui-menu {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .ui-selectmenu-menu .ui-menu {
        width: 209px;
    }
}

.body-wb .ui-state-active,
.body-wb .ui-widget-content .ui-state-active,
.body-wb .ui-widget-header .ui-state-active,
.body-wb a.ui-button:active,
.body-wb .ui-button.ui-state-active:hover {
    border: none;
    background: #000;
}

.body-wb .ui-menu .ui-state-focus,
.body-wb .ui-menu .ui-state-active {
    margin: 0;
}

.body-wb .ui-widget {
    font-family: inherit;
    font-size: 23px;
    line-height: 27.6px;
}

.body-wb .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.month-wb__title-wrapper {
    margin-bottom: 61px;
}

@media (max-width: 550px) {
    .month-wb__title-wrapper {
        margin-bottom: 38px;
    }
}

.month-wb__title-wrapper h2 {
    font-family: "Bebas Neue", cursive;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
}

@media (max-width: 550px) {
    .month-wb__title-wrapper h2 {
        font-size: 75px;
        line-height: 90px;
    }
}

.month-wb__title-wrapper h2 span {
    font-family: "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.month-wb__button {
    display: none;
    height: 52px;
    width: 100%;
    margin-top: 49px;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    font-family: "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26.5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 550px) {
    .month-wb__button {
        display: block;
        width: 100vw;
        margin: 49px -22.5px 0;
    }
}

@media (max-width: 550px) {
    .month-wb__button--hidden {
        display: none;
    }
}

.month-wb__button:hover {
    background: #fff;
    color: #000;
}


/* .month-wb:nth-child(2) {
  margin-bottom: 90px; } */

.month-wb {
    margin-bottom: 64px;
}


/* .month-wb:nth-child(3) {
  margin-bottom: 64px; } */


/* @media (max-width: 550px) {
  .month-wb:nth-child(4) {
    display: none; } } */

.show-more-block-wb {
    display: none;
    margin-bottom: 120px;
}

.show-more-block-wb.show-more-block-wb--hidden {
    display: none;
}

.show-more-block-wb__button {
    display: block;
    width: 100vw;
    margin: 49px -22.5px 0;
    height: 52px;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    line-height: 26.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: Segoe UI, sans-serif;
    font-size: 24px;
    font-weight: 700;
    transition: .3s;
}

.show-more-block-wb__button:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 550px) {
    .month-wb--hidden {
        display: none;
    }
    .show-more-block-wb {
        display: block;
    }
}

.month-news-grid-wb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 46.6px;
}

@media (max-width: 1400px) {
    .month-news-grid-wb {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .month-news-grid-wb {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 550px) {
    .month-news-grid-wb {
        grid-template-columns: 1fr;
    }
}


/* @media (max-width: 550px) {
  .month-news-item-wb {
    display: none; } } */

@media (max-width: 550px) {
    .month-news-item-wb--active {
        display: block;
    }
}

.month-news-item-wb button {
    height: 105px;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1100px) {
    .month-news-item-wb button {
        padding: 5px 20px;
    }
}

@media (max-width: 550px) {
    .month-news-item-wb button {
        width: 100vw;
        margin: 0 -22.5px 17px;
        font-size: 24px;
        line-height: 26.5px;
    }
}

@media (max-width: 370px) {
    .month-news-item-wb button {
        font-size: 22px;
        line-height: 25px;
    }
}

.month-news-item-wb button:hover {
    background: #fff;
    color: #000;
}

.month-news-item-wb__content {
    height: auto;
}

.month-news-item-wb__date-time-box {
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 550px) {
    .month-news-item-wb__date-time-box {
        font-size: 26.5px;
        line-height: 28px;
    }
}

@media (max-width: 370px) {
    .month-news-item-wb__date-time-box {
        font-size: 22px;
        line-height: 25px;
    }
}

.month-news-item-wb__place {
    font-size: 23px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 550px) {
    .month-news-item-wb__place {
        font-size: 26.5px;
        line-height: 28px;
    }
}

@media (max-width: 370px) {
    .month-news-item-wb__place {
        font-size: 22px;
        line-height: 25px;
    }
}

.agenda-details-wb {
    margin-bottom: 39px;
}

@media (max-width: 1300px) {
    .agenda-details-wb {
        margin-top: 61px;
    }
}

@media (max-width: 500px) {
    .agenda-details-wb {
        margin-top: 30px;
        margin-bottom: 36px;
    }
}

.agenda-details-wb__wrapper {
    position: relative;
}

.agenda-details-wb__go-back-link {
    position: absolute;
    top: 34px;
    left: -121px;
}

@media (max-width: 1640px) {
    .agenda-details-wb__go-back-link {
        display: none;
    }
}

.agenda-details-main-picture-wb {
    height: 100%;
    width: 100%;
    margin-bottom: 101px;
}

@media (max-width: 500px) {
    .agenda-details-main-picture-wb {
        display: none;
    }
}

.agenda-details-main-picture-wb img {
    height: 100%;
    width: 100%;
}

.agenda-details-title-block-wb {
    margin-bottom: 90px;
    font-family: "Bebas Neue", cursive;
}

@media (max-width: 900px) {
    .agenda-details-title-block-wb {
        margin-bottom: 37.5px;
    }
}

.agenda-details-title-block-wb h1 {
    font-size: 70px;
    line-height: 67px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .agenda-details-title-block-wb h1 {
        margin-bottom: 18.5px;
        font-size: 53px;
        line-height: 51px;
    }
}

.agenda-details-title-block-wb h5 {
    font-size: 27.7px;
    font-weight: 400;
    line-height: 46px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .agenda-details-title-block-wb h5 {
        font-size: 23px;
        line-height: 35px;
    }
}

@media (max-width: 900px) {
    .agenda-details-title-block-wb>h5:first-child {
        margin-bottom: 22px;
    }
}

.agenda-details-title-block-wb__line-break {
    display: block;
}

.agenda-details-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.agenda-details-block-item-wb {
    width: 47.7%;
}

@media (max-width: 900px) {
    .agenda-details-block-item-wb {
        width: 100%;
        margin-bottom: 60px;
    }
}

.agenda-details-block-item-wb h4 {
    margin-bottom: 15.3px;
    font-size: 31.7px;
    line-height: 32.75px;
}

@media (max-width: 900px) {
    .agenda-details-block-item-wb h4 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 25px;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-item-wb h4 {
        font-size: 20px;
    }
}

.agenda-details-block-item-wb__date-time-box {
    margin-bottom: 58px;
    font-size: 31.7px;
    font-weight: 600;
    line-height: 32.75px;
}

@media (max-width: 900px) {
    .agenda-details-block-item-wb__date-time-box {
        margin-bottom: 38px;
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-item-wb__date-time-box {
        font-size: 20px;
    }
}

.agenda-details-block-item-wb:not(:last-child) {
    margin-bottom: 51px;
}

@media (max-width: 900px) {
    .agenda-details-block-item-wb:not(:last-child) {
        margin-bottom: 54px;
    }
}

@media (max-width: 900px) {
    .agenda-details-block-item-wb:last-child {
        margin-bottom: 0;
    }
}

.agenda-details-block-item-wb:last-child h4 {
    margin-bottom: 28px;
}

@media (max-width: 900px) {
    .agenda-details-block-item-wb:last-child h4 {
        margin-bottom: 0;
        font-size: 30px;
        line-height: 29px;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-item-wb:last-child h4 {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .agenda-details-block-wb .agenda-details-block-item-wb:first-child {
        margin-bottom: 93px;
    }
}

.agenda-details-block-wb .agenda-details-block-item-wb:first-child p {
    font-size: 26.4px;
    line-height: 34px;
}

@media (max-width: 900px) {
    .agenda-details-block-wb .agenda-details-block-item-wb:first-child p {
        line-height: 31px;
        font-weight: 600;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-wb .agenda-details-block-item-wb:first-child p {
        font-size: 20px;
    }
}

.agenda-details-block-wb .agenda-details-block-item-wb:first-child p:not(:last-child) {
    margin-bottom: 36px;
}

@media (max-width: 900px) {
    .agenda-details-block-wb .agenda-details-block-item-wb:first-child p:not(:last-child) {
        margin-bottom: 32px;
    }
}

.agenda-details-block-item-box-wb {
    font-size: 31.7px;
    line-height: 53px;
}

@media (max-width: 900px) {
    .agenda-details-block-item-box-wb h4 {
        margin-bottom: 9px;
        font-size: 30px;
        line-height: 29px;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-item-box-wb h4 {
        font-size: 20px;
    }
}

.agenda-details-block-item-box-wb__address {
    line-height: 53px;
    display: block;
}

@media (max-width: 900px) {
    .agenda-details-block-item-box-wb__address {
        font-size: 26px;
        font-weight: 600;
        line-height: 32px;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-item-box-wb__address {
        font-size: 20px;
    }
}

.agenda-details-block-item-box-wb__address span {
    display: block;
}

.agenda-details-block-item-box-wb__zip,
.agenda-details-block-item-box-wb__city {
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .agenda-details-block-item-box-wb__price {
        font-weight: 600;
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-item-box-wb__price {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .agenda-details-block-item-box-wb__contacts {
        margin-top: 20px;
        font-size: 26px;
        font-weight: 600;
        line-height: 32px;
        word-break: break-all;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-item-box-wb__contacts {
        font-size: 20px;
    }
}

.agenda-details-block-item-box-wb__contacts span {
    font-weight: 600;
}

@media (max-width: 500px) {
    .agenda-details-block-item-box-wb__contacts span {
        display: block;
    }
}

@media (max-width: 900px) {
    .agenda-details-block-item-box-wb__organisator-name {
        font-size: 26px;
        font-weight: 600;
        line-height: 32px;
    }
}

@media (max-width: 370px) {
    .agenda-details-block-item-box-wb__organisator-name {
        font-size: 20px;
    }
}

.agenda-details-block-item-box-wb:nth-child(3) {
    margin-bottom: 9px;
}

@media (max-width: 900px) {
    .agenda-details-block-item-box-wb:nth-child(3) {
        margin-bottom: 20px;
    }
}

.agenda-details-block-item-box-wb:not(:last-child):not(:nth-child(3)) {
    margin-bottom: 45px;
}

@media (max-width: 900px) {
    .agenda-details-block-item-box-wb:not(:last-child):not(:nth-child(3)) {
        margin-bottom: 35px;
    }
}

@media (max-width: 900px) {
    .agenda-details-wb .agenda-details-block-wb .agenda-details-block-item-box-wb:nth-child(2) {
        margin-bottom: 50px;
    }
}

.agenda-details-block-socials-box-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.agenda-details-block-socials-box-wb__link {
    height: 40px;
}

.agenda-details-block-socials-box-wb__link svg {
    height: 100%;
}

.agenda-details-block-socials-box-wb__link:not(:last-child) {
    margin-right: 25px;
}

.agenda-details-block-socials-box-wb__link:hover {
    opacity: 0.6;
}

.agenda-details-block-video-wb {
    height: 547px;
    width: 100%;
    margin-top: 21px;
    -webkit-filter: saturate(0);
    filter: saturate(0);
}

@media (max-width: 500px) {
    .agenda-details-block-video-wb {
        height: 310px;
        width: 100vw;
        margin: 14px -20px 0;
    }
}

.agenda-details-block-video-wb iframe {
    height: 100%;
    width: 100%;
}

.projects-picture-section-wb {
    margin-bottom: 125px;
}

@media (max-width: 900px) {
    .projects-picture-section-wb {
        margin-top: 61.5px;
        margin-bottom: 92px;
    }
}

.projects-picture-block-wb {
    height: 500px;
}

@media (max-width: 900px) {
    .projects-picture-block-wb {
        display: none;
    }
}

.projects-block-wb {
    margin-bottom: 237px;
}

@media (max-width: 500px) {
    .projects-block-wb {
        margin-bottom: 110px;
    }
}

.projects-block-wb button {
    display: none;
    height: 52px;
    width: 100vw;
    margin: 4px -22.5px 0;
    font-family: "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 500px) {
    .projects-block-wb button {
        display: block;
    }
}

.projects-block-wb button:hover {
    background: #fff;
    color: #000;
}

.projects-block-wb .projects-block-wb__show-more-button--hidden {
    display: none;
}

.projects-grid-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.projects-item-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 131px;
    width: -webkit-calc(25% - 43.6px);
    width: calc(25% - 43.6px);
    border: 2px solid #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1150px) {
    .projects-item-wb {
        width: -webkit-calc(25% - 15px);
        width: calc(25% - 15px);
    }
}

@media (max-width: 1000px) {
    .projects-item-wb {
        width: -webkit-calc(33% - 15px);
        width: calc(33% - 15px);
    }
}

@media (max-width: 750px) {
    .projects-item-wb {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
    }
}

@media (max-width: 500px) {
    .projects-item-wb {
        display: none;
        width: 100%;
    }
}

.projects-item-wb--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.projects-item-wb h5 {
    width: 80%;
    margin: 0 auto;
    font-size: 23px;
    font-weight: 600;
    line-height: 27.6px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1300px) {
    .projects-item-wb h5 {
        width: 95%;
    }
}

@media (max-width: 500px) {
    .projects-item-wb h5 {
        font-size: 24px;
        line-height: 29px;
    }
}

.projects-item-wb:hover {
    background: #000;
    color: #fff;
}

.projects-item-wb:not(:nth-child(4n)):not(:last-child) {
    margin-right: 43.6px;
    margin-bottom: 48.2px;
}

@media (max-width: 1150px) {
    .projects-item-wb:not(:nth-child(4n)):not(:last-child) {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 1000px) {
    .projects-item-wb:not(:nth-child(4n)):not(:last-child) {
        margin: 0;
    }
}

@media (max-width: 1000px) {
    .projects-item-wb:not(:nth-child(3n)):not(:last-child) {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 750px) {
    .projects-item-wb:not(:nth-child(3n)):not(:last-child) {
        margin: 0;
    }
}

@media (max-width: 750px) {
    .projects-item-wb:not(:nth-child(2n)):not(:last-child) {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 500px) {
    .projects-item-wb:not(:nth-child(2n)):not(:last-child) {
        margin: 0;
    }
}

@media (max-width: 500px) {
    .projects-block-wb .projects-grid-wb .projects-item-wb:not(:last-child) {
        margin-bottom: 27px;
    }
}

.projects-details-wb {
    margin-bottom: 344px;
}

@media (max-width: 900px) {
    .projects-details-wb {
        margin-bottom: 78px;
    }
}

.projects-details-wb__wrapper {
    position: relative;
}

.projects-details-wb__go-back-link {
    position: absolute;
    top: 0;
    left: -156px;
}

@media (max-width: 1700px) {
    .projects-details-wb__go-back-link {
        left: 0;
    }
}

@media (max-width: 1400px) {
    .projects-details-wb__go-back-link {
        display: none;
    }
}

.projects-details-wb__title-wrapper {
    margin-bottom: 130px;
}

@media (max-width: 900px) {
    .projects-details-wb__title-wrapper {
        margin-bottom: 0;
    }
}

.projects-details-wb__title-wrapper h2 {
    font-size: 48px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .projects-details-wb__title-wrapper h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 43px;
    }
}

.projects-details-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .projects-details-block-wb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.projects-details-item-wb {
    width: 48%;
}

@media (max-width: 900px) {
    .projects-details-item-wb {
        width: 100%;
    }
}

.projects-details-item-wb img {
    width: 100%;
}

@media (max-width: 500px) {
    .projects-details-item-wb img {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.projects-details-block-wb:nth-child(3) {
    margin-bottom: 103px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(3) {
        margin-bottom: 88px;
    }
}

.projects-details-block-wb:nth-child(3) .projects-details-item-wb img {
    margin-bottom: 21px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(3) .projects-details-item-wb img {
        margin-bottom: 5.5px;
    }
}

.projects-details-block-wb:nth-child(3) .projects-details-item-wb figcaption {
    font-size: 27px;
    font-weight: 600;
    line-height: 34px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(3) .projects-details-item-wb figcaption {
        font-size: 26px;
        line-height: 31px;
    }
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(3) .projects-details-item-wb:first-child {
        margin-bottom: 67px;
    }
}

.projects-details-block-wb:nth-child(3) .projects-details-item-wb:last-child {
    padding-top: 50px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(3) .projects-details-item-wb:last-child {
        padding-top: 0;
    }
}

.projects-details-block-wb:nth-child(3) .projects-details-item-wb:last-child p {
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(3) .projects-details-item-wb:last-child p {
        font-size: 26px;
        font-weight: 700;
        line-height: 31px;
    }
}

.projects-details-block-wb:nth-child(3) .projects-details-item-wb:last-child p:not(:last-child) {
    margin-bottom: 30px;
}

.projects-details-block-wb:nth-child(4) .projects-details-item-wb:first-child h4 {
    margin-bottom: 35px;
    font-size: 27.5px;
    line-height: 37.8px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(4) .projects-details-item-wb:first-child h4 {
        margin-bottom: 17px;
        font-size: 30px;
        line-height: 36px;
    }
}

.projects-details-block-wb:nth-child(4) .projects-details-item-wb:first-child .projects-details-item-wb__description {
    margin-bottom: 135px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(4) .projects-details-item-wb:first-child .projects-details-item-wb__description {
        margin-bottom: 110px;
    }
}

.projects-details-block-wb:nth-child(4) .projects-details-item-wb:first-child .projects-details-item-wb__description p {
    font-size: 27px;
    line-height: 34px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(4) .projects-details-item-wb:first-child .projects-details-item-wb__description p {
        font-size: 26px;
        font-weight: 600;
        line-height: 32px;
    }
}

.projects-details-block-wb:nth-child(4) .projects-details-item-wb:first-child .projects-details-item-wb__description>p:not(:last-child) {
    margin-bottom: 35px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(4) .projects-details-item-wb:first-child .projects-details-item-wb__description>p:not(:last-child) {
        margin-bottom: 32px;
    }
}

.projects-details-block-wb:nth-child(4) .projects-details-item-wb:first-child h5 {
    margin-bottom: 11px;
    font-size: 26px;
    line-height: 31px;
}

.projects-details-block-wb:nth-child(4) .projects-details-item-wb:last-child {
    padding-top: 115px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(4) .projects-details-item-wb:last-child {
        padding-top: 0;
    }
}

.projects-details-block-wb:nth-child(4) .projects-details-item-wb:last-child h5 {
    margin-bottom: 33px;
    font-size: 30px;
    line-height: 36px;
}

.projects-details-block-wb:nth-child(4) figure {
    margin-bottom: 56px;
}

.projects-details-block-wb:nth-child(4) img {
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(4) img {
        margin-bottom: 2.5px;
    }
}

@media (max-width: 500px) {
    .projects-details-block-wb:nth-child(4) img {
        width: 100vw;
        margin: 0 -18.5px;
    }
}

.projects-details-block-wb:nth-child(4) figcaption {
    font-size: 27px;
    font-weight: 600;
    line-height: 34px;
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(4) figcaption {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 900px) {
    .projects-details-block-wb:nth-child(4) .projects-details-item-wb__figure--hidden {
        display: none;
    }
}

.projects-details-contact-box-wb {
    margin-top: 200px;
    font-size: 27px;
    line-height: 34px;
}

@media (max-width: 1050px) {
    .projects-details-contact-box-wb {
        margin-top: 100px;
    }
}

@media (max-width: 900px) {
    .projects-details-contact-box-wb--desktop {
        display: none;
    }
}

.projects-details-contact-box-wb--mobile {
    display: none;
}

@media (max-width: 900px) {
    .projects-details-contact-box-wb--mobile {
        display: block;
    }
}

.projects-details-contact-box-wb h6 {
    font-size: 27px;
    font-weight: 600;
    line-height: 34px;
}

@media (max-width: 900px) {
    .projects-details-contact-box-wb h6 {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 600;
        line-height: 32px;
    }
}

.projects-details-contact-box-wb__info {
    margin-bottom: 35px;
}

@media (max-width: 900px) {
    .projects-details-contact-box-wb__info {
        margin-bottom: 30px;
    }
}

.projects-details-contact-box-wb__info .projects-details-contact-box-wb__text {
    margin-bottom: 0;
    font-weight: 600;
}

@media (max-width: 900px) {
    .projects-details-contact-box-wb__info .projects-details-contact-box-wb__text {
        font-weight: 700;
        margin-bottom: 30px;
    }
}

.projects-details-contact-box-wb__info span {
    font-weight: 600;
}

@media (max-width: 900px) {
    .projects-details-contact-box-wb__info a {
        font-weight: 600;
    }
}

.projects-details-contact-box-wb p {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .projects-details-contact-box-wb p {
        font-weight: 600;
    }
}

.projects-details-item-wb__subtitle.projects-details-item-wb__subtitle--mobile {
    display: none;
}

@media (max-width: 900px) {
    .projects-details-item-wb__subtitle.projects-details-item-wb__subtitle--mobile {
        display: block;
    }
}

@media (max-width: 900px) {
    .projects-details-item-wb__subtitle.projects-details-item-wb__subtitle--desktop {
        display: none;
    }
}

.resources-picture-section-wb {
    margin-bottom: 125px;
}

@media (max-width: 900px) {
    .resources-picture-section-wb {
        margin-top: 61.5px;
        margin-bottom: 109px;
    }
}

.resources-picture-block-wb {
    height: 500px;
}

@media (max-width: 900px) {
    .resources-picture-block-wb {
        display: none;
    }
}

.resources-picture-block-wb img {
    -o-object-position: -300px 0;
    object-position: -300px 0;
}

@media (max-width: 1300px) {
    .resources-picture-block-wb img {
        -o-object-position: unset;
        object-position: unset;
    }
}

.resources-block-wb {
    margin-bottom: 237px;
}

@media (max-width: 500px) {
    .resources-block-wb {
        margin-bottom: 111px;
    }
}

.resources-block-wb button {
    display: none;
    height: 52px;
    width: 100vw;
    margin: 3px -22.5px 0;
    font-family: "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 500px) {
    .resources-block-wb button {
        display: block;
    }
}

.resources-block-wb button:hover {
    background: #fff;
    color: #000;
}

.resources-block-wb .resources-block-wb__show-more-button--hidden {
    display: none;
}

.resources-grid-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.resources-item-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 131px;
    width: -webkit-calc(25% - 43.6px);
    width: calc(25% - 43.6px);
    border: 2px solid #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1150px) {
    .resources-item-wb {
        width: -webkit-calc(25% - 15px);
        width: calc(25% - 15px);
    }
}

@media (max-width: 1000px) {
    .resources-item-wb {
        width: -webkit-calc(33% - 15px);
        width: calc(33% - 15px);
    }
}

@media (max-width: 750px) {
    .resources-item-wb {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
    }
}

@media (max-width: 500px) {
    .resources-item-wb {
        display: none;
        width: 100%;
    }
}

.resources-item-wb--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.resources-item-wb h5 {
    width: 80%;
    margin: 0 auto;
    font-size: 23px;
    font-weight: 600;
    line-height: 27.6px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1300px) {
    .resources-item-wb h5 {
        width: 95%;
    }
}

@media (max-width: 500px) {
    .resources-item-wb h5 {
        font-size: 24px;
        line-height: 29px;
    }
}

.resources-item-wb:hover {
    background: #000;
    color: #fff;
}

.resources-item-wb:not(:nth-child(4n)):not(:last-child) {
    margin-right: 43.6px;
    margin-bottom: 48.2px;
}

@media (max-width: 1150px) {
    .resources-item-wb:not(:nth-child(4n)):not(:last-child) {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 1000px) {
    .resources-item-wb:not(:nth-child(4n)):not(:last-child) {
        margin: 0;
    }
}

@media (max-width: 1000px) {
    .resources-item-wb:not(:nth-child(3n)):not(:last-child) {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 750px) {
    .resources-item-wb:not(:nth-child(3n)):not(:last-child) {
        margin: 0;
    }
}

@media (max-width: 750px) {
    .resources-item-wb:not(:nth-child(2n)):not(:last-child) {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 500px) {
    .resources-item-wb:not(:nth-child(2n)):not(:last-child) {
        margin: 0;
    }
}

@media (max-width: 500px) {
    .resources-block-wb .resources-grid-wb .resources-item-wb:not(:last-child) {
        margin-bottom: 29.5px;
    }
}

.our-region-wb {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .our-region-wb {
        margin-bottom: 160px;
    }
}

@media (max-width: 500px) {
    .our-region-wb {
        margin-top: 12.5px;
    }
}

.our-region-wb__title-wrapper {
    margin-bottom: 159px;
}

@media (max-width: 900px) {
    .our-region-wb__title-wrapper {
        margin-bottom: 80px;
    }
}

.tourists-picture {
    position: absolute;
    top: 138.5px;
    left: 0;
}

@media (max-width: 1650px) {
    .tourists-picture {
        top: 240px;
    }
}

@media (max-width: 1200px) {
    .tourists-picture {
        top: 450px;
    }
}

@media (max-width: 900px) {
    .tourists-picture {
        display: none;
    }
}

.tourists-picture img {
    height: 100%;
    width: 100%;
}

@media (max-width: 1650px) {
    .tourists-picture img {
        width: 60vw;
    }
}

.our-region-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our-region-block-wb:nth-child(2) {
    margin-bottom: 452px;
}

@media (max-width: 1300px) {
    .our-region-block-wb:nth-child(2) {
        margin-bottom: 200px;
    }
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(2) {
        margin-bottom: 133px;
    }
}

.our-region-block-wb:nth-child(2) .our-region-item-wb {
    position: relative;
    margin-left: auto;
    width: 48%;
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(2) .our-region-item-wb {
        width: 100%;
        margin-left: 0;
    }
}

.our-region-block-wb:nth-child(2) .our-region-item-wb .our-region-box-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.our-region-block-wb:nth-child(2) .our-region-item-wb .our-region-box-wb:not(:last-child) {
    margin-bottom: 75.5px;
}

.our-region-block-wb:nth-child(2) .our-region-item-wb h4 {
    margin-bottom: 23px;
    font-family: "Bebas Neue", cursive;
    font-size: 34px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(2) .our-region-item-wb h4 {
        margin-bottom: 21.8px;
        font-family: "Segoe UI", sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-transform: uppercase;
    }
}

.our-region-block-wb:nth-child(2) .our-region-item-wb p {
    margin-bottom: 37.5px;
    font-size: 18px;
    line-height: 21.5px;
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(2) .our-region-item-wb p {
        margin-bottom: 20.5px;
        font-weight: 600;
        font-size: 26px;
        line-height: 31px;
    }
}

.our-region-block-wb:nth-child(2) .our-region-item-wb a {
    margin-left: auto;
    font-family: "Bebas Neue", cursive;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(2) .our-region-item-wb a {
        height: 55.8px;
        width: 225.5px;
        background: #000;
        border: 2px solid #000;
        color: #fff;
        font-weight: 700;
        font-family: "Segoe UI", sans-serif;
        text-align: center;
        line-height: 52px;
    }
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(2) .our-region-item-wb a:hover {
        background: #fff;
        color: #000;
    }
}

.our-region-block-wb:nth-child(3) {
    margin-bottom: 230px;
}

@media (max-width: 1300px) {
    .our-region-block-wb:nth-child(3) {
        margin-bottom: 100px;
    }
}

@media (max-width: 500px) {
    .our-region-block-wb:nth-child(3) {
        margin-bottom: 166px;
    }
}

.our-region-block-wb:nth-child(3) .our-region-item-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.our-region-block-wb:nth-child(3) .our-region-item-wb a {
    margin: 0 auto;
    width: 100%;
}

.our-region-item-wb__map--desktop {
    cursor: pointer;
}

@media (max-width: 1300px) {
    .our-region-block-wb:nth-child(3) .our-region-item-wb a {
        width: 60%;
    }
}

@media (max-width: 500px) {
    .our-region-block-wb:nth-child(3) .our-region-item-wb a {
        width: 100%;
    }
}

.our-region-block-wb:nth-child(3) .our-region-item-wb .our-region-item-wb__map {
    width: 100%;
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(3) .our-region-item-wb .our-region-item-wb__map--desktop {
        display: none;
    }
}

.our-region-block-wb:nth-child(3) .our-region-item-wb .our-region-item-wb__map--mobile {
    display: none;
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(3) .our-region-item-wb .our-region-item-wb__map--mobile {
        display: block;
    }
}

.our-region-block-wb:nth-child(4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 41px;
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child h4 {
    margin-bottom: 77px;
    font-family: "Bebas Neue", cursive;
    font-size: 55px;
    font-weight: 400;
    line-height: 58px;
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child h4 {
        font-family: "Segoe UI", sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child h4 span {
    display: block;
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box {
    position: relative;
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop>img {
    width: 85%;
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop .our-region-item-wb__map-image--desktop {
        display: none;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop .our-region-item-wb__map-image--mobile {
    display: none;
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop .our-region-item-wb__map-image--mobile {
        display: block;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a {
    position: absolute;
    color: #000;
    font-size: 31px;
    line-height: 47px;
    font-family: "Bebas Neue", cursive;
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a {
        font-size: 18px;
        line-height: 15px;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a img {
    width: 7vw;
    max-width: 146px;
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(3) {
    top: 3%;
    left: 44%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(3) {
        top: 1%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(3) {
        top: -6%;
        left: 19%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(3) {
        top: -7%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(4) {
    top: -5%;
    left: 62%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(4) {
        top: -8%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(4) {
        top: 7%;
        left: 37%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(4) {
        top: 6%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(5) {
    top: 21%;
    left: 62%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(5) {
        top: 19%;
        left: 59%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(5) {
        top: 26%;
        left: 48%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(5) {
        top: 24%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(6) {
    top: 11%;
    right: 9%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(6) {
        top: 8%;
        right: 8%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(6) {
        top: 10%;
        right: 14%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(6) {
        top: 9%;
        right: 11%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(7) {
    top: 36%;
    right: 3%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(7) {
        top: 33%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(7) {
        top: 38%;
        right: 1%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(7) {
        top: 36%;
        right: 0%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(8) {
    right: 2%;
    bottom: 23%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(8) {
        bottom: 20%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(8) {
        right: 1%;
        bottom: 6%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(8) {
        right: 0%;
        bottom: 4%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(9) {
    right: 15%;
    bottom: -3%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(9) {
        bottom: -5%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(9) {
        right: 29%;
        bottom: -6%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(9) {
        right: 29%;
        bottom: -8%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(10) {
    left: 40%;
    bottom: -6%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(10) {
        left: 38%;
        bottom: -8%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(10) {
        left: 38%;
        bottom: -2%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(10) {
        left: 36%;
        bottom: -4%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(11) {
    left: 18%;
    bottom: 8%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(11) {
        left: 16%;
        bottom: 6%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(11) {
        left: 24%;
        bottom: 14%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(11) {
        left: 20%;
        bottom: 11%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(12) {
    left: 2%;
    bottom: 29.5%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(12) {
        left: 1%;
        bottom: 26.5%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(12) {
        bottom: 26.5%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(12) {
        bottom: 24%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(13) {
    top: 23%;
    left: 4%;
}

@media (max-width: 1000px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(13) {
        top: 21%;
        left: 2%;
    }
}

@media (max-width: 700px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(13) {
        top: 12%;
        left: 3%;
    }
}

@media (max-width: 450px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:first-child .our-region-item-wb__map-box--desktop a:nth-child(13) {
        top: 10%;
        left: 2%;
    }
}

.our-region-block-wb:nth-child(4) .our-region-item-wb:last-child {
    margin-left: auto;
}

@media (max-width: 900px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:last-child {
        display: none;
    }
}

@media (max-width: 1400px) {
    .our-region-block-wb:nth-child(4) .our-region-item-wb:last-child img {
        width: 30vw;
    }
}

.contact-wb {
    position: relative;
    margin-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 900px) {
    .contact-wb {
        margin-top: 11.5px;
        margin-bottom: 122px;
        padding-bottom: 0;
    }
}

.contact-wb__title-wrapper {
    margin-bottom: 101px;
}

@media (max-width: 900px) {
    .contact-wb__title-wrapper {
        margin-bottom: 75px;
    }
}

.contact-block-wb__item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
}

@media (max-width: 900px) {
    .contact-block-wb__item {
        width: 100%;
    }
}

.contact-box-wb {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 111px;
    padding-left: 161px;
}

@media (max-width: 900px) {
    .contact-box-wb {
        height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-top: 125px;
    }
}

@media (max-width: 500px) {
    .contact-box-wb {
        padding-top: 95px;
    }
}

.contact-box-wb__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 0;
    font-size: 27.8px;
    line-height: 33px;
}

@media (max-width: 900px) {
    .contact-box-wb__link {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 370px) {
    .contact-box-wb__link {
        font-size: 22px;
    }
}

.contact-box-wb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 111px;
    width: 111px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 900px) {
    .contact-box-wb::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    .contact-box-wb::before {
        height: 81px;
        width: 81px;
    }
}

.contact-box-wb:first-child::before {
    background-image: url("../img/picto-telephon.svg");
}

.contact-box-wb:nth-child(2)::before {
    background-image: url("../img/picto-adress.svg");
}

.contact-box-wb:nth-child(3)::before {
    background-image: url("../img/picto-email.svg");
}

.contact-box-wb:nth-child(4)::before {
    background-image: url("../img/picto-internet.svg");
}

.contact-box-wb:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .contact-box-wb:not(:last-child) {
        margin-bottom: 80px;
    }
}

.contact-picture-wb {
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: -1;
}

@media (max-width: 900px) {
    .contact-picture-wb {
        display: none;
    }
}

@media (max-width: 1700px) {
    .contact-picture-wb img {
        width: 55vw;
    }
}

.footer-wb {
    padding: 75px 0 80px;
    background: #000;
}

@media (max-width: 500px) {
    .footer-wb {
        padding: 87px 0 96px;
    }
}

.footer-wb__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-block-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 155px;
}

@media (max-width: 1100px) {
    .footer-block-wb {
        height: auto;
    }
}

.footer-block-wb .footer-box-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-block-wb .footer-box-wb img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-block-wb:first-child {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 118px;
}

@media (max-width: 1100px) {
    .footer-block-wb:first-child {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 58px;
    }
}

@media (max-width: 1500px) {
    .footer-block-wb:first-child .footer-box-wb:not(:last-child) {
        margin-right: 50px;
    }
}

@media (max-width: 1100px) {
    .footer-block-wb:first-child .footer-box-wb:not(:last-child) {
        margin-right: 0;
        margin-bottom: 42px;
        width: 45%;
        height: 80px;
    }
}

@media (max-width: 1100px) {
    .footer-block-wb:first-child .footer-box-wb:not(:last-child) img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto;
    }
}

@media (max-width: 1100px) {
    .footer-block-wb:first-child .footer-box-wb:last-child {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 54px;
    }
}

@media (max-width: 1100px) {
    .footer-block-wb:first-child .footer-box-wb:last-child img {
        height: auto;
        width: auto;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .footer-block-wb:first-child .footer-box-wb:last-child img {
        width: 80%;
    }
}

.footer-block-wb:last-child {
    margin: 0 auto;
    width: auto;
}

@media (max-width: 800px) {
    .footer-block-wb:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-block-wb:last-child .footer-box-wb:not(:last-child) {
    margin-right: 84px;
}

@media (max-width: 800px) {
    .footer-block-wb:last-child .footer-box-wb:not(:last-child) {
        margin-right: 0;
        margin-bottom: 70px;
    }
}

@media (max-width: 500px) {
    .footer-block-wb:last-child img {
        width: 80%;
        margin: 0 auto;
    }
}

.footer {
    width: 100%;
    padding: 26px 98px 32px 93px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9fa659), to(#9d1915));
    background-image: -o-linear-gradient(left, #9fa659, #9d1915);
    background-image: linear-gradient(to right, #9fa659, #9d1915);
}

@media (max-width: 1200px) {
    .footer {
        padding: 27px 20px;
    }
}

.footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1450px) {
    .footer__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
}

.footer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .footer-block {
        height: 42px;
    }
}

@media (max-width: 600px) {
    .footer-block {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    .footer-block:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.footer-block:first-child .footer-box:not(:last-child) {
    margin-right: 38px;
}

@media (max-width: 600px) {
    .footer-block:first-child .footer-box:not(:last-child) {
        margin-right: 15px;
    }
}

.footer-block:nth-child(2) {
    margin-left: auto;
    margin-right: 79px;
}

@media (max-width: 1450px) {
    .footer-block:nth-child(2) {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    .footer-block:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
    }
}

.footer-block:nth-child(2) a:not(:last-child) {
    margin-right: 50px;
}

@media (max-width: 600px) {
    .footer-block:nth-child(2) a:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 1200px) {
    .footer-block:last-child {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 1450px) {
    .footer-block:last-child {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-block:not(:last-child) {
        margin-bottom: 35px;
    }
}

@media (max-width: 1200px) {
    .footer-block a {
        height: 100%;
    }
    .footer-block a img {
        width: 100%;
        max-width: -moz-fit-content;
        -o-object-fit: contain;
        object-fit: contain;
        height: inherit;
    }
}

@media (max-width: 500px) {
    .footer-block a {
        width: -moz-fit-content;
    }
}

a:visited {
    /*color: #3a8980;*/
}

.scroll-to-top-button {
    position: fixed;
    top: calc(100vh - 50px);
    right: 20px;
    opacity: 0.8;
    transition: 0.3s;
    z-index: 1;
    border-radius: 4px;
}

.scroll-to-top-button.scroll-to-top-button-wb {
    position: fixed;
    top: calc(100vh - 60px);
    right: 20px;
}

.scroll-to-top-button:hover {
    opacity: 1 !important;
}

@media (max-width: 1200px) {
    .scroll-to-top-button {
        display: none;
    }
}

.agenda-details-main-picture-wb__image,
.office-committee-member-card-wb__image,
.pro-sud-team-item-wb__image,
.content-wb img,
.content-wb p,
.content-wb h1,
.content-wb h2,
.content-wb h3,
.content-wb h4,
.content-wb h5,
.content-wb span {
    filter: grayscale(1);
}

.projects-details .container,
.projects-details-wb .wb-container {
    width: 1080px;
}

.projects-details .content ul,
.projects-details-wb .content-wb ul {
    list-style: disc;
    padding-left: 2.5rem;
}

body.page-template-agenda-page .main {
    min-height: calc(100vh - 254px);
}

.main-wb {
    min-height: calc(100vh - 745px);
}

.hide {
    display: none !important;
}

.map-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 100vw;
    display: none;
    background: #000;
    z-index: 10;
}

.map-modal.map-modal--active {
    display: flex;
}

.map-modal__button {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
}

.map-modal__wrapper {
    position: relative;
    max-width: 700px;
    width: 100%;
    height: 94%;
    margin: auto;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    cursor: crosshair;
}

.map-modal__wrapper img {
    max-width: 95%;
    min-width: 95%;
    height: 97%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 850px) {
    .map-modal__wrapper {
        width: 90%;
    }
    .map-modal__button {
        top: 10px;
        right: 10px;
    }
}

.map-modal-wb {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 100vw;
    display: none;
    background: #000;
    z-index: 10;
}

.map-modal-wb.map-modal-wb--active {
    display: flex;
}

.map-modal-wb__button {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
}

.map-modal-wb__wrapper {
    position: relative;
    max-width: 700px;
    width: 100%;
    height: 94%;
    margin: auto;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    cursor: crosshair;
}

.map-modal-wb__wrapper img {
    max-width: 95%;
    min-width: 95%;
    height: 97%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
    .map-modal-wb__wrapper {
        width: 90%;
    }
    .map-modal-wb__button {
        top: 10px;
        right: 10px;
    }
}

.header-wb-socials-box__icons a {
    margin-right: 1.2rem !important;
}

.header-wb-socials-box__icons img {
    width: 25px;
}


/* button#reset-button.datetime-reset-button {
  display:none!important;
}

.datetime-reset-button {
	display:none!important;
	visibility: hidden!important;
}

.filters-form-item button {
	display:none!important;
	visibility: hidden!important;
} */

@media (max-width: 850px) {
    .projects-details .container,
    .projects-details-wb .wb-container {
        width: 100%;
    }
    .projects-details .content img,
    .projects-details-wb .content-wb img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.modal-form {
    display: none;
    position: fixed;
    top: 25%;
    max-height: 500px;
    max-width: 500px;
    width: 100%;
    left: calc(50% - 250px);
    z-index: 20;
}

.modal-fade {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a3;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}

.hid_sc {
    overflow: hidden;
}

a.close-mf {
    position: absolute;
    right: 10px;
    top: 26px;
    font-size: 26px;
    color: #000;
}


/* news page */

.news-picture-section__title-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: unset;
    top: 60px;
}

.news-picture-section-wb__title-wrapper .news-picture-section__mainNew__info {
    background: #000;
}

.news-picture-section {
    position: relative;
    margin-bottom: 60px;
}

.news-picture-section__mainNew {
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    top: 200px;
    left: 50%;
    max-width: 890px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 208px;
    grid-gap: 8px;
}

.news-picture-section__mainNew-wb.news-picture-section__mainNew {
    top: 160px;
}

.news-picture-section__mainNew img {
    max-width: 100%;
    min-height: 290px;
    object-fit: cover;
}

.news-picture-section__mainNew .news-picture-section__mainNew__info {
    background: #575756;
    padding: 30px;
}

.news-picture-section__mainNew-wb .news-picture-section__mainNew__info {
    background: #000;
}

.news-picture-section__mainNew .news-picture-section__mainNew__info .news-picture-section__mainNew__info__date {
    font-size: 21px;
    font-family: "Bebas Neue";
    color: #fff;
    margin-bottom: 26px;
}

.news-picture-section__mainNew .news-picture-section__mainNew__info .news-picture-section__mainNew__info__name {
    font-size: 26px;
    line-height: 30px;
    font-family: "Bebas Neue";
    color: #fff;
    display: flex;
    flex-direction: column;
}

.news-picture-section__title {
    color: #F2F2F2;
}

.news-n-picture-block-wb {
    height: 500px;
    position: relative;
    top: -70px;
}

.news-picture-section-wb__title-wrapper .news-picture-section__title.main-title-block-wb__title {
    z-index: 1;
    position: relative;
}

.all-news-section {
    padding: 60px 0 85px;
		padding-top: 30px;
		padding-bottom: 30px;
}

.all-news-section.all-news-section-wb {
    padding-top: 0;
}

.all-news-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 270px));
    grid-gap: 85px 55px;
    justify-content: center;
}

.all-news-section .container {
    max-width: 1260px
}

.all-news-wrap__block {
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
}

.all-news-wrap__block:nth-child(even) {
    position: relative;
    top: 28px;
}

.all-news-wrap__block__img {
    overflow: hidden;
    border-bottom: 3.5px solid #fff;
}

.all-news-wrap__block__img img {
    max-width: 100%;
    transition: 0.2s;
    object-fit: cover;
    display: block;
}

.all-news-wrap__block:hover .all-news-wrap__block__img img {
    transform: scale(1.05);
    transition: 0.2s;
}

.all-news-wrap__block .angle-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 170px;
}

.all-news-wrap__block__date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-family: "Bebas Neue";
}

.all-news-wrap__block__title {
    padding: 12px 27px;
    display: flex;
    flex-wrap:wrap;
    /* flex-direction: column; */
    background: #575756;
}

.all-news-wrap__block__title span {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    margin-right: 3px;
}
.all-news-wrap__block__title span:last-of-type{
    margin-right: 0;
}
.voir {
    text-align: center;
    height: 52px;
    width: 100%;
    max-width: 375px;
    background: #3A8980;
    color: #fff;
    font-size: 23px;
    margin: 0;
    display: block;
}

.voir-wb {
    background: #000;
    text-align: center;
    height: 52px;
    width: 100%;
    max-width: 375px;
    color: #fff;
    font-size: 23px;
    margin: 100px auto 0;
    display: block;
}

.all-news-section-wb.all-news-section .all-news-wrap__block:nth-child(even) {
    top: unset
}

.all-news-section-wb.all-news-section .all-news-wrap__block .all-news-wrap__block__title {
    align-items: center;
    background: #000;
    padding: 30px;
}

.all-news-section-wb.all-news-section .all-news-wrap__block .all-news-wrap__block__title span {
    font-size: 22px;
    line-height: 26px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
}

.all-news-section-wb.all-news-section .all-news-wrap__block {
    padding-left: 0;
}

.all-news-section-wb.all-news-section .all-news-wrap__block .all-news-wrap__block__date {
    left: 50%;
    transform: translateX(-50%);
    font-family: "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 600;
    top: -10px;
    color: #000;
}

@media screen and (max-width: 1200px) {
    .all-news-wrap {
        grid-template-columns: repeat(3, minmax(200px, 270px));
    }
}

@media screen and (max-width: 991px) {
    .all-news-wrap {
        grid-gap: 55px 30px;
    }
}

@media screen and (max-width: 850px) {
    .all-news-wrap {
        grid-template-columns: repeat(2, minmax(200px, 270px));
    }
}

@media screen and (max-width: 768px) {
    .news-picture-section__mainNew {
        grid-template-columns: 1fr;
        max-width: 460px;
    }
    .news-picture-section__mainNew .news-picture-section__mainNew__info .news-picture-section__mainNew__info__date {
        margin-bottom: 15px;
    }
    .news-picture-section__mainNew .news-picture-section__mainNew__info {
        display: flex;
        justify-content: space-between;
    }
    .news-picture-section__mainNew .news-picture-section__mainNew__info .news-picture-section__mainNew__info__name {
        text-align: right;
    }
}

@media screen and (max-width: 576px) {
    .all-news-wrap {
        grid-template-columns: repeat(1, minmax(200px, 270px));
    }
    .news-picture-section__mainNew {
        top: 150px;
    }
    .news-picture-section__title-wrapper {
        top: 40px;
    }
    .news-picture-section__mainNew .news-picture-section__mainNew__info {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .news-picture-section__mainNew .news-picture-section__mainNew__info .news-picture-section__mainNew__info__date {
        margin-bottom: 0;
    }
    .all-news-wrap__block:nth-child(even) {
        top: unset
    }
    .news-picture-section__mainNew {
        padding-left: 0;
        padding-right: 0;
    }
    .all-news-wrap {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }
    .all-news-section-wb.all-news-section .all-news-wrap__block .all-news-wrap__block__date {
        text-align: center;
    }
    .all-news-wrap__block__date {
        right: 20px;
    }
    .news-n-picture-block img.picture-block__image--mobile {
        display: block;
        object-fit: cover;
        object-position: bottom;
    }
    .news-n-picture-block {
        min-height: 660px;
    }
    .all-news-wrap__block {
        padding-left: 0;
        margin-left: -18.5px;
        margin-right: -18.5px;
    }
    .all-news-wrap__block .angle-img {
        display: none;
    }
    .all-news-wrap__block__img img {
        width: 100%;
    }
    .all-news-wrap__block__title span {
        font-size: 25px;
        line-height: 30px;
    }
    .all-news-section {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .news-picture-section__mainNew .news-picture-section__mainNew__info .news-picture-section__mainNew__info__name {
        font-size: 22px;
        text-align: right;
        line-height: 26px;
    }
    .news-picture-section__mainNew .news-picture-section__mainNew__info {
        padding: 20px 15px 15px 15px;
    }
    .all-news-wrap__block__title {
        padding: 18px 27px 13px 27px;
    }
    /* .voir-wb,
  .voir{
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  } */
    .voir-wb {
        font-family: "Segoe UI", sans-serif;
        font-weight: bold;
    }
    .news-picture-section-wb .news-picture-section__mainNew__info {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .news-picture-section-wb .news-picture-section__mainNew .news-picture-section__mainNew__info .news-picture-section__mainNew__info__name {
        text-align: center;
    }
    .news-picture-section-wb .news-picture-section__mainNew .news-picture-section__mainNew__info .news-picture-section__mainNew__info__name span {
        font-size: 22px;
        line-height: 26px;
        font-family: "Segoe UI", sans-serif;
        font-weight: 600;
    }
    .news-picture-section-wb .news-picture-section__mainNew .news-picture-section__mainNew__info .news-picture-section__mainNew__info__date {
        font-family: "Segoe UI", sans-serif;
        font-size: 22px;
        font-weight: 600;
        margin-top: 40px;
    }
    .news-picture-section__mainNew-wb.news-picture-section__mainNew {
        top: 110px;
    }
    .news-picture-section-wb__title-wrapper .news-picture-section__title.main-title-block-wb__title {
        margin-top: 50px;
    }
    .news-picture-section__mainNew {
        max-width: 100%;
    }
    .news-picture-section {
        margin-bottom: 105px;
    }
}


/*
@media (max-width: 500px) {

} */


/* newsletter page */

.newsletter-picture-section {
    padding-top: 122px;
    position: relative;
}

.newsletter-form-wrap {
    max-width: 500px;
    margin: 0 auto 195px;
}

.news-picture-section__title {
    color: #3A8980;
    margin-bottom: 120px;
}

.newsletter-form-wrap .newsletter-form {
    background: #3A8980;
    padding: 50px 30px 82px;
}

.newsletter-form-wrap .newsletter-form h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    margin-bottom: 48px;
}

.newsletter-form-wrap .newsletter-form .inf-content .inf-input:not(:last-of-type) {
    margin-bottom: 15px;
}

.newsletter-form-wrap .newsletter-form .inf-content .inf-input input {
    height: 40px;
    font-weight: 600;
}

.newsletter-form-wrap .inf-submit input {
    background: #3A8980;
    color: #fff;
    height: 41px;
    width: 172px;
    font-family: "Bebas Neue";
    font-size: 18px;
    display: block;
    margin-left: auto;
    cursor: pointer;
}

.newsletter-desc-img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 100px;
}

.newsletter-smart-img {
    display: none;
}

.newsletter-form-wrap-wb {
    max-width: 550px
}

.newsletter-form-wrap-wb .inf-submit input {
    background: #000;
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.newsletter-form-wrap-wb .newsletter-form h4 {
    font-family: "Segoe UI", sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    margin-bottom: 25px;
}

.newsletter-form-wrap-wb .newsletter-form {
    background: #000;
    padding: 45px 60px 70px;
}

.newsletter-form-wrap-wb .newsletter-form .inf-input input {
    height: 40px;
    font-size: 21px;
    font-size: 24px;
    font-weight: 600;
}

.toutes-section {
    padding-bottom: 160px;
}

.toutes-section .toutes-section-wrap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.toutes-section .toutes-section-wrap .toutes-title {
    font-family: "Bebas Neue";
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    min-height: 65px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    color: #9D1915;
    background: url(../img/band-red.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 400;
}

.toutes-section .toutes-section-wrap ul li a {
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    color: #575756;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.toutes-more {
    background: #3A8980;
    color: #fff;
    height: 41px;
    width: 172px;
    font-family: "Bebas Neue";
    font-size: 18px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 36px;
}

.toutes-section-wb .toutes-section-wrap .toutes-title {
    background: #000;
    color: #fff;
    font-family: "Segoe UI", sans-serif;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 600;
    margin-bottom: 35px;
}

.toutes-section-wb .toutes-section-wrap ul li {
    margin-bottom: 10px;
}

.toutes-section-wb .toutes-section-wrap ul li a {
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.5px;
}

.toutes-section-wb .toutes-section-wrap {
    max-width: 540px;
}

.toutes-section-wb .toutes-more {
    background: #000;
    font-family: "Segoe UI", sans-serif;
    font-size: 21px;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
    .newsletter-picture-section {
        padding-top: 70px;
    }
    .news-picture-section__title {
        margin-bottom: 231px;
    }
    .newsletter-desc-img {
        top: 40px;
        max-width: 500px;
    }
    .news-picture-section-wb .newsletter-desc-img {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .newsletter-picture-section {
        padding-top: 20px;
    }
    .newsletter-desc-img {
        top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .newsletter-desc-img {
        display: none;
    }
    .newsletter-smart-img {
        display: block;
        position: absolute;
        z-index: -1;
        top: 30px;
        max-width: 400px;
    }
    .newsletter-form-wrap .inf-submit input {
        margin-right: auto;
    }
    .newsletter-form-wrap {
        margin-bottom: 111px;
    }
    .newsletter-form-wrap .newsletter-form {
        padding: 40px 15px 55px;
        margin-bottom: 40px;
    }
    .newsletter-form-wrap .newsletter-form h4 {
        margin-bottom: 35px;
        text-align: center;
    }
    .toutes-section .toutes-section-wrap {
        max-width: 100%
    }
    .toutes-section .toutes-section-wrap ul {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }
    .toutes-section-wb .toutes-section-wrap ul {
        max-width: 460px;
    }
    .toutes-section .toutes-section-wrap ul li {
        line-height: 1;
        margin-bottom: 10px;
    }
    .toutes-more {
        margin-left: auto;
        margin-right: auto
    }
    .toutes-section .toutes-section-wrap ul li a {
        font-size: 17px;
        letter-spacing: 0.2px;
        line-height: 1;
    }
    .toutes-section {
        padding-bottom: 90px;
    }
    .main-title-block-wb h1 {
        font-size: 85px;
    }
    .toutes-section-wb .toutes-section-wrap .toutes-title {
        font-size: 24px;
    }
    .toutes-section-wb .toutes-more,
    .newsletter-form-wrap-wb .inf-submit input {
        max-width: 340px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .newsletter-picture-section__title-wrapper img {
        display: block;
    }
    .toutes-section .toutes-section-wrap .toutes-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .newsletter-smart-img {
        left: 50%;
        top: 50px;
        transform: translateX(-60%);
        max-width: 300px;
    }
}

@media screen and (max-width: 375px) {
    .main-title-block-wb h1 {
        font-size: 75px;
    }
}

.hidden-default {
    display: none !important;
}

.single-news .content p {
    min-height: 27px;
    display: block;
    margin-bottom: 30px;
}

.single-news .content h2,
.single-news .content h3,
.single-news .content h4,
.single-news .content h5,
.single-news .content h6 {
    margin-bottom: 20px;
}

@media (max-width: 1100px) {
    .projects-details__wrapper iframe {
        max-width: 100%!important;
    }
}

#filterCategory-menu {
    max-height: 300px;
    overflow-y: scroll;
}
#filterCategoryWb-menu {
    max-height: 200px;
    overflow-y: scroll;
}

#more-news {
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
}
.projects-picture-section.minell-picture-section {
  margin-bottom: 71px;
}
.minell-container {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.minell-title {
  color: #8A090F;
  font-size: 21px;
  text-align: justify;
  font-weight: 600;
  margin-bottom: 47px;
}
.minell-img-single img {
  width: 100%;
}
.minell-img-single {
  margin-bottom: 40px;
}
.minell-desc {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 51px;
  text-align: justify;

}
.minell-desc i {
  font-size: 20px;
  color: #8A090F;
  font-weight: 700;
}
.minell-list-title {
  color: #8A090F;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 13px;
}
.minell-list {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 25px;
  width: calc(100% - 15px);
}
.minell-list li {
  font-size: 20px;
  text-align: justify;
}
.minell-list li span {
  position: relative;
  left: 15px;
}
.minell-block {
  background: #31776D;
  color: #fff;
  padding: 60px 60px 65px 60px;
  font-size: 20px;
  margin-bottom: 58px;
}
.minell-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 58px;
}
.minell-img-list img {
  width: calc(50% - 15px);
  height: 246px;
  object-fit: cover;
}
.minell-desc-mult {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.minell-slider {
  margin-top: 70px;
  margin-bottom: 220px;
  position: relative;
}
.minell-slider img {
  height: 100%;
  object-fit: cover;
}
.minell-slider .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    content: '<';
    color: #8A090F;
    font-weight: 700;
    font-size: 40px;
    font-family: "Bebas Neue";
}
.minell-slider .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    content: '>';
    color: #8A090F;
    font-weight: 700;
    font-size: 40px;
    font-family: "Bebas Neue";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: calc(50% - 35px);
  left: auto;
  top: calc(100% + 15px);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: calc(50% - 35px);
  right: auto;
  top: calc(100% + 15px);
}
.minell-img-more {
  display: none;
}
.header__wrapper-bottom {
  margin-bottom: 3px;
}
.header__wrapper-bottom-link {
height: 30px;
display: flex;
align-items: center;
padding: 0 30px;
transform: skew(25deg);
-webkit-transform: skew(25deg);
   -moz-transform: skew(25deg);
     -o-transform: skew(25deg);
background: #31776D;
color: #fff;
font-family: "Bebas Neue";

}
.header__wrapper-bottom-link.active {
  background: #8A090F;
}
.header__wrapper-bottom-container {
  max-width: 1012px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.header__wrapper-bottom-inner {
  display: flex;
  /* display: none; */
  gap: 5px;
}
.header__wrapper-bottom-link span {
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
     -moz-transform: skew(-25deg);
       -o-transform: skew(-25deg);
}
.header-block-right {
  display: none;
}
.mobile-menu-blocks {
  display: none;
}
@media (max-width:500px) {
  .mobile-menu-blocks {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
    align-items: flex-start;
		align-items: center;
		display: none;
  }
  .mobile-menu-blocks .header__wrapper-bottom-link {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 48px;
  /* margin-left: -48px; */
  transform: skew(0);
  -webkit-transform: skew(0);
  -moz-transform: skew(0);
  -o-transform: skew(0);
  font-size: 16px;
}
.header__wrapper-bottom-link span {
  transform: skew(0);
  -webkit-transform: skew(0);
  -moz-transform: skew(0);
  -o-transform: skew(0);
}
  .header-block-right {
    display: flex;
position: absolute;
flex-direction: column;
align-items: center;
right: 0;
top: 50%;
transform: translateY(-50%);
gap: 7px;
  }
  .header__wrapper-bottom {
    display: none;
  }
  .header-block-right-img img {
    max-width: 75px;
    max-height: 30px;
  }
  .header-block {
    position: relative;
    padding-bottom: 25px;
}
  .projects-picture-section.minell-picture-section {
  margin-bottom: 30px;
}
.minell-title {
  text-align: left;
  margin-bottom: 31px;
}
.minell-img-single {
  margin-bottom: 18px;
  margin-left: -30px;
  margin-right: -30px;
}
.minell-desc {
  margin-bottom: 67px;
  text-align: left;
}
.minell-list li {
  text-align: left;
}
.minell-list li span {
  left: 10px;
}
.minell-list {
  width: calc(100% - 10px);
  margin-bottom: 83px;

}
.minell-block {
  padding: 74px 30px 75px;
  margin-bottom: 94px;
  margin-left: -30px;
  margin-right: -30px;
}
.minell-img-list img {
  width: 100%;
}
.minell-img-list {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 61px;
}
.minell-img-more {
  display: flex;
  height: 52px;
  background: #31776D;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 23px;
  font-family: "Bebas Neue";

}
.minell-desc-mult {
  margin-bottom: 51px;
}
.minell-slider {
  margin-top: 51px;
  margin-bottom: 116px;
}
.minell-slider img {
  height: 250px;
  width: 100%;
}
.minell-slider .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after, .minell-slider .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  font-size: 31px;
}
.footer-block:first-child .footer-box:first-child img {
  min-width: 40px;
}
.footer-block:first-child .footer-box:nth-child(2) {
  display: flex;
  justify-content: center;
}
.footer-block:first-child .footer-box:nth-child(3) {
  max-width: 60px;
}
.footer-block:last-child .footer-box {
  display: flex;
  justify-content: center;
}
.footer-block:last-child .footer-box img {
  max-width: 171px;
  width: 100%;
}
}

.pro-sud-button_section{
    margin-top: 60px;
    margin-bottom: 220px;
}

.pro-sud-button_section h2.pro-sud-team__title.title-block__title {
    color: #9d1915;
}

a.pro-sud-button{
    height: 52px;
    width: 224px;
    margin-top: 20px;
    background: #3A8980;
    font-size: 23px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    font-family: "Bebas Neue", cursive;
    position: relative;
}

a.pro-sud-button::before{
    content: '';
    display: block;
    position: absolute;
    height: 25px;
    width: 100%;
    bottom: -25px;
    background-image: url("../img/button-vert.svg");
}

a.pro-sud-button:hover{
    background-color: #9d1915;
}

a.pro-sud-button span{
    line-height: 1;
    display: block;
    height: 17px;
}

.minell-section div > table{
    max-width: 100%;
}

.minell-section div > table tr,
.minell-section div > table tr img{
    max-width: 100%;
}

@media screen and (max-width: 833px) {
    .minell-slider img,
    .minell-container img{
        max-width: 100%;
        height: auto;
    }
}

.minell-container blockquote{
    background-color: rgb(79,135,128);
    color: #FFF;
    padding: 55px;
    margin-bottom: 60px;
}

.minell-container h2{
    color: #8a090f;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 13px;
}

.minell-container h3{
    color: #8a090f;
    text-align: center;
    font-weight: 700;
    margin-bottom: 13px;
}

.minell-container ul {
    list-style-type: disc;
    padding-left: 40px;
}

.agenda-radio{
    top: 50px;
}
.filters .agenda-radio li a{
    color:#3a8980;
    font-family: "Bebas Neue", cursive;
    font-size: 16px;
    font-weight: normal;
}
.filters .agenda-radio li a:visited{
    color:#3a8980;
}
.filters .agenda-radio li a:before{
    content: '';
    display: inline-block;
    position: relative;
    left: -10px;
    top: 3px;
    width: 0.9rem;
    height: 0.9rem;
    border: 0.1rem solid #3a8980;
    background: white;
}

.filters .agenda-radio li a.active:before {
    content: '';
    display: inline-block;
    position: relative;
    left: -10px;
    top: 3px;
    width: 0.9rem;
    height: 0.9rem;
    border: 0.1rem solid #3a8980;
    background: #3a8980;
}

.filters-wb .agenda-radio li a:before{
    content: '';
    display: inline-block;
    left: 0.5rem;
    top: 0.15rem;
    width: 0.9rem;
    height: 0.9rem;
    border: 0.1rem solid black;
    background: white;
}

.filters-wb .agenda-radio li a.active:before {
    content: '';
    display: inline-block;
    left: 0.5rem;
    top: 0.15rem;
    width: 0.9rem;
    height: 0.9rem;
    border: 0.1rem solid black;
    background: black;
}

.agenda-title {
    display: flex;
    align-items: center;
}

.agenda-title .title-block-wb{
    width: auto;
}
.agenda-title .regional-development-wb__title-wrapper{
    margin-bottom: auto;
}
.projects-block__show-archives {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 4px 30px 1.2px;
    color: #3a8980;
    font-family: "Bebas Neue", cursive;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    background: url("../img/dark-green-frame.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.projects-block__show-archives:hover {
  color: #939385;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.map-picture {
  position: relative;
}
.map-picture-inner {
  max-width: 1600px;
  width: 100%;
  margin: 80px auto;
}
.map-picture .container {
  position: relative;
}
.map-parts.hidden {
  display: none;
}
.map-picture-filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  position: absolute;
  right: 200px;
  top: 200px;
}
.map-picture-filter.mob {
  display: none;
}
.map-picture-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.map-picture-checkbox+label {
  display: flex;
  align-items: center;
  gap: 25px;
  user-select: none;
  color: #3a8980;
  font-style: italic;
  font-weight: 600;
}
.map-picture-checkbox+label::before {
  content: '';
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #3a8980;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}
.map-picture-checkbox:checked+label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' fill='%233A8980'/%3E%3C/svg%3E%0A");
}
.map__title-wrapper {
  margin-bottom: 45px;
}
.map-parts-interactive image {
  cursor: pointer;
  position: relative;
  user-select: none;
}
.map-parts.map-parts-interactive g {
  position: relative;
}
.map-parts-interactive-popup {
  position: absolute;
  top: 100%;
  padding: 10px;
  border: 2px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* display: none; */
}
.webui-popover {
  width: 100%;
  max-width: 200px;
  border: 2px solid #000;
}
.webui-popover-inner {
  padding: 10px;
}
.webui-popover.bottom > .arrow, .webui-popover.bottom-right > .arrow, .webui-popover.bottom-left > .arrow {
  top: -13px;
  border-bottom-color: #000;
  border-top-width: 2px;
}
.webui-popover-title {
  padding: 0;
  border-bottom: none;
  color: #3a8980;
  font-family: "Bebas Neue";
  font-size: 18px;
  text-align: center;
  font-weight: inherit;
}
.webui-popover-content {
  font-style: italic;
  font-size: 14px;
  text-align: center;
  text-transform: none;
  font-family: "Segoe UI", sans-serif;
  padding: 0 !important;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
  overflow: hidden !important;
}
.webui-popover-link {
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  line-height: 1;
  display: block;

}
@media (max-width: 980px) {
  .map__title-wrapper {
    margin-bottom: 30px;
  }
  .map-picture-filter.mob {
    display: block;
  }
  .map-picture-filter.desktop {
    display: none;
  }
  .map .title-block--regular, .map .map__title {
    width: auto;
  }
  .map-picture-filters {
    gap: 10px;
    align-items: flex-start;
    position: relative;
    right: 0;
    top: 0;
  }
  .map-picture-checkbox + label {
    gap: 15px;
  }
  .map-picture-inner {
    margin: 40px auto;
  }
  .map-regions {
    display: none;
  }
}
@media (max-width: 960px) {
  .webui-popover {
    max-width: 100px;
    border: 1px solid #000;
  }
  .webui-popover-title {
    font-size: 15px;
  }
  .webui-popover-content {
    font-size: 10px;
    line-height: 12px;
  }
  .webui-popover-link {
    font-size: 10px;
}
}

@media (min-width: 1651px) {
	.our-region-block:first-child {
		padding-bottom: 0;
		margin-bottom: 300px;
	}

	.our-region-block:last-child {
		padding-bottom: 453px;
	}

	.our-region-block:first-child .our-region-item:first-child {
		margin-top: -355px;
	}
	.our-region-block:first-child .our-region-item:last-child {
		bottom: -291px;
	}
}

@media (max-width: 1440px) {
	.our-region-block:first-child .our-region-item:last-child {
		margin-top: -80px;
	}
}

@media (max-width: 800px) {
	.our-region-block:first-child .our-region-item:first-child {
		margin-top: 0;
	}
	.our-region-block:last-child {
		margin-bottom: 50px;
	}
	.our-region-block:first-child .our-region-item:last-child {
		margin-top: 0;
	}
}
.news-slider__item-category {
	font-size: 18px;
	font-family: "Bebas Neue";
	text-transform: uppercase;
	color: #31776D;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.news-slider__item {
	max-width: 344.5px;
	width: 100%;
}

.news-slider__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* overflow: hidden; */
}

.news-slider__item-image {
	height: 252px;
	width: 100%;
	overflow: hidden;
}

.news-slider__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease-in-out;
}

.news-slider-item__title {
	min-height: 100px;
	font-size: 22px;
	font-family: "Bebas Neue";
	text-transform: uppercase;
	background: #31776D;
	color: #fff;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.home-news-slider {
	margin-top: -110px;
	margin-bottom: 80px;
}

.news-slider__item {
	position: relative;
}

.news-slider__item > a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.news-slider__item:hover .news-slider__item-image img {
	transform: scale(1.2);
}

.home-slider__arrows > div {
	cursor: pointer;
	position: absolute;
	top: calc(50% - 40px);
}

.home-slider__arrow-right img {
	transform: rotate(180deg);
}

.home-news-slider .container {
	position: relative;
}

.home-slider__arrows {
	/* position: absolute; */

}

.home-slider__arrow-left {
	left: -100px;
}

.home-slider__arrow-right {
	right: -100px;
}

.swiper-home {
	width: 100%;
	overflow: hidden;
}

.home-slider__arrows .swiper-button-disabled {
	opacity: .4;
	pointer-events: none;
	display: none;
}

@media (max-width: 480px) {


	.swiper-home {
		width: 320px;
		margin:0;
		overflow: unset!important;
	}
	.home-news-slider .container {
		padding: 0;
	}

	.home-news-slider {
		margin-top: -20px;
	}
	.news-slider__item-category {
		padding-left: 20px;
	}
	.home-slider__arrows {
		display: none;
	}
}

.resources-picture-block-wb.notre-picture img {
	object-fit: cover;
	filter: grayscale(1);
	object-position: center;
}

.home-news-slider__wb {
	filter: grayscale(1);
}

.pro-sud-team-item__content > * {
	margin-bottom: 15px;

}

.pro-sud-team-item__content > *:last-child {
	margin-bottom: 0;
}

.pro-sud-team-item__content {
	height: max-content;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#cookie-law-info-bar {
	width: 670px!important;
	height: auto!important;
	padding-top: 53px!important;
	padding-left: 62px!important;
	padding-right: 52px!important;
	padding-bottom: 26px!important;
	/* display:none!important; */

	border: 1.5px solid #333333!important;
}

#cookie-law-info-bar h5 {
	text-align: left;
	font-size: 20px;
	color: #707070;
	font-family: "Bebas Neue", cursive;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 21px;
}

.cli-style-v2 .cli-bar-message {
	font-size: 14px;
	color: #707070;
	line-height: 19px;
	margin-bottom: 44px;
}

.cli-bar-btn_container {
	justify-content: flex-end;
	gap: 20px;
	margin-top: 0!important;
}

.cli-bar-btn_container > a:first-child {
	background: #707070!important;;
	width: 128px;
	height: 36px;
	padding: 6px 13px;
	font-size: 18px!important;;
	text-transform: uppercase;
	font-family: "Bebas Neue", cursive;
	display: flex!important;;
	align-items: center!important;;
	justify-content: center!important;;
	padding-top: 10px!important;
	color: #fff!important;
	letter-spacing: 1px;
	margin:0!important;
}

.cli-bar-btn_container > a:nth-child(2) {
	background: #3A8980!important;;
	width: 128px;
	height: 36px;
	padding: 6px 13px;
	font-size: 18px!important;;
	text-transform: uppercase;
	font-family: "Bebas Neue", cursive;
	display: flex!important;;
	align-items: center!important;;
	justify-content: center!important;;
	padding-top: 10px!important;
	color: #fff!important;
	letter-spacing: 1px;
	margin:0!important;
}

.cli-tab-container h4 {
	font-family: "Bebas Neue", cursive!important;
	font-size: 20px!important;
	color: #707070!important;
	margin-bottom: 20px!important;
}

.cli-privacy-content-text, .cli-privacy-content p {
	font-size: 14px!important;
	color: #707070!important;
	line-height: 19px!important;
	margin-bottom: 31px!important;
}

.cli-tab-header {
	background-color: #E6E6E6!important;
	padding: 8.5px 13px!important;
	border-radius: 0!important;
}


.cli-tab-header a.cli-nav-link {
	font-size: 14px!important;
	color: #707070!important;
	text-transform: uppercase!important;
}
.cli-tab-header a.cli-nav-link:before {
	display: none!important;
}

span.cli-necessary-caption {
	font-size: 14px!important;
	color: #707070!important;
}

.cli-switch .cli-slider:after {
	font-size: 14px!important;
	color: #707070!important;
	right: 72px!important;
	top: 2.5px!important;;

}

.cli-switch .cli-slider {
	background-color: #CCCCCC!important;
	width: 61px!important;
  height: 26px!important;
}
.cli-switch input:checked + .cli-slider {
	background-color: #3A8980!important;
}
.cli-tab-section {
	margin-bottom: 10px;
}
.cli-switch {
	padding-left: 58px!important;
	height: 26px!important;
	width: 61px!important;
}

.cli-switch .cli-slider:before {
	width: 21px!important;
	height: 21px!important;
	bottom: 2.5px!important;
}

.cli-switch input:checked + .cli-slider:before {
	transform: translateX(35px)!important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #3A8980!important;
	width: 193px!important;
	height: 36px!important;
	font-family: "Bebas Neue", cursive!important;
	font-size: 18px!important;
	color: #fff!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	padding: 0!important;
	padding-top: 2px!important;
}


.cli-tab-footer {
	padding: 20px 0 20px 0!important;
	display: flex;
	justify-content: flex-end;
	letter-spacing: 1px;
}

.cli-modal-content {
	padding: 34px 62px;
	border-radius: 0!important;
}

.wt-cli-cookie-description {
	font-size: 14px!important;
	color: #707070!important;
}

a.cli-privacy-readmore {
	font-size: 14px!important;
	color: #707070!important;
}

@media (max-width: 680px) {
	#cookie-law-info-bar {
		width: 300px!important;
		padding: 15px!important
	}

	#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
		justify-content: center;
	}
	.cli-style-v2 .cli-bar-message {
		margin-bottom: 20px;
	}

	.cli-modal-content {
		padding: 15px;
	}
}


#videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* соотношение сторон 16:9 для видео контейнера */
}

#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
	font-size: 34px;
	cursor: pointer;
	letter-spacing: 5px;
	zoom: 1.5;
}


section.main-video {
	margin-bottom: 80px;
}

#videoBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0000009c;
	z-index: 1;
}


@media (max-width: 900px) {
	.projects-details-content img {
		width: auto;
		max-width: 100%;

	}

	.projects-details__wrapper iframe {
		height: 481px;
	}
}

@media (max-width: 600px) {
	.page-template-agenda-page .title-block--regular h2 {
		text-align: left;
		width: 100%;
	}

	.page-template-agenda-page .regional-development__title-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}

	.page-template-agenda-page .agenda-title {
		flex-wrap: wrap;
	}

	.page-template-agenda-page .agenda-radio {
		width: 100%;
		/* padding-left: 28px; */
		margin-bottom: 55px;
	}

}


/* news styles restyle */

.slides-home-new {
	height: calc(841vw * var(--desktop));
	margin-bottom: calc(120vw * var(--desktop));

}

.home-slides__list {
	height: 100%;
}

.home-slide__item {
	height: 100%;
	width: 100%;
	position: relative;
}

.home-slide__item > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-slide__item .slide-title {
	font-size: calc(187vw * var(--desktop));
	line-height: calc(145vw* var(--desktop));
	max-width: calc(900vw * var(--desktop));
	position: absolute;
	top: calc(98vw * var(--desktop));
	left: calc(115vw * var(--desktop));
	font-family: "Bebas Neue";
	font-weight: 500;
	text-transform: uppercase;
}

.home-new-map__block {
	position: absolute;
	display: flex;
	align-items: flex-end;
	gap: calc(20vw * var(--desktop));
	max-width: calc(665vw * var(--desktop));
	left: calc(117vw * var(--desktop));
	bottom: calc(82vw * var(--desktop));
}

.home-new-map__block img {
	width: calc(109.2vw * var(--desktop));
}

.new-map__text {
	max-width: calc(527vw * var(--desktop));
	width: 100%;
	font-size: calc(24vw * var(--desktop));
	line-height: calc(26vw * var(--desktop));
	color: #fff;
	font-family: "Bebas Neue";
	font-weight: 500;
	text-transform: uppercase;
}

.home-slide__news-box {
	position: absolute;
	right: calc(115vw * var(--desktop));
	bottom: calc(85.3vw * var(--desktop));
	max-width: calc(750vw * var(--desktop));
	width: 100%;
}

.home-news__title {
	font-size: calc(66vw * var(--desktop));
	line-height: calc(79vw * var(--desktop));
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Bebas Neue";
	margin-bottom: calc(5vw * var(--desktop));
	text-align: right;
}

.home-news__categories {
	display: flex;
	max-width: calc(400vw* var(--desktop));
	width: 100%;
	justify-content: flex-end;
	gap: calc(6.2vw* var(--desktop));
	margin-bottom: calc(6.2vw* var(--desktop));
	flex-wrap: wrap;
	margin-left: auto;

}

.home-news__categories a {
	padding: calc(10vw * var(--desktop)) calc(14vw * var(--desktop));
	text-transform: uppercase;
	background: #fff;
	color: #000;
	font-family: "Bebas Neue";
	font-size: calc(27.85vw * var(--desktop));
	line-height: calc(32.42vw * var(--desktop));
	font-weight: 400;
	display: block;
	padding-bottom: calc(5vw* var(--desktop));
	transition: .3s ease-in-out;
}

.home-news__categories a:hover {
	background: #9D1915;
	color: #fff;
}

.home-slide__news-carousel {
	padding: calc(11vw * var(--desktop));
	background: #fff;
	width: 100%;
}

.home-slide__news-item {
	width: 100%;

}

.swiper-slide-home__container-inner {
	display: flex;
	gap: calc(14.7vw * var(--desktop));
	position: relative;
}

.home-slide__news-item__image {
	width: 100%;
	/* max-width: calc(478vw * var(--desktop)); */
	max-width: calc(400vw * var(--desktop));
}

.home-slide__news-item__image img {
	width: 100%;
	height: calc(260vw * var(--desktop));
	object-fit: cover;
	display: block;
}

.home-slide__news-item__link {
	position: absolute;
	right: calc(21vw * var(--desktop));
	bottom: 0;
	color: #9D1915;
	font-size: calc(11vw * var(--desktop));
	line-height: calc(13.2vw * var(--desktop));
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Bebas Neue";
}

.home-slide__news-item__content {
	/* max-width: calc(230vw * var(--desktop)); */
	max-width: calc(295vw * var(--desktop));
	width: 100%;
	padding-top: calc(15vw * var(--desktop));
}

.home-slide__news-item__content h3 {
	font-size: calc(33.5vw* var(--desktop));
    line-height: calc(31vw* var(--desktop));
	color: #9D1915;
	font-weight: 400;
	font-family: "Bebas Neue";
	margin-bottom: calc(33vw * var(--desktop));
	max-width: 93%;
}

.home-slide__news-item__content p {
	font-size: calc(14vw * var(--desktop));
	line-height: calc(16.8vw * var(--desktop));
	color: #000;
	font-family: 'Segoe UI', sans-serif;
	font-weight: 400;
}

.home-slide__item.red .slide-title, .home-slide__item.red .home-news__title {
	color: #A11915;
}

.home-slide__item.white .slide-title, .home-slide__item.white .home-news__title {
	color: #fff;
}




.swiper-pagination__home .swiper-pagination-bullet {
	width: calc(8vw * var(--desktop));
	height: calc(8vw * var(--desktop));
	border-radius: 100%;
	border: calc(1vw * var(--desktop)) solid #fff;
	background: transparent;
	opacity: 1;
	margin: 0!important;

}

.swiper-pagination__home .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination__home {
	display: flex;
	align-items: center;
	gap: calc(5vw * var(--desktop));
	position: absolute;
  bottom: calc(-20vw * var(--desktop))!important;
}

.home-slide__news-carousel .swiper-wrapper {
	gap: calc(30vw * var(--desktop));
}

.home-slide__news-item.swiper-slide-active {
	opacity: 1!important;
}

.home-slide__news-item.swiper-slide:not(.swiper-slide-active){
  opacity: 0 !important;
}

.page-template-main-page .header__wrapper-bottom {
	margin-bottom: 0;
}

#videoContainer {
	max-width: calc(1236vw * var(--desktop));
	margin: 0 auto;
	width: 100%;
	padding-bottom: 36.6%;
}

#videoContainer video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#videoBg {
	display: none;
}

#playButton {
	background-color: #575756;
	padding: 0;
	display: flex;
	width: calc(58vw * var(--desktop));
	height: calc(24vw * var(--desktop));
	font-size: calc(16vw * var(--desktop));
	align-items: center;
	justify-content: center;
	letter-spacing: calc(1vw * var(--desktop));
}

@media (max-width: 800px) {
	#videoContainer {
		max-width: 100vw;
		padding-bottom: 56.6%;
	}

	#playButton {
		width: calc(58vw* var(--mobile));
    height: calc(23vw* var(--mobile));
    font-size: calc(16vw* var(--mobile));
    height: auto;
    line-height: calc(21vw* var(--mobile));
    padding-top: calc(3vw* var(--mobile));
	}
}

.projects-groups {
	margin-bottom: 60px;
}

.projects-groups .projects-container {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.project-group-title {
	font-size: 30px;
	line-height: 36px;
	font-family: "Bebas Neue";
	color: #3A8980;
	font-weight: 500;
	text-transform: uppercase;
}

.project-group__themes {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 13px;
	justify-content: flex-start;
	max-width: 1025px;
}

.project-group__themes span {
	cursor: pointer;
}

.project-group__themes span, .project-group__themes a {
	display: block;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 4px 13px 2px 13px;
	border: 1px solid #3A8980;
	color: #999999;
	transition: .3s ease-in-out;
	font-family: "Bebas Neue";
	font-weight: 400;
}

.project-group__themes span:hover, .project-group__themes a:hover, .project-group__themes li.active span, .project-group__themes li.active a {
	background: #3A8980;
	color: #fff;
}

.projects-grid {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: unset;
	gap: 60px 55px;
}

.projects-item__block {
	height: auto;
	padding-left: 0;
	padding-right: 0;
}

.projects-item__block::before {
	display: none;
}

.projects-item__title {
	color: #9D1915;
	text-align: left;
	font-size: 25px;
	line-height: 28px;
}

.projects-item {
	position: relative;
}

.theme-block {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	/* max-height: 38px; */
	background: #3A8980;
	z-index: 2;
	color: #fff;
	display: flex;
	/* align-items: center; */
	padding-left: 10px;
	font-size: 22px;
	font-family: "Bebas Neue";
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 3px;
	/* height: auto; */
	padding-top: 10px;
	padding-bottom: 6px;
	overflow: hidden;
	transition: .3s ease-in-out;
	
}

.projects-item__picture {
	position: relative;
}
.projects-item__picture:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 1;
	opacity: 0.03;
}

.projects-item:hover .theme-block  {
	max-height: 120px;
}

.project-description {
	font-size: 17px;
	line-height: 20px;
	font-family: 'Segoe UI', sans-serif;
}


.projects-item__picture {
	height: 360px;
}

.map-text__mobile {
	display: none;
}

.projects-new__head-image {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 11px;
	padding-top: 205px;
}

.projects-picture-section__title {
	color: #3A8980!important;
}

.projects-new__head-image  img {
	width: 100%;
}

.projects-page__description {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}

.search-section {
	padding-top: 50px;
}

.title-search {
	position: relative!important;
	transform: unset!important;
	top: unset!important;
	left: unset!important;
	width: max-content!important;
	margin-bottom: 45px;
}

.events-search__results .month-news-item__button {
	background: #3a8980;
}

.search-list {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding-bottom: 150px;
}

.search-form {
	display: flex;
	flex-direction: row-reverse;
	gap: 7px;
}

.search-field {
	border-bottom: 1px solid #3A8980;
	width: 130px;
}

.search-section h1{
	font-size: 120px;
	line-height: 120px;
	text-transform: uppercase;
	color: #3A8980;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

.search-no-results {
	text-align: center;
}
body.search main {
	min-height: 69.5vh;
}

.body-wb {
	filter: grayscale(1);
}
@media (max-width: 1400px) {
	.header-search {
		display: none;
	}
}

@media (max-width: 1250px) {
	.projects-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.projects-page__description {
		padding-left: 20px;
    padding-right: 20px;
	}

	.projects-picture-section {
		margin-bottom: 75px;
	}
}
@media (max-width: 853px) {
	.projects-groups .projects-container {
		flex-direction: column;
	}

	.search-section h1 {
		font-size: 70px;
    line-height: 70px;
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media (max-width: 720px) {
	.projects-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.slides-home-new {
		height: auto;
	}

	.home-slide__item > img {
		height: 300px;
	}



	.home-slide__item .slide-title {
		font-size: 61px;
		line-height: 58px;
		left: 18px;
		top: 100px;
		max-width: 300px;
	}

	.home-new-map__block {
		bottom: unset;
		top: 10px;
		left: 20px;
	}

	.home-new-map__block img {
		width: 61px;
	}

	.home-new-map__block .new-map__text {
		display: none;
	
	}

	.map-text__mobile {
		display: block;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 40px;
		padding-top: 20px;
	}

	.map-text__mobile .new-map__text {
		display: block;
		max-width: 100%;
		font-size: 20px;
		line-height: 24px;
		color: #3A8980;
	}

	.map-text__mobile .new-map__text br {
		display: none;
	}




	.home-news__title {
		color: #A11915!important;
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 10px;
		text-align: left;
	}

	.home-news__categories {
		max-width: 100%;
		justify-content: flex-start;
		gap: 10px;
		margin-bottom: 12px;
	}

	.home-news__categories a {
		padding: 10px 15px 6px 15px!important;
		font-size: 24px;
		line-height: 24px;
		border: 1px solid #000;

	}

	.second-slide > img {
		object-position: right;
	}

	.home-slide__news-box {
		position: static;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-slide__news-carousel {
		padding: 0;
		border: 1px solid #000;
	}

	.swiper-slide-home__container-inner {
		gap: calc(14.7vw* var(--desktop));
		flex-direction: column;
		gap: 0;
	}

	.home-slide__news-item__image {
		max-width: 100%;
	}

	.home-slide__news-item__image img {
		height: 185px;
		object-fit: cover;
	}

	.home-slide__news-item__content {
		max-width: 100%;
		width: 100%;
		padding: 14px;
	}

	.home-slide__news-item__content h3 {
		max-width: 100%;
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.home-slide__news-item__content p {
		font-size: 16px;
		line-height: 18px;
	}

	.home-slide__news-item__link {
		font-size: 0;
		opacity: 0;
		width: 100%;
		height: 100%;
	}

	.swiper-pagination__home {
		bottom: -20px!important;
		gap: 5px;
		justify-content: center;
	}

	.swiper-pagination__home .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border: 1px solid #A11915;
		
	}

	.swiper-pagination__home .swiper-pagination-bullet-active {
		background: #A11915;
	}

	.slides-home-new {
		margin-bottom: 100px;
	}


}

@media (max-width: 460px) {
	.projects-item__picture {
		height: 300px;
	}

	.projects-grid {
		width: 100%;
		margin: 0;
	}

	.projects-item__title {
		font-size: 22px;
		line-height: 25px;
	}
}


.projects-grid {
	position: relative;
	
	padding-bottom: 30px;
}
.no-themes-filter {
	width: max-content;
	display: block;
	font-size: 26px;
	line-height: 38px;
	text-transform: uppercase;
	padding: 4px 13px 2px 13px;
	/* border: 1px solid #3A8980; */
	color: #3A8980;
	transition: .3s ease-in-out;
	font-family: "Bebas Neue";
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
}

@media (max-width: 760px) {
	.agenda-title {
		flex-direction: column;
		align-items: flex-start;
	}

	.agenda-radio {
		margin-bottom: 50px;
    padding-left: 15px;
	}
}

@media (max-width: 580px) {
	.no-themes-filter {
		position: static;
		margin-left: 0;
		font-size: 19px;
    line-height: 27px;
	}

	.projects-grid {
		padding-bottom: 0;
	}
}

@media (max-width: 380px) {
	.no-themes-filter {
		width: auto;
		text-align: center;
	}
}