*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 3px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #E4E4E4;
    border-radius: 3px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #cecece;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'), url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.eot');
    src: local('Proxima Nova Light'), local('ProximaNova-Light'), url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaT-Thin.eot');
    src: local('Proxima NovaT Thin'), local('ProximaNovaT-Thin'), url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaT-Thin.woff') format('woff'), url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
body {
    font-family: 'Proxima Nova';
    line-height: 1.3;
    color: #000000;
	background: #ffffff;
}
.alert {
	display:none;
}
.reset {

}
.loupe {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background: url(../imgs/loupe.svg) center no-repeat, #EF361B;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 100;
    font-size: 0;
}
.loupe:hover {
    background: url(../imgs/loupe.svg) center no-repeat, #db341b;
}
section {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}
section .container {
    max-width: 1140px;
    width: 100%;
}
.head {}
.head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
}
.head .container .logo {}
.head .container .logo img {
    margin-left: 10px;
}
.head .container .id2 {}
.header {
    background: #474D5E;
    width: 100%;
    margin: 0;
    padding-bottom: 80px;
    padding-top: 30px;
    position: relative;
    height: 610px;
    overflow: hidden;
}
.header .container {color: #ffffff;margin-left: 10px;margin-right: 10px;position: relative;}
.header .container .logo {max-width: 400px;margin-top: 15px;}
.header .container .logo img {
    max-width: 256px;
    width: 100%;
}
.header .container h1 {
    font-size: 34px;
    font-weight: 400;
    max-width: 400px;
    margin-top: 140px;
    margin-bottom: 25px;
}
.header .container p {
    font-size: 20px;
    max-width: 400px;
    line-height: 1.5;
}


.header_inner {
    height: 220px;
}
.header .container .buttons_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    max-width: 420px;
}
.header .container .buttons_header .btn {
    height: 32px;
    width: 100%;
    font-size: 16px;
    max-width: 240px;
    margin-top: 50px;
    flex: 0 0 49%;
}
.header .container .buttons_header .btn_white {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
}
.header .container .buttons_header .btn_white:hover {
	border: 1px solid #ffffff;
    color: #000000;
    background: #ffffff;
}
.add {
    margin-top: 90px;
    margin-bottom: 200px;
}
.add .container {}
.add .container h1 {
	font-size: 18px;
	margin-bottom:1em;
	}
.add .container p {
    max-width: 840px;
    margin: 1em 0 2em;
}
.btn {
    border: 1px solid #0278FF;
    color: #ffffff;
    background: #0278FF;
    border-radius: 3px;
    cursor:pointer;
    text-decoration:none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn:hover {
    background: #0095FF;
    border: 1px solid #0095FF;
    color: #ffffff;
}
.btn_white {
    color:#0278FF;
    background:#ffffff;
}
.btn_white:hover {
    background: #0278FF;
    border: 1px solid #0278FF;
}
.btn_big {
    height: 58px;
    max-width: 400px;
    width: 100%;
}
.add .container p.btn {
    height:32px;
    max-width:240px;
}
.post {
    margin-top: 90px;
    margin-bottom: 100px;
}
.post .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 1em;
}
.post .container .wrap {
    flex: 0 0 calc(50% - 0.5em);
}
.post .container .wrap.left {
    max-width: 590px;
}
.post .container .wrap.right {
    max-width: 460px;
}
.post .container .wrap.right .feedback {
    padding: 30px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    margin-top: 20px;
    height: 575px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post .container p {
    margin: 0;
    max-width: none;
}
.post .container .title {
    color:#0278FF;
    font-size:34px;
    font-weight:700;
    margin: 0.5em 0;
    line-height: 1;
}
.post .container .text {
    margin: 2em 0;
}
.post .container .text p {
    margin: 0.5em 0;
}
.post .container .price {
    font-size:24px;
    font-weight:600;
}
.post .container .buttons {
    display: flex;
    flex-wrap: wrap;
}
.post .container .buttons a {
    margin-right: 20px;
    cursor: pointer;
}
.post .container .edit_button {
    color: #0278FF;
    margin-bottom: 25px;
    display: block;
    position: relative;
    width: fit-content;
    padding-left: 20px;
    text-decoration: none;
}
.post .container .edit_button:after {
    content:'';
    display:block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../imgs/icons8-edit.svg) center no-repeat;
    left: 0;
    top: 0;
    background-size: contain;
}
.post .container .delete_button {
    color: #ef361b;
    margin-bottom: 25px;
    display: block;
    position: relative;
    width: fit-content;
    padding-left: 20px;
    text-decoration: none;
}
.post .container .delete_button:after {
    content:'';
    display:block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../imgs/delete.svg) center no-repeat;
    left: 0;
    top: 0;
    background-size: contain;
}
.post .container .preheader {
    font-size:18px;
}
.post .container .detail_item {
    margin-bottom: 2em;
    margin-top: 2em;
}
.post .container .detail_item .detail_item_name {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}
.post .container .detail_item .detail_item_description {}
.post .container .detail_item .detail_item_description p {
    margin: 0.5em 0;
}
.post .container .detail_item .detail_item_description p a {
    color: #0278FF;
}
.post .container .wrap.courses {
    flex: 0 0 100%;
}
.post .container .wrap.courses h4 {}
.post .container .wrap.courses ul {
    padding: 0;
    margin: 0;
}
.post .container .wrap.courses ul li {
    list-style: none;
    margin: 1em 0;
}
.post .container .wrap.courses ul li a {
    color: #0278FF;
}
.post .container .wrap.vacancies {
    flex: 0 0 100%;
}
.post .container .wrap.vacancies h4 {
    color: #20283C;
    font-size: 25px;
    text-align: center;
    margin: 3em 0 2em;
}
.post .container .wrap.vacancies h4 span {
    white-space: nowrap;
}
.post .container .wrap.vacancies .tils.posts {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: flex-start;
}
.post .container .wrap.vacancies .tils.posts .item {
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    flex: 0 0 calc(25% - 0.75em);
    color: #20283C;
    max-width: 275px;
    min-width: 220px;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
}
.post .container .wrap.vacancies .tils.posts .item:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
}
.post .container .wrap.vacancies .tils.posts .item .date {
    font-size: 14px;
    margin: 10px 15px;
}
.post .container .wrap.vacancies .tils.posts .item h3 {
    font-size: 16px;
    color: #027AFF;
    margin: 10px 15px;
    height: 21px;
    overflow: hidden;
}
.post .container .wrap.vacancies .tils.posts .item .org_title {
    height: 19px;
    font-size: 14px;
    margin: 10px 15px;
    overflow: hidden;
}
.post .container .wrap.vacancies .tils.posts .item .excerpt {
    font-size: 14px;
    margin: 25px 15px 10px;
    height: 90px;
    overflow: hidden;
}
.post .container .wrap.vacancies .tils.posts .item .excerpt ul, .post .container .wrap.vacancies .tils.posts .item .excerpt ol {
    padding: 0;
    margin: 0;
}
.post .container .wrap.vacancies .tils.posts .item .excerpt ul li, .post .container .wrap.vacancies .tils.posts .item .excerpt ol li {
    list-style: none;
}
.post .container .wrap.vacancies .tils.posts .item .button {
    padding: 10px 15px;
    border-top: 1px solid #E6E6E6;
}
.post .container .wrap.vacancies .tils.posts .item .button .btn {
    height: 32px;
    width: 100%;
    font-size: 16px;
}
.post .container .wrap.vacancies .show_all {
    margin: 3em 0;
    width: 100%;
}
.post .container .wrap.vacancies .show_all .button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post .container .wrap.vacancies .show_all .button .btn {
    height: 60px;
    width: 100%;
    max-width: 400px;
    color: #353C4C;
    border: 1px solid #353C4C;
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
}
.post .container .wrap.vacancies .show_all .button .btn:hover {
    color: #ffffff;
    background: #0278ff;
    border: 1px solid #0278ff;
}
.feedback {}
.feedback form {
    display: flex;
    flex-wrap: wrap;
}
.feedback form h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.feedback form .input {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.feedback form .input .error {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #ef361b;
    padding-left: 10px;
}
.feedback form .input label {
    font-size: 16px;
    flex: 0 0 100%;
    width: 100%;
}
.feedback form .input input, .feedback form .input textarea {
    flex: 0 0 100%;
    width: 100%;
    border: 1px solid #BEC1C8;
    border-radius: 3px;
}
.feedback form .input input {height: 48px;padding: 0 0 0 10px;}
.feedback form .input textarea {
    padding: 10px 0 0 10px;
    height: 100px;
}
.feedback form .input .warning {
    position: absolute;
    color: #ef361b;
    top: 22px;
    font-size: 14px;
    left: 10px;
    display: none;
}
.feedback form .notification {
    font-size: 13px;
}
.feedback form .btn {
    width: 100%;
    height: 48px;
    margin-top: 20px;
}
.feedback .feedback_formresult {display: flex;flex-wrap: wrap;flex: 0 0 100%;}
.feedback .feedback_formresult p {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    color: #0278FF;
    margin-top: 30px;
    text-align: center;
}
.shadow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.shadow .feedback_noauth_warning {
	max-width: 460px;
	background: #474D5E;
	color: #ffffff;
	font-size: 23px;
	padding: 40px;
	font-weight: 100;
	border-radius: 5px;
	position: relative;
}
.shadow .delete_warning {
    max-width: 460px;
	background: #474D5E;
	color: #ffffff;
	font-size: 23px;
	padding: 40px;
	font-weight: 100;
	border-radius: 5px;
	position: relative;
}
.shadow .delete_warning p {
	text-align:center;
}
.shadow .delete_warning .delete_form {
    display: flex;
    gap: 0.5em;
    margin: 1em 0 0;
    justify-content: center;
}
.shadow .delete_warning .delete_form .btn {
	height: 45px;
	width: 75px;
}
.shadow .delete_warning .delete_form .btn.yes {
    border: 1px solid #EF361B;
    background: #EF361B;
}
.shadow .delete_warning .delete_form .btn.yes:hover {
    background: #db341b;
    border: 1px solid #EF361B;
}
.shadow .delete_warning .delete_form .btn.no {
    border: 1px solid #ffffff;
    background: transparent;
}
.shadow .delete_warning .delete_form .btn.no:hover {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #000;
}
.shadow .delete_warning .buttons {
	display: flex;
    gap: 0.5em;
    margin: 1em 0 0;
    justify-content: center;
}
.shadow .delete_warning .buttons .btn {
	height: 45px;
	padding:0 10px;
}
.shadow .delete_warning .buttons .btn.to_main {}
.shadow .delete_warning .buttons .btn.add_post {
	border: 1px solid #ffffff;
    background: transparent;
}
.shadow .delete_warning .buttons .btn.add_post:hover {
	border: 1px solid #ffffff;
    background: #ffffff;
    color: #000;
}
.shadow .feedback_noauth_warning p {}
.shadow .feedback_noauth_warning p a {
	border-bottom: 1px dotted #ffffff;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
}
.shadow .feedback_noauth_warning .close_warning {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1em;
    font-size: 60px;
    font-weight: 100;
    width: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.shadow .feedback_noauth_warning .close_warning:hover {
	transform: rotate(135deg);
}
.main {}
.main .container {}
.main .container h1 {
    font-size: 25px;
    text-align: center;
    margin: 1em 0 2em;
    color: #20283C;
}
.main .container .tils {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: flex-start;
}
.main .container .tils h1 {
    display:none;
}
.tils.posts {}
.main .container .tils .item {
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    flex: 0 0 calc(25% - 0.75em);
    color: #20283C;
    max-width: 275px;
    min-width:220px;
    text-decoration: none;
    display: block;
    transition:all 0.2s;
}
.main .container .tils .item:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
}
.main .container .tils .item .date {
    font-size: 14px;
    margin: 10px 15px;
}
.main .container .tils .item h3 {
    font-size: 16px;
    color: #027AFF;
    margin: 10px 15px;
    height: 21px;
    overflow: hidden;
}
.main .container .tils .item .org_title {
    height: 19px;
    font-size: 14px;
    margin: 10px 15px;
    overflow: hidden;
}
.main .container .tils .item .excerpt {
    font-size: 14px;
    margin: 25px 15px 10px;
    height: 90px;
    overflow: hidden;
}
.main .container .tils .item .excerpt ul, .main .container .tils .item .excerpt ol {
    padding: 0;
    margin: 0;
}
.main .container .tils .item .excerpt ul li, .main .container .tils .item .excerpt ol li {
    list-style: none;
}
.main .container .tils .item .button {
    padding: 10px 15px;
    border-top: 1px solid #E6E6E6;
}
.main .container .tils .item .button .btn {
    height: 32px;
    width: 100%;
    font-size: 16px;
}
.paginator {
    margin: 3em 0;
}
.paginator .facetwp-facet-paginator {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginator .facetwp-facet-paginator button {
    height: 60px;
    width: 100%;
    max-width: 400px;
    color: #353C4C;
    border: 1px solid #353C4C;
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
}
.paginator .facetwp-facet-paginator button:hover {
    color: #ffffff;
    background: #0278ff;
    border: 1px solid #0278ff;
}
.show_filter_mobile {
    display: none;
    width: 100%;
    max-width: 350px;
    margin: -25px auto 0;
    font-size: 18px;
    background: #EF361B;
    color: #ffffff;
    border: none;
    height: 55px;
    border-radius: 70px;
    cursor: pointer;
    position: relative;
}
.filter_inputs {
    margin: -47px 10px 60px;
}
.filter_inputs .container {
    position: relative;
}
.filter_inputs .container .filter {
    position: relative;
}
.filter_inputs .container .filter .close_filter_mobile {
    display: none;
}
.filter_inputs .container .filter .open_filter_bg {
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 235px;
    z-index: 1;
    top: 40px;
    left: 0;
    border-radius: 0 0 70px 70px;
    border: 1px solid #c4c4c4;
    display: none;
    transition:all 0.3s;
}
.filter_inputs .container .filter .open_filter_bg .filter_collapse {
    position: absolute;
    right: 65px;
    bottom: 0;
    font-size: 13px;
    color: #ababab;
    text-decoration: underline;
    cursor: pointer;
    height: 20px;
}
.filter_inputs .container .filter .open_filter_bg.open {
    display: block;
}
.filter_inputs .container .filter .filter_header {
    display: flex;
    flex-wrap: wrap;
    height: 94px;
    border: 1px solid #C4C4C4;
    border-radius: 70px;
    position: relative;
    z-index: 10;
    background: #ffffff;
}
.filter_inputs .container .filter .filter_header .filter_header_item {
    width: 200px;
    padding: 15px 0 0 20px;
    position:relative;
}
.filter_inputs .container .filter .filter_header .filter_header_item.filter_title {
    width: 280px;
    padding: 15px 15px 0 40px;
}
.filter_inputs .container .filter .filter_header .filter_header_item:before {
    content:'';
    width:1px;
    height: 75px;
    background: #C4C4C4;
    position:absolute;
    display: block;
    left: 0;
    top: 8px;
}
.filter_inputs .container .filter .filter_header .filter_header_item:after {
    content:'';
    width: 20px;
    height: 75px;
    position:absolute;
    display: block;
    right: 0;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.filter_inputs .container .filter .filter_header .filter_header_item.filter_pay:after {
    display:none;
}
.filter_inputs .container .filter .filter_header .filter_header_item:first-child:before {
    display:none;
}
.filter_inputs .container .filter .filter_header .filter_header_item .h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.filter_inputs .container .filter .filter_header .filter_header_item .value {}
.filter_inputs .container .filter .filter_header .filter_header_item .value input {
    width: 100%;
    color: #808080;
    font-size: 16px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #BEC1C8;
    padding: 0 0 0 5px;
}
.filter_inputs .container .filter .filter_header .filter_header_item.filter_title .value input:hover {
    border: 1px solid #838487;
}
.filter_inputs .container .filter .filter_header .filter_header_item .value input:read-only {
    border: none;
    padding: 0;
    cursor: pointer;
}
.filter_inputs .container .filter .filter_header .filter_header_item .options_wrap {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 15px 5px 0 20px;
    top: 93px;
    z-index: 100;
    display: none;
    transition:all 0.3s;
}
.filter_inputs .container .filter .filter_header .filter_header_item .options_wrap.open {
    display: block;
}
.filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options {
    height: 150px;
    overflow: auto;
}
.filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options .option {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1;
    cursor: pointer;
}
.filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options .option.selected {
    font-weight:bold;
}
.filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options:before {
    content: '';
    width: 1px;
    height: 150px;
    background: #C4C4C4;
    position: absolute;
    display: block;
    left: 0;
    top: 15px;
}
.filter_inner_inputs {}
.filter_inner_inputs .filter_inner_title {
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.map {display: flex;justify-content: flex-end;height: 500px;position: absolute;right: calc(50% - 680px);z-index: 1;}
.group {}
.dropfill {
    fill: #8c909b!important;
}
.geotag {
    position: absolute;
}
.geotag.group_0 {
    left: 35px;
    top: 172px;
}
.geotag.group_1 {
    left: 110px;
    bottom: 250px;
}
.geotag.group_2 {
    left: 86px;
    bottom: 143px;
}
.geotag.group_3 {
    left: 65px;
    bottom: 70px;
}
.geotag.group_4 {
    left: 240px;
    bottom: 140px;
}
.geotag.group_5 {
    bottom: 100px;
    left: 320px;
}
.geotag.group_6 {
    left: 400px;
    bottom: 150px;
}
.geotag.group_7 {
    left: 470px;
    bottom: 70px;
}
.geotag.group_8 {
    bottom: 175px;
    right: 175px;
}
.geotag.group_9 {
    top: 135px;
    right: 120px;
}
.geotag.group_10 {
    left: 115px;
    bottom: 195px;
}
.geotag.group_11 {
    left: 14px;
    bottom: 138px;
}
.geotag.group_12 {
	opacity:0;
    left: 0;
    top: 0;
}
.geotag span {
    font-size: 11px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 14px;
    cursor: default;
}
.geotag:hover .geotag_bg {
    fill: #FF4433;
}
.geotag_bg {
    fill: #027AFF;
}
.geotag_bg.active {
    fill: #FF4433;
}
.group_geotag {
    position: absolute;
    background: rgba(136, 136, 136, 0.9);
    font-size: 14px;
    color: #ffffff;
    z-index: 10000000;
    width: max-content;
    padding: 10px;
    border-radius: 3px;
    display:none;
}
.map_region {
    display:none;
}
.geotag:hover .group_geotag {
    display:block;
}
.geotag .group_geotag .map_region {
    display:block;
    cursor:pointer;
}
.geotag .group_geotag .map_region:hover {
    text-decoration:underline;
}


.footer {margin-bottom: 60px;border-top: 1px solid #E6E6E6;margin-left: 0;margin-right: 0;margin-top: 80px;}
.footer .container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 45px;
}
.footer .container .left {
    flex: 0 0 35%;
}
.footer .container .left .logo {
    max-width: 160px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.footer .container .left .links {
    display: flex;
    flex-wrap: wrap;
}
.footer .container .left .links li {
    flex: 0 0 100%;
}
.footer .container .left .links li a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    line-height: 1;
}
.footer .container .menu-footer_buttons-container {
}
.footer .container .right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    flex: 0 0 65%;
    justify-content: flex-end;
    align-content: flex-start;
}
.footer .container .right a {
    display: flex;
    width: fit-content;
    font-size: 14px;
    color: #027AFF;
    text-decoration: none;
    border: 1px solid #027AFF;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    height: 32px;
    border-radius: 3px;
    transition: all 0.3s;
    line-height: 1;
}
.footer .container .right a:hover {
    background: #027AFF;
    color: #ffffff;
}
.footer .container .social {
    flex: 0 0 100%;
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.footer .container .social a {
    display: block;
    width: 29px;
    height: 29px;
    background: red;
}
.footer .container .social a:hover {
    opacity:0.8;
}
.footer .container .social a.in {
    background: url(../imgs/in.svg) center no-repeat;
}
.footer .container .social a.yt {background: url(../imgs/yt.svg) center no-repeat;}
.footer .container .social a.vk {
    background: url(../imgs/vk.svg) center no-repeat;
}
.footer .container .social a.st {background: url(../imgs/st.svg) center no-repeat;}
.footer .container .social a.tg {background: url(../imgs/tg.svg) center no-repeat;}

.courses_main {}
.courses_main .container {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: flex-start;
}
.courses_main .container h2 {
    font-size: 25px;
    flex: 0 0 100%;
    text-align: center;
    color: #20283C;
    margin-bottom: 1em;
}
.courses_main .container .item {
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    flex: 0 0 calc(25% - 0.75em);
    color: #20283C;
    max-width: 275px;
    min-width: 220px;
    text-decoration: none;
    display: block;
    transition:all 0.2s;
}
.courses_main .container .item:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
}
.courses_main .container .item .title {
    padding: 10px 15px;
    background: #84D2E1;
    color: #ffffff;
    height: 130px;
}
.courses_main .container .item .title h3 {
    font-size: 18px;
    line-height: 1.2;
}
.courses_main .container .item .excerpt {font-size: 14px;margin: 25px 15px 10px;height: 90px;overflow: hidden;}
.courses_main .container .item .excerpt p {}
.courses_main .container .item .button {
    padding: 10px 15px;
    border-top: 1px solid #E6E6E6;
}
.courses_main .container .item .button .btn {
    height: 32px;
    width: 100%;
    font-size: 16px;
}
.courses_main .container .show_more {
    margin: 3em 0;
    width: 100%;
}
.courses_main .container .show_more .button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.courses_main .container .show_more .button .btn {
    height: 60px;
    width: 100%;
    max-width: 400px;
    color: #353C4C;
    border: 1px solid #353C4C;
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
}
.courses_main .container .show_more .button .btn:hover {
    color: #ffffff;
    background: #0278ff;
    border: 1px solid #0278ff;
}

.error_404 {}
.error_404 .container {}
.error_404 .container p {
    margin-bottom: 1em;
}
.error_404 .container p a {
    color: #027AFF;
}
.error_404 .container iframe {
    width: 100%;
    height: 500px;
    margin: 3em 0 0;
    border: 7px solid #474d5e;
}
.page {}
.page .container {}
.page .container h1 {
	margin: 1em 0;
}
.page .container p {
	margin-bottom: 2em;
    line-height: 1.4;
}

@media all and (max-width:1330px) {
    .map {
        transform: scale(0.9);
        right: calc(50% - 600px);
    }
}
@media all and (max-width:1140px) {
    .map {
        transform: scale(0.8);
    }
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_title {
        width: 210px;
        padding: 15px 10px 0 30px;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item {
        width: auto;
        padding: 15px 0 0 10px;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .options_wrap {
        padding: 15px 5px 0 10px;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .h3 {
        font-size:18px;
    }
    .footer .container .menu-footer_buttons-container {
    order: 1;
    margin-bottom: 2em;
    flex: 0 0 100%;
    }
    .footer .container .right {
    justify-content: flex-start;
    }
    .footer .container .left {
    order: 2;
    flex: 0 0 100%;
    }
    .footer .container .social {
    order: 3;
    }
}
@media all and (max-width:1000px) {
    .header {
        height: auto;
        padding-top: 0;
    }
    .header_inner {
    padding-bottom: 60px;
    }
    .header .container {}
    .header .container .logo {
        max-width:200px;
        margin-top: 30px;
    }
    .header .container h1 {
        font-size: 30px;
        margin-top: 50px;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }
    .header .container p {
        font-size: 14px;
        position: relative;
        z-index: 1;
    }
    .header .container .btn {
        position: relative;
        z-index: 1;
    }
    .show_filter_mobile {
        display: block;
    }
    .map {
        transform: scale(1);
        height: auto;
        width: 100%;
        right: auto;
        justify-content: center;
        z-index: 0;
    }
    .map .geotag {
        display:none;
    }
    .main .container .tils {
        justify-content: center;
    }
    .reset {}
    .loupe {position: relative;font-size: 18px;background: #027AFF;color: #ffffff;height: 46px;width: 100%;border-radius: 3px;top: auto;right: auto;max-width: 400px;margin-bottom: 30px;margin-left: 10px;margin-right: 10px;}
    .loupe:hover {
        background: #0095FF;
    }
    .filter_inputs {
        margin: -25px 10px 30px;
    }
    .filter_inputs .container {
    position: inherit;
    }
    .filter_inputs .container .filter {position: absolute;top: 0;left: 0;width: 100%;background: #ffffff;display: none;flex-wrap: wrap;justify-content: center;box-shadow: 0 0 20px 0 #ababab;}
    .filter_inputs .container .filter.show_mobile {
        display:flex;
        z-index: 1;
    }
    .filter_inputs .container .filter .close_filter_mobile {
        transition: all 0.3s;
        position: absolute;
        top: 25px;
        right: 25px;
        cursor: pointer;
        display: block;
        width: 34px;
        height: 34px;
        z-index: 100;
    }
    .filter_inputs .container .filter .close_filter_mobile:hover {
        opacity: 0.5;
    }
    .filter_inputs .container .filter .open_filter_bg {
        z-index: 1000;
        border: none;
        border-radius: 0;
        width: auto;
        height: auto;
        position: absolute;
        top: auto;
        left: auto;
        display: block;
        bottom: 25px;
        right: 30px;
    }
    .filter_inputs .container .filter .open_filter_bg .filter_collapse {
        display: block;
        position: relative;
        right: auto;
    }
    .filter_inputs .container .filter .open_filter_bg.open {
    }
    .filter_inputs .container .filter .filter_header {
        height: auto;
        border-radius: 0;
        border: none;
        padding: 0 10px;
        gap: 1em;
        width: 100%;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item {
        padding: 0 0 20px 0;
        flex: 0 0 calc(50% - 0.5em);
        border-bottom: 1px solid #C4C4C4;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_title {
        width: auto;
        flex: 0 0 100%;
        padding: 20px 0 20px 0;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_schedule, .filter_inputs .container .filter .filter_header .filter_header_item.filter_pay {
        border-bottom:none;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item:before {
        display: none;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item:after {}
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_pay:after {}
    .filter_inputs .container .filter .filter_header .filter_header_item:first-child:before {}
    .filter_inputs .container .filter .filter_header .filter_header_item .h3 {
        margin-bottom: 20px;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .value {
        visibility: hidden;
        height: 0;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_title .value {
        visibility: visible;
        height: auto;
    }
	.filter_inputs .container .filter .filter_header .filter_header_item.filter_pay .value {
        visibility: visible;
        height: auto;
		margin-bottom: 1em;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .value input {
        max-width: 300px;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_title .value input:hover {}
    .filter_inputs .container .filter .filter_header .filter_header_item .value input:read-only {}
    .filter_inputs .container .filter .filter_header .filter_header_item .options_wrap {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .options_wrap.open {}
    .filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options {
        height: 215px;
        padding: 5px 0 0;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options .option {
        position: relative;
        margin-bottom: 20px;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_region .options_wrap .options .option {
        color: #808080;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options .option:after {
        display:block;
        content:'';
        width: 23px;
        height: 23px;
        background: #ffffff;
        position:absolute;
        right: 0;
        top: -3px;
        border: 1px solid #C4C4C4;
        border-radius: 50%;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options .option.selected:after {
        background: url(../imgs/check.svg) center no-repeat, #027AFF;
        border:1px solid #027AFF;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_region .options_wrap .options .option:after {
        display:none;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options .option.selected {}
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_region .options_wrap .options .option.selected {
        color:#000000;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item .options_wrap .options:before {
        display: none;
    }
    .filter_inner_inputs .filter_inner_title {
         display: none;
    }
    .courses_main .container {
    justify-content:center;
    }
    .post .container .wrap.vacancies .tils.posts {
    justify-content:center;
    }
}

@media all and (max-width:800px) {
    .post .container {
        justify-content:center;
    }
    .post .container .wrap {
        flex: 0 0 100%;
    }
    .post .container .wrap.left {
        max-width: none;
        order:1;
    }
    .post .container .wrap.right {
        order:2;
    }
    .post .container .wrap.courses {
        order: 3;
        margin-top: 2em;
    }
    .post .container .wrap.vacancies {
        order: 4;
    }
}
@media all and (max-width:600px) {
    .filter_inputs .container .filter .open_filter_bg, .filter_inputs .container .filter .open_filter_bg.open {
        display:none;
    }
    .footer .container .left {
        flex:0 0 100%;
        order:2;
    }
    .footer .container .menu-footer_buttons-container {}
    .footer .container .right {
        flex:0 0 100%;
        order:1;
        justify-content: flex-start;
    }
    .footer .container .social {
        order:3;
    }
}

@media all and (max-width:500px) {
    .filter_inputs .container .filter .filter_header .filter_header_item {
        flex:0 0 100%;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_title {
        padding: 60px 0 20px 0;
    }
    .filter_inputs .container .filter .filter_header .filter_header_item.filter_schedule {
        border-bottom:1px solid #c4c4c4;
    }
    .main .container .tils .item {
    max-width: 380px;
    flex: 0 0 100%;
    }
    .courses_main .container .item {
    max-width: 380px;
    flex: 0 0 100%;
    }
    .post .container .wrap.vacancies .tils.posts .item {
    max-width: 380px;
    flex: 0 0 100%;
    }
    .post .container .wrap.vacancies h4 span {
    white-space: break-spaces;
    }
}

@media all and (max-width:450px) {
	.post .container .preheader {
    font-size: 14px;
	}
	.post .container .title {
    font-size: 26px;
	}
	.post .container .wrap.right .feedback {
    padding: 0;
    border: none;
	}
	.header .container .buttons_header {
	margin-top: 30px;
	}
	.header .container .buttons_header .btn {
	margin-top: 10px;
    flex: 0 0 100%;
	}
}

@media all and (max-width:380px) {
    .show_filter_mobile {
        margin: -25px 10px 0;
        max-width: none;
        width: calc(100% - 20px);
    }
}