@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

html {
	font-size: calc(1vw / 3.75);
}

html.overflow {
    overflow: hidden;
}

html.overflow1 {
    overflow: hidden;
}

#chat-24-widget-container {
	display: none;
}
.scroll-to-top {
	display: none !important;
}

img {
	max-width: 100%;
}

.g-pagination {
	display: none;
	margin: 0;
	padding: 0;
}
.mp-blog-inner__article-body p, .mp-blog-inner__article-body ul, .mp-blog-inner__article-body ol {
	margin-top: 0;
}
.g-page {
	background: #ECEFF4;
	margin-top: 0;
	padding-top: 16rem;
	padding-bottom: 16rem;
	font-family: Inter, sans-serif;
	letter-spacing: 0;
}

button, input, optgroup, select, textarea {
	font-family: Inter, sans-serif;
}

.g-search_wrap {
	display: none;
}

.mp-blog-left {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding: 12rem 16rem 8rem;
	background: #fff;
	box-shadow: 0px -8rem 16rem 0px rgba(0, 0, 0, 0.04), 0px -8rem 24rem 0px rgba(0, 0, 0, 0.04);
	border-radius: 10rem 10rem 0px 0px;
	z-index: 2;
}

.mp-blog-folders {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mp-blog-folders__item {
	text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 52rem;
}

.mp-blog-folders__item:nth-child(n+5) {
	display: none;
}

.mp-blog-folders__item.mp-blog-folders__item-more {
	display: flex;
	cursor: pointer;
}

.mp-blog-folders__item img {
	width: 32rem;
	height: 32rem;
}

.mp-blog-folders__item svg {
	width: 32rem;
	height: 32rem;
}

.mp-blog-folders__item span {
	color: #000;
	font-size: 8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 16rem;
	margin-top: 4rem;
}

.mob-folders {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	opacity: 0;
	visibility: hidden;
    transition: all .3s ease;
}

.mob-folders.active {
	z-index: 11;
	opacity: 1;
	visibility: visible;
}

.mob-folders-close {
	display: none;
}

.mob-folders-over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.56);
}

.mob-folders-list {
	border-radius: 10px 10px 0px 0px;
	background: #FFF;
	box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.04), 0px -8px 24px 0px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	padding: 8px 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	display: flex;
    flex-direction: column;
}

.mob-folders-item {
	display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    padding: 12px 0px;
}

.mob-folders-item img {
	width: 40px;
	height: 40px;
}

.mob-folders-item span {
	display: block;
	margin-left: 12px;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}

.mp-blog-right {
	display: none;
}


.wrap-arcle_list {
	max-width: 632px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.wrap-arcle_list > hr {
	display: none;
}
.mp-blog__article-item {
	display: block;
	text-decoration: none;
	margin: 16rem 0 0;
}
.mp-blog__article-item:first-child {
	display: block;
	text-decoration: none;
	margin: 0;
}
.mp-blog__article-item + .mp-blog__article-item {
	margin: 16rem 0 0;
}

.mp-blog__article-main {
	padding: 24rem 24rem 16rem;
	border-radius: 10rem 10rem 0px 0px;
	background: #fff;
}

.mp-blog__article-top {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20rem;
}

.mp-blog__article-author-p {
	display: flex;
    align-items: center;
}

.mp-blog__article-author-p-img {
	line-height: 0;
	min-width: 32rem;
	width: 32rem;
	height: 32rem;
	border-radius: 50%;
	margin-right: 8rem;
	border: 1rem solid #1CA345;
	box-sizing: border-box;
}

.mp-blog__article-author-p-img img {
	width: 100%;
}

.mp-blog__article-author-p-img span {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1CA345;
    border: 1rem solid #1CA345;
    box-shadow: 0px 0px 0px 0.5px rgba(28, 163, 69, 1);
    box-sizing: border-box;
}
.mp-blog__article-author-p-img span svg {
	width: 16rem;
	height: 21rem;
}

.mp-blog__article-author-p-name {
	color: #000;
	font-size: 15rem;
	font-weight: 500;
	line-height: 21rem;
}

.mp-blog__article-author-p-date {
	color: #909090;
	font-size: 13rem;
	font-weight: 400;
	line-height: 16.9rem;
    text-transform: lowercase;
}

.mp-blog__article-top-share-btn {
	display: none;
}

.mp-blog__article-top-share-sub {
	display: flex;
    align-items: center;
    cursor: pointer;
}

.mp-blog__article-top-share-sub svg {
	width: 20rem;
	height: 20rem;
}

.mp-blog__article-top-share-sub span {
	display: block;
	margin-left: 8rem;
	color: #000;
	font-size: 13rem;
	font-weight: 600;
	line-height: 140%;
}

.mp-blog__article-title {
	color: #000;
	font-size: 18rem;
	font-weight: 600;
	line-height: 140%; 
	margin-bottom: 16rem;
}

.mp-blog__article-title._inner {
	margin-bottom: 0;
}

.mp-blog__article-body {
	color: #333;
	font-size: 16rem;
	font-weight: 400;
	line-height: 150%;
}

.mp-blog__article-picture {
	line-height: 0;
	padding: 0 8px;
	background: #fff;
}

.mp-blog__article-picture img {
	width: 100%;
	border-radius: 40px;
}

.mp-blog__article-picture._inner {
	padding-left: 16rem;
	padding-right: 16rem;
	background: #FFF;
}

.mp-blog__article-picture._inner img {
	border-radius: 8rem;
}

.btn-wrap {
	line-height: 0;
	border-radius: 50%;
	width: 38rem;
	height: 38rem;
	display: flex;
    align-items: center;
    justify-content: center;
    background: #ECEFF4;
}

.mp-blog__article-bottom {
	background: #fff;
	display: flex;
	padding: 16rem 24rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 0px 0px 10rem 10rem;
}

.mp-blog__article-bottom svg {
	width: 22rem;
	height: 22rem;
}

.mp-blog__article-bottom-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mp-blog__article-bottom-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.save_tab {
	margin-right: 28rem;
}

.save_tab span {
	display: none;
}

.mp-blog__article-bottom-comments {
	border-radius: 80rem;
	background: #ECEFF4;
	display: flex;
	padding: 8rem 12rem;
	align-items: center;
}

.mp-blog__article-bottom-comments span {
	display: block;
	margin-left: 6rem;
	color: #595959;
	font-size: 13rem;
	font-weight: 400;
	line-height: 130%;
}

.mp-blog__article-bottom-viewing {
	border-radius: 80rem;
	background: #ECEFF4;
	display: flex;
	padding: 8rem 12rem;
	align-items: center;
	margin-left: 28rem;
}

.mp-blog__article-bottom-viewing span {
	display: block;
	margin-left: 6rem;
	color: #595959;
	font-size: 13rem;
	font-weight: 400;
	line-height: 130%;
}

.share-popup {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -2;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.share-popup._opened {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.share-popup-over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.56);
}

.share-popup-list {
	border-radius: 10px 10px 0px 0px;
	background: #FFF;
	box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.04), 0px -8px 24px 0px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	padding: 8px 24px;
	display: flex;
	flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.share-popup-tem {
	box-sizing: border-box;
	display: flex;
	padding: 16px 0px;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
}

.share-popup-tem img {
	width: 24px;
	height: 24px;
	min-height: 24px;
}

.share-popup-tem span {
	display: block;
	margin-left: 13px;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}

.copied {
	transition: all .3s ease;
	z-index: -2;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	padding: 12px;
	border-radius: 10px;
	font-size: 16rem;
    font-weight: 500;
    line-height: 120%;
    background: #fff;
    box-shadow: 0px 0px 100px 4px rgba(34, 60, 80, 0.4);
    opacity: 0;
    visibility: hidden;
}

.copied.active {
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

.blog .mg-popup-form__inner {
	overflow: auto;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	border-radius: 10px 10px 0px 0px;
	background: #FFF;
	box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.04), 0px -8px 24px 0px rgba(0, 0, 0, 0.04);
	padding: 64px 24px 48px;
}

.blog .mg-popup-form__close {
	right: auto;
	left: 12px;
	top: 12px;
	border: none;
	background: url('../arrow-left.png') center center no-repeat;
	box-shadow: unset;
}

.blog .mg-popup-form__close:hover {
	border: none;
	background: url('../arrow-left.png') center center no-repeat;
	box-shadow: unset;
}

.blog .mg-popup-form__close svg {
	display: none;
}

.blog .mg-popup-form__title {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 8px;
}

.blog .mg-popup-form .mg-form__field-title {
	display: none;
}

.blog .mg-popup-form .mg-form__field-control input[type="text"], .mg-popup-form .mg-form__field-control input[type="email"], .mg-popup-form .mg-form__field-control input[type="password"], .mg-popup-form .mg-form__field-control input[type="phone"], .mg-popup-form .mg-form__field-select .mg-form__field-control, .mg-popup-form .mg-form__field-control textarea {
	border: none;
	background: #F2F5FA;
	border-radius: 84px;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 14px 24px;
	height: auto;
}

.blog .mg-popup-form .mg-form__field-control ul {
	list-style: none;
    padding-left: 0;
}

.blog .mg-popup-form .mg-form__field-control ul label {
	display: flex;
    align-items: center;
}

.blog .mg-popup-form .mg-form__field-control ul input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    accent-color: #1CA345;
    box-shadow: none;
    display: none;
}

.blog .mg-popup-form .mg-form__field-control ul input[type="checkbox"] + span {
    font-size: 12px;
    display: flex;
    align-items: center;
}

@media all and (min-width: 640px) {
	.blog .mg-popup-form .mg-form__field-control ul input[type="checkbox"] + span {
	    font-size: 14px;
	}
}

.blog .mg-popup-form .mg-form__field-control ul input[type="checkbox"] + span:before {
	content:"";
	width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #717171;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    
}

.blog .mg-popup-form .mg-form__field-control ul input[type="checkbox"]:checked + span:before {
    border: 2px solid #21a038;
    background: url("data:image/svg+xml,%3Csvg class='cd-checkbox__check' width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8002 4.40002L6.2002 11L3.2002 8.00002' stroke='%2321A038' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
}



.blog .mg-popup-form .mg-form__field {
	margin-bottom: 14px;
}

.blog .mg-popup-form .mg-form__field-button {
	margin-top: 0px;
}

.blog .mg-popup-form .mg-form__field-button button {
	padding: 16px 22px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1CA345;
	box-shadow: unset;
}

.blog .mg-popup-form .mg-form__field-button button:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url('../user-plus-01.png') center center no-repeat;
}

.blog .mg-popup-form__privacy {
	margin-top: 20px;
	color: #333;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.blog .mg-popup-form__privacy a {
	color: #3F69FF;
	text-decoration: none;
}

.font-wrap {
	box-sizing: border-box;
	padding: 8rem 0 24rem;
}

.font-wrap1 {
	padding: 0;
}

.font-wrap__inner {
	box-sizing: border-box;
	padding-left: 24px;
	padding-right: 24px;
	font-family: Inter, sans-serif;
	color: #000;
}

.mp-bl_wr_art {
	margin: 0;
	max-width: 100%;
}

.mp-blog-inner__article-wrapp {
	margin: 0;
	max-width: 100%;
}
.mp-blog-inner {
	max-width: 632px;
    width: 100%;
}
.mp-blog-inner__article-body {
	overflow: auto;
	box-sizing: border-box;
	padding-left: 24rem;
	padding-right: 24rem;
	background: #fff;
	color: #333;
	font-size: 16rem;
	font-weight: 400;
	line-height: 24rem;
	padding-top: 32rem;
	padding-bottom: 24rem;
}
.g-tags--panel {
	border: none;
	color: #000;
	font-size: 13rem;
	font-style: normal;
	font-weight: 600;
	line-height: 22rem;
	padding: 0 24rem 16rem;
	box-sizing: border-box;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.g-tags__item {
	box-sizing: border-box;
	border-radius: 24rem;
	background: #ECEFF4;
	padding: 4rem 16rem;
	color: #646464;
	font-size: 13rem;
	font-style: normal;
	font-weight: 500;
	line-height: 22rem;
	display: block;
	margin-right: 8rem;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.g-tags__item:first-child {
	margin-left: 8rem;
}
.mp-blog__article-bottom-share, .save_tab {
	cursor: pointer;
}
.mp-main-menu-container {
	display: none;
}
.mp-main-menu-container.mob {
	display: block;
	position: sticky;
	top: 0;
	padding: 0;
}
.mp-main-menu-container.mob .mp-main-menu-container__inner {
	padding-top: 16px;
	padding-bottom: 16px;
	background: #fff;
}
.mp-main-menu-container.mob .g-search_wrap {
	display: block;
	margin-left: 16px;
	width: 100%;
}
.mp-main-menu-container.mob .mp-main-menu-container__inner {
    justify-content: space-between;
}
.g-search {
	flex: 1;
	position: relative;
}
.g-form-field__value {
	margin-bottom: 0;
	width: 100%;
}
.g-search_wrap input {
	box-shadow: unset !important;
	padding: 12px 46px 12px 16px;
	border: none;
	background: #F2F5FA;
	border-radius: 84px;
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
}
.g-search_wrap input:hover, .g-search_wrap input:active, .g-search_wrap input:focus {
	border: none;
	background: #F2F5FA;
}
.g-search_wrap input:hover {
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.g-search_wrap button {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 16px;
    top: 12px;
	border: none;
	background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.25 19.25L13.7501 13.75M15.5833 9.16667C15.5833 12.7105 12.7105 15.5833 9.16667 15.5833C5.62284 15.5833 2.75 12.7105 2.75 9.16667C2.75 5.62284 5.62284 2.75 9.16667 2.75C12.7105 2.75 15.5833 5.62284 15.5833 9.16667Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat;
	font-size: 0;
}
.g-search_wrap button:hover, .g-search_wrap button:active, .g-search_wrap button:focus {
	background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.25 19.25L13.7501 13.75M15.5833 9.16667C15.5833 12.7105 12.7105 15.5833 9.16667 15.5833C5.62284 15.5833 2.75 12.7105 2.75 9.16667C2.75 5.62284 5.62284 2.75 9.16667 2.75C12.7105 2.75 15.5833 5.62284 15.5833 9.16667Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat;
}
.mp-main-menu__logo-mob {
	min-width: 48px;
}
.mp-main-menu__btn-burger {
	margin-left: 16px;
}
.g-search .g-form-field__value {
	margin-right: 0;
}
.g-search {
	margin-bottom: 0;
}
.mp-blog-inner__article-body.no-image {
	padding-top: 0;
}
.recommend_wrap-in {
	box-sizing: border-box;
	padding: 24rem;
	background: linear-gradient(0deg, #FCFCF4 0%, #FCFCF4 100%), #FFF;
	border: 1px solid #EAEAD4;
	border-radius: 10rem;
}
.recommend-title {
	margin-bottom: 8rem;
	color: #B6B672;
	font-size: 18rem;
	font-style: normal;
	font-weight: 500;
	line-height: 24rem;
}
.recommend_item {
	text-decoration: none;
	box-sizing: border-box;
	display: block;
	padding: 16rem 0px;
	border-bottom: 1px solid #ECECDA;
}
.recommend_item:last-child {
	border-bottom: none;
}
.recommend_item-top {
	margin-bottom: 16rem;
}
.recommend_item-title {
	color: #000;
	font-size: 18rem;
	font-style: normal;
	font-weight: 600;
	line-height: 24rem;
	margin-bottom: 6rem;
}
.recommend_item-text {
	color: #333;
	font-size: 14rem;
	font-style: normal;
	font-weight: 400;
	line-height: 20rem;
}
.g-page-article__comment-list {
	margin: 16rem 0 0;
	border-radius: 10px;
	border: 1px solid #E1E4E9;
	background: #FFF;
	box-sizing: border-box;
	padding: 24rem;
	display: flex;
    flex-direction: column;
    display: none;
}
.g-comment__form {
	margin-top: 0;
	display: none;
}
.g-header+.g-comment {
	margin-top: 32rem;
}
.comment-edit {
	display: flex;
    align-items: center;
}
.comment-edit-form {
	position: relative;
}
.comment-edit-form input {
	border-radius: 58rem;
	background: #F2F5FA;
	color: rgba(0, 0, 0, 1);
	font-size: 16rem;
	font-style: normal;
	font-weight: 400;
	line-height: 24rem;
	box-sizing: border-box;
	padding: 12rem 50rem 12rem 18rem;
	border: none;
    max-width: 245rem;
}
.comment-edit-form button {
	position: absolute;
	right: 18rem;
	top: 50%;
	padding: 0;
	border: none;
	background: transparent;
    transform: translateY(-50%);
    line-height: 0;
    cursor: pointer;
}
.comment-edit-form button svg {
	width: 24rem;
	height: 24rem;
}
.g-comment {
	order: 3;
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 32rem;
    padding: 0;
    background: transparent;
    border: none;
}
.g-comment.more3 {
	display: none;
}
.g-comment.more3.active {
	display: flex;
}
.g-comment_image {
	line-height: 0;
	margin-right: 16rem;
}
.g-comment_image svg {
	width: 48rem;
	height: 48rem;
}
.g-comment__author {
	color: #000;
	font-size: 16rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-right: 0;
}
.g-comment__date {
	color: #909090;
	font-size: 14rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
	margin-right: 0;
}
.g-comment__panel {
    display: flex;
    flex-direction: column;
}
.g-comment__text {
	color: #000;
	font-size: 16rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 10rem;
	display: none;
}
.g-comment__text2 {
	width: 100%;
	display: block;
}
.comment-items_more {
	order: 4;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #1CA345;
	font-size: 16rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	background: linear-gradient(0deg, rgba(28, 163, 69, 0.22) 0%, rgba(28, 163, 69, 0.22) 100%), #FFF;
	border-radius: 64rem;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	padding: 16px 0px 16px 10px;
	margin-top: 32rem;
}
.comment-items_more.active svg {
    transform: rotate(180deg);
}
.comment-items_more span {
	display: block;
	margin-right: 8rem;
}
.recommend_wrap {
	margin-top: 16rem;
}
.g-search_wrap__inner {
	position: relative;
}
.search-helper-close {
	position: absolute;
	width: 48px;
	height: 48px;
	display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F2F5FA;
    cursor: pointer;
    right: -16px;
    top: 0;
    transform: translateX(100%);
}
.search-helper-close._open {
	display: flex;
}
.search-helper {
	display: none;
	position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    padding: 16rem 24rem 24rem 24rem;
    box-sizing: border-box;
    background: #fff;
    border-radius:  0px 0px 10rem 10rem;
}
.search-helper._open {
	display: block;
}
.search-helper-title {
	color: #000;
	font-size: 18rem;
	font-style: normal;
	font-weight: 600;
	line-height: 24rem;
	margin-bottom: 20rem;
}
.search-helper-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search-helper-item {
	color: #646464;
	font-size: 13rem;
	font-style: normal;
	font-weight: 500;
	line-height: 22rem;
	border-radius: 24rem;
	background: #ECEFF4;
	box-sizing: border-box;
	padding: 4rem 16rem;
	margin-right: 8rem;
	margin-top: 4rem;
	margin-bottom: 4rem;
	text-decoration: none;
}
.search-helper-over {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.56);
	z-index: -1;
}
.search-helper-over._open {
	display: block;
}
.mg-popup-form__desc {
	color: #555;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 33px;
}
html body .mg-popup-wrap {
	font-family: Inter, sans-serif !important;
}
html body input {
	font-family: Inter, sans-serif !important;
}
html body input::placeholder {
	font-family: Inter, sans-serif !important;
}
.g-header--h2 {
	color: #000;
	font-size: 26rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin: 0 0 24rem;
}
.right-image {
	display: block;
	line-height: 0;
	text-decoration: none;
}
@media all and (min-width: 640px) {
	.mg-popup-form__form input:hover {
		box-shadow: 0px 0px 0px 1px rgba(28, 163, 69, 1) inset;
	}
	.mg-popup-form__form input:focus {
		background: #FFF !important;
		box-shadow: 0px 0px 0px 1px rgba(28, 163, 69, 1) inset !important;
	}
	.mg-popup-form .mg-form__field-button button:hover {
		box-shadow: 0px 6px 12px 0px rgba(28, 163, 69, 0.24);
		background: linear-gradient(180deg, #1BBA4B 0%, #1CA345 100%);
	}
	.mg-popup-form .mg-form__field-button button:active {
		box-shadow: unset;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, #1BBA4B 0%, #1CA345 100%);
	}
	.g-header--h2 {
		font-size: 26px;
		line-height: 140%;
		margin-bottom: 24px;
	}
	.comment-edit-form {
		flex: 1;
	}
	.comment-edit-form input {
		padding: 12px 50px 12px 18px;
	    font-size: 16px;
	    line-height: 24px;
	    width: 100%;
	    max-width: 100%;
	}
	.comment-edit-form button svg {
		width: 24px;
		height: 24px;
	}
	.g-comment {
		margin-top: 32px;
	}
	.g-comment__panel {
	    flex-direction: row;
        align-items: center;
	}
	.g-comment__author {
		font-size: 16px;
		line-height: 140%;
		margin-right: 12px;
	}
	.g-comment__date {
		font-size: 14px;
		line-height: 130%;
	}
	.g-comment__text {
		display: block;
		font-size: 16px;
		line-height: 150%;
		margin-top: 12px;
	}
	.g-comment__text2 {
		display: none;
	}
	.g-comment_image {
		margin-right: 16px;
	}
	.g-comment_image svg {
		width: 48px;
		height: 48px;
	}
	.comment-edit-form button {
		right: 18px;
	}
	.comment-items_more {
		padding: 0;
		background: transparent;
		font-size: 16px;
		line-height: 150%;
		margin-top: 32px;
	}
	.search-helper._open + .top-sub{
		display: none;
	}
	.search-helper-over._open {
		display: none;
	}
	.search-helper._open {
		position: absolute;
		left: 24px;
		right: 24px;
		top: calc(100% - 10px);
		border-radius: 16px;
		padding: 24px;
		box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.04), 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
	}
	.search-helper-title {
		font-size: 18px;
		line-height: 150%;
		margin-bottom: 12px;
	}
	.search-helper-item {
		line-height: 130%;
		font-size: 16px;
		padding: 10px 22px;
		margin-right: 8px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.search-helper-item:hover {
		background: rgba(28, 163, 69, 0.08);
		color: #1CA345;
	}
	.search-helper-close._open {
		position: static;
		transform: translateX(0);
		margin-left: 16px;
		width: 52px;
		height: 52px;
	}
	.recommend_wrap {
		margin-top: 24px;
	}
	.g-page-article__comment-list {
		border-radius: 10px;
		padding: 32px;
		margin: 24px 0 0;
	}
	.recommend_wrap-in {
		padding: 32px;
		border-radius: 16px;
	}
	.recommend-title {
		font-size: 18px;
		line-height: 150%;
		margin-bottom: 8px;
	}
	.recommend_item {
		padding: 16px 0;
	}
	.recommend_item-top {
		margin-bottom: 16px;
	}
	.recommend_item-title {
		font-size: 18px;
		line-height: 140%;
		margin-bottom: 6px;
	}
	.recommend_item-text {
		font-size: 14px;
		line-height: 150%;
	}
	.g-search_wrap button {
		right: 21px;
	    top: 14px;
	}
	.g-search_wrap input {
		background: #FFF;
		font-size: 16px;
		padding: 14px 50px 14px 24px;
	}
	.mp-main-menu-container {
		display: block;
	}
	.mp-main-menu-container.mob {
		display: none;
	}
	.mp-blog-inner__article-body {
		box-sizing: border-box;
		padding-left: 32px;
		padding-right: 32px;
		font-size: 17px;
		line-height: 150%;
		padding-top: 32px;
		padding-bottom: 24px;
	}
	.mp-main-menu__bot {
		display: none;
	}
	.g-page {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.g-search_wrap {
		display: block;
		position: sticky;
		top: 0;
		z-index: 3;
		background: rgba(28, 163, 69, 0.82);
		backdrop-filter: blur(4px);
	}
	.g-search_wrap__inner {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    box-sizing: border-box;
	    padding: 18px 24px;
		max-width: 680px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-sub {
		cursor: pointer;
		display: flex;
	    align-items: center;
	    justify-content: center;
	    box-sizing: border-box;
	    padding: 14px 24px 14px 22px;
	    border-radius: 40px;
		background: #FFF;
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 21px */
		letter-spacing: -0.15px;
		margin-left: 16px;
	}
	.top-sub:hover svg path {
	    stroke: #1CA345;
	}
	.top-sub:active svg path {
	    stroke: #1CA345;
	}
	.top-sub:hover {
	    background: linear-gradient(180deg, #FFF 0%, #ECECEC 100%);
		box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.16), 0px 0px 8px 0px rgba(255, 255, 255, 0.58) inset;
	}
	.top-sub:active{
	    background: linear-gradient(0deg, #FFF 0%, #ECECEC 100%), #FFF;
		box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.58) inset;
	}
	.top-sub svg {
		min-width: 24px;
	}
	.top-sub span {
		display: block;
		margin-left: 10px;
	}
	.mp-blog__article-item:first-child {
		margin-top: 24px;
	}
	.mp-blog__article-main {
		padding: 32px;
		border-radius: 16px 16px 0px 0px;
	}
	.mp-blog__article-top {
		margin-bottom: 24px;
	}
	.mp-blog__article-top-share-sub {
		display: none;
	}
	.mp-blog__article-top-share-btn {
	    display: flex;
	    align-items: center;
	    color: #595959;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		cursor: pointer;
	}
	.mp-blog__article-top-share-btn:hover .btn-wrap {
		background: rgba(28, 163, 69, 0.08);
	}
	.mp-blog__article-top-share-btn:active .btn-wrap {
		background: rgba(28, 163, 69, 0.16);
	}
	.mp-blog__article-top-share-btn:hover .btn-wrap svg path {
		stroke: #1CA345;
	}
	.mp-blog__article-author-p-img {
		width: 32px;
		height: 32px;
		min-width: 32px;
		margin-right: 8px;
		border: 1px solid #1CA345;
	}
	
	.mp-blog__article-author-p-img span {
		border: 1px solid #1CA345;
	}
	.mp-blog__article-author-p-img span svg {
		width: auto;
		height: auto;
	}
	
	.mp-blog__article-author-p-main {
		display: flex;
	    align-items: center;
	}
	.mp-blog__article-author-p-name {
		font-size: 15px;
		line-height: 140%;
		margin-right: 16px;
	}
	.mp-blog__article-author-p-date {
		font-size: 14px;
		line-height: 130%; 
	}
	.btn-wrap {
		width: 38px;
		height: 38px;
		margin-right: 8px;
	}
	.mp-blog__article-title {
		font-size: 24px;
		line-height: 140%;
		margin-bottom: 16px;
	}
	.mp-blog__article-title._inner {
		margin-bottom: 0;
	}
	.mp-blog__article-body {
		font-size: 17px;
		line-height: 150%;
	}
	.mp-blog__article-bottom {
		padding: 16px 32px 32px;
		border-radius: 0px 0px 16px 16px;
	}
	.mp-blog__article-bottom-share {
		display: none;
	}
	.mp-blog__article-bottom svg {
		width: 22px;
		height: 22px;
	}
	.save_tab {
		display: flex;
	    align-items: center;
	    margin-right: 0;
	    cursor: pointer;
	}
	.save_tab span {
		display: block;
		color: #595959;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}
	.save_tab:hover .btn-wrap {
		background: rgba(28, 163, 69, 0.08);
	}
	.save_tab:active .btn-wrap {
		background: rgba(28, 163, 69, 0.16);
	}
	.save_tab:hover .btn-wrap svg path {
		stroke: #1CA345;
	}
	.mp-blog__article-bottom-comments {
		padding: 8px 12px;
		border-radius: 80px;
	}
	.mp-blog__article-bottom-comments span {
		font-size: 14px;
		line-height: 130%;
		margin-left: 6px;
	}
	.mp-blog__article-bottom-comments:hover {
		background: rgba(28, 163, 69, 0.08);
	}
	.mp-blog__article-bottom-comments:active {
		background: rgba(28, 163, 69, 0.16);
	}
	.mp-blog__article-bottom-comments:hover svg path {
		stroke: #1CA345;
	}
	.mp-blog__article-bottom-comments:active svg path {
		stroke: #1CA345;
	}
	.mp-blog__article-bottom-viewing {
		padding: 8px 12px;
		border-radius: 80px;
		margin-left: 16px;
	}
	.mp-blog__article-bottom-viewing span {
		font-size: 14px;
		line-height: 130%;
		margin-left: 6px;
	}
	.mp-blog__article-item {
		margin-top: 24px;
	}
	.mp-blog__article-item + .mp-blog__article-item {
		margin-top: 24px;
	}
	.mp-blog-left {
		padding: 16px 16px 12px;
		box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.04), 0px -8px 24px 0px rgba(0, 0, 0, 0.04);
		border-radius: 10px 10px 0px 0px;
	}
	.mp-blog-folders {
	    display: grid;
	    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.mp-blog-folders__item {
		width: auto;
		height: auto;
	}
	.mp-blog-folders__item img {
		width: 32px;
		height: 32px;
	}
	.mp-blog-folders__item svg {
		width: 32px;
		height: 32px;
	}
	.mp-blog-folders__item span {
		font-size: 12px;
		line-height: 130%;
		margin-top: 8px;
	}
	.blog .mg-popup-form__inner {
		left: auto;
		right: 0;
		top: 0;
		max-width: 376px;
		border-radius: 10px 0px 0px 10px;
	}
	.blog .mg-popup-form .mg-form__field-button button {
		width: 100%;
	}
	.mob-folders-close {
		display: block;
		line-height: 0;
		margin-left: 16px;
		margin-bottom: 24px;
		width: 24px;
		cursor: pointer;
	}
	.mob-folders-list {
		left: auto;
		top: 0;
		width: 100%;
		max-width: 376px;
		border-radius: 10px 0px 0px 10px;
		padding: 32px 24px;
	}
	.mob-folders-item {
		padding: 12px;
		border-radius: 8px;
	}
	.mob-folders-item:hover {
		background: #F2F5FA;
	}
	.mp-blog__article-top-share {
		position: relative;
	}
	.share-popup {
		position: absolute;
		width: 376px;
		height: 320px;
	    top: calc(100% + 10px);
	    left: auto;
	}
	.share-popup-list {
		position: static;
		padding: 16px;
		border-radius: 16px;
		box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.04), 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
	}
	.share-popup-over {
		display: none;
	}
	.share-popup-tem {
		padding: 16px;
		border-radius: 8px;
	}
	.share-popup-tem:hover {
		background: #F2F5FA;
	}
	.share-popup-tem img {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}
	html.overflow1 {
	    overflow: visible;
	}
	.share-popup._opened {
		z-index: 1;
	}
	.font-wrap {
		padding: 24px 0 0;
		flex: 1;
	}
	.font-wrap__inner {
		padding-left: 32px;
		padding-right: 32px;
	}
	.font-wrap1 .font-wrap__inner {
		padding: 0;
	}
	.copied {
		font-size: 16px;
	}
	.mp-blog__article-picture._inner {
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.mp-blog__article-picture._inner img {
		border-radius: 8px;
	}
	.mp-blog-main {
		max-width: 632px;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    box-sizing: border-box;
	}
	.g-tags--panel {
		padding: 0 32px;
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%;
	}
	.g-tags__item {
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
		padding: 10px 16px;
		border-radius: 24px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.g-tags__item:first-child {
		margin-left: 10px;
	}
	.mp-blog-inner .mp-blog__article-bottom {
		padding-bottom: 32px;
	}
	a.mp-blog__article-item:hover .mp-blog__article-author-p-name {
		color: #1CA345;
	}
	a.mp-blog__article-item:active .mp-blog__article-author-p-name {
		color: #1CA345;
	}
	.recommend_item:hover .recommend_item-title {
		color: #1CA345;
	}
	.recommend_item:active .recommend_item-title {
		color: #1CA345;
	}
}

@media all and (min-width: 1200px) {
	.font-wrap1 {
		padding: 0;
	}
	.g-search_wrap__inner {
		max-width: 680px;
	}
	.mp-blog-main__inner {
	    display: flex;
        align-items: flex-start;
        width: 100%;
        max-width: 1216px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-left: 32px;
	    padding-right: 32px;
	    padding-top: 32px;
	    box-sizing: border-box;
	}
	.mp-blog-left {
		position: sticky;
		top: 120px;
		bottom: auto;
		margin-right: 24px;
		padding: 0;
		box-shadow: unset;
		background: transparent;
		border-radius: 0px;
		width: 240px;
	}
	.mp-blog-folders {
		grid-template-columns: 1fr;
	}
	.mp-blog-folders__item {
		flex-direction: row;
		padding: 8px;
		border-radius: 12px;
		text-align: left;
	}
	.mp-blog-folders__item:nth-child(n+5) {
	    display: flex;
	}
	.mp-blog-folders__item.mp-blog-folders__item-more {
		display: none;
	}
	.mp-blog__article-item:first-child {
		margin-top: 0;
	}
	.wrap-arcle_list {
		margin-left: 0;
		margin-right: 0;
	}
	.mp-blog-folders__item:hover {
		background: #FFF;
	}
	.mp-blog-folders__item:active {
		background: #FBFCFD;
	}
	.mp-blog-folders__item img {
		width: 40px;
		height: 40px;
	}
	.mp-blog-folders__item svg {
		width: 40px;
		height: 40px;
	}
	.mp-blog-folders__item span {
		margin-top: 0;
		margin-left: 13px;
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
	}
	.mp-blog-right {
		display: grid;
	    grid-template-columns: 1fr;
	    width: 240px;
	    margin-left: 24px;
	    position: sticky;
		top: 120px;
	}
	.tg-btn {
		background: linear-gradient(180deg, #2AABEE 0%, #229EDA 100%);
		text-decoration: none;
		display: flex;
		border-radius: 84px;
		color: #FFF;
		font-size: 15px;
		font-weight: 500;
		line-height: 24px; /* 160% */
		letter-spacing: -0.15px;
		box-sizing: border-box;
		padding: 14px 18px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-bottom: 16px;
	}
	.tg-btn:hover {
		background: linear-gradient(180deg, #3EBDFF 0%, #2AABEA 100%);
		box-shadow: 0px 6px 12px 0px rgba(34, 158, 218, 0.24);
	}
	.tg-btn:active {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, #2AABEE 0%, #229EDA 100%);
		box-shadow: unset;
	}
	.tg-btn span {
		display: block;
		margin-left: 8px;
	}
	.zen-btn {
		background: linear-gradient(180deg, #232323 0%, #000 100%);
		text-decoration: none;
		display: flex;
		border-radius: 84px;
		color: #FFF;
		font-size: 15px;
		font-weight: 500;
		line-height: 24px; /* 160% */
		letter-spacing: -0.15px;
		box-sizing: border-box;
		padding: 14px 18px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-bottom: 24px;
	}
	.zen-btn:hover {
		background: linear-gradient(180deg, #3E3E3E 0%, #272727 100%);
		box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.22);
	}
	.zen-btn:active {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, #232323 0%, #000 100%);
		box-shadow: unset;
	}
	.zen-btn span {
		display: block;
		margin-left: 8px;
	}
	.font-wrap__inner {
		width: 100%;
	    max-width: 1216px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-left: 32px;
	    padding-right: 32px;
	}
	.mp-blog__article-title {
		font-size: 26px;
	}
	.mp-blog__article-body {
		font-size: 18px;
	}
	.mp-blog__article-bottom svg {
		width: 24px;
		height: 24px;
	}
	.mp-blog-inner {
		max-width: 632px;
	    width: 100%;
	}
	.share-popup-tem img {
	    width: 32px;
	    height: 32px;
	    min-height: 32px;
	}
	.share-popup-tem span {
		font-size: 14px;
	}
	.share-popup-tem {
		padding: 12px 16px 12px 12px;
	}
	.share-popup {
		width: 246px;
		height: auto;
	}
	.mp-blog-main {
		max-width: 100%;
	}
	.blog .mg-popup-form__inner {
		top: 50%;
		left: 50%;
		right: 0;
		bottom: 0;
	    transform: translate(-50%, -50%);
	    height: 512px;
	    border-radius: 16px;
	}
}

.g-tags--panel {
	display: none;
}


.mp-blog__article-bottom-comments {
	display: none;
}

.tg-btn, .zen-btn {
	display: none;
}

body .mg-popup-form .mg-form__field-select .mg-form__field-control {
	border: none;
    background: #F2F5FA;
    border-radius: 84px;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 24px 0 0;
    height: auto;
}

body .mg-popup-form .mg-form__field-select .mg-form__field-control:hover {
	box-shadow: 0px 0px 0px 1px rgba(28, 163, 69, 1)
}

body .mg-popup-form .mg-form__field-select .mg-form__field-control select {
	box-sizing: border-box;
	padding: 14px 24px;
}