*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: arial, sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: arial;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #544837;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 400;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #1f1250;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #8666ff;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #666;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}


.comics .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 768px) {
	.comics .container {
		/* width:750px */
	}
}

@media (min-width: 992px) {
	.comics .container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.comics .container {
		width: 1070px;
	}
}

.btn {
	border-radius: 4px;
	background-color: #05B04C;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border: none;
	margin: auto;
	/* margin-top: 40px; */
	box-shadow: 0 0 7px rgba(147, 187, 255, 0);
	transition: all 0.5s;
	padding: 15px 45px;
}

h2.title {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 41px;
	text-align: center;
	color: #2F281E;
}
.h2_title {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 46px;
	line-height: 41px;
	text-align: center;
	color: #2F281E;
}

.txt {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
}

header {

	background: #fff;

}

header .logos {
	text-align: center;
	width: auto;
	height: auto;
}

header .logos .logo {
	position: relative;
	display: inline-block;
}

header .logo img {
	width: 400px;
}

header.fixed {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
}

header.fixed .logo img {
	width: 220px;
}

header.fixed .logo img.fip {
	display: block;
}

header .container {
	max-width: 1280px;
	width: 100%;
}

#page {
	display: inline-block;
	width: 100%;
}

#page .title {
	color: #ffffff;
	font-size: 94px;
	font-weight: 700;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transition: all .2s;
	transition: all .2s;
	white-space: nowrap;
}

#page .text {
	position: relative;
	height: 400px;
	background: url(../img/bg_map.png) center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px 0;
	max-height: 400px;
	display: inline-block;
	width: 100%;
}

#page .txt {
	max-width: 400px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
	margin-top: 40px;
}

#feature {
	margin-top: 100px;
	position: relative;
	overflow: hidden;
	padding-bottom: 120px;
}

#feature .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}


@media (min-width: 768px) {
	#feature .container {
		/* width:750px */
	}
}

@media (min-width: 992px) {
	#feature .container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	#feature .container {
		width: 1170px;
	}
	#page .txt {
	max-width: 700px;
	
}
}

#feature.radius_section:after {
	position: absolute;
	content: '';
	overflow: hidden;
	width: 100%;
	bottom: 0;
	z-index: -1;
	height: 100%;
	width: -webkit-calc(100% + 600px);
	width: calc(100% + 600px);
	padding: 0 300px;
	margin-left: -300px;
	-webkit-border-bottom-left-radius: 3000px 600px;
	border-bottom-left-radius: 3000px 600px;
	-webkit-border-bottom-right-radius: 3000px 600px;
	border-bottom-right-radius: 3000px 600px;
	background: #333;
	background: linear-gradient(179.61deg, #c9ffdf00 0.33%, #05b04c2e 99.67%);
}

#feature .features_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 65px;
	padding-bottom: 0;
	align-items: center;
	justify-content: center;
}

#feature .col-box {
	width: 25%;
	float: left;
	margin-left: 50px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.features_header {
	text-align: center;

}

.feature_ico {
	position: relative;
	width: 50px;
	margin: auto;
	height: 50px;
	background: #681877;
	border-radius: 19px;
	margin-bottom: 40px;
	box-shadow: 0px 10px 23px rgb(104 24 119 / 30%);
}

.feature_ico.gos {
	background: #681877;
	box-shadow: 0px 10px 23px #6818774d;
}

.feature_ico.biz {
	background: #FF9D17;
	box-shadow: 0px 10px 23px #FF9D174d;
}

.feature_ico.peo {
	background: #E84F38;
	box-shadow: 0px 10px 23px #E84F384d;
}

.feature_ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.feature_title {
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	color: #2F281E;
	text-align: center;
}

.feature_text {
	font-size: 18px;
	line-height: 1.4;
	color: #544837;
	margin-bottom: 40px;
}

.feature_text ul {
	list-style-type: none;
	margin-left: 0;
	/* Отступ слева в браузере IE и Opera */
	padding-left: 0;
	/* Отступ слева в браузере Firefox, Safari, Chrome */
}

.readmore {
	/* margin-top: 40px; */
	position: relative;
	display: flex;
}

.readmore a:hover {
	color: #ffffff;
	text-decoration: underline;
	box-shadow: 0px 10px 23px #05b04c4d;
}

#article_1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 80px;
	/*margin-bottom: 100px;*/
}

#article_1 .left {
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#article_1 .right {
	width: 50%;
	position: relative;
}

#article_1 .right .container {
	position: relative;
}

#article_1 .right .img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
}

#article_1 .right img {
	width: 800px;
}

#article_1 .left .container {
	width: 555px;
	background-color: #fff;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.article_h3 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}

.article_h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.article_text p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
}

.article_h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#article_1 .quote {
	position: absolute;
	width: 633px;
	top: 80%;
	left: -40px;
	background: #05B04C;
	border-radius: 12px;
	padding: 36px;
	z-index: 99;
}

.quote_read {
	float: right;
}

.quote_head svg {
	float: left;
	width: 60px;
	height: auto;
}

.quote_head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-right: 20px;
}

.quote_read a {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	color: #FFFFFF;
	position: relative;
	padding-right: 15px;
}

.quote_read a:after {
	top: 4px;
	right: -24px;
	position: absolute;
	font-size: 20px;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	background: url(../img/arrow.svg) no-repeat center center;
	/* background-color: #fff; */
	border-radius: 50%;
}

.quote_read a:before {
	top: 0px;
	right: -27px;
	position: absolute;
	font-size: 20px;
	content: '';
	display: block;
	height: 26px;
	width: 26px;
	/* background: url(../img/arrow.svg) no-repeat center center; */
	background-color: #fff;
	border-radius: 50%;
}

.paragraph {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	/* margin-bottom: 38px; */
	/* text-indent: 40px; */
	/* display: inline-block; */
}

.moretext-1,
.moretext-2,
.moretext-3,
.moretext-4,
.moretext-5,
.moretext-6,
.moretext-7,
.moretext-8,
.moretext-9,
.moretext-10,
.moretext-11,
.moretext-12,
.moretext-13,
.moretext-14,
.moretext-15,
.moretext-16,
.moretext-17,
.moretext-18,
.moretext-19,
.moretext-20,
.moretext-21,
.moretext-22,
.moretext-23,
.moretext-24,
.moretext-27,
.moretext-25,
.moretext-28,
.moretext-29,
.moretext-30,
.moretext-31,
.moretext-26 {
	display: none;
}

.comics {
	padding-top: 80px;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 100px;
	width: 100px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	z-index: 50;
	background: #ffffffb3;
	box-shadow: 0px 0px 21.9808px rgba(5, 176, 76, 0.2);
	border-radius: 50%;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	content: '';
	display: block;
	height: 100px;
	width: 100px;
	background: url("../img/ico-arrow.svg") no-repeat center center;
	line-height: 1;
	opacity: 0.65;
}

.slick-prev {
	left: -50px;
}

.slick-next {
	right: -50px;
}

.slick-prev:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#article_2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 120px;
	margin-bottom: 100px;
}

#article_2 .left {
	width: 50%;
	position: relative;
}

#article_2 .left .container {
	position: relative;
}

#article_2 .right {
	width: 50%;
	position: relative;
}

#article_2 .left .img {

	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 660px;
}

#article_2 .left img {
	width: inherit;
	height: inherit;
}

#article_2 .right .container {
	width: 555px;
	/* background-color: #fff; */
	/* height: 100%; */
	position: relative;
	padding-top: 0;
	padding-left: 85px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

#article_2 .right .container.right_img {
	width: auto;
	padding-left: 0;
}

#article_2 .right .container.right_img .img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
}

#article_2 .right .container.right_img img {
	width: 800px;
}

#article_2 .quote {
	position: absolute;
	width: 633px;
	top: 80%;
	right: -40px;
	background: #05B04C;
	border-radius: 12px;
	padding: 36px;
	z-index: 99;
}

#article_2 .right_img .quote {
	position: absolute;
	width: 633px;
	top: 80%;
	left: -40px;

}

#article_2 .left .container.left_text {
	width: 555px;

	position: relative;
	padding-top: 55px;
	padding-left: 0px;
	padding-right: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: right;
	margin-top: 100px;
}
#article_3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 120px;
	margin-bottom: 100px;
}

#article_3 .left {
	width: 50%;
	position: relative;
}

#article_3 .left .container {
	position: relative;
}

#article_2 .right {
	width: 50%;
	position: relative;
}

#article_3 .left .img {

	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 660px;
}

#article_3 .left img {
	width: inherit;
	height: inherit;
}

#article_3 .right .container {
	width: 555px;
	/* background-color: #fff; */
	/* height: 100%; */
	position: relative;
	padding-top: 0;
	padding-left: 85px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

#article_3 .right .container.right_img {
	width: auto;
	padding-left: 0;
}

#article_3 .right .container.right_img .img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
}

#article_3 .right .container.right_img img {
	width: 800px;
}

#article_3 .quote {
	position: absolute;
	width: 633px;
	top: 80%;
	right: -40px;
	background: #05B04C;
	border-radius: 12px;
	padding: 36px;
	z-index: 99;
}

#article_3 .right_img .quote {
	position: absolute;
	width: 633px;
	top: 80%;
	left: -40px;

}

#article_3 .left .container.left_text {
	width: 555px;

	position: relative;
	padding-top: 55px;
	padding-left: 0px;
	padding-right: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: right;
	margin-top: 100px;
}

#article_15 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*margin-top: 120px;*/
	margin-bottom: 100px;
}

#article_15 .left {
	width: 50%;
	position: relative;
}

#article_15 .left .container {
	position: relative;
}

#article_15 .right {
	width: 50%;
	position: relative;
}

#article_15 .left .img {

	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 660px;
}

#article_15 .left img {
	width: inherit;
	height: inherit;
}

#article_15 .right .container {
	width: 555px;
	/* background-color: #fff; */
	/* height: 100%; */
	position: relative;
	padding-top: 0;
	padding-left: 85px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

#article_15 .right .container.right_img {
	width: auto;
	padding-left: 0;
}

#article_15 .right .container.right_img .img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
}

#article_15 .right .container.right_img img {
	width: 800px;
}

#article_15 .quote {
	position: absolute;
	width: 633px;
	top: 80%;
	right: -40px;
	background: #05B04C;
	border-radius: 12px;
	padding: 36px;
	z-index: 99;
}

#article_15 .right_img .quote {
	position: absolute;
	width: 633px;
	top: 80%;
	left: -40px;

}

#article_15 .left .container.left_text {
	width: 555px;

	position: relative;
	padding-top: 55px;
	padding-left: 0px;
	padding-right: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: right;
	margin-top: 100px;
}

footer {
	padding-top: 60px;
	padding-bottom: 40px;
}

footer .text {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
}

@media (max-width: 1300px) {
	#article_1 .left .container {
		width: 100%;
		padding: 0 40px;
	}
	#article_1 .right .img {
		/* display: inline-block; */
	}
	#article_1 .right img {
		/* height: 400px; */
		max-width: 100%;
	}
	#article_1 .quote {
		width: 580px;
		left: -20px;
	}
	#article_2 .right .container {
		width: auto;
		padding: 0 40px;
	}
	#article_2 .right .container.right_img {
		padding: 0;
	}
	#article_2 .left .container.left_text {
		width: auto;
		padding: 0 40px;
		margin-top: 40px;
	}
	#article_2 .quote {
		width: auto;
		margin-right: -20px;
		margin-left: 20px;
		right: 0;
		padding: 40px;
		position: relative;
		margin-top: -40px;
	}
	#article_2 .right_img .quote {
		width: auto;
		margin-right: 20px;
		margin-left: -20px;
		left: 0;
		padding: 40px;
	}
	#article_3 .right .container {
		width: auto;
		padding: 0 40px;
	}
	#article_3 .right .container.right_img {
		padding: 0;
	}
	#article_3 .left .container.left_text {
		width: auto;
		padding: 0 40px;
		margin-top: 40px;
	}
	#article_3 .quote {
		width: auto;
		margin-right: -20px;
		margin-left: 20px;
		right: 0;
		padding: 40px;
		position: relative;
		margin-top: -40px;
	}
	#article_3 .right_img .quote {
		width: auto;
		margin-right: 20px;
		margin-left: -20px;
		left: 0;
		padding: 40px;
	}
	#article_15 .right .container {
		width: auto;
		padding: 0 40px;
	}
	#article_15 .right .container.right_img {
		padding: 0;
	}
	#article_15 .left .container.left_text {
		width: auto;
		padding: 0 40px;
		margin-top: 40px;
	}
	#article_15 .quote {
		width: auto;
		margin-right: -20px;
		margin-left: 20px;
		right: 0;
		padding: 40px;
		position: relative;
		margin-top: -40px;
	}
	#article_15 .right_img .quote {
		width: auto;
		margin-right: 20px;
		margin-left: -20px;
		left: 0;
		padding: 40px;
	}
}

@media (max-width: 1200px) {
	#article_1 .left .container {
		width: auto;
	}
	#article_1 .right .img {
		display: block;
	}
	#article_1 .right img {
		/* height: 400px; */
		max-width: 100%;
		width: 100%;
	}
	#article_1 .quote {
		width: auto;
		margin-right: 20px;
		margin-left: -20px;
		left: 0;
		padding: 40px;
	}
}

@media (max-width: 1100px) {
	.slick-prev {
		left: 10px;
	}
	.slick-next {
		right: 10px;
	}
}

@media (max-width: 991px) {
	#page {}
	#page .text {
		margin-top: 10px;
		padding: 0 20px;
		/* padding-top: 90px; */
	}
	#page .title {
		font-size: 48px;
		font-weight: 700;

	}
	#page .sub-title {
		font-size: 21px;
		line-height: 30px;
		margin-top: 25px;
		margin-bottom: 45px;
	}
	#page .txt {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 0px;
	}
	.features_header {
		flex-wrap: wrap;
		text-align: center;
		align-items: center;
		margin: 50px 0 40px;
		flex-direction: column;
	}
	.feature_text {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	h2.title {
		font-size: 32px;
	}
	.h2_title {
		font-size: 42px;
	}
	.paragraph {
		font-size: 16px;
		line-height: 24px;
		text-indent: 5px;
		margin-bottom: 20px;
	}
	#article_1 {
		margin-top: 60px;
		margin-bottom: 0px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#article_1 .left,
	#article_1 .right {
		width: 100%;
		float: left;
	}
	#article_1 .right .container {
		position: relative;

	}
	#article_1 .quote {
		position: relative;
		width: auto;
		margin: 0 40px;
		margin-top: -40px;
		left: unset;
		top: 90%;
	}
	#article_2 {
		margin-top: 60px;
		margin-bottom: 0px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#article_2 .left.order2 {
		flex-direction: column;
		flex-wrap: wrap;
		display: flex;
	}
	#article_2 .left {
		width: 100%;
		float: left;
	}
	#article_2 .right {
		width: 100%;
		float: left;
	}
	#article_3 {
		margin-top: 60px;
		margin-bottom: 0px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#article_3 .left.order2 {
		flex-direction: column;
		flex-wrap: wrap;
		display: flex;
	}
	#article_3 .left {
		width: 100%;
		float: left;
	}
	#article_3 .right {
		width: 100%;
		float: left;
	}
	#article_15 {
		margin-top: 60px;
		margin-bottom: 0px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#article_15 .left.order2 {
		flex-direction: column;
		flex-wrap: wrap;
		display: flex;
	}
	#article_15 .left {
		width: 100%;
		float: left;
	}
	#article_15 .right {
		width: 100%;
		float: left;
	}
	.order1 {
		order: -1;
	}
	.order2 {
		order: 1;
	}
	.order3 {
		order: 2;
	}
	.order4 {
		order: 3;
	}
	.order5 {
		order: 4;
	}
	.order6 {
		order: 5;
	}
	.order7 {
		order: 6;
	}
	.left.order3 {
		flex-direction: column;
		flex-wrap: wrap;
		display: flex;
	}
	#article_2 .right_img .quote,
	#article_2 .quote {
		position: relative;
		width: auto;
		margin: 0 40px;
		margin-top: -40px;
		left: unset;
		top: 90%;
	}
	#article_2 .left .img {
		height: auto;
		display: block;
	}
	#article_2 .right .container.right_img img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#article_2 .left img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#article_3 .right_img .quote,
	#article_3 .quote {
		position: relative;
		width: auto;
		margin: 0 40px;
		margin-top: -40px;
		left: unset;
		top: 90%;
	}
	#article_3 .left .img {
		height: auto;
		display: block;
	}
	#article_3 .right .container.right_img img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#article_3 .left img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#article_15 .right_img .quote,
	#article_15 .quote {
		position: relative;
		width: auto;
		margin: 0 40px;
		margin-top: -40px;
		left: unset;
		top: 90%;
	}
	#article_15 .left .img {
		height: auto;
		display: block;
	}
	#article_15 .right .container.right_img img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#article_15 .left img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	footer .logo {
		text-align: center;
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	#feature .col-box {
		width: 50%;
		margin-bottom: 60px;
		margin-left: 0;
	}
	#feature .features_box {
		flex-wrap: wrap;
		flex-direction: column;
	}
	#article_1 {
		margin-top: 80px;
		margin-bottom: 0px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#article_1 .left,
	#article_1 .right {
		width: 100%;
		float: left;
	}
	#article_1 .left .container {
		width: 100%;
		padding: 0 40px;
	}
	#article_1 .right .container {}
	#article_1 .quote {
		position: relative;
		width: auto;
		padding: 20px;
		margin-top: -40px;
		left: unset;
		top: 90%;
	}
	#article_1 .right img {
		width: 100%;
		height: auto;
		max-width: max-content;
	}
	#article_1 .right .img {}
	.article_h3 {
		font-size: 28px;
	}
	.article_h2 {
		font-size: 30px;
	}
	.article_h4 {
		font-size: 16px;
	}
	.article_text p {
		font-size: 16px;
	}
	.quote_read a {
		font-size: 18px;
	}
	.quote_read a:before {
		top: -3px;
	}
	.quote_read a:after {
		top: 2px;
	}
	.comics {
		padding-top: 40px;
	}
	#article_2 .right_img .quote,
	#article_2 .quote {
		position: relative;
		width: auto;
		padding: 20px;
		margin-top: -40px;
		left: unset;
		top: 90%;
	}
	#article_2 .right .container.right_img .img{
		display:block;
	}
	#article_3 .right_img .quote,
	#article_3 .quote {
		position: relative;
		width: auto;
		padding: 20px;
		margin-top: -40px;
		left: unset;
		top: 90%;
	}
	#article_3 .right .container.right_img .img{
		display:block;
	}
	#article_15 .right_img .quote,
	#article_15 .quote {
		position: relative;
		width: auto;
		padding: 20px;
		margin-top: -40px;
		left: unset;
		top: 90%;
	}
	#article_15 .right .container.right_img .img{
		display:block;
	}
}

@media (max-width: 480px) {
	header .logo img {
		width: 280px;
	}
	#page {
		padding: 0 20px;
	}
	#page .text {
		height: 200px;
	}
	#page .title {
		font-size: 49px;
		line-height: 0.8;
		white-space: unset;
		text-shadow: 0 0 4px #05b04c;
		-webkit-transform: translateX(-50%) translateY(0%) scale(1);
		-ms-transform: translateX(-50%) translateY(0%) scale(1);
		transform: translateX(-50%) translateY(0%) scale(1);
	}
	#feature {
		margin-top: 40px;
		padding-bottom: 0;
	}
	#feature h2.title {
		font-size: 22px;
	}
	.h2_title {
		font-size: 32px;
	}
	#feature .features_box {
		flex-wrap: wrap;
		padding: 0;
	}
	#feature .col-box {
		width: 100%;
		margin-bottom: 60px;
		margin-left: 0;
		padding: 0 20px;
	}
	.feature_ico {
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.feature_title {
		text-align: center;
	}
	.readmore {
		margin: 0 auto;
	}
	#article_1 .left .container {
		padding: 0 20px;
	}
	#article_1 .quote {
		position: relative;
		width: auto;
		padding: 20px;
		margin: 0 20px;
		margin-top: -40px;
		left: unset;
		top: 90%;
	}
	.article_h3 {
		font-size: 24px;
	}
	.article_h2 {
		font-size: 24px;
	}
	.article_h4 {
		font-size: 16px;
	}
	.article_text p {
		font-size: 16px;
	}
	.quote_read a {
		font-size: 16px;
	}
	footer .text {
		font-size: 15px;
	}
	#article_2 .left .container.left_text,
	#article_2 .right .container {
		padding: 0 20px;
	}
	#article_2 .right_img .quote,
	#article_2 .quote {
		margin: 0 20px;
		margin-top: -40px;
	}
	#article_3 .left .container.left_text,
	#article_3 .right .container {
		padding: 0 20px;
	}
	#article_3 .right_img .quote,
	#article_3 .quote {
		margin: 0 20px;
		margin-top: -40px;
	}
	#article_15 .left .container.left_text,
	#article_15 .right .container {
		padding: 0 20px;
	}
	#article_15 .right_img .quote,
	#article_15 .quote {
		margin: 0 20px;
		margin-top: -40px;
	}
}
@media screen and (min-width: 1100px) {
	.comics_mobile {
		display: none;
	}
}
@media screen and (max-width: 1099px) {
	.comics_desktop {
		display: none;
	}
}