/*
Theme Name: CJE
Author: Demchco
Author URI: https://demch.co
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
	font-family: "AtypRegular";
	src: url("fonts/atypdisplay-regular-webfont.eot");
	src: url("fonts/atypdisplay-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/atypdisplay-regular-webfont.woff2") format("woff2"), url("fonts/atypdisplay-regular-webfont.woff") format("woff"), url("fonts/atypdisplay-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "AtypMedium";
	src: url("fonts/atypdisplay-medium-webfont.eot");
	src: url("fonts/atypdisplay-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/atypdisplay-medium-webfont.woff2") format("woff2"), url("fonts/atypdisplay-medium-webfont.woff") format("woff"), url("fonts/atypdisplay-medium-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "AtypSemibold";
	src: url("fonts/atypdisplay-semibold-webfont.eot");
	src: url("fonts/atypdisplay-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/atypdisplay-semibold-webfont.woff2") format("woff2"), url("fonts/atypdisplay-semibold-webfont.woff") format("woff"), url("fonts/atypdisplay-semibold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* NORMALIZE */
/* ================================================ */
html,
body,
div,
span,
applet,
main,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
main,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

input,
textarea {
	outline: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

input[type=button],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
}

button {
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
}

td,
form {
	margin: 0px;
	padding: 0px;
}

a {
	transition: all 0.3s linear;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

*:before,
*:after {
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}*/
input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

body,
input {
	font-family: AtypRegular;
	color: #000000;
	letter-spacing: 0.02em;
}

strong {
	font-weight: bold;
}

a {
	color: #000000;
}
a:hover {
	color: #F15E3D;
}

.mt-auto {
	margin-top: auto;
}

.ta-center {
	text-align: center;
}

.base-wrap {
	position: relative;
	max-width: 1366px;
	width: 100%;
	padding: 0 70px;
	margin: 0 auto;
}
@media (max-width: 1023px) {
	.base-wrap {
		padding: 0 40px;
	}
}
@media (max-width: 767px) {
	.base-wrap {
		padding: 0 15px;
	}
}
.base-wrap.single-page {
	max-width: 944px;
}
.base-wrap.middle-width {
	max-width: 1154px;
}

.single-content-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.svg-wrap {
	width: 100%;
	height: 100%;
}

.link-arrow {
	position: relative;
	display: flex;
	font-family: AtypMedium;
	font-size: 16px;
	line-height: 23px;
}
@media (max-width: 1365px) {
	.link-arrow {
		font-size: 14px;
		line-height: 20px;
	}
}
.link-arrow svg {
	position: relative;
	display: block;
	width: 7px;
	height: 12px;
	top: 8px;
	right: 0;
	fill: #F15E3D;
	margin-left: 10px;
}
@media (max-width: 1365px) {
	.link-arrow svg {
		top: 6px;
	}
}
@media (max-width: 1023px) {
	.link-arrow svg {
		top: 7px;
	}
}
@media (max-width: 767px) {
	.link-arrow svg {
		width: 6px;
		height: 10px;
	}
}
@media (max-width: 479px) {
	.link-arrow.codex {
		margin-top: 20px;
	}
}

section {
	position: relative;
	padding: 80px 0;
}
@media (max-width: 1365px) {
	section {
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	section {
		padding: 50px 0;
	}
}
section.no-bottom {
	padding-bottom: unset !important;
}
section.archive {
	padding: 70px 0 80px;
}
@media (max-width: 1365px) {
	section.archive {
		padding: 60px 0 70px;
	}
}
@media (max-width: 1023px) {
	section.archive {
		padding: 40px 0 60px;
	}
}
@media (max-width: 767px) {
	section.archive {
		padding-bottom: 50px;
	}
}
section.single-page {
	padding: 55px 0 90px;
}
@media (max-width: 1365px) {
	section.single-page {
		padding: 50px 0 80px;
	}
}
@media (max-width: 1023px) {
	section.single-page {
		padding: 40px 0 70px;
	}
}
section.search {
	padding: 100px 0;
}
@media (max-width: 1365px) {
	section.search {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	section.search {
		padding: 60px 0;
	}
}
@media (max-width: 479px) {
	section.search {
		padding: 50px 0;
	}
}
section.search.no-top {
	padding-top: unset;
}
section.header-block {
	padding-top: 90px;
	padding-bottom: unset;
}
@media (max-width: 1365px) {
	section.header-block {
		padding-top: 98px;
	}
}
@media (max-width: 1023px) {
	section.header-block {
		padding-top: 64px;
	}
}
@media (max-width: 767px) {
	section.header-block {
		padding-top: 40px;
	}
}
section.header-block .first-block-wrap {
	padding: 113px 0 133px;
}
@media (max-width: 1365px) {
	section.header-block .first-block-wrap {
		padding: 100px 0 116px;
	}
}
@media (max-width: 1023px) {
	section.header-block .first-block-wrap {
		padding: 96px 0 130px;
	}
}
@media (max-width: 767px) {
	section.header-block .first-block-wrap {
		padding: 50px 0 80px;
	}
}
section.header-block .first-block-wrap.single {
	padding: 50px 0 70px;
}
@media (max-width: 1023px) {
	section.header-block .first-block-wrap.single {
		padding: 45px 0 60px;
	}
}
@media (max-width: 767px) {
	section.header-block .first-block-wrap.single {
		padding: 30px 0 35px;
	}
}
section.header-block .first-block-wrap.library {
	padding: 75px 0 60px;
}
@media (max-width: 1365px) {
	section.header-block .first-block-wrap.library {
		padding: 72px 0 30px;
	}
}
@media (max-width: 1023px) {
	section.header-block .first-block-wrap.library {
		padding: 30px 0 60px;
	}
}
@media (max-width: 767px) {
	section.header-block .first-block-wrap.library {
		padding: 25px 0 40px;
	}
}
@media (max-width: 479px) {
	section.header-block .first-block-wrap.library {
		padding: 22px 0 20px;
	}
}
section.complaint-text-wrap {
	margin-top: 150px;
	padding: 90px 0;
}
@media (max-width: 1365px) {
	section.complaint-text-wrap {
		margin-top: 140px;
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	section.complaint-text-wrap {
		margin-top: 100px;
		padding: 40px 0;
	}
}
section .header-title {
	font-size: 50px;
	line-height: 55px;
	font-family: AtypSemibold;
	text-align: center;
}
@media (max-width: 1365px) {
	section .header-title {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	section .header-title {
		font-size: 25px;
		line-height: 30px;
	}
}
section .header-title.single {
	text-align: left;
}
section .section-title {
	font-size: 40px;
	line-height: 63px;
	font-family: AtypSemibold;
}
@media (max-width: 1365px) {
	section .section-title {
		font-size: 30px;
		line-height: 43px;
	}
}
@media (max-width: 767px) {
	section .section-title {
		font-size: 24px;
		line-height: 35px;
	}
}
@media (max-width: 479px) {
	section .section-title {
		font-size: 20px;
		line-height: 29px;
	}
}
section .section-title.center {
	text-align: center;
}
section .section-title .search-result-count {
	color: #F15E3D;
}
section .section-content {
	position: relative;
	margin-top: 60px;
}
@media (max-width: 1365px) {
	section .section-content {
		margin-top: 50px;
	}
}
@media (max-width: 1023px) {
	section .section-content {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	section .section-content {
		margin-top: 30px;
	}
}
section .section-content.archive {
	margin-top: 100px;
}
@media (max-width: 1365px) {
	section .section-content.archive {
		margin-top: 80px;
	}
}
@media (max-width: 767px) {
	section .section-content.archive {
		margin-top: 50px;
	}
}
section .section-content.news {
	padding-top: 200px;
}
@media (max-width: 1365px) {
	section .section-content.news {
		padding-top: 150px;
	}
}
@media (max-width: 1023px) {
	section .section-content.news {
		padding-top: 100px;
	}
}
@media (max-width: 767px) {
	section .section-content.news {
		padding-top: 80px;
	}
}
section .section-content.is_archive {
	margin-top: unset;
}
section.section-content {
	padding-bottom: unset;
}
section.bookmark::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 80px;
	bottom: 74px;
	width: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media (max-width: 1365px) {
	section.bookmark::before {
		top: 70px;
		bottom: 70px;
	}
}
@media (max-width: 767px) {
	section.bookmark::before {
		width: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		top: 40px;
		bottom: 40px;
	}
}
section.bookmark.gray::before {
	background-color: #939598;
}
section.bookmark.graylight::before {
	background-color: #E1E1E1;
}
section.bookmark.red::before {
	background-color: #F15E3D;
}
section.bottom-none {
	padding-bottom: unset;
}
section.no-padding {
	padding: unset;
}

.item-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.bg-gray {
	background-color: #FAFAFA;
}

.slider-arrow-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: 50%;
	cursor: pointer;
}
@media (max-width: 1365px) {
	.slider-arrow-wrap {
		width: 46px;
		height: 46px;
	}
}
@media (max-width: 767px) {
	.slider-arrow-wrap {
		width: 36px;
		height: 36px;
	}
}
.slider-arrow-wrap:not(:last-child) {
	margin-right: 36px;
}
@media (max-width: 1365px) {
	.slider-arrow-wrap:not(:last-child) {
		margin-right: 20px;
	}
}
@media (max-width: 479px) {
	.slider-arrow-wrap:not(:last-child) {
		margin-right: 16px;
	}
}
.slider-arrow-wrap svg {
	width: 17px;
	height: 32px;
	fill: #939598;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	.slider-arrow-wrap svg {
		width: 12px;
		height: 23px;
	}
}
@media (max-width: 767px) {
	.slider-arrow-wrap svg {
		width: 9px;
		height: 17px;
	}
}
.slider-arrow-wrap:hover svg {
	fill: #F15E3D;
}

.img-wrap {
	position: relative;
	margin: 0 auto;
	height: 0;
	width: 100%;
	padding-bottom: 69%;
	overflow: hidden;
}
.img-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-wrap .content-type-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1365px) {
	.img-wrap .content-type-wrap {
		height: 46px;
	}
}
.img-wrap .content-type-wrap .content-type-value {
	font-size: 13px;
	line-height: 25px;
	color: #FFFFFF;
	padding: 10px 15px 0;
	font-size: 13px;
	line-height: 25px;
}
@media (max-width: 1023px) {
	.img-wrap .content-type-wrap .content-type-value {
		padding: 10px 10px 0;
		font-size: 12px;
		line-height: 17px;
	}
}
.img-wrap.complaint {
	margin-top: 40px;
}
@media (max-width: 1365px) {
	.img-wrap.complaint {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.img-wrap.complaint {
		margin-top: 20px;
	}
}

.bg-disable {
	background-color: #FAFAFA;
}

.bg-gray-light {
	background-color: #F1F1F1;
}

.bg-hover-light {
	background-color: #FEEFEC;
}

.pagination {
	position: relative;
	margin-top: 60px;
	z-index: 1;
}
@media (max-width: 1365px) {
	.pagination {
		margin-top: 40px;
	}
}
.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.pagination .page-numbers li {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span {
	width: 45px;
	height: 45px;
}
@media (max-width: 767px) {
	.pagination .page-numbers li a,
.pagination .page-numbers li span {
		width: 25px;
		height: 25px;
	}
}
.pagination .page-numbers li a.prev svg, .pagination .page-numbers li a.next svg,
.pagination .page-numbers li span.prev svg,
.pagination .page-numbers li span.next svg {
	margin-top: 2px;
	width: 8px;
	height: 13px;
	fill: #939598;
}
@media (max-width: 767px) {
	.pagination .page-numbers li a.prev svg, .pagination .page-numbers li a.next svg,
.pagination .page-numbers li span.prev svg,
.pagination .page-numbers li span.next svg {
		width: 6px;
		height: 10px;
	}
}
.pagination .page-numbers li a.prev:hover svg, .pagination .page-numbers li a.next:hover svg,
.pagination .page-numbers li span.prev:hover svg,
.pagination .page-numbers li span.next:hover svg {
	fill: #F15E3D;
}
.pagination .page-numbers li a.current, .pagination .page-numbers li a.page-numbers,
.pagination .page-numbers li span.current,
.pagination .page-numbers li span.page-numbers {
	font-size: 18px;
	line-height: 130%;
}
@media (max-width: 767px) {
	.pagination .page-numbers li a.current, .pagination .page-numbers li a.page-numbers,
.pagination .page-numbers li span.current,
.pagination .page-numbers li span.page-numbers {
		font-size: 12px;
	}
}
.pagination .page-numbers li a.current,
.pagination .page-numbers li span.current {
	color: #FFFFFF;
	background-color: #F15E3D;
}
.pagination .page-numbers li a.dots,
.pagination .page-numbers li span.dots {
	font-size: 0;
	color: transparent;
	line-height: 0;
	width: 45px;
	height: 45px;
	background-image: url(img/pagination_dots.svg);
	background-repeat: no-repeat;
	background-size: 19px 3px;
	background-position: center 54%;
}
@media (max-width: 767px) {
	.pagination .page-numbers li a.dots,
.pagination .page-numbers li span.dots {
		width: 25px;
		height: 25px;
		background-size: 12px 2px;
	}
}
.pagination .page-numbers li a:hover {
	color: #F15E3D;
}

.no-result-wrap {
	font-size: 33px;
	line-height: 55px;
	font-family: AtypSemibold;
	text-align: center;
	padding: 160px 0;
}
@media (max-width: 1365px) {
	.no-result-wrap {
		font-size: 22px;
		line-height: 55px;
		padding: 150px 0;
	}
}
@media (max-width: 767px) {
	.no-result-wrap {
		font-size: 15px;
		line-height: 22px;
		padding: 90px 0;
	}
}

.download-wrap {
	display: flex;
	align-items: center;
}
.download-wrap .download-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: #F15E3D;
	border-radius: 50%;
}
.download-wrap .download-icon svg {
	width: 17px;
	height: 16px;
}
@media (max-width: 767px) {
	.download-wrap .download-icon {
		width: 25px;
		height: 25px;
	}
	.download-wrap .download-icon svg {
		width: 12px;
		height: 12px;
	}
}
.download-wrap .download-text {
	margin-left: 15px;
	font-size: 16px;
	line-height: 23px;
	font-family: AtypMedium;
}
@media (max-width: 767px) {
	.download-wrap .download-text {
		font-size: 12px;
		line-height: 17px;
		margin-left: 10px;
	}
}

.page-content {
	position: relative;
	max-width: 944px;
	width: 100%;
	margin: 0 auto;
	word-break: break-word;
}
.page-content h2 {
	padding: 120px 0 30px;
	font-size: 45px;
	line-height: 55px;
	font-family: AtypSemibold;
}
@media (max-width: 1365px) {
	.page-content h2 {
		padding: 110px 0 20px;
		font-size: 35px;
		line-height: 50px;
	}
}
@media (max-width: 767px) {
	.page-content h2 {
		padding: 90px 0 15px;
		font-size: 20px;
		line-height: 29px;
	}
}
.page-content h3 {
	padding: 120px 0 20px;
	font-size: 40px;
	line-height: 55px;
	font-family: AtypSemibold;
}
@media (max-width: 1365px) {
	.page-content h3 {
		padding: 110px 0 20px;
		font-size: 30px;
		line-height: 43px;
	}
}
@media (max-width: 767px) {
	.page-content h3 {
		padding: 90px 0 15px;
		font-size: 18px;
		line-height: 26px;
	}
}
.page-content h4 {
	padding: 120px 0 20px;
	font-size: 37px;
	line-height: 55px;
	font-family: AtypSemibold;
}
@media (max-width: 1365px) {
	.page-content h4 {
		padding: 100px 0 15px;
		font-size: 28px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.page-content h4 {
		padding: 80px 0 10px;
		font-size: 17px;
		line-height: 24px;
	}
}
.page-content h5 {
	padding: 110px 0 15px;
	font-size: 35px;
	line-height: 55px;
	font-family: AtypSemibold;
}
@media (max-width: 1365px) {
	.page-content h5 {
		padding: 90px 0 15px;
		font-size: 25px;
		line-height: 36px;
	}
}
@media (max-width: 767px) {
	.page-content h5 {
		padding: 70px 0 10px;
		font-size: 16px;
		line-height: 23px;
	}
}
.page-content h6 {
	padding: 100px 0 15px;
	font-size: 33px;
	line-height: 55px;
	font-family: AtypSemibold;
}
@media (max-width: 1365px) {
	.page-content h6 {
		padding: 80px 0 10px;
		font-size: 22px;
		line-height: 32px;
	}
}
@media (max-width: 767px) {
	.page-content h6 {
		padding: 60px 0 5px;
		font-size: 15px;
		line-height: 22px;
	}
}
.page-content a {
	color: #F15E3D;
	text-decoration: none;
	transition: all 0.3s linear;
}
.page-content a:hover {
	text-decoration: underline;
}
.page-content p {
	padding: 8px 0;
	font-size: 21px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	.page-content p {
		padding: 5px 0;
		font-size: 18px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.page-content p {
		padding: 3px 0;
		font-size: 12px;
		line-height: 20px;
	}
}
.page-content figure.wp-block-image {
	margin: 40px auto 30px;
}
@media (max-width: 1365px) {
	.page-content figure.wp-block-image {
		margin: 20px auto;
	}
}
@media (max-width: 767px) {
	.page-content figure.wp-block-image {
		margin: 15px auto;
	}
}
.page-content figure.wp-block-image img {
	height: auto;
}
.page-content figure.wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	margin: 0 auto;
	height: 0;
	width: 100%;
	padding-bottom: 69%;
	overflow: hidden;
}
.page-content figure.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-bottom: 51.25%;
}
.page-content figure.wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-content figure figcaption {
	font-size: 18px;
	line-height: 37px;
	margin-top: 20px;
	color: #939598;
	text-align: center;
}
@media (max-width: 1365px) {
	.page-content figure figcaption {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.page-content figure figcaption {
		font-size: 10px;
		line-height: 14px;
		margin-top: 5px;
	}
}
.page-content ul,
.page-content ol {
	list-style: none;
	padding: 30px 0;
}
@media (max-width: 1365px) {
	.page-content ul,
.page-content ol {
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.page-content ul,
.page-content ol {
		padding: 15px 0;
	}
}
.page-content ul li,
.page-content ol li {
	position: relative;
	padding-left: 34px;
	margin: 10px 0;
	font-size: 21px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	.page-content ul li,
.page-content ol li {
		font-size: 18px;
		line-height: 30px;
		padding-left: 36px;
		margin: 8px 0;
	}
}
@media (max-width: 767px) {
	.page-content ul li,
.page-content ol li {
		font-size: 12px;
		line-height: 20px;
		padding-left: 20px;
		margin: 5px 0;
	}
}
.page-content ul li:first-child,
.page-content ol li:first-child {
	margin-top: 0;
}
.page-content ul li:last-child,
.page-content ol li:last-child {
	margin-bottom: 0;
}
.page-content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 15px;
	height: 15px;
	background-color: #F15E3D;
	border-radius: 5px 0px 0px 5px;
}
@media (max-width: 1365px) {
	.page-content ul li:before {
		top: 11px;
		width: 12px;
		height: 12px;
	}
}
@media (max-width: 767px) {
	.page-content ul li:before {
		top: 7px;
		width: 8px;
		height: 8px;
	}
}
.page-content ol {
	counter-reset: list;
}
.page-content ol li {
	position: relative;
	list-style: none;
	padding-left: 50px;
	font-size: 21px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	.page-content ol li {
		font-size: 18px;
		line-height: 30px;
	}
}
@media (max-width: 1023px) {
	.page-content ol li {
		padding-left: 40px;
	}
}
@media (max-width: 767px) {
	.page-content ol li {
		font-size: 12px;
		line-height: 20px;
	}
}
@media (max-width: 479px) {
	.page-content ol li {
		padding-left: 30px;
	}
}
.page-content ol li:before {
	position: absolute;
	left: 0;
	content: counter(list);
	counter-increment: list;
	color: #F15E3D;
	font-family: AtypSemibold;
	font-size: 24px;
	line-height: 36px;
}
@media (max-width: 1365px) {
	.page-content ol li:before {
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.page-content ol li:before {
		font-size: 14px;
		line-height: 20px;
	}
}
.page-content h2 + *,
.page-content h3 + *,
.page-content h4 + *,
.page-content h5 + *,
.page-content h6 + *, .page-content > *:first-child {
	padding-top: 0;
	margin-top: 0;
}
.page-content .wp-block-quote {
	position: relative;
	max-width: 100vw;
	margin: 22px 0;
	padding: 32px 0 32px 40px;
}
@media (max-width: 1365px) {
	.page-content .wp-block-quote {
		margin: 15px 0;
		padding: 27px 0 27px 30px;
	}
}
@media (max-width: 767px) {
	.page-content .wp-block-quote {
		margin: 12px 0;
		padding: 26px 0 26px 20px;
	}
}
.page-content .wp-block-quote > * {
	position: relative;
	max-width: 804px;
	width: 100%;
	margin: 0 auto;
}
.page-content .wp-block-quote cite {
	display: block;
	margin-top: 12px;
	color: #939598;
	font-style: normal;
	font-size: 21px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	.page-content .wp-block-quote cite {
		margin-top: 10px;
		font-size: 18px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.page-content .wp-block-quote cite {
		margin-top: 2px;
		font-size: 12px;
		line-height: 20px;
	}
}
.page-content .wp-block-quote::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	width: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #F15E3D;
}
@media (max-width: 1365px) {
	.page-content .wp-block-quote::before {
		top: 32px;
		bottom: 32px;
	}
}
@media (max-width: 767px) {
	.page-content .wp-block-quote::before {
		top: 22px;
		bottom: 22px;
		width: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
}
@media (max-width: 479px) {
	.page-content .wp-block-quote::before {
		top: 18px;
		bottom: 18px;
	}
}

.subs-wrap {
	padding: 50px 0 70px;
}
@media (max-width: 1365px) {
	.subs-wrap {
		padding: 40px 0 60px;
	}
}
@media (max-width: 1365px) {
	.subs-wrap {
		padding: 30px 0 50px;
	}
}
.subs-wrap .subs-content {
	display: flex;
	align-items: center;
	padding-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 1365px) {
	.subs-wrap .subs-content {
		padding-top: 36px;
	}
}
.subs-wrap .subs-content .subs-text {
	font-size: 25px;
	line-height: 36px;
	font-family: AtypSemibold;
	margin-right: 28px;
}
@media (max-width: 767px) {
	.subs-wrap .subs-content .subs-text {
		font-size: 18px;
		line-height: 26px;
		margin-right: 15px;
	}
}
.subs-wrap .subs-content .subs-links {
	display: flex;
	align-items: center;
}
.subs-wrap .subs-content .subs-links .soc-link {
	width: 25px;
	height: 25px;
}
@media (max-width: 767px) {
	.subs-wrap .subs-content .subs-links .soc-link {
		width: 19px;
		height: 19px;
	}
}
.subs-wrap .subs-content .subs-links .soc-link:not(:last-child) {
	margin-right: 25px;
}
@media (max-width: 767px) {
	.subs-wrap .subs-content .subs-links .soc-link:not(:last-child) {
		margin-right: 15px;
	}
}
.subs-wrap .subs-content .subs-links .soc-link svg {
	fill: #F15E3D;
	transition: all 0.3s linear;
}
.subs-wrap .subs-content .subs-links .soc-link:hover svg {
	fill: #000000;
}

#acf-form div[data-name=_post_content] .wp-editor-tools {
	display: none;
}
#acf-form .acf-error-message.-dismiss {
	display: none;
}
#acf-form .acf-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -20px;
}
@media (max-width: 1365px) {
	#acf-form .acf-fields {
		margin: 0 -15px;
	}
}
@media (max-width: 1023px) {
	#acf-form .acf-fields {
		margin: 0 -12px;
	}
}
@media (max-width: 767px) {
	#acf-form .acf-fields {
		flex-direction: column;
		margin: 0;
	}
}
#acf-form .acf-fields .acf-field {
	padding: 0;
	margin: 0;
	width: 100%;
	margin: 0 20px 30px;
}
@media (max-width: 1365px) {
	#acf-form .acf-fields .acf-field {
		margin: 0 15px 25px;
	}
}
@media (max-width: 1023px) {
	#acf-form .acf-fields .acf-field {
		margin: 0 12px 20px;
	}
}
@media (max-width: 767px) {
	#acf-form .acf-fields .acf-field {
		margin: 0 0 15px;
	}
}
#acf-form .acf-fields .acf-field[data-name=_post_title] {
	order: 1;
}
#acf-form .acf-fields .acf-field[data-name=_post_content] {
	order: 9;
}
#acf-form .acf-fields .acf-field[data-name=complainant-name] {
	order: 2;
}
#acf-form .acf-fields .acf-field[data-name=complainant-email] {
	order: 3;
}
#acf-form .acf-fields .acf-field[data-name=complainant-phone] {
	order: 4;
}
#acf-form .acf-fields .acf-field[data-name=comp-form-whom] {
	order: 5;
}
#acf-form .acf-fields .acf-field[data-name=comp-form-region] {
	order: 6;
}
#acf-form .acf-fields .acf-field[data-name=comp-form-codex] {
	order: 7;
}
#acf-form .acf-fields .acf-field[data-name=comp-file] {
	order: 10;
}
#acf-form .acf-fields .acf-field[data-name=comp-submit] {
	order: 11;
}
#acf-form .acf-fields .acf-field[data-name=complainant-name], #acf-form .acf-fields .acf-field[data-name=complainant-email], #acf-form .acf-fields .acf-field[data-name=complainant-phone], #acf-form .acf-fields .acf-field[data-name=comp-form-whom], #acf-form .acf-fields .acf-field[data-name=comp-form-region], #acf-form .acf-fields .acf-field[data-name=comp-form-codex], #acf-form .acf-fields .acf-field[data-name=comp-file], #acf-form .acf-fields .acf-field[data-name=comp-submit] {
	width: calc(50% - 40px);
}
@media (max-width: 1365px) {
	#acf-form .acf-fields .acf-field[data-name=complainant-name], #acf-form .acf-fields .acf-field[data-name=complainant-email], #acf-form .acf-fields .acf-field[data-name=complainant-phone], #acf-form .acf-fields .acf-field[data-name=comp-form-whom], #acf-form .acf-fields .acf-field[data-name=comp-form-region], #acf-form .acf-fields .acf-field[data-name=comp-form-codex], #acf-form .acf-fields .acf-field[data-name=comp-file], #acf-form .acf-fields .acf-field[data-name=comp-submit] {
		width: calc(50% - 30px);
	}
}
@media (max-width: 1023px) {
	#acf-form .acf-fields .acf-field[data-name=complainant-name], #acf-form .acf-fields .acf-field[data-name=complainant-email], #acf-form .acf-fields .acf-field[data-name=complainant-phone], #acf-form .acf-fields .acf-field[data-name=comp-form-whom], #acf-form .acf-fields .acf-field[data-name=comp-form-region], #acf-form .acf-fields .acf-field[data-name=comp-form-codex], #acf-form .acf-fields .acf-field[data-name=comp-file], #acf-form .acf-fields .acf-field[data-name=comp-submit] {
		width: calc(50% - 24px);
	}
}
@media (max-width: 767px) {
	#acf-form .acf-fields .acf-field[data-name=complainant-name], #acf-form .acf-fields .acf-field[data-name=complainant-email], #acf-form .acf-fields .acf-field[data-name=complainant-phone], #acf-form .acf-fields .acf-field[data-name=comp-form-whom], #acf-form .acf-fields .acf-field[data-name=comp-form-region], #acf-form .acf-fields .acf-field[data-name=comp-form-codex], #acf-form .acf-fields .acf-field[data-name=comp-file], #acf-form .acf-fields .acf-field[data-name=comp-submit] {
		width: 100%;
	}
}
#acf-form .acf-fields .acf-field[data-name=comp-file], #acf-form .acf-fields .acf-field[data-name=comp-submit] {
	margin-top: 20px;
	margin-bottom: unset;
}
@media (max-width: 1365px) {
	#acf-form .acf-fields .acf-field[data-name=comp-file], #acf-form .acf-fields .acf-field[data-name=comp-submit] {
		margin-top: 7px;
	}
}
@media (max-width: 767px) {
	#acf-form .acf-fields .acf-field[data-name=comp-file], #acf-form .acf-fields .acf-field[data-name=comp-submit] {
		margin-top: unset;
	}
}
#acf-form .acf-fields .acf-field .acf-label {
	display: none;
}
#acf-form .acf-fields .acf-field .acf-input {
	position: relative;
}
#acf-form .acf-fields .acf-field .acf-input .acf-notice {
	position: absolute;
	margin: 4px 0 0;
	padding: 0 30px;
	min-width: 100%;
	background: unset;
	border: unset;
	z-index: 1;
}
@media (max-width: 1365px) {
	#acf-form .acf-fields .acf-field .acf-input .acf-notice {
		margin-top: 2px;
	}
}
@media (max-width: 1023px) {
	#acf-form .acf-fields .acf-field .acf-input .acf-notice {
		padding: 0 20px;
	}
}
#acf-form .acf-fields .acf-field .acf-input .acf-notice p {
	margin: unset;
	padding: unset;
	font-size: 12px;
	line-height: 12px;
}
@media (max-width: 1365px) {
	#acf-form .acf-fields .acf-field .acf-input .acf-notice p {
		font-size: 11px;
		line-height: 11px;
	}
}
@media (max-width: 767px) {
	#acf-form .acf-fields .acf-field .acf-input .acf-notice p {
		font-size: 9px;
		line-height: 9px;
	}
}
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--single,
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--multiple,
#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input {
	padding: 10px 30px;
	border: none;
	min-height: 80px;
	font-size: 18px;
	line-height: 25px;
}
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--single::placeholder,
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--single .select2-search__field::placeholder,
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--multiple::placeholder,
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--multiple .select2-search__field::placeholder,
#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input::placeholder,
#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input .select2-search__field::placeholder {
	color: #939598;
}
@media (max-width: 1365px) {
	#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--single,
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--multiple,
#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input {
		min-height: 57px;
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 1023px) {
	#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--single,
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--multiple,
#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input {
		min-height: 48px;
		padding: 0 20px;
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--single,
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--multiple,
#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input {
		min-height: 37px;
		font-size: 12px;
		line-height: 17px;
	}
}
#acf-form .acf-fields .acf-field .acf-input textarea {
	width: 100%;
	height: 79px;
	border: none;
	border-radius: unset;
	background-color: #FFFFFF;
	font-size: 18px;
	line-height: 25px;
	padding: 27px 30px;
	height: 210px;
	resize: none;
}
#acf-form .acf-fields .acf-field .acf-input textarea::placeholder {
	color: #939598;
}
@media (max-width: 1365px) {
	#acf-form .acf-fields .acf-field .acf-input textarea {
		font-size: 16px;
		line-height: 23px;
		height: 166px;
		padding: 17px 30px;
	}
}
@media (max-width: 1023px) {
	#acf-form .acf-fields .acf-field .acf-input textarea {
		line-height: 20px;
		height: 132px;
		padding: 14px 20px;
	}
}
@media (max-width: 767px) {
	#acf-form .acf-fields .acf-field .acf-input textarea {
		font-size: 12px;
		line-height: 17px;
		height: 190px;
		padding: 10px 20px;
	}
}
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--single,
#acf-form .acf-fields .acf-field .acf-input .select2-container--default .select2-selection--multiple {
	display: flex;
	align-items: center;
}
#acf-form .acf-fields .acf-field.acf-error {
	border: 1px solid #F15E3D;
}
#acf-form .acf-fields #comp-add-file-field input[type=button] {
	display: none;
}
#acf-form .acf-fields #comp-add-file-field .hide-if-value {
	padding-left: 35px;
}
@media (max-width: 1365px) {
	#acf-form .acf-fields #comp-add-file-field .hide-if-value {
		margin-right: 25px;
	}
}
@media (max-width: 767px) {
	#acf-form .acf-fields #comp-add-file-field .hide-if-value {
		padding-left: 15px;
	}
}
#acf-form .acf-fields #comp-add-file-field .hide-if-value::before, #acf-form .acf-fields #comp-add-file-field .hide-if-value::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	display: block;
	width: 15px;
	height: 3px;
	border-radius: 3px 0;
	background-color: #F15E3D;
	transition: all 0.3s linear;
}
@media (max-width: 767px) {
	#acf-form .acf-fields #comp-add-file-field .hide-if-value::before, #acf-form .acf-fields #comp-add-file-field .hide-if-value::after {
		width: 11px;
		height: 11px;
	}
}
#acf-form .acf-fields #comp-add-file-field .hide-if-value::after {
	transform: rotate(90deg);
}
#acf-form .acf-fields #comp-add-file-field .hide-if-value .acf-basic-uploader {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	color: #F15E3D;
	font-size: 18px;
	line-height: 37px;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	#acf-form .acf-fields #comp-add-file-field .hide-if-value .acf-basic-uploader {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	#acf-form .acf-fields #comp-add-file-field .hide-if-value .acf-basic-uploader {
		font-size: 14px;
		line-height: 20px;
	}
}
#acf-form .acf-fields #comp-add-file-field .hide-if-value .acf-basic-uploader::after {
	content: attr(data-value);
}
#acf-form .acf-fields #comp-add-file-field .hide-if-value .acf-basic-uploader > input {
	display: none;
}
#acf-form .acf-fields #comp-add-file-field .hide-if-value:hover .acf-basic-uploader {
	color: #000000;
}
#acf-form .acf-fields #comp-add-file-field .hide-if-value:hover::after, #acf-form .acf-fields #comp-add-file-field .hide-if-value:hover::before {
	background-color: #000000;
}
#acf-form .select2-selection__rendered {
	width: 100%;
}
#acf-form .select2-selection__rendered .select2-selection__clear {
	color: #939598;
	transition: all 0.3s linear;
}
#acf-form .select2-selection__rendered .select2-selection__clear:hover {
	color: #F15E3D;
}

.section-faq #accordion {
	margin-top: 30px;
}
@media (max-width: 1023px) {
	.section-faq #accordion {
		margin-top: 25px;
	}
}
@media (max-width: 1023px) {
	.section-faq #accordion {
		margin-top: unset;
	}
}
.section-faq #accordion .acc-header {
	display: flex;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	font-size: 21px;
	line-height: 37px;
	transition: all 0.3s linear;
	padding: 30px 60px 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.section-faq #accordion .acc-header:not(.codex) {
	align-items: center;
}
@media (max-width: 1365px) {
	.section-faq #accordion .acc-header {
		padding: 20px 60px 26px 0;
		font-size: 18px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.section-faq #accordion .acc-header {
		padding: 20px 50px 20px 0;
		font-size: 12px;
		line-height: 20px;
	}
}
@media (max-width: 479px) {
	.section-faq #accordion .acc-header {
		padding: 20px 40px 20px 0;
	}
}
.section-faq #accordion .acc-header .accordion-arrow {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	z-index: -1;
}
@media (max-width: 767px) {
	.section-faq #accordion .acc-header .accordion-arrow {
		width: 36px;
		height: 36px;
	}
}
@media (max-width: 479px) {
	.section-faq #accordion .acc-header .accordion-arrow {
		width: 30px;
		height: 30px;
	}
}
.section-faq #accordion .acc-header .accordion-arrow svg {
	width: 20px;
	height: 11px;
	fill: #939598;
	transition: all 0.3s linear;
}
@media (max-width: 767px) {
	.section-faq #accordion .acc-header .accordion-arrow svg {
		width: 16px;
		height: 9px;
	}
}
@media (max-width: 479px) {
	.section-faq #accordion .acc-header .accordion-arrow svg {
		width: 12px;
		height: 7px;
	}
}
.section-faq #accordion .acc-header:hover {
	color: #F15E3D;
}
.section-faq #accordion .acc-header:hover .accordion-arrow svg {
	fill: #F15E3D;
}
.section-faq #accordion .acc-header.open {
	color: #F15E3D;
}
.section-faq #accordion .acc-header.open .accordion-arrow svg {
	fill: #F15E3D;
	transform: rotate(-180deg);
}
.section-faq #accordion .acc-header .tax-post-cnt {
	font-size: 16px;
	line-height: 37px;
	width: 100px;
	color: #F15E3D;
	text-align: right;
}
@media (max-width: 1365px) {
	.section-faq #accordion .acc-header .tax-post-cnt {
		width: 90px;
		font-size: 14px;
		line-height: 30px;
	}
}
@media (max-width: 1023px) {
	.section-faq #accordion .acc-header .tax-post-cnt {
		width: 80px;
		font-size: 10px;
		line-height: 20px;
	}
}
.section-faq #accordion .acc-header .tax-post-cnt:hover {
	color: #000000;
	text-decoration: none;
}
.section-faq #accordion .acc-content {
	display: none;
	padding: 40px 0;
}
.section-faq #accordion .acc-content.page-content {
	max-width: 844px;
	margin: 0 auto;
}

.section-commission {
	padding: 70px 0 0;
}
@media (max-width: 1365px) {
	.section-commission {
		padding: 30px 0 0;
	}
}
@media (max-width: 1023px) {
	.section-commission {
		padding: 20px 0 0;
	}
}
@media (max-width: 767px) {
	.section-commission {
		padding: 30px 0 0;
	}
}

.commission-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	margin: 30px -20px -40px;
}
@media (max-width: 1365px) {
	.commission-grid {
		margin: 30px -15px -30px;
	}
}
@media (max-width: 1023px) {
	.commission-grid {
		margin: 25px -12px -20px;
	}
}
@media (max-width: 767px) {
	.commission-grid {
		margin: 20px 0 -15px;
	}
}
.commission-grid:after, .commission-grid:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.04);
}
.commission-grid:before {
	left: 33.3333%;
}
@media (max-width: 1365px) {
	.commission-grid:before {
		left: 50%;
	}
}
@media (max-width: 767px) {
	.commission-grid:before {
		content: unset;
	}
}
.commission-grid:after {
	right: 33.3333%;
}
@media (max-width: 1365px) {
	.commission-grid:after {
		content: unset;
	}
}
.commission-grid .cg-item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(33.3333% - 40px);
	padding: 40px 0;
	margin: 0 20px 40px;
}
@media (max-width: 1365px) {
	.commission-grid .cg-item {
		width: calc(50% - 30px);
		padding: 40px 0 35px;
		margin: 0 15px 30px;
	}
}
@media (max-width: 1023px) {
	.commission-grid .cg-item {
		width: calc(50% - 24px);
		margin: 0 12px 20px;
	}
}
@media (max-width: 767px) {
	.commission-grid .cg-item {
		width: 100%;
		padding: 25px 0;
		margin: 0 0 15px;
	}
}
.commission-grid .cg-item .img-wrap {
	width: 210px;
	height: 210px;
	margin: unset;
	padding: unset;
}
@media (max-width: 767px) {
	.commission-grid .cg-item .img-wrap {
		width: 182px;
		height: 182px;
		margin: 0 auto;
	}
}
.commission-grid .cg-item .name-wrap {
	margin-top: 30px;
	font-size: 22px;
	line-height: 32px;
	font-family: AtypSemibold;
}
@media (max-width: 1365px) {
	.commission-grid .cg-item .name-wrap {
		font-size: 20px;
		line-height: 29px;
	}
}
@media (max-width: 767px) {
	.commission-grid .cg-item .name-wrap {
		margin-top: 15px;
		font-size: 16px;
		line-height: 23px;
		text-align: center;
	}
}
.commission-grid .cg-item .desc-wrap {
	margin-top: 10px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 1365px) {
	.commission-grid .cg-item .desc-wrap {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.commission-grid .cg-item .desc-wrap {
		margin-top: 5px;
		padding-top: 15px;
		font-size: 12px;
		line-height: 17px;
	}
}
.commission-grid .cg-item .soc-wrap {
	margin-top: auto;
	padding-top: 30px;
}
.commission-grid .cg-item .soc-wrap .comm-soc-link {
	margin-right: 20px;
	color: #000000;
	font-size: 18px;
	line-height: 25px;
}
@media (max-width: 1365px) {
	.commission-grid .cg-item .soc-wrap .comm-soc-link {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.commission-grid .cg-item .soc-wrap .comm-soc-link {
		font-size: 12px;
		line-height: 17px;
	}
}
.commission-grid .cg-item .soc-wrap .comm-soc-link:hover {
	color: #F15E3D;
}
.commission-grid .cg-item:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #F15E3D;
	border-radius: 0px 0px 5px 5px;
	z-index: 3;
}
.commission-grid .cover-block {
	position: absolute;
	left: 0;
	right: 0;
	height: 46px;
	bottom: -1px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	background-color: #FFFFFF;
	z-index: 2;
}
@media (max-width: 1365px) {
	.commission-grid .cover-block {
		height: 36px;
	}
}
@media (max-width: 1023px) {
	.commission-grid .cover-block {
		height: 26px;
	}
}
@media (max-width: 767px) {
	.commission-grid .cover-block {
		height: 16px;
	}
}

.select2-container .select2-search--dropdown {
	display: flex;
}
.select2-container .select2-search--dropdown .select2-search__field {
	flex: 1;
	border: 1px solid #F1F1F1 !important;
	padding: 10px;
	margin-right: 30px;
	width: auto;
}
@media (max-width: 1023px) {
	.select2-container .select2-search--dropdown .select2-search__field {
		margin-right: 30px;
	}
}
.select2-container .select2-dropdown {
	border: none;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-top: 1px;
}
@media (max-width: 1023px) {
	.select2-container .select2-dropdown {
		padding-left: 20px;
		padding-bottom: 10px;
	}
}
.select2-container .select2-dropdown .select2-results__options {
	font-size: 18px;
	line-height: 25px;
}
@media (max-width: 1365px) {
	.select2-container .select2-dropdown .select2-results__options {
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 1023px) {
	.select2-container .select2-dropdown .select2-results__options {
		font-size: 14px;
		line-height: 20px;
		height: 132px;
	}
}
@media (max-width: 767px) {
	.select2-container .select2-dropdown .select2-results__options {
		font-size: 12px;
		line-height: 17px;
	}
}
.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar {
	width: 5px;
	background-clip: padding-box;
}
.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
	background-color: #939598;
	height: 5px;
	background-clip: padding-box;
	border-right: 2px solid rgba(0, 0, 0, 0);
	border-left: 2px solid rgba(0, 0, 0, 0);
}
.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: #F15E3D;
}
.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-button {
	display: none;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option--highlighted {
	background-color: transparent;
	color: #F15E3D;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
	background-color: transparent;
	color: #F15E3D;
}
.select2-container .select2-selection__arrow {
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 38px !important;
	height: 100% !important;
	background-image: url(img/select2_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 13px 8px;
	cursor: pointer;
}
.select2-container .select2-selection__arrow b {
	display: none;
}
.select2-container.select2-container--open .select2-selection__arrow {
	background-image: url(img/select2_open_arrow.svg);
}

.select2-selection__arrow #comp-add-file-field {
	margin-bottom: unset;
}
.select2-selection__arrow #comp-add-file-field a.acf-button {
	position: relative;
	display: flex;
	align-items: center;
	color: #F15E3D;
	font-size: 18px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	.select2-selection__arrow #comp-add-file-field a.acf-button {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.select2-selection__arrow #comp-add-file-field a.acf-button {
		font-size: 14px;
		line-height: 20px;
	}
}
.select2-selection__arrow #comp-add-file-field a.acf-button::before {
	content: "";
	display: block;
	margin-right: 20px;
	width: 16px;
	height: 16px;
	background-image: url(img/plus_ico.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media (max-width: 1365px) {
	.select2-selection__arrow #comp-add-file-field a.acf-button::before {
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.select2-selection__arrow #comp-add-file-field a.acf-button::before {
		width: 11px;
		height: 11px;
		margin-right: 4px;
	}
}
.select2-selection__arrow #comp-add-file-field .description {
	color: #939598;
	font-size: 13px;
	line-height: 18px;
	margin-top: 3px;
}
@media (max-width: 1365px) {
	.select2-selection__arrow #comp-add-file-field .description {
		margin-top: unset;
		font-size: 12px;
		line-height: 17px;
	}
}
@media (max-width: 767px) {
	.select2-selection__arrow #comp-add-file-field .description {
		font-size: 10px;
		line-height: 14px;
	}
}

.comp-submit-wrap {
	display: flex;
	justify-content: flex-end;
	margin-bottom: unset;
}
@media (max-width: 767px) {
	.comp-submit-wrap {
		justify-content: center;
		margin-top: 30px !important;
	}
}
.comp-submit-wrap .acf-input {
	margin-top: auto;
}
.comp-submit-wrap #comp-submit-btn {
	margin-right: unset;
}

.acf-form-submit {
	display: none;
}

.grecaptcha-badge {
	display: none;
}

.entry-content.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.item-wrap .title-wrap {
	font-size: 17px;
	line-height: 25px;
	font-family: AtypMedium;
	margin-top: 6px;
	max-height: 100px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	.item-wrap .title-wrap {
		font-size: 15px;
		line-height: 22px;
		max-height: 88px;
	}
}
@media (max-width: 767px) {
	.item-wrap .title-wrap {
		font-size: 13px;
		line-height: 18px;
		max-height: 72px;
	}
}
.item-wrap:hover .title-wrap {
	color: #F15E3D;
}

.mce-container-body .mce-widget.mce-btn.mce-last {
	display: none;
}

#tinymce {
	display: none;
}

.search-by {
	color: #F15E3D;
}

.title-wrap.search {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#footer {
	position: relative;
	background-color: #221E20;
}
@media (max-width: 1023px) {
	#footer {
		flex-direction: column;
	}
}
#footer .footer-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 62px 0 20px;
}
@media (max-width: 1023px) {
	#footer .footer-wrap {
		margin: 0 -12px;
		padding: 50px 0 30px;
	}
}
@media (max-width: 767px) {
	#footer .footer-wrap {
		margin: 0;
		padding: 40px 0 22px;
		flex-direction: column;
	}
}
#footer .footer-wrap .footer-block {
	width: calc(33.3333% - 40px);
	margin: 0 20px;
}
@media (max-width: 1023px) {
	#footer .footer-wrap .footer-block {
		width: calc(50% - 24px);
		margin: 0 12px;
	}
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-block {
		width: 100%;
		margin: 0;
	}
}
#footer .footer-wrap .footer-block .footer-title {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-block .footer-title {
		padding-bottom: 20px;
	}
}
#footer .footer-wrap .footer-block .footer-content {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	margin-top: 22px;
	color: #FFFFFF;
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-block .footer-content {
		margin-top: 19px;
	}
	#footer .footer-wrap .footer-block .footer-content.first {
		flex-direction: column;
	}
}
#footer .footer-wrap .footer-block .footer-content .address-field {
	width: 172px;
}
#footer .footer-wrap .footer-block .footer-content .email-field {
	margin-left: 40px;
}
#footer .footer-wrap .footer-block .footer-content .email-field a {
	color: #FFFFFF;
}
#footer .footer-wrap .footer-block .footer-content .email-field a:hover {
	color: #F15E3D;
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-block .footer-content .email-field {
		margin-left: unset;
		margin-top: 10px;
	}
}
#footer .footer-wrap .footer-block .footer-content.social {
	align-items: center;
}
#footer .footer-wrap .footer-block .footer-content.social .soc-field {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
#footer .footer-wrap .footer-block .footer-content.social .soc-field:not(:last-child) {
	margin-right: 35px;
}
#footer .footer-wrap .footer-block .footer-content.social .soc-field .soc-icon {
	margin-right: 16px;
	fill: #FFFFFF;
	transition: all 0.3s linear;
}
#footer .footer-wrap .footer-block .footer-content.social .soc-field .soc-icon.fb {
	width: 24px;
	height: 24px;
}
#footer .footer-wrap .footer-block .footer-content.social .soc-field .soc-icon.yt {
	width: 26px;
	height: 18px;
}
#footer .footer-wrap .footer-block .footer-content.social .soc-field:hover {
	color: #F15E3D;
}
#footer .footer-wrap .footer-block .footer-content.social .soc-field:hover .soc-icon {
	fill: #F15E3D;
}
#footer .footer-wrap .footer-block.order-1 {
	order: 1;
}
#footer .footer-wrap .footer-block.order-2 {
	order: 2;
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-block.order-2 {
		margin-top: 40px;
	}
}
#footer .footer-wrap .footer-block.order-3 {
	order: 3;
}
@media (max-width: 1023px) {
	#footer .footer-wrap .footer-block.order-3 {
		order: 4;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-block.order-3 {
		order: 3;
		margin-top: 40px;
	}
}
#footer .footer-wrap .footer-block.order-3 .footer-content {
	padding: 16px 0;
	margin: unset;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-block.order-3 .footer-content {
		padding: 13px 0;
	}
}
#footer .footer-wrap .footer-block.order-3 .footer-content .subs-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#footer .footer-wrap .footer-block.order-3 .footer-content .subs-form input {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.5);
	flex: 1;
}

@media (max-width: 1365px) {
	#footer .footer-wrap .footer-block.order-3 .footer-content .subs-form input {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-block.order-3 .footer-content .subs-form input {
		width: 150px;
	}
}
#footer .footer-wrap .footer-block.order-3 .footer-content .subs-form .subs-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	height: 23px;
	border: unset;
	background-color: transparent;
	color: #F15E3D;
	padding: 0;
	margin-left: 20px;
	transition: all 0.3s linear;
}

#footer .footer-wrap .footer-block.order-3 .footer-content form .mailerlite-subscribe-submit {
	display: flex;
	align-items: center;
	justify-content:center;
	position: relative;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	height: 23px;
	border: unset;
	background-color: transparent;
	color: #F15E3D;
	padding: 0;
	width:100%;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-block.order-3 .footer-content .subs-form .subs-btn {
		font-size: 14px;
		line-height: 20px;
	}
	#footer .footer-wrap .footer-block.order-3 .footer-content form .mailerlite-subscribe-submit {
		font-size: 14px;
		line-height: 20px;
	}
}
#footer .footer-wrap .footer-block.order-3 .footer-content form .mailerlite-subscribe-submit::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 12px;
	right: 3%;
	top: 6px;
	background-image: url(img/subs_btn_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s linear;
}
#footer .footer-wrap .footer-block.order-3 .footer-content .subs-form .subs-btn:hover {
	color: #939598;
}
#footer .footer-wrap .footer-block.order-3 .footer-content .subs-form .subs-btn:hover .link-arrow {
	fill: #939598;
}
#footer .footer-wrap .footer-block.order-3 .footer-content form .mailerlite-subscribe-submit:hover {
	color: #939598;
}
#footer .footer-wrap .footer-block.order-3 .footer-content form .mailerlite-subscribe-submit:hover .link-arrow {
	fill: #939598;
}
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-subscribe-submit:hover::after {
	background-image: url(img/subs_btn_arrow_hover.svg);
}
#footer .footer-wrap .footer-block.order-4 {
	flex: 1;
	margin-top: 66px;
	order: 4;
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-block.order-4 {
		margin-top: 34px;
	}
}
@media (max-width: 1023px) {
	#footer .footer-wrap .footer-block.order-4 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin-top: unset;
		order: 3;
		flex: unset;
	}
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-block.order-4 {
		order: 4;
		margin-top: 15px;
	}
}
#footer .footer-wrap .footer-block.order-4 .footer-content {
	color: rgba(255, 255, 255, 0.2);
	justify-content: space-between;
	margin-top: unset;
}
@media (max-width: 1023px) {
	#footer .footer-wrap .footer-block.order-4 .footer-content {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-block.order-4 .footer-content {
		font-size: 12px;
		line-height: 17px;
	}
}
#footer .footer-wrap .footer-block.order-4 .footer-content .dev-field {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-block.order-4 .footer-content .dev-field {
		margin-top: 5px;
		justify-content: flex-start;
	}
}
#footer .footer-wrap .footer-block.order-4 .footer-content .dev-field .dev-logo {
	width: 101px;
	height: 18px;
	margin-left: 16px;
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-block.order-4 .footer-content .dev-field .dev-logo {
		width: 67px;
		height: 12px;
		margin-left: 8px;
	}
}
#footer .footer-wrap .footer-block.order-4 .footer-content .dev-field .dev-logo svg {
	fill: rgba(255, 255, 255, 0.2);
	transition: all 0.3s linear;
}
#footer .footer-wrap .footer-block.order-4 .footer-content .dev-field .dev-logo:hover svg {
	fill: #F15E3D;
}
#footer .footer-wrap #to-top-link {
	position: absolute;
	right: 20px;
	top: -27px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	background-color: #F15E3D;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	#footer .footer-wrap #to-top-link {
		top: -23px;
		width: 46px;
		height: 46px;
	}
}
@media (max-width: 1023px) {
	#footer .footer-wrap #to-top-link {
		top: -20px;
		right: 12px;
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 767px) {
	#footer .footer-wrap #to-top-link {
		right: 0;
	}
}
#footer .footer-wrap #to-top-link:hover {
	background-color: #939598;
}
#footer .footer-wrap #to-top-link svg {
	width: 24px;
	height: 17px;
	fill: #FFFFFF;
}
@media (max-width: 1365px) {
	#footer .footer-wrap #to-top-link svg {
		width: 21px;
		height: 15px;
	}
}
@media (max-width: 1023px) {
	#footer .footer-wrap #to-top-link svg {
		width: 18px;
		height: 13px;
	}
}
#footer #mailerlite-form_1 {
	width: 100%;
}
#footer #mailerlite-form_1 .mailerlite-form form label,
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-title,
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-description {
	display: none !important;
}
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-response {
	margin: unset !important;
	color: #F15E3D;
}
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs .mailerlite-form-field {
	margin: unset;
	width: 60%;
}
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs input[type=email] {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.5);
	flex: 1;
	width: 100%;
}
@media (max-width: 1365px) {
	#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs input[type=email] {
		font-size: 14px;
		line-height: 20px;
	}
}
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs input[type=email]::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs input[type=email].error {
	border: 1px solid #F15E3D;
}
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs .mailerlite-subscribe-button-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 124px;
}
@media (max-width: 1365px) {
	#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs .mailerlite-subscribe-button-container {
		width: 108px;
	}
}
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs .mailerlite-subscribe-button-container input[type=submit] {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	height: 23px;
	border: unset;
	background-color: transparent;
	color: #F15E3D;
	padding: 0;
}
@media (max-width: 1365px) {
	#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs .mailerlite-subscribe-button-container input[type=submit] {
		font-size: 14px;
		line-height: 20px;
	}
}

#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-inputs .mailerlite-subscribe-button-container:hover input[type=submit] {
	color: #939598;
}

#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-loader,
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-response #tw-target-text-container span {
	font-size: 16px;
	line-height: 23px;
	font-family: AtypRegular;
	font-weight: normal;
}
@media (max-width: 1365px) {
	#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-loader,
#footer #mailerlite-form_1 .mailerlite-form form .mailerlite-form-response #tw-target-text-container span {
		font-size: 14px;
		line-height: 20px;
	}
}

#header {
	position: absolute;
	width: 100%;
	z-index: 100;
	background-color: transparent;
	transition: all 0.3s step-end;
}
body.mm-open #header {
	transition: all 0s step-start;
	background-color: #FFFFFF;
}
#header .header-inner {
	display: flex;
	justify-content: space-between;
	height: 90px;
}
@media (max-width: 1365px) {
	#header .header-inner {
		height: 98px;
	}
}
@media (max-width: 1023px) {
	#header .header-inner {
		height: 64px;
	}
}
@media (max-width: 767px) {
	#header .header-inner {
		height: 40px;
	}
}
#header .header-inner #logo {
	width: 135px;
	height: 57px;
	margin-top: 21px;
}
@media (max-width: 1365px) {
	#header .header-inner #logo {
		width: 123px;
		height: 52px;
		margin-top: 32px;
	}
}
@media (max-width: 1023px) {
	#header .header-inner #logo {
		width: 94px;
		height: 40px;
		margin-top: 14px;
	}
}
@media (max-width: 767px) {
	#header .header-inner #logo {
		width: 50px;
		height: 21px;
		margin-top: 10px;
	}
}
#header .header-inner .menu-wrap {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 76px;
	height: 100%;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap {
		margin-left: 30px;
	}
}
@media (max-width: 1023px) {
	#header .header-inner .menu-wrap {
		margin-left: unset;
	}
}
@media (max-width: 479px) {
	#header .header-inner .menu-wrap {
		display: none;
	}
}
#header .header-inner .menu-wrap .top-wrap {
	display: flex;
	height: 46px;
	padding-top: 11px;
}
body.mm-open #header .header-inner .menu-wrap .top-wrap {
	display: none;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap .top-wrap {
		height: 54px;
		padding-top: 21px;
	}
}
@media (max-width: 1023px) {
	#header .header-inner .menu-wrap .top-wrap {
		height: 100%;
		padding-top: 24px;
		justify-content: flex-end;
		margin-right: 25px;
	}
}
@media (max-width: 767px) {
	#header .header-inner .menu-wrap .top-wrap {
		padding-top: 12px;
	}
}
@media (max-width: 479px) {
	#header .header-inner .menu-wrap .top-wrap {
		display: none;
	}
}
#header .header-inner .menu-wrap .top-wrap #menu-top {
	display: flex;
	list-style: none;
}
@media (max-width: 1023px) {
	#header .header-inner .menu-wrap .top-wrap #menu-top {
		display: none;
	}
}
#header .header-inner .menu-wrap .top-wrap #menu-top .menu-item:not(:last-child) {
	margin-right: 35px;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap .top-wrap #menu-top .menu-item:not(:last-child) {
		margin-right: 35px;
	}
}
#header .header-inner .menu-wrap .top-wrap #menu-top .menu-item a {
	font-family: AtypMedium;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #939598;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap .top-wrap #menu-top .menu-item a {
		font-size: 13px;
		line-height: 19px;
	}
}
#header .header-inner .menu-wrap .top-wrap #menu-top .menu-item a:hover {
	color: #F15E3D;
}
#header .header-inner .menu-wrap .top-wrap #search-action {
	display: flex;
	cursor: pointer;
}
#header .header-inner .menu-wrap .top-wrap #search-action .search-icon {
	width: 15px;
	height: 15px;
	margin-left: 30px;
	margin-top: 3px;
	transition: all 0.3s linear;
	fill: #939598;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap .top-wrap #search-action .search-icon {
		margin-left: 25px;
		margin-top: 2px;
	}
}
@media (max-width: 1023px) {
	#header .header-inner .menu-wrap .top-wrap #search-action .search-icon {
		margin-left: unset;
		margin-top: 1px;
	}
}
#header .header-inner .menu-wrap .top-wrap #search-action .search-text {
	font-family: AtypMedium;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #939598;
	transition: all 0.3s linear;
	margin-left: 9px;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap .top-wrap #search-action .search-text {
		font-size: 13px;
		line-height: 19px;
	}
}
@media (max-width: 767px) {
	#header .header-inner .menu-wrap .top-wrap #search-action .search-text {
		font-size: 12px;
		line-height: 17px;
	}
}
#header .header-inner .menu-wrap .top-wrap #search-action:hover .search-icon {
	fill: #F15E3D;
}
#header .header-inner .menu-wrap .top-wrap #search-action:hover .search-text {
	color: #F15E3D;
}
#header .header-inner .menu-wrap .top-wrap .about-en-link {
	font-family: AtypMedium;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #939598;
	transition: all 0.3s linear;
	margin-left: 30px;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap .top-wrap .about-en-link {
		font-size: 13px;
		line-height: 19px;
		margin-left: 25px;
	}
}
#header .header-inner .menu-wrap .top-wrap .about-en-link.active, #header .header-inner .menu-wrap .top-wrap .about-en-link:hover {
	color: #F15E3D;
}
#header .header-inner .menu-wrap .bottom-wrap {
	display: flex;
	height: 44px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 1023px) {
	#header .header-inner .menu-wrap .bottom-wrap {
		display: none;
		border-top: unset;
	}
}
#header .header-inner .menu-wrap .bottom-wrap #menu-bottom {
	display: flex;
	list-style: none;
	margin-top: 18px;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap .bottom-wrap #menu-bottom {
		margin-top: 14px;
	}
}
#header .header-inner .menu-wrap .bottom-wrap #menu-bottom .menu-item:not(:last-child) {
	margin-right: 32px;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap .bottom-wrap #menu-bottom .menu-item:not(:last-child) {
		margin-right: 30px;
	}
}
#header .header-inner .menu-wrap .bottom-wrap #menu-bottom .menu-item a {
	font-family: AtypMedium;
	color: #000000;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	#header .header-inner .menu-wrap .bottom-wrap #menu-bottom .menu-item a {
		font-size: 15px;
		line-height: 21px;
	}
}
#header .header-inner .menu-wrap .bottom-wrap #menu-bottom .menu-item a:hover {
	color: #F15E3D;
}
@media (max-width: 1023px) {
	#header .header-inner .menu-wrap .bottom-wrap #menu-bottom {
		display: none;
	}
}
#header .header-inner .menu-wrap ul.menu li.current-menu-item a {
	color: #F15E3D !important;
}
#header .header-inner .info-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#header .header-inner .info-wrap .top-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 46px;
}
@media (max-width: 1365px) {
	#header .header-inner .info-wrap .top-info {
		height: 54px;
	}
}
@media (max-width: 1023px) {
	#header .header-inner .info-wrap .top-info {
		display: none;
	}
}
#header .header-inner .info-wrap .top-info .soc-icon {
	display: block;
	position: relative;
}
#header .header-inner .info-wrap .top-info .soc-icon:not(:first-child) {
	margin-left: 26px;
}
#header .header-inner .info-wrap .top-info .soc-icon.fb {
	width: 19px;
	height: 19px;
}
#header .header-inner .info-wrap .top-info .soc-icon.yt {
	width: 21px;
	height: 15px;
}
#header .header-inner .info-wrap .top-info .soc-icon svg {
	display: block;
	fill: #000000;
	transition: all 0.3s linear;
}
#header .header-inner .info-wrap .top-info .soc-icon:hover svg {
	fill: #F15E3D;
}
#header .header-inner .info-wrap .bottom-info {
	display: flex;
	align-items: center;
	position: relative;
	height: 44px;
}
@media (max-width: 1023px) {
	#header .header-inner .info-wrap .bottom-info {
		height: 100%;
	}
}
#header .header-inner .info-wrap .bottom-info .add-complaint {
	display: flex;
	justify-content: center;
	position: relative;
	height: 100%;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #F15E3D;
	font-family: AtypMedium;
	padding-top: 20px;
	width: 154px;
}
body.mm-open #header .header-inner .info-wrap .bottom-info .add-complaint {
	display: none;
}
@media (max-width: 1023px) {
	#header .header-inner .info-wrap .bottom-info .add-complaint {
		padding-top: 24px;
		font-size: 13px;
		line-height: 19px;
		width: 127px;
	}
}
@media (max-width: 767px) {
	#header .header-inner .info-wrap .bottom-info .add-complaint {
		padding-top: 12px;
		font-size: 12px;
		line-height: 17px;
	}
}
#header .header-inner .info-wrap .bottom-info .add-complaint::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #F15E3D;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	transition: all 0.3s linear;
}
#header .header-inner .info-wrap .bottom-info .add-complaint:hover {
	color: #000000;
}
#header .header-inner .info-wrap .bottom-info .add-complaint:hover::before {
	background-color: #000000;
}
#header .header-inner .info-wrap .bottom-info #mobile-menu-burger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 34px;
	height: 19px;
	margin-left: 25px;
	cursor: pointer;
}
@media (max-width: 1023px) {
	#header .header-inner .info-wrap .bottom-info #mobile-menu-burger {
		display: flex;
	}
}
@media (max-width: 767px) {
	#header .header-inner .info-wrap .bottom-info #mobile-menu-burger {
		width: 21px;
		height: 12px;
	}
}
#header .header-inner .info-wrap .bottom-info #mobile-menu-burger div {
	width: 100%;
	height: 3px;
	background-color: #939598;
	transition: all 0.3s linear;
}
@media (max-width: 767px) {
	#header .header-inner .info-wrap .bottom-info #mobile-menu-burger div {
		height: 2px;
	}
}
body.mm-open #header .header-inner .info-wrap .bottom-info #mobile-menu-burger div {
	display: none;
}
#header .header-inner .info-wrap .bottom-info #mobile-menu-burger div:nth-child(2) {
	background-color: #F15E3D;
}
#header .header-inner .info-wrap .bottom-info #mobile-menu-burger svg {
	display: none;
	width: 28px;
	height: 27px;
	fill: #939598;
	transition: all 0.3s linear;
}
@media (max-width: 767px) {
	#header .header-inner .info-wrap .bottom-info #mobile-menu-burger svg {
		width: 16px;
		height: 16px;
	}
}
body.mm-open #header .header-inner .info-wrap .bottom-info #mobile-menu-burger svg {
	display: block;
}
#header .header-inner .info-wrap .bottom-info #mobile-menu-burger:hover div {
	background-color: #F15E3D;
}
#header .header-inner .info-wrap .bottom-info #mobile-menu-burger:hover svg {
	fill: #F15E3D;
}

#search-dialog-wrap {
	position: absolute;
	top: -300px;
	width: 100%;
	height: 285px;
	background-color: #F1F1F1;
	transition: all 0.3s linear;
	z-index: 200;
}
#search-dialog-wrap.open {
	top: 0;
}
#search-dialog-wrap .search-close-wrap {
	display: flex;
	justify-content: flex-end;
}
#search-dialog-wrap .search-close-wrap #search-close-button {
	display: flex;
	align-items: center;
	margin-top: 33px;
	cursor: pointer;
}
#search-dialog-wrap .search-close-wrap #search-close-button .search-close-text {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #939598;
	transition: all 0.3s linear;
}
#search-dialog-wrap .search-close-wrap #search-close-button .search-close-icon {
	width: 27px;
	height: 27px;
	margin-left: 20px;
	fill: #939598;
	transition: all 0.3s linear;
}
#search-dialog-wrap .search-close-wrap #search-close-button:hover .search-close-text {
	color: #F15E3D;
}
#search-dialog-wrap .search-close-wrap #search-close-button:hover .search-close-icon {
	fill: #F15E3D;
}
#search-dialog-wrap #search-form {
	position: relative;
	margin-top: 50px;
	width: 100%;
	height: 65px;
}
#search-dialog-wrap #search-form .search-field {
	width: 100%;
	height: 100%;
	padding: 20px 50px 20px 32px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.02em;
	border: unset;
}
#search-dialog-wrap #search-form .search-field::placeholder {
	color: #939598;
}
#search-dialog-wrap #search-form .search-btn {
	position: absolute;
	top: 0;
	right: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	border: unset;
	background-color: #FFFFFF;
}
#search-dialog-wrap #search-form .search-btn svg {
	width: 23px;
	height: 23px;
	fill: #000000;
	transition: all 0.3s linear;
}
#search-dialog-wrap #search-form .search-btn:hover svg {
	fill: #F15E3D;
}

#mobile-menu {
	display: none;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #F15E3D;
	padding: 70px 40px 0;
	margin-top: 64px;
	transform: translatey(-150%);
	transition: all 0.3s linear;
	z-index: 50;
}
body.mm-open #mobile-menu {
	transform: translateX(0);
}
@media (max-width: 1023px) {
	#mobile-menu {
		display: flex;
	}
}
@media (max-width: 767px) {
	#mobile-menu {
		margin-top: 40px;
		padding: 40px 15px 0;
	}
}
@media (max-width: 479px) {
	#mobile-menu {
		padding-top: 36px;
	}
}
#mobile-menu #menu-top,
#mobile-menu #menu-bottom {
	list-style: none;
}
#mobile-menu #menu-top li,
#mobile-menu #menu-bottom li {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
@media (max-width: 767px) {
	#mobile-menu #menu-top li,
#mobile-menu #menu-bottom li {
		margin-top: 14px;
	}
}
#mobile-menu #menu-top li a,
#mobile-menu #menu-bottom li a {
	font-size: 30px;
	line-height: 43px;
	font-family: AtypMedium;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	#mobile-menu #menu-top li a,
#mobile-menu #menu-bottom li a {
		font-size: 25px;
		line-height: 36px;
	}
}
@media (max-width: 479px) {
	#mobile-menu #menu-top li a,
#mobile-menu #menu-bottom li a {
		font-size: 15px;
		line-height: 21px;
	}
}
#mobile-menu #menu-top li:hover a, #mobile-menu #menu-top li.current-menu-item a,
#mobile-menu #menu-bottom li:hover a,
#mobile-menu #menu-bottom li.current-menu-item a {
	color: #000000;
}
#mobile-menu #menu-top li:first-child {
	margin-top: unset;
}
#mobile-menu .mm-link-wrap {
	display: flex;
	margin-top: 70px;
	width: 100%;
	height: 130px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
	#mobile-menu .mm-link-wrap {
		margin-top: 50px;
		height: 100px;
	}
}
@media (max-width: 767px) {
	#mobile-menu .mm-link-wrap {
		margin-top: 36px;
		height: 80px;
	}
}
#mobile-menu .mm-link-wrap .langs-wrap,
#mobile-menu .mm-link-wrap .social-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex: 1;
}
#mobile-menu .mm-link-wrap .langs-wrap .lang-item {
	margin: 0 20px;
	font-size: 30px;
	line-height: 43px;
	font-family: AtypMedium;
}
@media (max-width: 767px) {
	#mobile-menu .mm-link-wrap .langs-wrap .lang-item {
		margin: 0 15px;
		font-size: 25px;
		line-height: 36px;
	}
}
@media (max-width: 479px) {
	#mobile-menu .mm-link-wrap .langs-wrap .lang-item {
		font-size: 15px;
		line-height: 21px;
	}
}
#mobile-menu .mm-link-wrap .langs-wrap a.lang-item {
	color: #FFFFFF;
}
#mobile-menu .mm-link-wrap .social-wrap {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#mobile-menu .mm-link-wrap .social-wrap > a {
	margin: 0 20px;
}
@media (max-width: 767px) {
	#mobile-menu .mm-link-wrap .social-wrap > a {
		margin: 0 15px;
	}
}
@media (max-width: 479px) {
	#mobile-menu .mm-link-wrap .social-wrap > a {
		margin: 0 13px;
	}
}
#mobile-menu .mm-link-wrap .social-wrap > a svg {
	fill: #FFFFFF;
}
#mobile-menu .mm-link-wrap .social-wrap .fb-wrap {
	width: 35px;
	height: 35px;
}
@media (max-width: 479px) {
	#mobile-menu .mm-link-wrap .social-wrap .fb-wrap {
		width: 30px;
		height: 30px;
	}
}
#mobile-menu .mm-link-wrap .social-wrap .yt-wrap {
	width: 35px;
	height: 25px;
}
@media (max-width: 479px) {
	#mobile-menu .mm-link-wrap .social-wrap .yt-wrap {
		width: 32px;
		height: 23px;
	}
}
#mobile-menu #mm-search-form {
	display: flex;
	width: 100%;
	margin-top: 70px;
	height: 60px;
}
@media (max-width: 767px) {
	#mobile-menu #mm-search-form {
		margin-top: 40px;
		height: 48px;
	}
}
@media (max-width: 479px) {
	#mobile-menu #mm-search-form {
		margin-top: 34px;
		height: 40px;
	}
}
#mobile-menu #mm-search-form .search-field {
	padding: 0 30px;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	border: none;
	font-size: 14px;
	line-height: 20px;
}
#mobile-menu #mm-search-form .search-field::placeholder {
	color: #FFFFFF;
}
@media (max-width: 767px) {
	#mobile-menu #mm-search-form .search-field {
		padding: 0 20px;
		font-size: 12px;
		line-height: 17px;
	}
}
@media (max-width: 479px) {
	#mobile-menu #mm-search-form .search-field {
		padding: 0 10px;
	}
}
#mobile-menu #mm-search-form .search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 100%;
	border: none;
	background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
	#mobile-menu #mm-search-form .search-btn {
		width: 48px;
	}
}
@media (max-width: 479px) {
	#mobile-menu #mm-search-form .search-btn {
		width: 40px;
	}
}
#mobile-menu #mm-search-form .search-btn .search-icon {
	width: 15px;
	height: 15px;
	fill: #FFFFFF;
}
#mobile-menu .add-complaint {
	position: relative;
	display: inline-block;
	margin: 70px auto 0;
	height: 70px;
	font-size: 30px;
	line-height: 43px;
	color: #FFFFFF;
	font-family: AtypMedium;
}
@media (max-width: 767px) {
	#mobile-menu .add-complaint {
		height: 55px;
		font-size: 25px;
		line-height: 36px;
		margin: 60px auto 0;
	}
}
@media (max-width: 479px) {
	#mobile-menu .add-complaint {
		height: 38px;
		font-size: 15px;
		line-height: 21px;
		margin: 65px auto 0;
	}
}
#mobile-menu .add-complaint:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 4px 4px 0 0;
	background-color: #FFFFFF;
}
@media (max-width: 479px) {
	#mobile-menu .add-complaint:after {
		width: 145px;
		left: 50%;
		transform: translateX(-50%);
	}
}

body.single-complaints #header .menu-item-object-complaints a,
body.single-statements #header .menu-item-object-statements a,
body.single-library #header .menu-item-object-library a,
body.single-news #header .menu-item-object-news a {
	color: #F15E3D !important;
}

body.single-complaints #mobile-menu .menu-item-object-complaints a,
body.single-statements #mobile-menu .menu-item-object-statements a,
body.single-library #mobile-menu .menu-item-object-library a,
body.single-news #mobile-menu .menu-item-object-news a {
	color: #000000 !important;
}

body.lock {
	overflow: hidden;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(241, 94, 61, 0.5);
	background-color: rgba(34, 30, 32, 0.5);
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 0.5s ease 0s;
	z-index: 99;
}

.popup.open {
	opacity: 1;
	visibility: visible;
}

.popup.open .popup-content {
	opacity: 1;
	transform: translate(0px, 0px);
}

.popup-body {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 10px;
}
@media screen and (max-width: 767px) {
	.popup-body {
		width: 100%;
		padding: 0;
	}
}

.popup-content {
	background-color: #fff;
	color: #000;
	max-width: 848px;
	padding: 100px 140px;
	opacity: 0;
	transition: all 0.5s ease 0s;
	transform: translate(0px, -100%);
}
@media screen and (max-width: 1365px) {
	.popup-content {
		max-width: 782px;
		padding: 100px 90px;
	}
}
@media screen and (max-width: 1023px) {
	.popup-content {
		max-width: 584px;
		padding: 90px 60px;
	}
}
@media screen and (max-width: 767px) {
	.popup-content {
		width: 100%;
		padding: 100px 20px 40px;
	}
}

.popup-content-image {
	padding: 0;
}

.popup-image img {
	max-width: 100%;
	vertical-align: top;
}

.popup-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #808080;
	cursor: pointer;
	transition: border-color 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
	.popup-close {
		width: 40px;
		height: 40px;
		top: 30px;
		right: 50%;
		transform: translateX(50%);
		border-color: #8498B5;
	}
}
.popup-close:before, .popup-close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 25px;
	transform: translate(-50%, -50%) rotate(45deg);
	transform-origin: center;
	background: #808080;
	transition: background 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
	.popup-close:before, .popup-close:after {
		background: #8498B5;
	}
}
.popup-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-close:hover {
	border-color: #FF8F47;
}
.popup-close:hover:before, .popup-close:hover:after {
	background: #FF8F47;
}
.popup-close:active {
	border-color: #F96F17;
}
.popup-close:active:before, .popup-close:active:after {
	background: #F96F17;
}

.header-block .home-first-block-wrap {
	display: flex;
	justify-content: space-between;
	padding: 70px 0 90px;
}
@media (max-width: 1365px) {
	.header-block .home-first-block-wrap {
		padding: 60px 0 80px;
	}
}
@media (max-width: 1023px) {
	.header-block .home-first-block-wrap {
		padding: 50px 0 70px;
		display: block;
		justify-content: unset;
	}
}
@media (max-width: 767px) {
	.header-block .home-first-block-wrap {
		padding: 40px 0 60px;
	}
}
@media (max-width: 479px) {
	.header-block .home-first-block-wrap {
		padding: 20px 0 30px;
	}
}
.header-block .home-first-block-wrap .title-block {
	width: 40%;
}
@media (max-width: 1365px) {
	.header-block .home-first-block-wrap .title-block {
		width: 43%;
	}
}
@media (max-width: 1023px) {
	.header-block .home-first-block-wrap .title-block {
		width: 100%;
		max-width: 570px;
	}
}
@media (max-width: 767px) {
	.header-block .home-first-block-wrap .title-block {
		max-width: 412px;
	}
}
@media (max-width: 479px) {
	.header-block .home-first-block-wrap .title-block {
		max-width: 266px;
	}
}
.header-block .home-first-block-wrap .title-block .home-title {
	font-size: 50px;
	line-height: 55px;
	font-family: AtypSemibold;
}
@media (max-width: 1365px) {
	.header-block .home-first-block-wrap .title-block .home-title {
		font-size: 40px;
		line-height: 44px;
	}
}
@media (max-width: 767px) {
	.header-block .home-first-block-wrap .title-block .home-title {
		font-size: 30px;
		line-height: 34px;
	}
}
.header-block .home-first-block-wrap .title-block .home-desc {
	margin-top: 25px;
	font-size: 16px;
	line-height: 25px;
}
@media (max-width: 1365px) {
	.header-block .home-first-block-wrap .title-block .home-desc {
		margin-top: 30px;
		font-size: 14px;
		line-height: 21px;
	}
}
@media (max-width: 767px) {
	.header-block .home-first-block-wrap .title-block .home-desc {
		margin-top: 20px;
		font-size: 13px;
		line-height: 18px;
	}
}
.header-block .home-first-block-wrap .title-block .home-links {
	display: flex;
	align-items: center;
	margin-top: 28px;
}
@media (max-width: 1365px) {
	.header-block .home-first-block-wrap .title-block .home-links {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.header-block .home-first-block-wrap .title-block .home-links {
		margin-top: 20px;
	}
}
.header-block .home-first-block-wrap .title-block .home-links a {
	color: #000;
}
.header-block .home-first-block-wrap .title-block .home-links a:not(:last-child) {
	margin-right: 30px;
}
.header-block .home-first-block-wrap .title-block .home-links a:hover {
	color: #F15E3D;
}
.header-block .home-first-block-wrap .slider-block {
	width: 48%;
}
@media (max-width: 1023px) {
	.header-block .home-first-block-wrap .slider-block {
		width: 100%;
	}
}

.section-title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 479px) {
	.section-title-wrap.news .section-title {
		max-width: 180px;
	}
}

.right-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 1023px) {
	.links-wrap {
		display: none;
	}
}
.links-wrap.md {
	display: none;
}
@media (max-width: 1023px) {
	.links-wrap.md {
		display: block;
		margin-top: 40px;
	}
}
@media (max-width: 479px) {
	.links-wrap.md {
		margin-top: 35px;
	}
}
.links-wrap .arc-link {
	position: relative;
	font-family: AtypMedium;
	font-size: 16px;
	line-height: 23px;
	display: inline-block;
	padding-bottom: 4px;
}
.links-wrap .arc-link:not(:last-child) {
	margin-right: 30px;
}
@media (max-width: 1365px) {
	.links-wrap .arc-link:not(:last-child) {
		margin-right: 25px;
	}
}
@media (max-width: 767px) {
	.links-wrap .arc-link:not(:last-child) {
		margin-right: 20px;
	}
}
@media (max-width: 1023px) {
	.links-wrap .arc-link {
		margin-bottom: 5px;
		padding-bottom: 2px;
	}
}
@media (max-width: 767px) {
	.links-wrap .arc-link {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 6px;
	}
}
.links-wrap .arc-link::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #939598;
	opacity: 0.1;
}
.links-wrap.news .news-slider-arrows-wrap {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 88px;
}
@media (max-width: 479px) {
	.links-wrap.news .news-slider-arrows-wrap {
		display: flex;
	}
}
@media (max-width: 479px) {
	.links-wrap.news {
		display: block;
	}
}
@media (max-width: 479px) {
	.links-wrap.news .arc-link {
		display: none;
	}
}

.news-wrap {
	display: flex;
	flex-wrap: wrap;
}
.news-wrap .list-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 77.5%;
	margin: 0 -20px;
}
@media (max-width: 1365px) {
	.news-wrap .list-wrap {
		margin: 0 -15px;
	}
}
@media (max-width: 1023px) {
	.news-wrap .list-wrap {
		width: 100%;
		margin: 0 -13px;
	}
}
@media (max-width: 767px) {
	.news-wrap .list-wrap {
		margin: 0 -5px;
	}
}
.news-wrap .list-wrap .item-wrap {
	position: relative;
	width: calc(33.333% - 40px);
	margin: 0 20px 50px;
}
@media (max-width: 1365px) {
	.news-wrap .list-wrap .item-wrap {
		width: calc(33.333% - 30px);
		margin: 0 15px 40px;
	}
}
@media (max-width: 1023px) {
	.news-wrap .list-wrap .item-wrap {
		width: calc(33.333% - 26px);
		margin: 0 13px 40px;
	}
}
@media (max-width: 767px) {
	.news-wrap .list-wrap .item-wrap {
		width: calc(50% - 10px);
		margin: 0 5px 30px;
	}
}
@media (max-width: 479px) {
	.news-wrap .list-wrap .item-wrap {
		width: 100%;
		margin: 0 5px 30px;
	}
}
.news-wrap .list-wrap.news {
	margin-bottom: -50px;
}
.news-wrap .list-wrap.news.mobile {
	display: none;
}
@media (max-width: 1365px) {
	.news-wrap .list-wrap.news {
		margin-bottom: -40px;
	}
}
@media (max-width: 767px) {
	.news-wrap .list-wrap.news {
		margin-bottom: -30px;
	}
}
@media (max-width: 479px) {
	.news-wrap .list-wrap.news {
		margin-bottom: unset;
	}
	.news-wrap .list-wrap.news.desktop {
		display: none;
	}
	.news-wrap .list-wrap.news.mobile {
		display: block;
	}
}
.news-wrap .adv-wrap {
	margin-left: 40px;
	width: 22.5%;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap {
		margin-left: 30px;
	}
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap {
		display: flex;
		width: 100%;
		margin: 60px -13px 0;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap {
		display: block;
		margin: 60px 0 0;
	}
}
@media (max-width: 479px) {
	.news-wrap .adv-wrap {
		margin-top: 70px;
	}
}
.news-wrap .adv-wrap .news-subs {
	padding: 20px 20px 45px;
	background-color: #F15E3D;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .news-subs {
		padding: 20px 14px 25px;
	}
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap .news-subs {
		padding: 30px 20px;
		width: calc(33% - 26px);
		margin: 0 13px;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs {
		width: 100%;
		margin: unset;
		padding: 30px 0;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner {
	margin: 0 auto;
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner {
		width: 240px;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner {
		width: 260px;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .ns-title {
	font-size: 26px;
	line-height: 37px;
	font-family: AtypSemibold;
	color: #fff;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .ns-title {
		font-size: 20px;
		line-height: 29px;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .ns-title {
		text-align: center;
		font-size: 18px;
		line-height: 26px;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form {
	width: 100%;
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form label,
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-title,
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-description,
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form #mailerlite-1-field-email-error {
	display: none !important;
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field {
	margin-top: 42px;
	padding: 14px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field {
		margin-top: 42px;
	}
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field {
		padding: 12px 0;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field input[type=email] {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 16px;
	line-height: 23px;
	width: 100%;
	color: #fff;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field input[type=email] {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field input[type=email] {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field input[type=email] {
		font-size: 12px;
		line-height: 17px;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field input[type=email]::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-field input[type=email].error {
	border: 1px solid #fff;
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-subscribe-button-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 14px;
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-subscribe-button-container {
		margin-top: 18px;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-subscribe-button-container {
		margin: 20px auto 0;
		width: 160px;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-subscribe-button-container button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	height: 23px;
	border: unset;
	background-color: transparent;
	color: #fff;
	padding: 0;
	column-gap:5px;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-subscribe-button-container button {
		font-size: 14px;
		line-height: 20px;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-subscribe-button-container button::after {
	content: "";
/* 	position: absolute; */
	width: 7px;
	height: 12px;
/* 	right: 0%;
	top: 8px; */
	background-image: url(img/subs_btn_arrow_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-subscribe-button-container:hover button {
	color: #000;
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-subscribe-button-container button:hover::after {
	background-image: url(img/subs_btn_arrow_black.svg);
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-loader,
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-response #tw-target-text-container span {
	font-size: 16px;
	line-height: 23px;
	font-family: AtypRegular;
	font-weight: normal;
	color: #fff;
	margin-top: 10px;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-loader,
.news-wrap .adv-wrap .news-subs .news-subs-inner .mailerlite-form .mailerlite-form-response #tw-target-text-container span {
		font-size: 14px;
		line-height: 20px;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form {
	width: 100%;
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form input {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 16px;
	line-height: 23px;
	width: 100%;
	height: 50px;
	margin-top: 42px;
	padding: 12px 0 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form input {
		height: 46px;
		margin-top: 42px;
		padding: 12px 0 16px;
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form input {
		height: 50px;
		margin-top: 20px;
		padding: 14px 0 16px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form input {
		height: 40px;
		padding: 11px 0 12px;
		font-size: 12px;
		line-height: 17px;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form .subs-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 16px;
	line-height: 23px;
	font-family: AtypMedium;
	border: unset;
	background-color: transparent;
	color: #fff;
	padding: 0;
	transition: all 0.3s linear;
	width: 100%;
	margin-top: 14px;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form .subs-btn {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form .subs-btn {
		margin-top: 18px;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form .subs-btn {
		margin-top: 20px;
		justify-content: center;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form .subs-btn .link-arrow {
	margin-top: 8px;
	width: 7px;
	height: 12px;
	fill: #fff;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form .subs-btn .link-arrow {
		margin-top: 4px;
		width: 5px;
		height: 9px;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form .subs-btn .link-arrow {
		margin-left: 10px;
	}
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form .subs-btn:hover {
	color: #000;
}
.news-wrap .adv-wrap .news-subs .news-subs-inner .subs-form .subs-btn:hover .link-arrow {
	fill: #000;
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap .soc-wrap {
		display: flex;
		width: 67%;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .soc-wrap {
		width: 100%;
		margin: 40px 0 0;
	}
}
@media (max-width: 479px) {
	.news-wrap .adv-wrap .soc-wrap {
		display: block;
		margin: 40px 0 0;
	}
}
.news-wrap .adv-wrap .soc-wrap .fb-subs {
	margin-top: 32px;
	width: 100%;
}
@media (max-width: 1365px) {
	.news-wrap .adv-wrap .soc-wrap .fb-subs {
		margin-top: 30px;
	}
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap .soc-wrap .fb-subs {
		margin: 0 13px;
		width: calc(50% - 26px);
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .soc-wrap .fb-subs {
		flex: 1;
		margin: 0 15px;
		width: calc(50% - 30px);
	}
}
@media (max-width: 479px) {
	.news-wrap .adv-wrap .soc-wrap .fb-subs {
		margin: unset;
		width: 100%;
	}
}
.news-wrap .adv-wrap .soc-wrap .yt-subs {
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	overflow: hidden;
}
@media (max-width: 1023px) {
	.news-wrap .adv-wrap .soc-wrap .yt-subs {
		padding-top: unset;
		margin: 0 13px;
		width: calc(50% - 26px);
		border-top: unset;
	}
}
@media (max-width: 767px) {
	.news-wrap .adv-wrap .soc-wrap .yt-subs {
		margin: 0;
		width: 234px;
	}
}
@media (max-width: 479px) {
	.news-wrap .adv-wrap .soc-wrap .yt-subs {
		width: 100%;
		padding-top: 10px;
		margin: 20px 0 0;
		border-top: 1px solid rgba(0, 0, 0, 0.04);
	}
}

.cje-digts-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 -20px;
}
@media (max-width: 1365px) {
	.cje-digts-wrap {
		margin: 0 -15px;
	}
}
@media (max-width: 1365px) {
	.cje-digts-wrap {
		margin: 0 -12px;
	}
}
@media (max-width: 767px) {
	.cje-digts-wrap {
		flex-direction: column;
		align-items: center;
		justify-content: unset;
		margin: 0 auto;
		width: 290px;
	}
}
.cje-digts-wrap .cje-digts-item {
	display: flex;
	flex-direction: column;
	width: calc(33.333% - 40px);
	margin: 0 20px;
	padding-top: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 1365px) {
	.cje-digts-wrap .cje-digts-item {
		width: calc(33.333% - 30px);
		margin: 0 15px;
		padding-top: 50px;
	}
}
@media (max-width: 1023px) {
	.cje-digts-wrap .cje-digts-item {
		width: calc(33.333% - 24px);
		margin: 0 12px;
		padding-top: 40px;
	}
}
@media (max-width: 767px) {
	.cje-digts-wrap .cje-digts-item {
		width: 100%;
		margin: 0;
		padding-top: 30px;
	}
	.cje-digts-wrap .cje-digts-item:not(:first-child) {
		margin-top: 40px;
	}
}
.cje-digts-wrap .cje-digts-item .cje-digts-value {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	font-size: 90px;
	line-height: 63px;
	text-align: center;
}
@media (max-width: 1365px) {
	.cje-digts-wrap .cje-digts-item .cje-digts-value {
		font-size: 70px;
		line-height: 63px;
	}
}
@media (max-width: 1023px) {
	.cje-digts-wrap .cje-digts-item .cje-digts-value {
		font-size: 55px;
		line-height: 63px;
	}
}
.cje-digts-wrap .cje-digts-item .cje-digts-title {
	font-size: 17px;
	line-height: 25px;
	font-family: AtypMedium;
	text-align: center;
	margin-top: 55px;
}
@media (max-width: 1365px) {
	.cje-digts-wrap .cje-digts-item .cje-digts-title {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.cje-digts-wrap .cje-digts-item .cje-digts-title {
		font-size: 13px;
		line-height: 18px;
		margin-top: 25px;
	}
}
@media (max-width: 479px) {
	.cje-digts-wrap .cje-digts-item .cje-digts-title {
		margin-top: 20px;
	}
}
.cje-digts-wrap .cje-digts-item .cje-digts-bottom {
	width: 100%;
	height: 5px;
	border-radius: 0px 0px 5px 5px;
	background-color: #F15E3D;
	margin-top: 20px;
}

section.links-section {
	margin: 70px 0 0;
	padding: unset;
}
@media (max-width: 1365px) {
	section.links-section {
		margin: 50px 0 0;
	}
}
@media (max-width: 1023px) {
	section.links-section {
		margin: 50px 0 0;
		padding-bottom: 40px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	}
}
@media (max-width: 767px) {
	section.links-section {
		margin: 0;
		padding-bottom: 30px;
	}
}
section.links-section.pb {
	margin-bottom: 110px;
}
section.links-section .links-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 1023px) {
	section.links-section .links-wrap {
		flex-direction: column;
		justify-content: unset;
	}
}
section.links-section .links-wrap .links-title {
	padding: 60px 0;
	font-size: 40px;
	line-height: 53px;
	width: 700px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 1365px) {
	section.links-section .links-wrap .links-title {
		padding: 50px 0;
		font-size: 30px;
		width: 460px;
	}
}
@media (max-width: 1023px) {
	section.links-section .links-wrap .links-title {
		padding: 40px 0 58px;
		text-align: center;
		border-bottom: unset;
	}
}
@media (max-width: 767px) {
	section.links-section .links-wrap .links-title {
		width: 290px;
		font-size: 24px;
		line-height: 34px;
	}
}
@media (max-width: 479px) {
	section.links-section .links-wrap .links-title {
		padding: 36px 40px;
		line-height: 30px;
	}
}
section.links-section .links-wrap .links-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media (max-width: 1023px) {
	section.links-section .links-wrap .links-list {
		margin-top: 30px;
	}
}
@media (max-width: 479px) {
	section.links-section .links-wrap .links-list {
		margin-top: 20px;
		flex-direction: column;
		justify-content: unset;
		align-items: center;
	}
}
section.links-section.set-comp {
	margin-bottom: 80px;
}
@media (max-width: 1365px) {
	section.links-section.set-comp {
		margin-bottom: 70px;
	}
}
@media (max-width: 1023px) {
	section.links-section.set-comp {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	section.links-section.set-comp {
		margin-bottom: 30px;
	}
}

.link-bookmark {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 220px;
	height: 46px;
	font-size: 20px;
	line-height: 28px;
	font-family: AtypMedium;
	border-radius: 0 0 13px 13px;
	background-color: #F15E3D;
	color: #fff;
	margin-right: 40px;
	transition: all 0.3s linear;
	border: none;
	padding-bottom: 6px;
}
@media (max-width: 1365px) {
	.link-bookmark {
		width: 166px;
		height: 40px;
		font-size: 16px;
		line-height: 23px;
		margin-right: 30px;
	}
}
@media (max-width: 767px) {
	.link-bookmark {
		width: 150px;
		height: 36px;
		font-size: 14px;
		line-height: 20px;
		margin-right: unset;
	}
}
.link-bookmark:hover:not(.circles) {
	color: #fff;
	background-color: #000;
}
.link-bookmark.small {
	width: 138px;
	margin-right: 34px;
}
@media (max-width: 1365px) {
	.link-bookmark.small {
		width: 102px;
		margin-right: 21px;
	}
}
@media (max-width: 1023px) {
	.link-bookmark.small {
		margin-right: 21px;
	}
}
@media (max-width: 767px) {
	.link-bookmark.small {
		width: 94px;
		margin-right: 10px;
	}
}
.link-bookmark.codex {
	width: 306px;
	margin: 80px auto 0;
}
@media (max-width: 1365px) {
	.link-bookmark.codex {
		width: 234px;
		margin-top: 60px;
	}
}
@media (max-width: 1023px) {
	.link-bookmark.codex {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.link-bookmark.codex {
		width: 210px;
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.links-list .link-bookmark {
		margin-right: 30px;
	}
}
@media (max-width: 479px) {
	.links-list .link-bookmark {
		margin-right: unset;
	}
}

.circles {
	position: absolute;
	width: 408px;
	height: 408px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media (max-width: 1365px) {
	.circles {
		width: 312px;
		height: 312px;
	}
}
@media (max-width: 767px) {
	.circles {
		width: 212px;
		height: 212px;
	}
}
.circles div {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	padding: 50px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.02);
}
.circles div > div > div {
	border-color: rgba(0, 0, 0, 0.03);
}
.circles div > div > div > div {
	border-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1365px) {
	.circles div {
		padding: 38px;
	}
}
@media (max-width: 767px) {
	.circles div {
		padding: 25px;
	}
}

.contacts-section {
	margin-top: 70px;
	padding: 60px 0 85px;
}
@media (max-width: 1365px) {
	.contacts-section {
		margin-top: 60px;
		padding: 75px 0;
	}
}
@media (max-width: 1023px) {
	.contacts-section {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.contacts-section {
		margin-top: 10px;
		padding: 50px 0 80px;
	}
}
.contacts-section .cje-digts-wrap .cje-digts-item .cje-digts-value {
	font-size: 21px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	.contacts-section .cje-digts-wrap .cje-digts-item .cje-digts-value {
		font-size: 18px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.contacts-section .cje-digts-wrap .cje-digts-item .cje-digts-value {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 1023px) {
	.slider-block {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.slider-block {
		margin-top: 40px;
	}
}
@media (max-width: 479px) {
	.slider-block {
		margin-top: 30px;
	}
}
.slider-block .title-slider-wrap {
	position: relative;
	margin: 0 -20px;
}
@media (max-width: 1365px) {
	.slider-block .title-slider-wrap {
		margin: 0 -15px;
	}
}
@media (max-width: 1023px) {
	.slider-block .title-slider-wrap {
		margin: 0 -13px;
	}
}
@media (max-width: 767px) {
	.slider-block .title-slider-wrap {
		margin: 0 -5px;
	}
}

.item-wrap {
	position: relative;
	width: calc(50% - 40px);
	margin: 0 20px 0;
}
@media (max-width: 1365px) {
	.item-wrap {
		width: calc(50% - 30px);
		margin: 0 15px;
	}
}
@media (max-width: 1023px) {
	.item-wrap {
		width: calc(50% - 26px);
		margin: 0 13px;
	}
}
@media (max-width: 767px) {
	.item-wrap {
		width: calc(50% - 10px);
		margin: 0 5px;
	}
}
.item-wrap .img-wrap {
	padding-bottom: 69%;
}
.item-wrap .img-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	border-radius: 5px 5px 0 0;
	background-color: transparent;
	transition: all 0.3s linear;
}
.item-wrap .date-wrap {
	display: block;
	font-size: 13px;
	line-height: 19px;
	font-family: AtypMedium;
	color: #939598;
	opacity: 0.5;
	margin-top: 14px;
}
@media (max-width: 1365px) {
	.item-wrap .date-wrap {
		font-size: 12px;
		line-height: 17px;
	}
}
.item-wrap:hover .img-wrap::after {
	background-color: #F15E3D;
}

.title-slider-arrows-wrap {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

section.header-block.single-news .base-wrap.single-page {
	z-index: 1;
}
section.header-block.single-news:not(.no-img):after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 250px;
	background-color: #fff;
}
@media (max-width: 1365px) {
	section.header-block.single-news:not(.no-img):after {
		height: 216px;
	}
}
@media (max-width: 1023px) {
	section.header-block.single-news:not(.no-img):after {
		height: 220px;
	}
}
@media (max-width: 767px) {
	section.header-block.single-news:not(.no-img):after {
		height: 132px;
	}
}
@media (max-width: 479px) {
	section.header-block.single-news:not(.no-img):after {
		height: 90px;
	}
}
section.header-block.single-news .first-block-news {
	padding-top: 67px;
}
@media (max-width: 1365px) {
	section.header-block.single-news .first-block-news {
		padding-top: 72px;
	}
}
@media (max-width: 1023px) {
	section.header-block.single-news .first-block-news {
		padding-top: 74px;
	}
}
@media (max-width: 767px) {
	section.header-block.single-news .first-block-news {
		padding-top: 30px;
	}
}
@media (max-width: 479px) {
	section.header-block.single-news .first-block-news {
		padding-top: 32px;
	}
}
section.header-block.single-news .first-block-news.no-img {
	margin-bottom: 0;
	padding-bottom: 100px;
}
@media (max-width: 1365px) {
	section.header-block.single-news .first-block-news.no-img {
		padding-bottom: 130px;
	}
}
@media (max-width: 1023px) {
	section.header-block.single-news .first-block-news.no-img {
		padding-bottom: 100px;
	}
}
@media (max-width: 767px) {
	section.header-block.single-news .first-block-news.no-img {
		padding-bottom: 50px;
	}
}
section.header-block.single-news .first-block-news .date-wrap {
	display: block;
	color: #939598;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	section.header-block.single-news .first-block-news .date-wrap {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 13px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	section.header-block.single-news .first-block-news .date-wrap {
		font-size: 11px;
		line-height: 16px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}
section.header-block.single-news .first-block-news .header-title {
	text-align: left !important;
}
section.header-block.single-news .first-block-news .img-wrap {
	margin-top: 40px;
	padding-bottom: 63.5%;
}
@media (max-width: 1365px) {
	section.header-block.single-news .first-block-news .img-wrap {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	section.header-block.single-news .first-block-news .img-wrap {
		margin-top: 20px;
	}
}

.news-list-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -20px;
}
@media (max-width: 1365px) {
	.news-list-wrap {
		margin: 0 -15px;
	}
}
@media (max-width: 1023px) {
	.news-list-wrap {
		margin: 0 -13px;
	}
}
@media (max-width: 767px) {
	.news-list-wrap {
		margin: 0 -5px;
	}
}
.news-list-wrap .item-wrap {
	position: relative;
	width: calc(25% - 40px);
	margin: 0 20px 50px;
}
@media (max-width: 1365px) {
	.news-list-wrap .item-wrap {
		width: calc(25% - 30px);
		margin: 0 15px 40px;
	}
}
@media (max-width: 1023px) {
	.news-list-wrap .item-wrap {
		width: calc(33.3333% - 26px);
		margin: 0 13px 40px;
	}
}
@media (max-width: 767px) {
	.news-list-wrap .item-wrap {
		width: calc(50% - 10px);
		margin: 0 5px 30px;
	}
}
@media (max-width: 479px) {
	.news-list-wrap .item-wrap {
		width: 100%;
	}
}
.news-list-wrap.archive {
	margin-bottom: -50px;
}
@media (max-width: 1365px) {
	.news-list-wrap.archive {
		margin-bottom: -40px;
	}
}
@media (max-width: 479px) {
	.news-list-wrap.archive {
		margin-bottom: -30px;
	}
}

.library-list-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 50px -20px -50px;
}
@media (max-width: 1365px) {
	.library-list-wrap {
		margin: 50px -15px -50px;
	}
}
@media (max-width: 1023px) {
	.library-list-wrap {
		margin: 38px -12px -40px;
	}
}
@media (max-width: 767px) {
	.library-list-wrap {
		margin: 30px -5px -40px;
	}
}
@media (max-width: 479px) {
	.library-list-wrap {
		margin: 26px auto -40px;
		width: 220px;
	}
}
.library-list-wrap .item-wrap {
	position: relative;
	width: calc(25% - 40px);
	margin: 0 20px 50px;
}
@media (max-width: 1365px) {
	.library-list-wrap .item-wrap {
		width: calc(25% - 30px);
		margin: 0 15px 50px;
	}
}
@media (max-width: 1023px) {
	.library-list-wrap .item-wrap {
		width: calc(33.333% - 24px);
		margin: 0 12px 40px;
	}
}
@media (max-width: 767px) {
	.library-list-wrap .item-wrap {
		width: calc(50% - 10px);
		margin: 0 5px 40px;
	}
}
@media (max-width: 479px) {
	.library-list-wrap .item-wrap {
		width: 100%;
		margin: 0 auto 40px;
	}
}
.library-list-wrap .item-wrap .img-wrap {
	padding-bottom: 134%;
}
.library-list-wrap .item-wrap .img-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	border-radius: 5px 5px 0 0;
	background-color: transparent;
	transition: all 0.3s linear;
}
.library-list-wrap .item-wrap:hover .img-wrap::after {
	background-color: #F15E3D;
}
.library-list-wrap.archive {
	margin-bottom: -50px;
}
@media (max-width: 1023px) {
	.library-list-wrap.archive {
		margin-bottom: -40px;
	}
}
.library-list-wrap.is_archive {
	margin-top: unset;
}

.library-slider-arrows-wrap {
	display: flex;
	align-items: center;
	margin-left: 40px;
}
@media (max-width: 1365px) {
	.library-slider-arrows-wrap {
		margin-left: 30px;
	}
}
@media (max-width: 1023px) {
	.library-slider-arrows-wrap {
		margin-left: unset;
	}
}

.header-wrap {
	display: flex;
	justify-content: center;
}
@media (max-width: 1023px) {
	.header-wrap {
		flex-direction: column;
		justify-content: unset;
	}
}
.header-wrap .img-wrap-library {
	width: 31%;
	height: 0px;
}
@media (max-width: 1365px) {
	.header-wrap .img-wrap-library {
		width: 34%;
	}
}
@media (max-width: 1023px) {
	.header-wrap .img-wrap-library {
		width: 40.5%;
		height: auto;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.header-wrap .img-wrap-library {
		width: 49%;
	}
}
@media (max-width: 479px) {
	.header-wrap .img-wrap-library {
		width: 76%;
	}
}
.header-wrap .img-wrap-library .img-library {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 134%;
	overflow: hidden;
}
.header-wrap .img-wrap-library .img-library img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header-wrap .left-wrap {
	flex: 1;
	max-width: 804px;
}
.header-wrap .left-wrap.has-img {
	margin-left: 40px;
}
@media (max-width: 1365px) {
	.header-wrap .left-wrap {
		margin-left: 30px;
	}
}
@media (max-width: 1023px) {
	.header-wrap .left-wrap {
		margin-left: unset !important;
	}
}
.header-wrap .left-wrap .date-wrap {
	color: #939598;
	font-size: 16px;
	line-height: 23px;
}
@media (max-width: 1365px) {
	.header-wrap .left-wrap .date-wrap {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1023px) {
	.header-wrap .left-wrap .date-wrap {
		margin-top: 45px;
	}
}
@media (max-width: 767px) {
	.header-wrap .left-wrap .date-wrap {
		margin-top: 40px;
		font-size: 11px;
		line-height: 16px;
	}
}
@media (max-width: 479px) {
	.header-wrap .left-wrap .date-wrap {
		margin-top: 30px;
	}
}
.header-wrap .left-wrap .header-title {
	padding-top: 40px;
	margin-top: 23px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 1365px) {
	.header-wrap .left-wrap .header-title {
		padding-top: 30px;
		margin-top: 13px;
	}
}
@media (max-width: 767px) {
	.header-wrap .left-wrap .header-title {
		padding-top: 20px;
		margin-top: 10px;
	}
}
.header-wrap .left-wrap .download-wrap {
	padding-top: 23px;
	margin-top: 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 1365px) {
	.header-wrap .left-wrap .download-wrap {
		padding-top: 20px;
		margin-top: 30px;
	}
}
@media (max-width: 1023px) {
	.header-wrap .left-wrap .download-wrap {
		padding-top: 30px;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.header-wrap .left-wrap .download-wrap {
		padding-top: 20px;
		margin-top: 20px;
	}
}
.header-wrap .left-wrap .download-wrap .replace {
	height: 36px;
}
@media (max-width: 767px) {
	.header-wrap .left-wrap .download-wrap .replace {
		height: 25px;
	}
}

.section-content-library {
	padding: 130px 0 0;
}
@media (max-width: 1365px) {
	.section-content-library {
		padding-top: 100px;
	}
}
@media (max-width: 767px) {
	.section-content-library {
		padding-top: 50px;
	}
}
.section-content-library.has-image {
	padding: 280px 0 0;
}
@media (max-width: 1023px) {
	.section-content-library.has-image {
		padding-top: 100px;
	}
}
@media (max-width: 767px) {
	.section-content-library.has-image {
		padding-top: 50px;
	}
}

#library-form-reset {
	font-size: 16px;
	line-height: 23px;
	color: #939598;
	cursor: pointer;
}
@media (max-width: 1365px) {
	#library-form-reset {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1023px) {
	#library-form-reset {
		font-size: 12px;
		line-height: 17px;
		margin-top: 5px;
	}
}
#library-form-reset:hover {
	color: #F15E3D;
}

.complaints-list-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -20px;
}
@media (max-width: 1365px) {
	.complaints-list-wrap {
		margin: 0 -15px;
	}
}
@media (max-width: 1023px) {
	.complaints-list-wrap {
		margin: 0 -12px;
	}
}
@media (max-width: 767px) {
	.complaints-list-wrap {
		margin: 0 -5px;
	}
}
.complaints-list-wrap .slick-track {
	display: flex;
}
.complaints-list-wrap .item-wrap {
	display: flex !important;
	flex-direction: column;
	position: relative;
	width: calc(25% - 40px);
	height: unset;
	min-height: 300px;
	margin: 0 20px;
	background-color: #fff;
	padding: 14px 20px 20px;
}
@media (max-width: 1365px) {
	.complaints-list-wrap .item-wrap {
		width: calc(33.333% - 30px);
		margin: 0 15px;
	}
}
@media (max-width: 1023px) {
	.complaints-list-wrap .item-wrap {
		width: calc(50% - 24px);
		margin: 0 12px;
	}
}
@media (max-width: 767px) {
	.complaints-list-wrap .item-wrap {
		width: calc(50% - 10px);
		margin: 0 5px;
		min-height: 220px;
	}
}
@media (max-width: 479px) {
	.complaints-list-wrap .item-wrap {
		width: 100%;
		min-height: 200px;
	}
}
.complaints-list-wrap .item-wrap .item-header {
	position: relative;
	display: flex;
	align-items: baseline;
}
.complaints-list-wrap .item-wrap .item-header .status-tooltip {
	z-index: 10;
	cursor: pointer;
}
.complaints-list-wrap .item-wrap .item-header .status-wrap {
	width: 15px;
	height: 15px;
	z-index: 10;
}
.complaints-list-wrap .item-wrap .item-header .status-wrap.no-violations, .complaints-list-wrap .item-wrap .item-header .status-wrap.friendly-warning, .complaints-list-wrap .item-wrap .item-header .status-wrap.public-condemnation {
	width: 10px;
	height: 10px;
}
.complaints-list-wrap .item-wrap .item-header .status-wrap.registered {
	width: 15px;
	height: 10px;
}
.complaints-list-wrap .item-wrap .item-header .status-wrap.consideration {
	width: 12px;
	height: 13px;
	transform: translateY(2px);
}
.complaints-list-wrap .item-wrap .item-header .status-wrap.rejected {
	width: 11px;
	height: 12px;
	transform: translateY(2px);
}
.complaints-list-wrap .item-wrap .item-header .date-wrap {
	font-size: 13px;
	line-height: 19px;
	font-family: AtypMedium;
	color: #939598;
	opacity: 0.5;
	margin: 0 0 0 9px;
}
@media (max-width: 1365px) {
	.complaints-list-wrap .item-wrap .item-header .date-wrap {
		font-size: 12px;
		line-height: 17px;
	}
}
@media (max-width: 767px) {
	.complaints-list-wrap .item-wrap .item-header .date-wrap {
		margin-left: 10px;
	}
}
.complaints-list-wrap .item-wrap .complaints-sep {
	position: relative;
	height: 0;
	margin: 20px 0 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
	.complaints-list-wrap .item-wrap .complaints-sep {
		margin-top: 14px;
	}
}
.complaints-list-wrap .item-wrap .complaints-sep.no-img {
	margin-top: auto;
}
.complaints-list-wrap .item-wrap .on-whom-wrap {
	position: relative;
	color: #939598;
	opacity: 0.5;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 19px;
	max-height: 57px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1365px) {
	.complaints-list-wrap .item-wrap .on-whom-wrap {
		font-size: 12px;
		line-height: 17px;
		max-height: 51px;
	}
}
.complaints-list-wrap .item-wrap .on-whom-wrap.no-img {
	margin-bottom: 0;
}
.complaints-list-wrap .item-wrap .img-wrap {
	position: relative;
	margin-top: auto;
	padding-bottom: 69%;
}
.complaints-list-wrap .item-wrap .img-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	border-radius: 5px 5px 0 0;
	background-color: transparent;
	transition: all 0.3s linear;
}
.complaints-list-wrap .item-wrap:hover .img-wrap::after {
	background-color: #F15E3D;
}

.complaints-slider-arrows-wrap {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
@media (max-width: 1023px) {
	.complaints-slider-arrows-wrap {
		margin-left: unset;
	}
}

.complaints-list-wrap.archive {
	margin-bottom: -40px;
}
@media (max-width: 1365px) {
	.complaints-list-wrap.archive {
		margin-bottom: -30px;
	}
}
@media (max-width: 1023px) {
	.complaints-list-wrap.archive {
		margin-bottom: -20px;
	}
}
@media (max-width: 479px) {
	.complaints-list-wrap.archive {
		margin-bottom: -30px;
	}
}
.complaints-list-wrap.archive .item-wrap {
	margin-bottom: 40px;
}
@media (max-width: 1365px) {
	.complaints-list-wrap.archive .item-wrap {
		margin-bottom: 30px;
	}
}
@media (max-width: 1023px) {
	.complaints-list-wrap.archive .item-wrap {
		margin-bottom: 20px;
	}
}
@media (max-width: 479px) {
	.complaints-list-wrap.archive .item-wrap {
		margin-bottom: 30px;
	}
}

.filters-wrap {
	position: relative;
	width: 100%;
}
.filters-wrap .form-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	width: 100%;
}
@media (max-width: 1365px) {
	.filters-wrap .form-wrap {
		margin: 0 -15px;
	}
}
@media (max-width: 1023px) {
	.filters-wrap .form-wrap {
		margin: 0 -12px;
	}
}
@media (max-width: 767px) {
	.filters-wrap .form-wrap {
		margin: 0;
	}
}
.filters-wrap .form-wrap .field-wrap {
	position: relative;
	width: calc(33.3333% - 40px);
	margin: 0 20px 20px;
}
.filters-wrap .form-wrap .field-wrap .search-field-ico {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 20px;
}
@media (max-width: 767px) {
	.filters-wrap .form-wrap .field-wrap .search-field-ico {
		width: 15px;
		height: 14px;
	}
}
.filters-wrap .form-wrap .field-wrap #complaints-title {
	padding-left: 50px;
}
@media (max-width: 767px) {
	.filters-wrap .form-wrap .field-wrap #complaints-title {
		padding-left: 40px;
	}
}
.filters-wrap .form-wrap .field-wrap:not(.library):first-child {
	width: calc(66.6666% - 40px);
}
@media (max-width: 1365px) {
	.filters-wrap .form-wrap .field-wrap {
		width: calc(50% - 30px);
		margin: 0 15px 15px;
	}
	.filters-wrap .form-wrap .field-wrap:not(.library):first-child {
		width: calc(50% - 30px);
	}
}
@media (max-width: 1023px) {
	.filters-wrap .form-wrap .field-wrap {
		width: calc(50% - 24px);
		margin: 0 12px 10px;
	}
	.filters-wrap .form-wrap .field-wrap:not(.library):first-child {
		width: calc(50% - 24px);
	}
}
@media (max-width: 767px) {
	.filters-wrap .form-wrap .field-wrap {
		width: 100%;
		margin: 0 0 5px;
	}
	.filters-wrap .form-wrap .field-wrap:not(.library):first-child {
		width: 100%;
	}
}
.filters-wrap .form-wrap .field-wrap:not(.controls) input {
	width: 100%;
	height: 65px;
	border: none;
	padding: 20px 30px;
	font-size: 18px;
	line-height: 25px;
}
@media (max-width: 1365px) {
	.filters-wrap .form-wrap .field-wrap:not(.controls) input {
		padding: 17px 30px;
		font-size: 16px;
		line-height: 23px;
		height: 57px;
	}
}
@media (max-width: 1023px) {
	.filters-wrap .form-wrap .field-wrap:not(.controls) input {
		padding: 14px 20px;
		font-size: 14px;
		line-height: 20px;
		height: 48px;
	}
}
@media (max-width: 767px) {
	.filters-wrap .form-wrap .field-wrap:not(.controls) input {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 17px;
		height: 37px;
	}
}
.filters-wrap .form-wrap .field-wrap:not(.controls) input::placeholder {
	color: #939598;
}
.filters-wrap .form-wrap .field-wrap:not(.controls) .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 50px 0 30px;
	font-size: 18px;
	line-height: 25px;
	color: #000;
}
@media (max-width: 1365px) {
	.filters-wrap .form-wrap .field-wrap:not(.controls) .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 1023px) {
	.filters-wrap .form-wrap .field-wrap:not(.controls) .select2-container--default .select2-selection--single .select2-selection__rendered {
		padding: 0 40px 0 20px;
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	.filters-wrap .form-wrap .field-wrap:not(.controls) .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 12px;
		line-height: 17px;
	}
}

.controls {
	display: flex;
	align-items: center;
}
.controls #complaints-form-reset {
	font-size: 16px;
	line-height: 23px;
	color: #939598;
	cursor: pointer;
}
@media (max-width: 1365px) {
	.controls #complaints-form-reset {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1023px) {
	.controls #complaints-form-reset {
		font-size: 12px;
		line-height: 17px;
	}
}
@media (max-width: 767px) {
	.controls {
		margin-top: 10px !important;
	}
}

.comp-top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin-bottom: 40px;
}
@media (max-width: 1365px) {
	.comp-top-wrap {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.comp-top-wrap {
		flex-direction: column;
		align-items: unset;
		margin-bottom: 20px;
	}
}
.comp-top-wrap .comp-wrap {
	display: flex;
	align-items: center;
	align-items: center;
	font-size: 18px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	.comp-top-wrap .comp-wrap {
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 767px) {
	.comp-top-wrap .comp-wrap {
		font-size: 12px;
		line-height: 17px;
	}
}
.comp-top-wrap .comp-wrap .title-wrap {
	margin-right: 24px;
}
@media (max-width: 1365px) {
	.comp-top-wrap .comp-wrap .title-wrap {
		margin-right: 15px;
	}
}
@media (max-width: 767px) {
	.comp-top-wrap .comp-wrap .title-wrap {
		margin-right: 10px;
	}
}
.comp-top-wrap .comp-wrap.status .value-wrap svg {
	width: 16px;
	height: 16px;
	margin-left: 5px;
}
@media (max-width: 1365px) {
	.comp-top-wrap .comp-wrap.status .value-wrap svg {
		margin-left: 5px;
	}
}
@media (max-width: 767px) {
	.comp-top-wrap .comp-wrap.status .value-wrap svg {
		width: 13px;
		height: 13px;
	}
}
.comp-top-wrap .comp-wrap.status .value-wrap .value-text.registered, .comp-top-wrap .comp-wrap.status .value-wrap .value-text.no-violations {
	color: #B8E272;
}
.comp-top-wrap .comp-wrap.status .value-wrap .value-text.consideration, .comp-top-wrap .comp-wrap.status .value-wrap .value-text.friendly-warning {
	color: #F1D43D;
}
.comp-top-wrap .comp-wrap.status .value-wrap .value-text.rejected, .comp-top-wrap .comp-wrap.status .value-wrap .value-text.public-condemnation {
	color: #F15E3D;
}
.comp-top-wrap .comp-wrap.solution-date {
	font-size: 16px;
	line-height: 37px;
	color: #939598;
}
@media (max-width: 1365px) {
	.comp-top-wrap .comp-wrap.solution-date {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	.comp-top-wrap .comp-wrap.solution-date {
		margin-top: 5px;
		font-size: 11px;
		line-height: 16px;
	}
}

.comp-bottom-wrap {
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	font-size: 18px;
	line-height: 25px;
}
@media (max-width: 1365px) {
	.comp-bottom-wrap {
		margin-top: 30px;
		padding-top: 20px;
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 767px) {
	.comp-bottom-wrap {
		margin-top: 20px;
		padding-top: 10px;
		font-size: 12px;
		line-height: 17px;
	}
}
.comp-bottom-wrap.have-img {
	margin-top: unset;
	border-top: unset;
}
.comp-bottom-wrap .title-wrap {
	margin-right: 10px;
	color: #000;
	min-width: 150px;
}
@media (max-width: 1365px) {
	.comp-bottom-wrap .title-wrap {
		min-width: 140px;
	}
}
@media (max-width: 767px) {
	.comp-bottom-wrap .title-wrap {
		min-width: 100px;
		margin-right: 5px;
	}
}
.comp-bottom-wrap .value-wrap {
	flex: 1;
	color: #939598;
}
.comp-bottom-wrap .comp-wrap {
	display: flex;
	align-items: flex-start;
}
.comp-bottom-wrap .comp-wrap:not(:first-child) {
	margin-top: 10px;
}
@media (max-width: 1365px) {
	.comp-bottom-wrap .comp-wrap:not(:first-child) {
		margin-top: 5px;
	}
}
.comp-bottom-wrap .comp-wrap.media {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 1365px) {
	.comp-bottom-wrap .comp-wrap.media {
		margin-top: 16px;
		padding-top: 20px;
	}
}
@media (max-width: 1365px) {
	.comp-bottom-wrap .comp-wrap.media {
		margin-top: 10px;
		padding-top: 10px;
	}
}

.comp-file-list .file-list-title {
	font-size: 33px;
	line-height: 55px;
	font-family: AtypSemibold;
	text-align: center;
}
@media (max-width: 1365px) {
	.comp-file-list .file-list-title {
		font-size: 22px;
		line-height: 32px;
	}
}
@media (max-width: 767px) {
	.comp-file-list .file-list-title {
		font-size: 20px;
		line-height: 29px;
	}
}
.comp-file-list .file-list-content {
	margin-top: 20px;
}
@media (max-width: 1365px) {
	.comp-file-list .file-list-content {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.comp-file-list .file-list-content {
		margin-top: 10px;
	}
}
.comp-file-list .file-list-content .download-wrap {
	padding: 16px 0;
	font-size: 21px;
	line-height: 37px;
}
.comp-file-list .file-list-content .download-wrap:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 1365px) {
	.comp-file-list .file-list-content .download-wrap {
		font-size: 18px;
		line-height: 37px;
	}
}
@media (max-width: 767px) {
	.comp-file-list .file-list-content .download-wrap {
		font-size: 12px;
		line-height: 17px;
	}
	.comp-file-list .file-list-content .download-wrap:first-child {
		border-top: 1px solid rgba(0, 0, 0, 0.04);
	}
}
.comp-file-list .file-list-content .download-wrap .download-text {
	margin-left: 20px;
	font-size: 21px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	.comp-file-list .file-list-content .download-wrap .download-text {
		font-size: 18px;
		line-height: 37px;
	}
}
@media (max-width: 767px) {
	.comp-file-list .file-list-content .download-wrap .download-text {
		margin-left: 10px;
		font-size: 12px;
		line-height: 17px;
	}
}

#send-codex-mess,
.form-add-new-complainant #message {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background: #F1F1F1;
	font-family: AtypSemibold;
	text-align: center;
	font-size: 40px;
	line-height: 55px;
	font-family: AtypSemibold;
}
@media (max-width: 1365px) {
	#send-codex-mess,
.form-add-new-complainant #message {
		font-size: 30px;
		line-height: 43px;
	}
}
@media (max-width: 767px) {
	#send-codex-mess,
.form-add-new-complainant #message {
		font-size: 18px;
		line-height: 26px;
	}
}
#send-codex-mess.single,
.form-add-new-complainant #message.single {
	text-align: left;
}

#send-codex-mess {
	display: none;
}

.no-relative {
	position: static !important;
}

#acf-popup .acf-popup-box {
	border: unset !important;
	box-shadow: unset !important;
	background-color: #F1F1F1 !important;
}
#acf-popup input#term_name {
	border: unset;
	height: 50px;
	font-family: AtypRegular;
	color: #000;
}
@media (max-width: 1023px) {
	#acf-popup input#term_name {
		height: 40px;
	}
}
@media (max-width: 767px) {
	#acf-popup input#term_name {
		height: 30px;
	}
}
#acf-popup .acf-label,
#acf-popup .acf-field-select[data-name=term_parent] {
	display: none;
}
#acf-popup .title h3 {
	font-size: 20px;
	line-height: 24px;
}
@media (max-width: 1023px) {
	#acf-popup .title h3 {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	#acf-popup .title h3 {
		font-size: 12px;
		line-height: 16px;
	}
}
#acf-popup .acf-icon.-cancel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #939598;
	border-radius: 50%;
	background: unset;
}
#acf-popup .acf-icon.-cancel:after, #acf-popup .acf-icon.-cancel:before {
	content: unset;
	position: absolute;
	content: "";
	width: 0;
	height: 20px;
	left: 50%;
	top: 50%;
	border-left: 2px solid #000;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all 0.3s linear;
}
#acf-popup .acf-icon.-cancel:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
#acf-popup .acf-icon.-cancel:hover:after, #acf-popup .acf-icon.-cancel:hover:before {
	border-color: #F15E3D;
}
#acf-popup .acf-submit-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 140px;
	height: 40px;
	font-size: 18px;
	line-height: 22px;
	font-family: AtypMedium;
	border-radius: 0 0 13px 13px;
	background-color: #F15E3D;
	color: #fff;
	margin: 10px auto 0 !important;
	transition: all 0.3s linear;
	border: none;
	padding-bottom: 4px;
	transition: all 0.3s linear;
}
@media (max-width: 1023px) {
	#acf-popup .acf-submit-button {
		font-size: 16px;
		line-height: 20px;
		width: 120px;
		height: 36px;
	}
}
@media (max-width: 767px) {
	#acf-popup .acf-submit-button {
		font-size: 14px;
		line-height: 18px;
		width: 100px;
		height: 30px;
	}
}
#acf-popup .acf-submit-button:hover {
	background-color: #000;
}

.acf-notice.-error.acf-error-message {
	background-color: #F15E3D;
}

a.acf-icon.-plus {
	border-color: #000;
	color: #000;
	transition: all 0.3s linear;
}
a.acf-icon.-plus:hover {
	border-color: #F15E3D;
	color: #F15E3D;
}

.form-join-to-codex .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form {
		margin: 0 -15px;
	}
}
@media (max-width: 1023px) {
	.form-join-to-codex .wpcf7-form {
		margin: 0 -12px;
	}
}
@media (max-width: 767px) {
	.form-join-to-codex .wpcf7-form {
		margin: 0;
	}
}
.form-join-to-codex .wpcf7-form .wpcf7-response-output {
	display: none;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-bottom: 30px;
	width: calc(50% - 40px);
	margin: 0 20px 30px;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap {
		width: calc(50% - 30px);
		margin: 0 15px 25px;
	}
}
@media (max-width: 1023px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap {
		width: calc(50% - 24px);
		margin: 0 12px 20px;
	}
}
@media (max-width: 767px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap {
		width: 100%;
		margin: 0 0 15px;
	}
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap:not(.user-confirmation) .wpcf7-not-valid {
	border: 1px solid #F15E3D;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-confirmation .wpcf7-not-valid input[type=checkbox] {
	border: 1px solid #F15E3D;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-confirmation .wpcf7-not-valid-tip {
	display: none;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	top: 2px;
	left: 30px;
	font-size: 12px;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
		left: 20px;
		font-size: 10px;
	}
}
@media (max-width: 767px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
		font-size: 8px;
	}
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input,
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap textarea {
	width: 100%;
	height: 79px;
	border: none;
	border-radius: unset;
	background-color: #fff;
	font-size: 18px;
	line-height: 25px;
	padding: 0 30px;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input::placeholder,
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
	color: #939598;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input,
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap textarea {
		height: 57px;
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 1023px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input,
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap textarea {
		height: 48px;
		font-size: 14px;
		line-height: 20px;
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input,
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap textarea {
		height: 37px;
		font-size: 12px;
		line-height: 17px;
	}
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
	margin: 0;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox {
	display: flex;
	justify-content: center;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item > label,
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item > label > input[type=checkbox] {
	cursor: pointer;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox label {
	display: flex;
	align-items: center;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox label .wpcf7-list-item-label {
	font-size: 18px;
	line-height: 37px;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox label .wpcf7-list-item-label {
		font-size: 16px;
		line-height: 37px;
	}
}
@media (max-width: 767px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox label .wpcf7-list-item-label {
		font-size: 12px;
		line-height: 18px;
	}
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input[type=checkbox] {
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input[type=checkbox] {
		margin: 0 10px 0 0;
		width: 22px;
		height: 22px;
	}
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input[type=checkbox]::after {
	content: "";
	width: 15px;
	height: 10px;
	background-image: url(img/checkbox_ico.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	display: none;
	cursor: pointer;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input[type=checkbox]::after {
		width: 10px;
		height: 7px;
	}
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap input[type=checkbox]:checked::after {
	display: block;
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-message {
	width: 100%;
	margin-bottom: 50px;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-message {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-message {
		margin-bottom: 34px;
	}
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-message textarea {
	border: none;
	resize: none;
	height: 210px;
	padding: 27px 30px;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-message textarea {
		height: 166px;
		padding: 17px 30px;
	}
}
@media (max-width: 1023px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-message textarea {
		height: 132px;
		padding: 14px 20px;
	}
}
@media (max-width: 767px) {
	.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-message textarea {
		height: 190px;
		padding: 10px 20px;
	}
}
.form-join-to-codex .wpcf7-form .wpcf7-form-control-wrap.user-confirmation {
	width: 100%;
	margin-bottom: unset;
}
.form-join-to-codex .wpcf7-form .link-bookmark.join {
	margin: 25px auto 0;
}
@media (max-width: 1365px) {
	.form-join-to-codex .wpcf7-form .link-bookmark.join {
		margin-top: 20px;
	}
}
@media (max-width: 1023px) {
	.form-join-to-codex .wpcf7-form .link-bookmark.join {
		margin-top: 15px;
	}
}
.form-join-to-codex .wpcf7-form .ajax-loader {
	position: absolute;
	bottom: 9px;
	margin: 0;
	left: 50%;
	transform: translateX(-150px);
}
@media (max-width: 767px) {
	.form-join-to-codex .wpcf7-form .ajax-loader {
		transform: translateX(-120px);
	}
}

.page-404-content {
	padding: 190px 0 220px;
	max-width: 570px;
	margin: 0 auto;
}
@media (max-width: 1365px) {
	.page-404-content {
		padding: 250px 0 320px;
		max-width: 470px;
	}
}
@media (max-width: 1023px) {
	.page-404-content {
		padding: 280px 0 310px;
	}
}
@media (max-width: 767px) {
	.page-404-content {
		padding: 120px 0 210px;
		max-width: 230px;
	}
}
.page-404-content .page-404-title {
	font-family: AtypSemibold;
	font-size: 90px;
	line-height: 55px;
	color: #F15E3D;
}
@media (max-width: 1365px) {
	.page-404-content .page-404-title {
		font-size: 80px;
	}
}
@media (max-width: 767px) {
	.page-404-content .page-404-title {
		font-size: 50px;
		line-height: 72px;
	}
}
.page-404-content .page-404-desc {
	font-family: AtypSemibold;
	font-size: 50px;
	line-height: 55px;
	margin-top: 28px;
}
@media (max-width: 1365px) {
	.page-404-content .page-404-desc {
		font-size: 40px;
		line-height: 55px;
		margin-top: 20px;
	}
}
@media (max-width: 1023px) {
	.page-404-content .page-404-desc {
		margin-top: 17px;
	}
}
@media (max-width: 767px) {
	.page-404-content .page-404-desc {
		font-size: 20px;
		line-height: 29px;
		margin-top: 0;
	}
}
.page-404-content .link-bookmark {
	margin-top: 70px;
}
@media (max-width: 1023px) {
	.page-404-content .link-bookmark {
		margin-top: 65px;
	}
}
@media (max-width: 767px) {
	.page-404-content .link-bookmark {
		margin-top: 30px;
	}
}

.search-header .search-back-arrow {
	position: absolute;
	padding-left: 16px;
	margin-top: 60px;
	font-size: 14px;
	line-height: 20px;
	font-family: AtypMedium;
	color: #939598;
}
@media (max-width: 1365px) {
	.search-header .search-back-arrow {
		margin-top: 56px;
	}
}
@media (max-width: 1023px) {
	.search-header .search-back-arrow {
		margin-top: 44px;
	}
}
@media (max-width: 767px) {
	.search-header .search-back-arrow {
		margin-top: 36px;
	}
}
.search-header .search-back-arrow svg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 10px;
	fill: #939598;
}
.search-header .search-form-wrap {
	padding: 110px 0 80px;
}
@media (max-width: 1365px) {
	.search-header .search-form-wrap {
		padding: 100px 0 80px;
	}
}
@media (max-width: 1023px) {
	.search-header .search-form-wrap {
		padding: 96px 0 60px;
	}
}
@media (max-width: 767px) {
	.search-header .search-form-wrap {
		padding: 90px 0 80px;
	}
}
.search-header .search-form-wrap.is_archive {
	padding-bottom: unset;
}
.search-header .search-form-wrap .header-title {
	text-align: left;
}
.search-header .search-form-wrap .header-title .search-param {
	color: #F15E3D;
}
.search-header .search-form-wrap .search-form {
	display: flex;
	position: relative;
	margin-top: 40px;
	height: 65px;
}
@media (max-width: 1023px) {
	.search-header .search-form-wrap .search-form {
		height: 48px;
	}
}
@media (max-width: 767px) {
	.search-header .search-form-wrap .search-form {
		margin-top: 30px;
	}
}
@media (max-width: 479px) {
	.search-header .search-form-wrap .search-form {
		height: 40px;
		margin-top: 20px;
	}
}
.search-header .search-form-wrap .search-form .search-field {
	padding: 0 32px;
	height: 100%;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	border: none;
}
@media (max-width: 1365px) {
	.search-header .search-form-wrap .search-form .search-field {
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 1023px) {
	.search-header .search-form-wrap .search-form .search-field {
		padding: 0 20px;
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	.search-header .search-form-wrap .search-form .search-field {
		font-size: 12px;
		line-height: 17px;
	}
}
@media (max-width: 479px) {
	.search-header .search-form-wrap .search-form .search-field {
		padding: 0 10px;
	}
}
.search-header .search-form-wrap .search-form .search-field::placeholder {
	color: #939598;
}
.search-header .search-form-wrap .search-form .search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 65px;
	border: none;
	background-color: #fff;
}
@media (max-width: 1023px) {
	.search-header .search-form-wrap .search-form .search-btn {
		width: 48px;
	}
}
@media (max-width: 479px) {
	.search-header .search-form-wrap .search-form .search-btn {
		width: 40px;
	}
}
.search-header .search-form-wrap .search-form .search-btn .search-icon {
	width: 23px;
	height: 23px;
	transition: all 0.3s linear;
}
@media (max-width: 1023px) {
	.search-header .search-form-wrap .search-form .search-btn .search-icon {
		width: 15px;
		height: 15px;
	}
}
.search-header .search-form-wrap .search-form .search-btn:hover .search-icon {
	fill: #F15E3D;
}

section.search .links-wrap.md {
	margin-top: 40px;
}

.search-section-separator {
	height: 0;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.no-result-wrap-search {
	padding-top: unset;
	padding-bottom: 310px;
}
@media (max-width: 1919px) {
	.no-result-wrap-search {
		padding-bottom: 200px;
	}
}
@media (max-width: 1365px) {
	.no-result-wrap-search {
		padding-bottom: 230px;
	}
}
@media (max-width: 1023px) {
	.no-result-wrap-search {
		padding-bottom: 290px;
	}
}
@media (max-width: 767px) {
	.no-result-wrap-search {
		padding-bottom: 320px;
	}
}
@media (max-width: 479px) {
	.no-result-wrap-search {
		padding-bottom: 270px;
	}
}
.no-result-wrap-search .header-desc {
	margin-top: 40px;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}
@media (max-width: 1365px) {
	.no-result-wrap-search .header-desc {
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 1023px) {
	.no-result-wrap-search .header-desc {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	.no-result-wrap-search .header-desc {
		margin-top: 30px;
		font-size: 12px;
		line-height: 17px;
	}
}
@media (max-width: 479px) {
	.no-result-wrap-search .header-desc {
		margin-top: 20px;
	}
}