.gmap {
	width: 100%;
	height: 445px;
}
.header-short {
	position: relative;
	min-height: 370px;
	background-image: url('../img/press-1.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.header-short.header-news {
	background-image: url('../img/press-2.jpg');
}
.header-overlay {
	width: 100%;
	height: 370px;
	padding-top: 10px;
	background-color: rgba(29, 45, 62, 0.75);
}
.header-title {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.header-title h1 {
	font-family: Futura;
	font-weight: 500;
	font-size: 55px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
}
.header-large {
	position: relative;
	height: 680px;
	background-image: url('../img/bg7.jpg');
	background-repeat: no-repeat;
}
.header-large.header-contacts {
	background-image: url('../img/bg6.jpg');
	-webkit-background-size: cover;
					background-size: cover;
}
.header-large.header-contacts .header-overlay {
	background-color: rgba(89, 101, 122, 0.8);
}
.header-large .header-overlay {
	background-color: rgba(89, 101, 122, 0.5);
	height: 680px;
}
.header-large .header-title {
	display: block;
	margin: 0 auto;
}
.header-large .header-aside-ttl {
	position: absolute;
	top: -webkit-calc(50% - 30px);
	top: calc(50% - 30px);
	display: block;
	margin-left: 100px;
}
.header-large .header-aside-ttl .header_ttl_desc {
	max-width: 630px;
}
.header-large .header-aside-ttl .header_ttl_desc:hover .arw {
	background-color: rgba(255, 255, 255, 0.15);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.header-large .header-aside-ttl .header_ttl_desc h2 {
	font-family: Futura;
	font-weight: 500;
	font-size: 49px;
	line-height: 53px;
	text-align: left;
	color: #ffffff;
}
.header-large .header-aside-ttl .header_ttl_desc p {
	font-family: Futura;
	font-weight: 500;
	font-size: 39px;
	line-height: 43px;
	text-align: left;
	color: #9fbdf2;
}
.header-large .header-aside-ttl .header_ttl_desc .arw {
	width: 43px;
	height: 43px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	-webkit-border-radius: 100%;
					border-radius: 100%;
	margin: 17px 0 0;
	position: relative;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.header-large .header-aside-ttl .header_ttl_desc .arw::after {
	content: '';
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url('../img/i5.png') no-repeat 100%;
	width: 8px;
	height: 15px;
}
.header-contact-info {
	position: absolute;
	max-width: 1570px;
	width: 100%;
	height: 330px;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(18, 35, 51, 0.85);
}
.header-contact-info .hci-wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
					-webkit-justify-content: space-around;
					justify-content: space-around;
	-ms-flex-align: baseline;
			-webkit-box-align: baseline;
					-webkit-align-items: baseline;
					align-items: baseline;
	padding-top: 100px;
}
.header-contact-info .hci-wrapper .hci-phones {
	position: relative;
	padding-top: 74px;
}
.header-contact-info .hci-wrapper .hci-phones::before {
	content: "";
	position: absolute;
	top: 0;
	left: -webkit-calc(50% - 29px);
	left: calc(50% - 29px);
	bottom: auto;
	right: auto;
	display: block;
	width: 58px;
	height: 58px;
	border: 1px solid #404d5c;
	-webkit-border-radius: 50%;
					border-radius: 50%;
	background-image: url('../img/phone-red.png');
	background-repeat: no-repeat;
	background-position: 50%;
}
.header-contact-info .hci-wrapper .hci-phones::after {
	content: "";
	position: absolute;
	top: 21px;
	left: auto;
	bottom: auto;
	right: -240px;
	display: block;
	width: 133px;
	height: 15px;
	background-image: url('../img/w-arw-right.png');
	background-repeat: no-repeat;
}
.header-contact-info .hci-wrapper .hci-phones a {
	display: block;
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}
.header-contact-info .hci-wrapper .hci-phones a:hover {
	color: #bf2a35;
}
.header-contact-info .hci-wrapper .hci-location {
	position: relative;
	text-align: center;
	padding-top: 74px;
}
.header-contact-info .hci-wrapper .hci-location::before {
	content: "";
	position: absolute;
	top: -32px;
	left: -webkit-calc(50% - 43px);
	left: calc(50% - 43px);
	bottom: auto;
	right: auto;
	display: block;
	width: 87px;
	height: 87px;
	border: 1px solid #404d5c;
	-webkit-border-radius: 50%;
					border-radius: 50%;
	background-image: url('../img/coords-red.png');
	background-repeat: no-repeat;
	background-position: 50%;
}
.header-contact-info .hci-wrapper .hci-location p {
	display: block;
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}
.header-contact-info .hci-wrapper .hci-location a {
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	opacity: 0.4;
	border-bottom: 1px dashed #ffffff;
}
.header-contact-info .hci-wrapper .hci-location a:hover {
	opacity: 1;
	border-bottom-style: solid;
}
.header-contact-info .hci-wrapper .hci-mail {
	position: relative;
	padding-top: 74px;
}
.header-contact-info .hci-wrapper .hci-mail::before {
	content: "";
	position: absolute;
	top: 0;
	left: -webkit-calc(50% - 29px);
	left: calc(50% - 29px);
	bottom: auto;
	right: auto;
	display: block;
	width: 58px;
	height: 58px;
	border: 1px solid #404d5c;
	-webkit-border-radius: 50%;
					border-radius: 50%;
	background-image: url('../img/mail-red.png');
	background-repeat: no-repeat;
	background-position: 50%;
}
.header-contact-info .hci-wrapper .hci-mail::after {
	content: "";
	position: absolute;
	top: 21px;
	left: -240px;
	bottom: auto;
	right: auto;
	display: block;
	width: 133px;
	height: 15px;
	background-image: url('../img/w-arw-left.png');
	background-repeat: no-repeat;
}
.header-contact-info .hci-wrapper .hci-mail a {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}
.header-contact-info .hci-wrapper .hci-mail a:hover {
	color: #bf2a35;
}
@media (max-width: 1200px) {
	.header-contact-info .hci-wrapper .hci-mail::after {
		left: -150px;
	}
	.header-contact-info .hci-wrapper .hci-phones::after {
		right: -150px;
	}
}
@media (max-width: 960px) {
	.header-large {
		-webkit-background-size: cover;
						background-size: cover;
	}
	.header-large--coop {
		height: 300px;
	}
	.header-large--coop .header-overlay {
		height: 300px;
	}
	.header-large .header-aside-ttl {
		top: 50%;
	}
	.header-large .header-aside-ttl .header_ttl_desc h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.header-large .header-aside-ttl .header_ttl_desc p {
		font-size: 30px;
		line-height: 36px;
	}
	.header-contact-info .hci-wrapper .hci-mail::after {
		content: none;
	}
	.header-contact-info .hci-wrapper .hci-phones::after {
		content: none;
	}
}
@media (max-width: 660px) {
	.header-title h1 {
		margin-top: 50px;
		font-size: 30px;
		line-height: 32px;
	}
	.header-large .header-aside-ttl {
		margin-left: 0;
	}
	.header-large .header-aside-ttl .header_ttl_desc h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.header-contact-info {
		height: 450px;
	}
	.header-contact-info .hci-wrapper {
		-ms-flex-wrap: wrap;
						-webkit-flex-wrap: wrap;
						flex-wrap: wrap;
		padding-top: 50px;
	}
	.header-contact-info .hci-wrapper .hci-location {
		-ms-flex-order: 0;
				-webkit-box-ordinal-group: 1;
						-webkit-order: 0;
						order: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.header-contact-info .hci-wrapper .hci-location p {
		font-size: 16px;
	}
	.header-contact-info .hci-wrapper .hci-mail {
		-ms-flex-order: 1;
				-webkit-box-ordinal-group: 2;
						-webkit-order: 1;
						order: 1;
		width: 100%;
		text-align: center;
	}
	.header-contact-info .hci-wrapper .hci-mail a {
		font-size: 16px;
	}
	.header-contact-info .hci-wrapper .hci-phones {
		-ms-flex-order: 1;
				-webkit-box-ordinal-group: 2;
						-webkit-order: 1;
						order: 1;
		width: 100%;
		margin-bottom: 10px;
	}
	.header-contact-info .hci-wrapper .hci-phones a {
		font-size: 16px;
	}
}
@media (max-width: 502px) {
	.header-large .header-aside-ttl {
		top: auto;
		bottom: 5px;
	}
	.header-large .header-aside-ttl .header_ttl_desc h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.header-large .header-aside-ttl .header_ttl_desc p {
		font-size: 20px;
		line-height: 24px;
	}
}
.company_desc {
	margin: 70px 0 0;
}
.company_desc .cd_ttl {
	margin-bottom: 20px;
	text-align: center;
}
.company_desc .cd_ttl span {
	color: #fc2932;
}
.company_desc p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: center;
	color: #152330;
	max-width: 1310px;
	margin: 0 auto;
}
.company_mission {
	margin: 70px 0 0;
}
.company_mission .cm_ttl {
	text-align: center;
}
.company_mission .cm-wrapper {
	margin-top: 30px;
	padding-top: 35px;
	padding-bottom: 65px;
	background-color: #bcd1f6;
}
.company_mission .cm-wrapper .container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	-ms-flex-align: center;
			-webkit-box-align: center;
					-webkit-align-items: center;
					align-items: center;
}
.company_mission .cm-wrapper .cm_txt {
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: center;
	color: #242526;
	max-width: 1280px;
	margin: 30px 0 0;
}
.company_mission .cm-person {
	position: relative;
}
.company_mission .cm-person .cm-pers-desc {
	content: "";
	position: absolute;
	top: 70px;
	left: auto;
	bottom: auto;
	right: -430px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: left;
	color: #ffffff;
}
.company_mission .cm-person .cm-pers-desc span {
	display: block;
	font-weight: 400;
}
.company_mission .cm-person .cm-pers-desc br {
	display: none;
}
.company_mission .cm-person .cm-pers-img {
	border: 13px solid #c9daf8;
	-webkit-border-radius: 50%;
					border-radius: 50%;
}
.company_mission .cm-person::after {
	content: "";
	position: absolute;
	top: 15px;
	left: auto;
	bottom: auto;
	right: -15px;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url('../img/cite.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
					background-size: contain;
}
.why_siares {
	margin: 80px 0 0;
}
.why_siares .ws_ttl {
	text-align: center;
}
.why_siares .ws_desc {
	background: #f9fafa;
	margin-top: 30px;
	padding: 80px 0 75px;
}
.why_siares .ws_desc .rows {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
			-webkit-box-pack: justify;
					-webkit-justify-content: space-between;
					justify-content: space-between;
}
.why_siares .ws_desc .rows .cols {
	width: 25%;
	position: relative;
}
.why_siares .ws_desc .rows .cols .desc {
	margin: 0;
}
.why_siares .ws_desc .rows .cols .desc .ws_int {
	margin-left: auto;
	margin-right: auto;
}
.why_siares .ws_desc .rows .cols .desc .ws_int p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 70px;
	line-height: 70px;
	text-align: center;
	color: #fc2932;
}
.why_siares .ws_desc .rows .cols .desc .ws_txt {
	margin: 35px 0 0;
}
.why_siares .ws_desc .rows .cols .desc .ws_txt p {
	font-family: Futura;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #152330;
}
.why_siares .ws_desc .rows .cols::after {
	content: "";
	position: absolute;
	top: 25px;
	left: auto;
	bottom: auto;
	right: -65px;
	background-image: url('../img/i7.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
					background-size: cover;
	width: 130px;
	height: 11px;
}
.why_siares .ws_desc .rows .cols:last-child::after {
	content: none;
}
.we_provide {
	position: relative;
	margin: 70px 0 0;
}
.we_provide::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: auto;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
}
.we_provide .wp_ttl {
	text-align: center;
}
.we_provide .wp_ttl h3{
	font: 500 30px/34px Futura;
}
.we_provide .wp_desc {
	position: relative;
	margin-top: 70px;
}
.we_provide .wp_desc .rows {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
					-webkit-flex-wrap: wrap;
					flex-wrap: wrap;
	-ms-flex-pack: justify;
			-webkit-box-pack: justify;
					-webkit-justify-content: space-between;
					justify-content: space-between;
}
.we_provide .wp_desc .rows .cols {
	width: 20%;
	position: relative;
}
.we_provide .wp_desc .rows .cols::after {
	content: "";
	position: absolute;
	top: 30px;
	left: auto;
	bottom: auto;
	right: 0;
	display: block;
	width: 1px;
	height: 120px;
	background-color: #e8e8e8;
}
.we_provide .wp_desc .rows .cols:nth-child(5n)::after {
	content: none;
}
.we_provide .wp_desc .rows .cols .desc {
	margin: 0 0 70px;
	display: block;
}
.we_provide .wp_desc .rows .cols .desc .wp_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					-webkit-justify-content: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					-webkit-align-items: center;
					align-items: center;
	min-height: 100px;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.we_provide .wp_desc .rows .cols .desc:hover .wp_img {
	opacity: 1;
}
.we_provide .wp_desc .rows .cols .desc .wp_item-ttl {
	margin: 25px 0 0;
}
.we_provide .wp_desc .rows .cols .desc .wp_item-ttl p {
	font-family: Futura;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #152330;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;		
}
.we_provide .wp_desc .rows .cols .desc:hover .wp_item-ttl p {
	color: #fc2932;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;		
}
.where_answers {
	margin: 25px 0 0;
}
.where_answers .wa_bg {
	background: #f5f8fe;
	min-height: 718px;
	position: relative;
}
.where_answers .wa_bg .wa_ttl {
	margin: 115px 0 0;
}
.we_rec {
	margin: 68px 0 135px;
}
.we_rec .wp_ttl{
	text-align: center;
	padding: 0 15px;
	margin: 0 0 72px;
}
.we_rec .rows{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

}
.we_rec .rows .cols{
	width: 25%;
	position: relative;
}
.we_rec .rows .cols:after{
	content: "";
	position: absolute;
	top: 0px;
	left: auto;
	bottom: auto;
	right: 0;
	display: block;
	margin: auto;
	width: 1px;
	height: 120px;
	background-color: #e8e8e8;	
}
.we_rec .rows .cols:nth-child(4n+4):after{
	display: none;
}
.we_rec .rows .cols a{
	display: block;
	max-width: 240px;
	margin: 0 auto;
}
.we_rec .rows .cols .desc .wp_img{
	display: block;
	text-align: center;
	height: 104px;
	margin: 0 0 0;
}
.we_rec .rows .cols .desc .wp_item-ttl{
	font: 500 18px/24px Futura;
	text-align: center;
	color: #152330; 
	display: block;
	margin: 33px 0 0;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;		
}
.we_rec .rows .cols a:hover .wp_item-ttl{
	color: #fc2932;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

@media (max-width: 730px){
	.we_rec {
	    margin: 68px 0 0;
	}	
	.we_rec .rows{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}		
	.we_rec .rows .cols{
		width: 50%;
		margin: 0 0 70px;
	}
	.we_rec .rows .cols:nth-child(2n+2):after{
		display: none;
	}
	.we_rec .wp_ttl {
	    margin: 0 0 45px;
	}		
}

@media (max-width: 370px){
	.we_rec {
	    margin: 50px 0 0;
	}		
	.we_rec .rows .cols{
		width: 100%;
		padding: 0 0 35px;
		margin: 0 0 35px;		
	}
	.we_rec .rows .cols:after{
		height: 1px;
		width: 100%;
		top: auto;
		bottom: 0;
	}
	.we_rec .rows .cols:nth-child(2n+2):after{
		display: block;
	}	
	.we_rec .rows .cols:nth-child(4n+4):after{
		display: block;
	}	
	.we_rec .rows .cols:last-child:after{
		display: none;
	}	
}

@media (max-width: 1200px) {
	.where_answers .wa_bg .wa_ttl {
		margin: 55px 0 0;
	}
}
.where_answers .wa_bg .wa_ttl h3 {
	color: #000;
	font: 500 50px/54px FuturaBook;
}
@media (max-width: 650px) {
	.where_answers .wa_bg .wa_ttl h3 {
		font: 500 42px/46px FuturaBook;
	}
}
@media (max-width: 500px) {
	.where_answers .wa_bg .wa_ttl h3 {
		font: 500 32px/38px FuturaBook;
	}
}
.where_answers .wa_bg .wa_ttl h3 span {
	color: #9fbdf2;
	display: block;
}
.where_answers .wa_bg .wa_desc .q_ttl {
	margin: 110px 0 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
					-webkit-justify-content: space-between;
					justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
					-webkit-align-items: center;
					align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
	padding: 0 0 10px;
}
@media (max-width: 1200px) {
	.where_answers .wa_bg .wa_desc .q_ttl {
		margin: 75px 0 0;
	}
}
@media (max-width: 650px) {
	.where_answers .wa_bg .wa_desc .q_ttl {
		margin: 50px 0 0;
	}
}
.where_answers .wa_bg .wa_desc .q_ttl:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 315px;
	background: #000;
}
@media (max-width: 500px) {
	.where_answers .wa_bg .wa_desc .q_ttl:after {
		width: 200px;
	}
}
.where_answers .wa_bg .wa_desc .q_ttl h3 {
	color: #000;
	font: 500 23px/23px Futura;
}
.where_answers .wa_bg .q_desc {
	margin: 40px auto 0;
	position: relative;
}
@media (max-width: 850px) {
	.where_answers .wa_bg .q_desc .container {
		max-width: 80%;
	}
}
.where_answers .wa_bg .q_swiper-button-prev {
	position: absolute;
	right: auto;
	left: 0%;
	top: 35%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: none;
	-webkit-background-size: auto auto;
					background-size: auto;
	margin: 0;
}
.where_answers .wa_bg .q_swiper-button-prev:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url('../img/news_prev.svg') no-repeat 0 0;
	width: 7px;
	height: 15px;
}
.where_answers .wa_bg .q_swiper-button-next {
	position: absolute;
	left: auto;
	right: 0%;
	top: 35%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: none;
	-webkit-background-size: auto auto;
					background-size: auto;
	margin: 0;
}
.where_answers .wa_bg .q_swiper-button-next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url('../img/news_next.svg') no-repeat 0 0;
	width: 7px;
	height: 15px;
}
.q_slr {
	margin: 0 auto 0;
}
@media (max-width: 1100px) {
	.q_slr {
		width: 95%;
	}
}
@media (max-width: 991px) {
	.q_slr {
		width: 100%;
	}
}
.q_slr .caption {
	height: 100%;
	padding-bottom: 45px;
}
.q_slr .caption a {
	display: block;
	position: relative;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.q_slr .caption a:hover {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.q_slr .caption a:hover .read_more {
	background-color: rgba(166, 163, 167, 0.4);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.q_slr .caption a:hover .read_more:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 6px;
	height: 8px;
	background: url('../img/i24.svg') no-repeat 50%;
	border: 0;
}
.q_slr .caption a .q_txt {
	display: block;
	color: #000;
	margin: 25px 0 0;
	font: normal 16px/26px Roboto;
}
.q_slr .caption a .read_more {
	display: inline-block;
	margin: 18px 0 0;
	position: relative;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid rgba(166, 163, 167, 0.4);
	-webkit-border-radius: 100%;
					border-radius: 100%;
	width: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
}
.q_slr .caption a .read_more:hover {
	background-color: rgba(166, 163, 167, 0.4);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.q_slr .caption a .read_more:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 15px;
	background: url('../img/i27.svg') no-repeat 50%;
	border: 0;
}
.q_slr .caption a .read_more:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 15px;
	background: url('../img/i27.svg') no-repeat 50%;
	border: 0;
}
@media (max-width: 1200px) {
	.company_mission .cm-wrapper .cm-person .cm-pers-desc {
		top: auto;
		right: -webkit-calc(50% - 210px);
		right: calc(50% - 210px);
		width: 420px;
		text-align: center;
	}
	.company_mission .cm-wrapper .cm_txt {
		margin: 80px 0 0;
	}
	.why_siares .ws_desc .rows {
		-ms-flex-wrap: wrap;
						-webkit-flex-wrap: wrap;
						flex-wrap: wrap;
	}
	.why_siares .ws_desc .rows .cols {
		width: 49%;
		margin-bottom: 20px;
	}
	.why_siares .ws_desc .rows .cols:nth-of-type(2n)::after {
		content: none;
	}
	.why_siares .ws_desc .rows .cols .desc .ws_txt p {
		margin-left: auto;
		margin-right: auto;
		max-width: 340px;
	}
	.we_provide .wp_desc .rows {
		-ms-flex-pack: center;
				-webkit-box-pack: center;
						-webkit-justify-content: center;
						justify-content: center;
	}
	.we_provide .wp_desc .rows .cols {
		width: 50%;
		padding: 0 20px;
	}
	.we_provide .wp_desc .rows .cols:nth-child(5n)::after {
		content: "";
	}
	.we_provide .wp_desc .rows .cols:nth-child(2n)::after {
		content: none;
	}
}
@media (max-width: 680px) {
	.why_siares .ws_desc {
		padding: 40px 0;
	}
	.why_siares .ws_desc .rows {
		-ms-flex-wrap: wrap;
						-webkit-flex-wrap: wrap;
						flex-wrap: wrap;
	}
	.why_siares .ws_desc .rows .cols {
		width: 100%;
		margin-bottom: 20px;
	}
	.why_siares .ws_desc .rows .cols::after {
		content: none;
	}
	.why_siares .ws_desc .rows .cols .desc {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: start;
				-webkit-box-align: start;
						-webkit-align-items: flex-start;
						align-items: flex-start;
	}
	.why_siares .ws_desc .rows .cols .desc .ws_int {
		margin-left: 0;
		margin-right: 20px;
	}
	.why_siares .ws_desc .rows .cols .desc .ws_int p {
		font-size: 40px;
		line-height: 40px;
	}
	.why_siares .ws_desc .rows .cols .desc .ws_txt {
		margin: 0;
	}
	.why_siares .ws_desc .rows .cols .desc .ws_txt p {
		text-align: left;
		max-width: none;
	}
	.why_siares .ws_desc .rows .cols .desc .ws_txt p br {
		display: none;
	}
}

.where_answers .read_link {
	color: #152330;
	position: relative;
	margin: 30px auto;
	display: block;
	width: 200px;
	padding: 0px 46px 0 0;
	text-align: center;
	font: normal 20px/20px Roboto;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.where_answers .read_link::after {
	content: "";
	position: absolute;
	top: -webkit-calc(50% - 17px);
	top: calc(50% - 17px);
	right: 0;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #fff url(../img/i29.svg) no-repeat 50%;
	-webkit-background-size: 15px 15px;
					background-size: 15px;
	border: 1px solid rgba(180, 189, 200, 0.45);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
					transform: rotate(-90deg);
}

.where_answers .read_link:hover::after {
	background-color: transparent;
}

@media (max-width: 480px) {
	.company_mission .cm-wrapper .cm-person .cm-pers-desc {
		top: auto;
		right: -webkit-calc(50% - 160px);
		right: calc(50% - 160px);
		width: 320px;
		text-align: center;
	}
	.company_mission .cm-wrapper .cm-person .cm-pers-desc br {
		display: block;
	}
	.company_mission .cm-wrapper .cm_txt {
		margin: 110px 0 0;
	}
	.we_provide .wp_desc .rows .cols {
		width: 100%;
	}
	.we_provide .wp_desc .rows .cols::after {
		content: none;
	}
	.we_provide .wp_desc .rows .cols:nth-child(3n)::after {
		content: none;
	}
	.where_answers .wa_bg .wa_desc .q_ttl h3 {
		font: 500 21px/23px Futura;
	}
}
.our-production {
	margin: 70px 0 0;
}
.our-production .op_ttl {
	text-align: center;
}
.our-production .op_ttl h3 {
	font-family: Futura;
	font-weight: 500;
	font-size: 38px;
	line-height: 42px;
	text-align: center;
	color: #242526;
}
.our-production .op_desc {
	padding: 40px 0 60px;
}
.our-production .op_desc .rows {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
					-webkit-flex-wrap: wrap;
					flex-wrap: wrap;
	-ms-flex-pack: center;
			-webkit-box-pack: center;
					-webkit-justify-content: center;
					justify-content: center;
	overflow: hidden;
}
.our-production .op_desc .cols {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}
.our-production .op_desc .desc {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					-webkit-flex-direction: column;
					flex-direction: column;
	width: 100%;
	margin: 0 0 40px;
}

.our-production .op_desc .desc .op-hidden-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8;
	cursor: pointer;
	-webkit-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	z-index: 9;
}

.our-production .op_desc .desc .op-hidden-link:hover {
	border-color: #9fbdf2;
}

.our-production .op_desc .desc .op-hidden-link:hover ~ .op-card-wrap .op-btns .op-detail-link::before {
	background-color: #eaedf2;
}

.our-production .op_desc .desc .op-img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					-webkit-align-items: center;
					align-items: center;
	height: 260px;
	overflow: hidden;
	text-align: center;
}
.our-production .op_desc .desc .op-img-holder img {
	max-width: 260px;
	margin: 0 auto;
}
.our-production .op_desc .desc .op-card-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					-webkit-flex-direction: column;
					flex-direction: column;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					-webkit-flex-grow: 1;
					flex-grow: 1;
	padding: 20px 35px 25px 25px;
}
.our-production .op_desc .desc .op-title {
	font-family: Futura;
	font-weight: 500;
	font-size: 33px;
	line-height: 35px;
	text-align: left;
	color: #59657a;
	margin-bottom: 25px;
}
.our-production .op_desc .desc .op-title span {
	color: #152330;
}
.our-production .op_desc .desc .op-descr {
	font-family: Futura;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	color: #152330;
	margin-bottom: 25px;
}
.our-production .op_desc .desc .op-properties {
	margin-top: auto;
	margin-bottom: 40px;
}
.our-production .op_desc .desc .op-properties .property {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}
.our-production .op_desc .desc .op-properties .property .prop-ttl {
	font-family: Roboto;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #1a2e45;
	white-space: nowrap;
}
.our-production .op_desc .desc .op-properties .property .prop-value {
	font-family: Roboto;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #152330;
	white-space: nowrap;
}
.our-production .op_desc .desc .op-properties .property .prop-line {
	border-bottom: 1px dashed #babcbe;
	-ms-flex-positive: 1;
			-webkit-box-flex: 1;
					-webkit-flex-grow: 1;
					flex-grow: 1;
	margin: 5px;
}
.our-production .op_desc .desc .op-trash-types {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					-webkit-justify-content: flex-start;
					justify-content: flex-start;
	-ms-flex-align: end;
			-webkit-box-align: end;
					-webkit-align-items: flex-end;
					align-items: flex-end;
	margin-bottom: 30px;
}

.our-production .op_desc .desc .op-trash-types li {
	position: relative;
	z-index: 20;
}

.our-production .op_desc .desc .op-trash-txt {
	display: none;
	position: absolute;
	top: -20px;
	left: 50%;
	border: 1px solid #e8e8e8;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
}

.our-production .op_desc .desc .op-btns {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
			-webkit-box-pack: justify;
					-webkit-justify-content: space-between;
					justify-content: space-between;
	-ms-flex-align: center;
			-webkit-box-align: center;
					-webkit-align-items: center;
					align-items: center;
}
.our-production .op_desc .desc .op-btns .op-detail-link {
	position: relative;
	z-index: 20;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	color: #fc2932;
	padding-left: 46px;
}

.our-production .op_desc .desc .op-btns .op-detail-link:hover::before {
	background-color: #eaedf2;
}

.our-production .op_desc .desc .op-btns .op-detail-link::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #eaedf2;
	-webkit-border-radius: 100%;
					border-radius: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	background: url('../img/i3.png') no-repeat 53%;
	-webkit-background-size: 9px 9px;
					background-size: 9px;
}
.our-production .op_desc .desc .op-btns .op-compare-link {
	position: relative;
	z-index: 20;
	margin-left: auto;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	color: #60666c;
	padding-left: 46px;
}
.our-production .op_desc .desc .op-btns .op-compare-link::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #eaedf2;
	-webkit-border-radius: 100%;
					border-radius: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	background: url('../img/plus.png') no-repeat 50%;
	-webkit-background-size: 12px 12px;
					background-size: 12px;
}
.our-production .op_desc .desc .op-btns .op-compare-link:hover::before {
	background-color: #eaedf2;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.our-production .op_desc .desc .op-btns .op-trash-types {
	margin-bottom: 0;
}
.our-production .op_desc .op-show-more {
	text-align: center;
}
.our-production .op_desc .op-show-more .show-more-btn {
	position: relative;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #fc2932;
	padding-left: 60px;
	cursor: pointer;
}
.our-production .op_desc .op-show-more .show-more-btn::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid #eaedf2;
	-webkit-border-radius: 100%;
					border-radius: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	background: url('../img/i3.png') no-repeat 53%;
	-webkit-background-size: 12px 12px;
					background-size: 12px;
	-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
					transform: rotate(90deg);
}
.our-production .op_desc .op-show-more .show-more-btn:hover::before {
	background-color: #eaedf2;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
@media (max-width: 1366px) {
	.our-production .op_desc .rows .cols {
		margin-left: auto;
		margin-right: auto;
		width: 49%;
	}
	.our-production .op-show-more {
		width: 99%;
		margin: 0 auto;
	}
	.our-production .op_desc .desc {
		margin: 0 0 20px;
	}
}
@media (max-width: 992px) {
	.our-production .op_desc .rows .cols .desc .op-btns {
		-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-webkit-flex-direction: column;
						flex-direction: column;
		-ms-flex-align: start;
				-webkit-box-align: start;
						-webkit-align-items: flex-start;
						align-items: flex-start;
	}
	.our-production .op_desc .rows .cols .desc .op-btns .op-detail-link {
		margin-bottom: 30px;
	}
	.our-production .op_desc .rows .cols .desc .op-btns .op-compare-link {
		margin-left: 0;
	}

	.our-production .op_desc .desc .op-card-wrap {
		padding: 20px 15px 25px;
	}
}
@media (max-width: 760px) {
	.our-production .op_desc .rows .cols .desc .op-properties .property {
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}

	.our-production .op_desc .desc .op-properties .property .prop-ttl {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
	}

	.our-production .op_desc .desc .op-properties .property .prop-value {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}

	.our-production .op_desc .desc .op-properties .property .prop-line {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
				-ms-flex-order: 2;
						order: 2;
		width: 100%;
	}
}
@media (max-width: 700px) {
	.our-production .op_desc .rows .cols {
		width: 100%;
	}
	.our-production .op_desc .rows .cols .desc .op-title {
		font-size: 25px;
		line-height: 27px;
	}
	.our-production .op_desc .rows .cols .desc .op-descr {
		font-size: 16px;
	}
	.our-production .op_desc .rows .cols .desc .op-btns .op-detail-link::before {
		top: -6px;
		width: 30px;
		height: 30px;
		-webkit-background-size: 6px 6px;
						background-size: 6px;
	}
	.our-production .op_desc .rows .cols .desc .op-btns .op-compare-link::before {
		top: -6px;
		width: 30px;
		height: 30px;
		-webkit-background-size: 9px 9px;
						background-size: 9px;
	}
	.our-production .op-show-more {
		width: 100%;
	}
}
.services_desc {
	margin: 70px 0 0;
}
.services_desc .sd_ttl {
	text-align: center;
	margin: 0 0 45px;
}
.sd_serv-item {
	margin: 0 0 50px;
}
.sd_serv-item .sd_si_preview {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 60px 90px 45px 60px;
	background-color: #f5f8fe;
	min-height: 320px;
}
.sd_serv-item .sd_si_preview .sd_si_ttl {
	margin-right: 100px;
}
.sd_serv-item .sd_si_preview .sd_si_ttl h2 {
	font-family: Futura;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	text-align: left;
	color: #152330;
	width: 275px;
}
.sd_serv-item .sd_si_preview .sd_si_txt {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	-ms-flex-positive: 1;
			-webkit-box-flex: 1;
					-webkit-flex-grow: 1;
					flex-grow: 1;
	max-width: 1060px;
}
.sd_serv-item .sd_si_preview .sd_si_txt p {
	font-family: Futura;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: left;
	color: #152330;
	padding-bottom: 15px;
}
.sd_serv-item .sd_si_preview .sd_si_txt .sd_si_open {
	font-family: Futura;
	font-weight: 500;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	color: #fc2932;
	display: block;
	margin-top: auto;
	width: 280px;
	padding: 18px;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border: 1px solid #c7cfdd;
	-webkit-border-radius: 50px;
					border-radius: 50px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.sd_serv-item .sd_si_preview .sd_si_txt .sd_si_open:hover {
	background-color: #c7cfdd;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.sd_serv-item .sd_si_detail {
	display: none;
	margin: 30px 0 0;
	padding: 45px 90px 50px 60px;
	background-color: #fdfeff;
}

.sd_serv-item .sd_si_detail p {
	font-family: Futura;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: justify;
	color: #152330;
	margin-bottom: 35px;
}

.sd_serv-item .sd_si_detail .sd_si_s-features li {
	font-family: Futura;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: justify;
	color: #152330;
	position: relative;
	padding-left: 40px;
	margin-bottom: 35px;
}
.sd_serv-item .sd_si_detail .sd_si_s-features li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
					border-radius: 50%;
	background-color: #9ebdf2;
}
.sd_serv-item .sd_si_detail .sd_si_request {
	margin-top: 20px;
	margin-left: 40px;
	font-family: Futura;
	font-weight: 500;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	color: #152330;
	display: block;
	width: 280px;
	padding: 18px;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border: 1px solid #c7cfdd;
	-webkit-border-radius: 50px;
					border-radius: 50px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.sd_serv-item .sd_si_detail .sd_si_request:hover {
	background-color: #c7cfdd;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
@media (max-width: 1200px) {
	.sd_serv-item .sd_si_preview {
		-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-webkit-flex-direction: column;
						flex-direction: column;
		-ms-flex-align: center;
				-webkit-box-align: center;
						-webkit-align-items: center;
						align-items: center;
		padding: 45px;
	}
	.sd_serv-item .sd_si_preview .sd_si_ttl {
		margin-right: 0;
		margin-bottom: 20px;
		-ms-flex-item-align: start;
				-webkit-align-self: flex-start;
						align-self: flex-start;
	}
	.sd_serv-item .sd_si_preview .sd_si_ttl h2 {
		text-align: left;
		width: auto;
	}
}
@media (max-width: 660px) {
	.sd_serv-item .sd_si_preview {
		padding: 20px 10px;
	}
	.sd_serv-item .sd_si_preview .sd_si_txt {
		width: 100%;
	}
	.sd_serv-item .sd_si_preview .sd_si_txt p {
		font-size: 18px;
		line-height: 24px;
		text-align: left;
	}
	.sd_serv-item .sd_si_detail {
		padding: 20px 5px;
	}
	.sd_serv-item .sd_si_detail .sd_si_s-features li {
		font-size: 18px;
		line-height: 24px;
		text-align: left;
		padding-left: 20px;
	}
	.sd_serv-item .sd_si_detail .sd_si_request {
		margin-left: auto;
		margin-right: auto;
	}
}
.news-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
					-webkit-flex-wrap: wrap;
					flex-wrap: wrap;
	-ms-flex-pack: justify;
			-webkit-box-pack: justify;
					-webkit-justify-content: space-between;
					justify-content: space-between;
	margin: 70px 0 0;
}
.news-list .news-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	width: 48%;
	margin-bottom: 40px;
	border: 1px solid #e5e5e5;
}
.news-list .news-item .ni-img {
	position: relative;
	height: 245px;
	overflow: hidden;
}
.news-list .news-item .ni-img .ni-img-over {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}
.news-list .news-item .ni-img .ni-img-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-background-size: cover;
					background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.news-list .news-item .ni-img:hover .ni-img-bg {
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
					transform: scale(1.1);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.news-list .ni-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-positive: 1;
			-webkit-box-flex: 1;
					-webkit-flex-grow: 1;
					flex-grow: 1;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	padding: 30px 150px 50px 50px;
}
.news-list .ni-info .ni-date {
	font-family: Futura;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	color: #c8c8c8;
	position: relative;
	padding-bottom: 20px;
}
.news-list .ni-info .ni-date::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: auto;
	display: block;
	width: 160px;
	height: 1px;
	background-color: #c8c8c8;
}
.news-list .ni-info .ni-ttl {
	font-family: Futura;
	font-weight: 500;
	font-size: 35px;
	line-height: 37px;
	text-align: left;
	color: #1a2e45;
	margin-top: 20px;
}
.news-list .ni-info .ni-txt {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #7a7e83;
	margin-top: 15px;
	padding-bottom: 20px;
}
.news-list .ni-info .ni-link {
	position: relative;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #fc2932;
	margin-top: auto;
	padding-left: 46px;
}
.news-list .ni-info .ni-link::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #eaedf2;
	-webkit-border-radius: 100%;
					border-radius: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	background: url('../img/i3.png') no-repeat 53%;
	-webkit-background-size: 9px 9px;
					background-size: 9px;
}
.news-list .ni-info .ni-link:hover::before {
	background-color: #eaedf2;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.news-more-btn-holder {
	position: relative;
	margin: 70px 0 0;
	text-align: center;
}
.news-more-btn-holder::after {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
}
.news-more-btn-holder::before {
	content: "";
	position: absolute;
	top: -40px;
	left: -webkit-calc(50% - 53px);
	left: calc(50% - 53px);
	bottom: auto;
	right: auto;
	z-index: 5;
	display: block;
	width: 106px;
	height: 1px;
	background-color: #ffffff;
}
.news-more-btn-holder .news-more-btn {
	position: relative;
	padding-top: 75px;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	color: #fc2932;
}
.news-more-btn-holder .news-more-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	bottom: auto;
	right: auto;
	z-index: 10;
	display: block;
	width: 66px;
	height: 66px;
	-webkit-border-radius: 50%;
					border-radius: 50%;
	border: 5px solid #ecf2fc;
	background-color: #9ebdf2;
	background-image: url('../img/cross-w.png');
	background-repeat: no-repeat;
	-webkit-background-size: 45% 45%;
					background-size: 45%;
	background-position: 50%;
}
.news-more-btn-holder .news-more-btn:hover::after {
	-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
					transform: rotate(360deg);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-transition-duration: 1s;
			 -o-transition-duration: 1s;
					transition-duration: 1s;
}
.news-detail {
	margin: 15px 0 0;
}
.news-detail .nd-back {
	text-align: center;
}
.news-detail .nd-back .nd-back-link {
	position: relative;
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #152330;
}
.news-detail .nd-back .nd-back-link::before {
	content: "";
	position: absolute;
	top: 6px;
	left: -44px;
	bottom: auto;
	right: auto;
	display: block;
	width: 34px;
	height: 9px;
	background-image: url('../img/r-arw-left.png');
	background-repeat: no-repeat;
	background-position: 50%;
}
.news-detail .nd-back .nd-back-link:hover::before {
	-webkit-transform: translateX(-5px);
			-ms-transform: translateX(-5px);
					transform: translateX(-5px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.news-detail .nd-header {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 15px 0 0;
	background-color: #f4f5f5;
}
.news-detail .nd-header .container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 50%;
	min-height: 430px;
	overflow: hidden;
}
.news-detail .nd-header .ndh-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	padding: 40px 40px 40px 0;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-date {
	font-family: Futura;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	color: #c8c8c8;
	position: relative;
	padding-bottom: 30px;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-date::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: auto;
	display: block;
	width: 160px;
	height: 1px;
	background-color: #c8c8c8;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-ttl {
	font-family: Futura;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	text-align: left;
	color: #1a2e45;
	margin-top: 30px;
	max-width: 820px;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-txt {
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: justify;
	color: #7a7e83;
	margin-top: 20px;
	padding-bottom: 30px;
	max-width: 820px;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
			-webkit-box-align: center;
					-webkit-align-items: center;
					align-items: center;
	margin-top: auto;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share .ya-share2__list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-right: 40px;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share .ya-share2__list li {
	position: relative;
	margin: 0 5px;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share .ya-share2__list li a {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 100px;
					border-radius: 100px;
	text-align: center;
	color: #12254c;
	line-height: 48px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.ya-share2__item::before {
	position: absolute;
	margin: auto;
	display: block;
	font-family: Font Awesome\ 5 Brands;
	font-size: 26px;
	color: #1a2e45;
}

.ya-share2__item.ya-share2__item_service_vkontakte::before {
	top: 13px;
	left: 10px;
	content: "\f189";
}

.ya-share2__item.ya-share2__item_service_facebook::before {
	top: 13px;
	left: 13px;
	content: "\f09a";
}

.ya-share2__item.ya-share2__item_service_odnoklassniki::before {
	top: 12px;
	left: 17px;
	content: "\f263";
}

.ya-share2__item.ya-share2__item_service_twitter::before {
	top: 13px;
	left: 13px;
	content: "\f099";
}

.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share .ya-share2__list .ya-share2__title {
	font-size: 0;
}

.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share .ya-share2__list li:hover a {
	background: #e9e9e9;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #7a7e83;
}
.news-detail .nd-header .ndh-img-holder {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.news-detail .nd-header .ndh-img-holder .ndh-img-over {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}
.news-detail .nd-header .ndh-img-holder .ndh-img-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-background-size: cover;
					background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.news-detail .nd-header .ndh-img-holder:hover .ndh-img-bg {
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
					transform: scale(1.1);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.news-detail .nd-content {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
			-webkit-box-pack: justify;
					-webkit-justify-content: space-between;
					justify-content: space-between;
	margin-top: 50px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: justify;
	color: #38393a;
}
.news-detail .nd-content .hdc-detail-txt {
	max-width: 1110px;
}
.news-detail .nd-content .hdc-detail-txt ul {
    list-style: inherit;
}
.news-detail .nd-content .hdc-detail-txt p {
	padding-bottom: 30px;
}
.news-detail .nd-content .hdc-detail-txt img {
	padding-bottom: 30px;
}
.news-detail .nd-content .hdc-aside {
	max-width: 360px;
	margin-left: 60px;
}
.news-detail .nd-content .hdc-aside .hdca-title {
	position: relative;
	font-family: Futura;
	font-weight: 500;
	font-size: 30px;
	line-height: 23px;
	text-align: left;
	color: #242526;
}
.news-detail .nd-content .hdc-aside .hdca-title::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: -30px;
	right: auto;
	display: block;
	height: 1px;
	width: 260px;
	background-color: #f0f0f0;
}
.news-detail .nd-content .hdc-aside .hdca-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	margin-top: 60px;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-img {
	position: relative;
	height: 140px;
	overflow: hidden;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-img .hdca-img-over {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-img .hdca-img-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-background-size: cover;
					background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-img:hover .hdca-img-bg {
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
					transform: scale(1.1);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-date {
	font-family: Futura;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	text-align: left;
	color: #c8c8c8;
	position: relative;
	margin-top: 15px;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-date::after {
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 75%;
	height: 1px;
	background-color: #f0f0f0;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-ttl {
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #152330;
	margin-top: 20px;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-link {
	position: relative;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	color: #fc2932;
	padding-left: 46px;
	margin-top: 15px;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-link::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #eaedf2;
	-webkit-border-radius: 100%;
					border-radius: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	background: url('../img/i3.png') no-repeat 53%;
	-webkit-background-size: 9px 9px;
					background-size: 9px;
}
.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-link:hover::before {
	background-color: #eaedf2;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
@media (max-width: 1200px) {
	.news-list .ni-info {
		padding: 30px;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper {
		padding: 20px 20px 0;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-ttl {
		font-size: 38px;
		line-height: 40px;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-txt {
		font-size: 18px;
		line-height: 28px;
	}
	.news-detail .nd-content {
		font-size: 18px;
		line-height: 28px;
	}
	.news-detail .nd-content .hdc-aside .hdca-title::after {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.news-list .news-item {
		width: 100%;
	}
	.news-detail .nd-header {
		-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-webkit-flex-direction: column;
						flex-direction: column;
	}
	.news-detail .nd-header .container {
		width: 100%;
		min-height: auto;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-date {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-ttl {
		font-size: 30px;
		line-height: 32px;
		margin-top: 10px;
	}
	.news-detail .nd-header .ndh-img-holder {
		width: 100%;
		height: 300px;
	}
	.news-detail .nd-content {
		-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-webkit-flex-direction: column;
						flex-direction: column;
	}
	.news-detail .nd-content .hdc-aside {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
						-webkit-flex-wrap: wrap;
						flex-wrap: wrap;
		-ms-flex-pack: justify;
				-webkit-box-pack: justify;
						-webkit-justify-content: space-between;
						justify-content: space-between;
		margin-left: 0;
		max-width: none;
	}
	.news-detail .nd-content .hdc-aside .hdca-title {
		width: 100%;
	}
	.news-detail .nd-content .hdc-aside .hdca-item {
		width: 49%;
	}
}
@media (max-width: 660px) {
	.news-list .ni-info {
		padding: 15px 10px;
	}
	.news-list .ni-info .ni-date {
		text-align: center;
	}
	.news-list .ni-info .ni-date::after {
		left: -webkit-calc(50% - 80px);
		left: calc(50% - 80px);
	}
	.news-list .ni-info .ni-ttl {
		font-size: 25px;
		line-height: 27px;
		text-align: center;
	}
	.news-list .ni-info .ni-txt {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.news-list .ni-info .ni-link {
		margin-left: auto;
		margin-right: auto;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper {
		padding: 15px 0;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-date {
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-date::after {
		left: -webkit-calc(50% - 80px);
		left: calc(50% - 80px);
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-ttl {
		font-size: 25px;
		line-height: 27px;
		text-align: center;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-txt {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share {
		-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-webkit-flex-direction: column;
						flex-direction: column;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share .soc-list {
		margin-right: 0;
	}
	.news-detail .nd-header .ndh-info .ndhi-wrapper .ndhi-share p {
		font-size: 16px;
		line-height: 24px;
	}
	.news-detail .nd-header .ndh-img-holder {
		height: 200px;
	}
	.news-detail .nd-content .hdc-detail-txt {
		text-align: justify;
	}
	.news-detail .nd-content .hdc-aside .hdca-item {
		width: 100%;
	}
	.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-date {
		font-size: 18px;
		line-height: 18px;
	}
	.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-date::after {
		right: auto;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-ttl {
		text-align: center;
	}
	.news-detail .nd-content .hdc-aside .hdca-item .hdca-info .hdca-link {
		margin-left: auto;
		margin-right: auto;
	}
}
.manufacturer-detail {
	margin: 15px 0 0;
}
.manufacturer-detail .md-back {
	text-align: center;
}
.manufacturer-detail .md-back .md-back-link {
	position: relative;
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #152330;
}
.manufacturer-detail .md-back .md-back-link::before {
	content: "";
	position: absolute;
	top: 6px;
	left: -44px;
	bottom: auto;
	right: auto;
	display: block;
	width: 34px;
	height: 9px;
	background-image: url('../img/r-arw-left.png');
	background-repeat: no-repeat;
	background-position: 50%;
}
.manufacturer-detail .md-back .md-back-link:hover::before {
	-webkit-transform: translateX(-5px);
			-ms-transform: translateX(-5px);
					transform: translateX(-5px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.manufacturer-detail .md-header {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 15px 0 0;
	background-color: #f4f5f5;
}
.manufacturer-detail .md-header .container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 50%;
	min-height: 430px;
	overflow: hidden;
}
.manufacturer-detail .md-header .mdh-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	padding: 40px 40px 40px 0;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-date {
	font-family: Futura;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	color: #c8c8c8;
	position: relative;
	padding-bottom: 30px;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-date::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: auto;
	display: block;
	width: 160px;
	height: 1px;
	background-color: #c8c8c8;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-ttl {
	font-family: Futura;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	text-align: left;
	color: #1a2e45;
	margin-top: 30px;
	max-width: 820px;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-txt {
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: justify;
	color: #7a7e83;
	margin-top: 20px;
	padding-bottom: 30px;
	max-width: 820px;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-share {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
			-webkit-box-align: center;
					-webkit-align-items: center;
					align-items: center;
	margin-top: auto;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-share .soc-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-right: 40px;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-share .soc-list li {
	position: relative;
	margin: 0 5px;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-share .soc-list li a {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 100px;
					border-radius: 100px;
	text-align: center;
	color: #12254c;
	line-height: 48px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	font-size: 21px;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-share .soc-list li a:hover {
	background: #e9e9e9;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-share p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #7a7e83;
}
.manufacturer-detail .md-header .mdh-img-holder {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.manufacturer-detail .md-header .mdh-img-holder .mdh-img-over {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}
.manufacturer-detail .md-header .mdh-img-holder .mdh-img-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-background-size: cover;
					background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.manufacturer-detail .md-header .mdh-img-holder:hover .mdh-img-bg {
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
					transform: scale(1.1);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.manufacturer-detail .md-content {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
			-webkit-box-pack: justify;
					-webkit-justify-content: space-between;
					justify-content: space-between;
	margin-top: 50px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: justify;
	color: #38393a;
}
.manufacturer-detail .md-content .mdc-detail-txt {
	max-width: 1110px;
}
.manufacturer-detail .md-content .mdc-detail-txt p {
	padding-bottom: 30px;
}
.manufacturer-detail .md-content .mdc-detail-txt img {
	padding-bottom: 30px;
}
.manufacturer-detail .md-content .mdc-aside {
	max-width: 360px;
	margin-left: 60px;
}
.manufacturer-detail .md-content .mdc-aside .mdca-title {
	position: relative;
	font-family: Futura;
	font-weight: 500;
	font-size: 30px;
	line-height: 23px;
	text-align: left;
	color: #242526;
}
.manufacturer-detail .md-content .mdc-aside .mdca-title::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: -30px;
	right: auto;
	display: block;
	height: 1px;
	width: 260px;
	background-color: #f0f0f0;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	margin-top: 60px;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-img {
	position: relative;
	height: 140px;
	overflow: hidden;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-img .mdca-img-over {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-img .mdca-img-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-background-size: contain;
					background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-date {
	font-family: Futura;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	text-align: left;
	color: #c8c8c8;
	position: relative;
	margin-top: 15px;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-date::after {
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 75%;
	height: 1px;
	background-color: #f0f0f0;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-ttl {
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #152330;
	margin-top: 20px;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-link {
	position: relative;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	color: #fc2932;
	padding-left: 46px;
	margin-top: 15px;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-link::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #eaedf2;
	-webkit-border-radius: 100%;
					border-radius: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	background: url('../img/i3.png') no-repeat 53%;
	-webkit-background-size: 9px 9px;
					background-size: 9px;
}
.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-link:hover::before {
	background-color: #eaedf2;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
@media (max-width: 1200px) {
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper {
		padding: 20px 20px 0;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-ttl {
		font-size: 38px;
		line-height: 40px;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-txt {
		font-size: 18px;
		line-height: 28px;
	}
	.manufacturer-detail .md-content {
		font-size: 18px;
		line-height: 28px;
	}
	.manufacturer-detail .md-content .mdc-aside .mdca-title::after {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.manufacturer-detail .md-header {
		-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-webkit-flex-direction: column;
						flex-direction: column;
	}
	.manufacturer-detail .md-header .container {
		width: 100%;
		min-height: auto;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-date {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-ttl {
		font-size: 30px;
		line-height: 32px;
		margin-top: 10px;
	}
	.manufacturer-detail .md-header .mdh-img-holder {
		width: 100%;
		height: 300px;
	}
	.manufacturer-detail .md-content {
		-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-webkit-flex-direction: column;
						flex-direction: column;
	}
	.manufacturer-detail .md-content .mdc-aside {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
						-webkit-flex-wrap: wrap;
						flex-wrap: wrap;
		-ms-flex-pack: justify;
				-webkit-box-pack: justify;
						-webkit-justify-content: space-between;
						justify-content: space-between;
		margin-left: 0;
		max-width: none;
	}
	.manufacturer-detail .md-content .mdc-aside .mdca-title {
		width: 100%;
	}
	.manufacturer-detail .md-content .mdc-aside .mdca-item {
		width: 49%;
	}
}
@media (max-width: 660px) {
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper {
		padding: 15px 0;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-date {
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-date::after {
		left: -webkit-calc(50% - 80px);
		left: calc(50% - 80px);
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-ttl {
		font-size: 25px;
		line-height: 27px;
		text-align: center;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-txt {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-share {
		-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-webkit-flex-direction: column;
						flex-direction: column;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-share .soc-list {
		margin-right: 0;
	}
	.manufacturer-detail .md-header .mdh-info .mdhi-wrapper .mdhi-share p {
		font-size: 16px;
		line-height: 24px;
	}
	.manufacturer-detail .md-header .mdh-img-holder {
		height: 200px;
	}
	.manufacturer-detail .md-content .mdc-detail-txt {
		text-align: justify;
	}
	.manufacturer-detail .md-content .mdc-aside .mdca-item {
		width: 100%;
	}
	.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-date {
		font-size: 18px;
		line-height: 18px;
	}
	.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-date::after {
		right: auto;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-ttl {
		text-align: center;
	}
	.manufacturer-detail .md-content .mdc-aside .mdca-item .mdca-info .mdca-link {
		margin-left: auto;
		margin-right: auto;
	}
}
.faq-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
					-webkit-flex-wrap: wrap;
					flex-wrap: wrap;
	-ms-flex-pack: justify;
			-webkit-box-pack: justify;
					-webkit-justify-content: space-between;
					justify-content: space-between;
	margin: 70px 0 0;
}
.faq-list .faq-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	max-width: 48%;
	margin-bottom: 40px;
	border: 1px solid #e5e5e5;
}
.faq-list .faq-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-positive: 1;
			-webkit-box-flex: 1;
					-webkit-flex-grow: 1;
					flex-grow: 1;
	-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-webkit-flex-direction: column;
					flex-direction: column;
	padding: 30px 150px 30px 50px;
}
.faq-list .faq-info .faq-ttl {
	font-family: Futura;
	font-weight: 500;
	font-size: 35px;
	line-height: 37px;
	text-align: left;
	color: #1a2e45;
	margin-top: 20px;
}
.faq-list .faq-info .faq-txt {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #7a7e83;
	margin-top: 15px;
	padding-bottom: 20px;
}
.faq-list .faq-info .faq_open {
	position: relative;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #fc2932;
	margin-top: auto;
	padding-left: 46px;
}
.faq-list .faq-info .faq_open::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #eaedf2;
	-webkit-border-radius: 100%;
					border-radius: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	background: url('../img/i3.png') no-repeat 53%;
	-webkit-background-size: 9px 9px;
					background-size: 9px;
}
.faq-list .faq-info .faq_open:hover::before {
	background-color: #eaedf2;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.faq-list .faq_detail {
	display: none;
	margin: 30px 0 0;
	padding: 45px 90px 50px 60px;
	background-color: #fdfeff;
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	color: #7a7e83;
}

.faq-more-btn-holder {
	position: relative;
	margin: 70px 0 0;
	text-align: center;
}
.faq-more-btn-holder::after {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
}
.faq-more-btn-holder::before {
	content: "";
	position: absolute;
	top: -40px;
	left: -webkit-calc(50% - 53px);
	left: calc(50% - 53px);
	bottom: auto;
	right: auto;
	z-index: 5;
	display: block;
	width: 106px;
	height: 1px;
	background-color: #ffffff;
}
.faq-more-btn-holder .faq-more-btn {
	position: relative;
	padding-top: 75px;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	color: #fc2932;
}
.faq-more-btn-holder .faq-more-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	bottom: auto;
	right: auto;
	z-index: 10;
	display: block;
	width: 66px;
	height: 66px;
	-webkit-border-radius: 50%;
					border-radius: 50%;
	border: 5px solid #ecf2fc;
	background-color: #9ebdf2;
	background-image: url('../img/cross-w.png');
	background-repeat: no-repeat;
	-webkit-background-size: 45% 45%;
					background-size: 45%;
	background-position: 50%;
}
.faq-more-btn-holder .faq-more-btn:hover::after {
	-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
					transform: rotate(360deg);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-transition-duration: 1s;
			 -o-transition-duration: 1s;
					transition-duration: 1s;
}
@media (max-width: 1200px) {
	.faq-list .faq-info {
		padding: 30px;
	}

	.faq-list .faq_detail {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.faq-list .faq-item {
		max-width: 100%;
	}
}
@media (max-width: 660px) {
	.faq-list .faq-info {
		padding: 15px 10px;
	}
	.faq-list .faq-info .faq-ttl {
		font-size: 25px;
		line-height: 27px;
		text-align: center;
	}
	.faq-list .faq-info .faq-txt {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
}
.developers_desc {
	margin: 70px 0 0;
}
.developers_desc p {
	max-width: 1280px;
	margin: 40px auto;
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: center;
	color: #152330;
}
.dev-list .dev-menu {
	position: -webkit-sticky;
	position: sticky;
	z-index: 20;
	top: 0;
	margin-top: 20px;
	margin-bottom: 80px;
	border-bottom: 1px solid #d2d5db;
}
.dev-list .dev-menu .dev-menu-list {
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
			-webkit-box-pack: center;
					-webkit-justify-content: center;
					justify-content: center;
	background-color: rgba(255, 255, 255, 0.7);
}
.dev-list .dev-menu .dev-menu-list .dev-menu-item {
	position: relative;
	padding: 20px 40px;
}
.dev-list .dev-menu .dev-menu-list .dev-menu-item a {
	font-family: Futura;
	font-weight: 500;
	font-size: 19px;
	line-height: 21px;
	text-align: center;
	color: #1b1a1a;
}
.dev-list .dev-menu .dev-menu-list .dev-menu-item:hover::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: auto;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #1a2e45;
}
.dev-item {
	margin-bottom: 70px;
}
.dev-item .di-preview {
	padding: 60px 0;
	background-color: #f9fafa;
}
.dev-item .di-preview .container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
			-webkit-box-align: center;
					-webkit-align-items: center;
					align-items: center;
}
.dev-item .di-preview .container .dip-logo {
	margin-right: 120px;
}
.dev-item .di-preview .container .dip-txt {
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	line-height: 48px;
	text-align: left;
	color: #152330;
}
.dev-item .di-preview .container .dip-txt p {
	margin-top: 60px;
	max-width: 1160px;
}
.dev-item .di-preview .container .dip-txt p:first-child {
	margin-top: 0;
}
.dev-item .di-preview .container .dip-txt .dip-detail-link {
	position: relative;
	display: block;
	margin-top: 20px;
	padding-left: 46px;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	color: #fc2932;
}
.dev-item .di-preview .container .dip-txt .dip-detail-link::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #eaedf2;
	-webkit-border-radius: 100%;
					border-radius: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	background: url('../img/i3.png') no-repeat 53%;
	-webkit-background-size: 9px 9px;
					background-size: 9px;
}
.dev-item .di-preview .container .dip-txt .dip-detail-link:hover::before {
	background-color: #eaedf2;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.dev-item .di-video {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
			-webkit-box-align: center;
					-webkit-align-items: center;
					align-items: center;
	margin: 70px 0 0;
	height: 320px;
	background-position: 50%;
	background-repeat: no-repeat;
}
.dev-item .di-video .div-play-btn {
	content: "";
	position: absolute;
	top: -webkit-calc(50% - 100px);
	top: calc(50% - 100px);
	left: -webkit-calc(50% - 100px);
	left: calc(50% - 100px);
	bottom: auto;
	right: auto;
	z-index: 15;
	display: block;
	width: 195px;
	height: 195px;
	-webkit-border-radius: 50%;
					border-radius: 50%;
	background-image: url('../img/play.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
					background-size: cover;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.dev-item .di-video .div-play-btn:hover {
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
					transform: scale(1.1);
	-webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
					box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);

}
.dev-item .di-video .div-txt {
	position: relative;
	z-index: 10;
	font-family: Futura;
	font-weight: 500;
	font-size: 46px;
	line-height: 52px;
	text-align: left;
	color: #ffffff;
}
.dev-item .di-video .div-txt span {
	display: block;
	color: #9fbdf2;
}
.dev-item .di-video .div-play-link {
	position: relative;
	z-index: 10;
	display: inline-block;
	margin-top: 30px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 21px;
	line-height: 23px;
	text-align: left;
	color: #ffffff;
}
.dev-item .di-video .div-play-link::after {
	content: "";
	position: absolute;
	top: 5px;
	left: auto;
	bottom: auto;
	right: -50px;
	display: block;
	width: 33px;
	height: 19px;
	background-image: url('../img/camera.png');
	background-repeat: no-repeat;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.dev-item .di-video .div-play-link:hover::after {
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
					transform: scale(1.1);
	-webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
					box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
}
.dev-item .di-video .div-over {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 48, 71, 0.4);
}
.dev-item .di-video .div-over.double {
	background-color: rgba(30, 48, 71, 0.5);
}
.dev-item .di-production.our-production .op-show-more {
	padding: 26px 0 24px;
	border: 1px solid #e8e8e8;
}
.dev-item .di-production.our-production .op-show-more .show-more-btn {
	color: #152330;
}
.dev-item .di-production.our-production .op-show-more .show-more-btn::before {
	top: -8px;
	left: -4px;
	background-image: url('../img/plus.png');
}
@media (max-width: 1200px) {
	.dev-item .di-preview .container {
		-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
						-webkit-flex-direction: column;
						flex-direction: column;
	}
	.dev-item .di-preview .container .dip-logo {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.dev-item .di-video .container {
		margin-left: 0;
	}
}
@media (max-width: 960px) {
	.dev-item .di-video .div-txt {
		font-size: 30px;
		line-height: 36px;
	}
	.dev-item .di-video .div-play-link {
		font-size: 18px;
	}
}
@media (max-width: 660px) {
	.developers_desc p {
		font-size: 18px;
		line-height: 28px;
	}
	.dev-list .dev-menu .dev-menu-list .dev-menu-item {
		padding: 20px;
	}
	.dev-item .di-preview .container .dip-txt {
		font-size: 18px;
		line-height: 28px;
		text-align: center;
	}
	.dev-item .di-preview .container .dip-txt .dip-detail-link {
		display: inline-block;
	}
	.dev-item .di-video .div-play-btn {
		display: none;
	}
	.dev-item .di-video .container {
		margin-left: auto;
		text-align: center;
	}
	.dev-item .di-video .container .div-txt {
		text-align: center;
		font-size: 30px;
		line-height: 36px;
	}
	.dev-item .di-video .container .div-txt span {
		display: inline;
	}
	.dev-item .di-video .container .div-play-link {
		font-size: 18px;
	}
	.dev-item .di-video .container .div-play-link::after {
		top: auto;
		bottom: -25px;
		right: -webkit-calc(50% - 16px);
		right: calc(50% - 16px);
	}
}
@media (max-width: 420px) {
	.dev-list .dev-menu .dev-menu-list .dev-menu-item {
		padding: 20px 15px;
	}
	.dev-list .dev-menu .dev-menu-list .dev-menu-item a {
		font-size: 16px;
	}
}
.compare {
	position: relative;
	margin-top: 70px;
	padding-bottom: 45px;
}
.compare .container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.compare .compare-items {
	width: 1115px;
	overflow: auto;
}
.compare::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	bottom: auto;
	right: auto;
	z-index: 5;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c8c8c8;
}
.compare::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: auto;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c8c8c8;
}
.compare .ch-table {
	width: 390px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 19px;
	text-align: left;
	color: #59657a;
	border-right: 1px solid #c8c8c8;
}
.compare .ch-table td {
	width: 390px;
	padding: 10px 30px;
	vertical-align: middle;
	height: 92px;
	border-right: 1px solid #c8c8c8;
}
.compare .ch-table .ch-ttl-cell td {
	border-right: 1px solid #ffffff;
}
.compare .ch-table .ch-order-cell td {
	border-right: 1px solid #ffffff;
	height: 110px;
}
.compare .ch-table tr:nth-child(odd) td {
	background-color: #f8f8f8;
}
.compare .ch-table .ch-img-cell th {
	padding-top: 45px;
	height: 245px;
	width: 372px;
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
}
.compare .ci-table {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 19px;
	text-align: center;
	color: #152330;
}
.compare .ci-table td {
	width: 372px;
	padding: 10px 30px;
	vertical-align: middle;
	height: 92px;
	border-right: 1px solid #c8c8c8;
}
.compare .ci-table tr:nth-child(odd) td {
	background-color: #f8f8f8;
}
.compare .ci-table .ci-img-cell th {
	padding-top: 45px;
	height: 245px;
	width: 372px;
	background-color: #ffffff;
	-webkit-background-size: 90% 90%;
					background-size: 90%;
	background-repeat: no-repeat;
	background-position: 50%;
}
.compare .ci-table .ci-ttl-cell td {
	border-right: none;
	font-family: Futura;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #152330;
}
.compare .ci-table .ci-ttl-cell td span {
	color: #59657a;
}
.compare .ci-table .ci-order-cell td {
	border-right: none;
}
.compare .ci-table .ci-order-cell td {
	border-right: none;
	height: 110px;
}
.compare .ci-table .ci-order-cell td .ci-order-btn {
	position: relative;
	font-family: FuturaBook;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	color: #fc2932;
	padding-left: 70px;
}
.compare .ci-table .ci-order-cell td .ci-order-btn::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	bottom: auto;
	right: auto;
	display: block;
	width: 46px;
	height: 46px;
	border: 1px solid #eaedf2;
	-webkit-border-radius: 100%;
					border-radius: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	background: url('../img/i21.svg') no-repeat 53%;
	-webkit-background-size: 12px 12px;
					background-size: 12px;
}
.compare .ci-table .ci-order-cell td .ci-order-btn:hover::before {
	background-color: #eaedf2;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.compare .nicescroll-cursors {
	z-index: 10;
}
.compare .nicescroll-cursors::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 3px;
	bottom: auto;
	right: auto;
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.compare .nicescroll-cursors::after {
	content: "";
	position: absolute;
	top: 2px;
	left: auto;
	bottom: auto;
	right: 3px;
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
}

.win_popup .line_pp--second {
	padding: 20px 15px 20px;
}

.win_popup .blc_pp_wt--text {
	padding: 20px 0 40px;
}

.win_popup .blc_pp_wt--text p {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 1600px) {
	.compare .container {
		-ms-flex-pack: center;
				-webkit-box-pack: center;
						-webkit-justify-content: center;
						justify-content: center;
		max-width: none;
	}
	.compare .ch-table {
		width: 300px;
	}
	.compare .compare-items {
		width: 900px;
	}
}
@media (max-width: 1300px) {
	.compare .compare-items {
		width: 744px;
	}
}
@media (max-width: 1100px) {
	.compare .compare-items {
		width: 600px;
	}
}
@media (max-width: 980px) {
	.compare .compare-items {
		width: 542px;
	}
	.compare .ch-table {
		width: 180px;
		font-size: 16px;
	}
	.compare .ch-table .ch-img-cell th {
		height: 150px;
	}
	.compare .ch-table td {
		height: 75px;
		padding: 10px;
	}
	.compare .ci-table {
		font-size: 16px;
	}
	.compare .ci-table .ci-img-cell th {
		height: 150px;
	}
	.compare .ci-table .ci-ttl-cell td {
		font-size: 18px;
	}
	.compare .ci-table td {
		height: 75px;
		padding: 10px;
	}
	.compare .ci-table .ci-order-cell td .ci-order-btn {
		font-size: 20px;
		line-height: 20px;
		padding-left: 40px;
	}
	.compare .ci-table .ci-order-cell td .ci-order-btn::before {
		top: 0;
		width: 30px;
		height: 30px;
		-webkit-background-size: 6px 6px;
						background-size: 6px;
	}

	.news-detail .container {
		max-width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 900px) {
	.we_provide .wp_desc {
		margin-top: 30px;
	}

	.we_provide .wp_desc .rows {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						-webkit-flex-direction: column;
						flex-direction: column;
	}

	.we_provide .wp_desc .rows .cols {
		width: 100%;
	}

	.we_provide .wp_desc .rows .cols::after {
		content: none;
	}

	.we_provide .wp_desc .rows .cols:nth-child(5n)::after {
		content: none;
	}

	.we_provide .wp_desc .rows .cols .desc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
						justify-content: flex-start;
		-webkit-box-align: center;
				-ms-flex-align: center;
						-webkit-align-items: center;
						align-items: center;
		padding: 10px 0;
		margin: 0;
		border-bottom: 1px solid #c8c8c8;
	}

	.we_provide .wp_desc .rows .cols .desc .wp_img {
		min-height: auto;
		width: 40px;
		margin-right: 16px;
		overflow: hidden;
	}

	.we_provide .wp_desc .rows .cols .desc .wp_img img {
		max-width: 40px;
		max-height: 40px;
	}

	.we_provide .wp_desc .rows .cols .desc .wp_img.wp_img-horizontal img {
		width: 80px;
		max-width: none;
		position: relative;
		right: 20px;
	}

	.we_provide .wp_desc .rows .cols .desc .wp_img.wp_img-station img {
		width: 80px;
		max-width: none;
		position: relative;
		right: -10px;
	}

	.we_provide .wp_desc .rows .cols .desc .wp_item-ttl {
		margin: 0 ;
	}

	.we_provide .wp_desc .rows .cols .desc .wp_item-ttl p {
		font: 500 20px/25px Futura;
	}
}

@media (max-width: 480px) {
	.we_provide .wp_desc .container {
		padding-left: 5px;
		padding-right: 5px; 
	}

	.we_provide .wp_desc .rows .cols {
		padding: 0;
	}
}

@media (max-width: 360px) {
	.we_provide .wp_desc .rows .cols .desc .wp_item-ttl p {
		font: 500 18px/25px Futura;
	}
}

@media (max-width: 752px) {
	.compare .compare-items {
		width: 398px;
	}
}
@media (max-width: 620px) {
	.compare .compare-items {
		width: 266px;
	}
}
@media (max-width: 480px) {
	.compare .container {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: flex-start;
						justify-content: flex-start;
		padding: 0;
	}

	.compare .compare-items {
		width: 264px;
	}
	.compare .ch-table {
		width: 140px;
		font-size: 14px;
	}
	.compare .ch-table td {
		padding: 9px;
	}
	.compare .ci-table {
		font-size: 14px;
	}
	.compare .ci-table td {
		padding: 9px;
	}
}
@media (max-width: 420px) {
	.compare .compare-items {
		width: 100%;
	}
}
/*
#ascrail2000 {
	display: none !important;
}*/

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	display: none;
	background: red;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: transparent;
	top: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: transparent;
	position: relative;
}

.jspDrag
{
	background: #1a2e45;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 4px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 8px;
}
/*
.jspHorizontalBar .jspDrag {
	width: 400px !important;
}

@media (max-width: 980px) {
	.jspHorizontalBar .jspDrag {
		width: 200px !important;
	}
}

@media (max-width: 752px) {
	.jspHorizontalBar .jspDrag {
		width: 100px !important;
	}
}*/

.jspArrow
{
	background: #50506d;
	cursor: pointer;
				direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #80808d;
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
				border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: transparent;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.cp_all_link {
	position: relative;
	display: block;
	margin: 30px auto;
	max-width: 300px;
	font: normal 34px/34px FuturaBook;
	text-align: center;
	padding-left: 48px;
}

.cp_all_link::before {
		content: "";
		position: absolute;
		top: -5px;
		left: 0;
		bottom: auto;
		right: auto;
		display: block;
		width: 40px;
		height: 40px;
		border: 1px solid #eaedf2;
		-webkit-border-radius: 100%;
						border-radius: 100%;
		-webkit-transition: .35s;
		-o-transition: .35s;
		transition: .35s;
		background: url(../img/i3.png) no-repeat 53%;
		-webkit-background-size: 10px 10px;
						background-size: 10px;
}

.cp_all_link:hover::before {
	background-color: rgba(159, 189, 241, 0.4);
}

.header .hdr .compare_towards {
	margin: 25px 0 0;
	text-align: right;
}

.header .hdr .compare_towards_link {
		margin: 0 0 0;
		display: inline-block;
		position: relative;
		color: #9fbdf2;
		font: 500 15px/48px Futura;
		white-space: nowrap;
		padding: 0 60px 0 0;
		-webkit-transition: .35s;
		-o-transition: .35s;
		transition: .35s;
}

.header .hdr .compare_towards_link:hover {
	color: #ffffff;
}

.header .hdr .compare_towards_link span {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 48px;
		height: 48px;
		text-align: center;
		font-size: 18px;
		color: #ffffff;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		border: 0px solid rgba(255, 255, 255, 0.15);
		background-color: #fc565c;
		-webkit-transition: .35s;
		-o-transition: .35s;
		transition: .35s;
}

@media (max-width: 991px) {
	.header .hdr .compare_towards {
		margin: 0 20px 0 0;
	}

	.header .hdr .compare_towards_link {
		color: #000;
		font: normal 15px/48px FuturaBook;
		padding: 0 0 0 60px;
	}

	.header .hdr .compare_towards_link span {
		right: auto;
		left: 0;
	}
}

@media (max-width: 600px) {
	.header .hdr .compare_towards {
		width: 100%;
		margin: 15px 0 0 15px;
		text-align: left;
	}
}

.sub_in_menu_open {
	display: none;
}

@media (max-width: 900px) {
	.sub_in_menu_open {
		position: relative;
		display: block;
		margin: 0 auto;
		border: none;
		padding: 20px 46px 20px 0;
		font-family: FuturaBook;
		font-weight: normal;
		font-size: 17px;
		line-height: 18px;
		text-align: center;
		background-color: transparent;
	}

	.sub_in_menu_open::after {
		content: "";
		position: absolute;
		top: -webkit-calc(50% - 17px);
		top: calc(50% - 17px);
		right: 0;
		width: 35px;
		height: 35px;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background: #fff url(../img/i29.svg) no-repeat 50%;
		-webkit-background-size: 15px 15px;
						background-size: 15px;
		border: 1px solid rgba(180, 189, 200, 0.45);
	}

	.sub_in_menu_open.opened::after {
		-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
						transform: rotate(180deg);
	}
}


span.op-compare-link-del{
		position: relative;
		z-index: 20;
		margin-left: auto;
		font-family: FuturaBook;
		font-weight: normal;
		font-size: 17px;
		line-height: 18px;
		text-align: left;
		color: #60666c;
		padding-left: 46px; 
		cursor: pointer;
		display: inline-block;
		margin-top: 25px;
}
span.op-compare-link-del .plus {
		content: "";
		position: absolute;
		top: -7px;
		left: 0;
		bottom: auto;
		right: auto;
		display: block;
		width: 36px;
		height: 36px;
		border: 1px solid #eaedf2;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		-webkit-transition: .35s;
		-o-transition: .35s;
		transition: .35s;
}

span.op-compare-link-del .plus:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		height: 1px;
		width: 11px;
		background: #81898e;
}

span.op-compare-link-del:hover .plus{
	background: #eaedf2;
	border: 1px solid #eaedf2;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

span.op-compare-link-del .plus:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		height: 11px;
		width: 1px;
		background: #81898e;
		display: block;
		opacity: 0;
}
span.op-compare-link-del.active .plus:before {
	opacity: 1;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

