html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{display:block;}
body{min-width:320px;line-height:1;font-size:15px;font-family:sans-serif;font-weight:normal;font-style:normal;color:#000;background-color:white;padding-right:0 !important;-webkit-text-size-adjust:none;}
ul, ol{list-style:none;}
main{overflow:hidden;}
a{text-decoration:none;}
*{box-sizing:border-box;}
select{text-overflow:ellipsis;}
::selection{background:#484980; color:#fff;}
::-moz-selection{background:#484980; color:#fff;}
::-webkit-selection{background:#484980; color:#fff;}
::-webkit-input-placeholder{color:#5b6170;}
:-ms-input-placeholder{color:#5b6170;}
::-moz-placeholder{color:#5b6170;}
:-moz-placeholder{color:#5b6170;}
.transition{
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
img {
	display: inline-block;
}
#formmodal center {
    width: 100%;
}
input{
	border: 0px solid rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-appearance: none;
	outline: 0;
	border-radius: 0px;
	font-family: sans-serif;
	line-height: 1;
	padding: 0px;
}
button{
	cursor: pointer;
	border: none;
	font-family: sans-serif;
	line-height: 1;
}
.width{
	width: 979px;
	max-width: 979px;
	margin: 0 auto;
	position: relative;
}
.width750{
	display: none;
}
.width550{
	display: none;
}

/* HEADER */
header {
	position: fixed;
	background: black;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 130px;
	z-index: 2;
}
header .content > a span {
	font-family: open sans condensed;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	font-weight: 100;
	display: block;
	text-align: center;
	margin-top: 5px;
}
header .content > a img {
	margin-top: 10px;
}
header .content > a {
	display: inline-block;
}
header .content {
	display: flex;
	align-content: center;
	justify-content: space-between;
}
._mob{
	display: none;
}
header .content nav ul li {
	line-height: 37px;
	font-size: 14px;
	text-transform: uppercase;
}
header .content nav ul {
	display: flex;
	margin-top: 31px;
}
header .content nav ul li a {
	display: block;
	padding: 0 20px;
	color: white;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
header .content nav ul li a:hover,header .content .link_connect a:hover{
	color:#fff200;
}
header .content .link_connect a {
	display: block;
	color: white;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-align: right;
	font-size: 16px;
}
header .content .link_connect ul {
	margin-top: 31px;
	line-height: 37px;
	font-family: open sans condensed;
}
header .content .link_connect ul li:last-child {
	line-height: 20px;
}
.scroll_to {
	position: absolute;
	top: -129px;
}

/* SECTION_0 */
.section_0 {
	position: fixed;
	width: 100%;
	top: 50px;
}
.section_0 video {
	min-width: 100%;
	min-height: 100vh;
}

/* SECTION_1 */
.section_1 {
	position: relative;
	margin-top: 130px;
}
.section_1 .width{
	z-index: 1;
}
.section_1::before {
	content: '';
	background: url("../images/bg_fon.webp") rgba(0,0,0,0.4);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.section_1 .top h1 {
	letter-spacing: 0.05em;
	font-family: open sans condensed;
	font-size: 55px;
	line-height: 1.1em;
	text-align: center;
	color: white;
	text-transform: uppercase;
	padding-top: 153px;
	display: block;
}
.section_1 .top strong {
	letter-spacing: 0.05em;
	font-family: open sans condensed;
	font-size: 31px;
	line-height: 1.1em;
	text-align: center;
	margin-top: 5px;
	color: white;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 48px;
}
.section_1 .top{
	text-align: center;
}
.section_1 .top a {
	width: 195px;
	height: 39px;
	display: inline-block;
	background: #fff200;
	border-radius: 20px;
	text-align: center;
	color: black;
	text-transform: uppercase;
	font-family: "open sans condensed", sans-serif;
	font-weight: lighter;
	font-size: 18px;
	border: 2px solid #fff;
	line-height: 35px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.section_1 .top a:hover{
	background: transparent;
	color: white;
}
.section_1 .center ul {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
}
.section_1 .bottom {
	padding-bottom: 250px;
	text-align: center;
}
.section_1 .center ul li svg, .section_1 .center ul li svg path {
	fill: white;
}
.section_1 .center ul li:nth-child(1) svg{
	width:151px;
	height: 74px;
}
.section_1 .center ul li:nth-child(2) svg{
}
.section_1 .center ul li:nth-child(3) svg{
	width:116px;
	height: 85px;
}
.section_1 .center ul li:nth-child(4) svg{
	width:77px;
	height: 120px;
}
.section_1 .center ul li {
	text-align: center;
	position: relative;
}
.section_1 .center ul li strong {
	font-family: open sans condensed, sans-serif;
	font-size: 63px;
	font-weight: 700;
	color: white;
}
.section_1 .center ul li p {
	font-family: open sans condensed, sans-serif;
	font-size: 21px;
	color: white;
	text-transform: uppercase;
	padding: 200px 0 60px 0;
}
.section_1 .center ul li svg, .section_1 .center ul li strong {
	position: absolute;
	left: 50%;
	bottom: 170px;
	transform: translateX(-50%);
}

/* SECTION_2 */
.section_2 h2 {
	font-family: open sans condensed, sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 54px;
	text-transform: uppercase;
	padding: 25px 0;
}
.section_2{
	position: relative;
	background: url(../images/fon_1.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.section_2.widht{
	z-index: 1;
}
.section_2::before{
	content:'';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background:rgba(255, 242, 0, 0.9);
}
.section_2 .content video {
	width: 100%;
	margin-bottom: 46px;
}
.section_2 .content ul {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 85px;
}
.section_2 .content ul li{
	text-align: center;
	position: relative;
}
.section_2 .content ul li strong {
	font-family: AvenirLT-Heavy;
	font-size: 60px;
	margin-bottom: 20px;
	display: block;
	font-weight: 500;
}
.section_2 .content ul li p{
	font-weight: bold;
	font-family: open sans condensed,sans-serif;
	line-height: 1.1em;
	font-size: 22px;
}
.section_2 .content ul li:not(:last-child)::before {
    content: '';
    position: absolute;
    height: 70px;
    width: 2px;
    background: black;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}

/* SECTION_3 */
.section_3, .section_7 {
    position: relative;
    background: #0d0d0d;
}
.section_3 .flex,.section_7 .flex {
	display: flex;
}
.section_3 .flex > div,.section_7 .flex > div{
	width: 50%;
}
.section_3 .left {
	background: url(../images/big_1.webp);
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-attachment: fixed !important;
	background-size: auto !important;
}
.section_3 .flex > div img, .section_7 .flex > div img {
	width: 100%;
	min-height: 100%;
}

/* SECTION_4 */
.section_4 .top h2,.section_5 .top h2,.section_8 .top h2,.section_9 .top h2{
	font-family: open sans condensed, sans-serif;
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 2.75px;
	color: white;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 65px 0 83px 0;
	position: relative;
}
.section_4 .top h2::before,.section_5 .top h2::before,.section_8 .top h2::before,.section_9 .top h2::before{
	content:'';
	display: block;
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
	height: 10px;
	width: 110px;
	background:white;
}
.section_4 {
	background: url(../images/fon_2.webp);
	background-repeat: no-repeat !important;
	background-position: top !important;
	background-attachment: fixed !important;
	background-size: cover !important;
	position: relative;
}
.section_4::before{
	content:'';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 0;
}
.section_4 .width{
	z-index: 1;
}
.section_4 .content ul,.section_5 .content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_4 .content ul li,.section_5 .content ul li {
	width: 300px;
	margin-bottom: 70px;
	background: #fff200;
	text-align: center;
}
.section_4 .content ul li h3,.section_4 .content ul li > span,.section_5 .content ul li h3,.section_5 .content ul li > span {
	font-family: open sans condensed, sans-serif;
	font-size: 22px;
	font-weight: 700;
	display: block;
}
.section_4 .content ul li h3,.section_5 .content ul li h3 {
	margin-top: 36px;
}
.section_4 .content ul li > span,.section_5 .content ul li > span {
	margin-bottom: 19px;
}
.section_4 .content ul li > p,.section_5 .content ul li > p {
	line-height: 1.6em;
}
.section_4 .content ul li > a,.section_5 .content ul li > a {
	width: 195px;
	height: 39px;
	display: inline-block;
	background: #fff200;
	border-radius: 20px;
	text-align: center;
	color: black;
	text-transform: uppercase;
	font-family: "open sans condensed", sans-serif;
	font-weight: lighter;
	font-size: 18px;
	border: 2px solid #606060;
	line-height: 35px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 30px 0 35px 0;
}
.section_4 .content ul li > a:hover,.section_5 .content ul li > a:hover{
	border-color:white;
	background: white;
}
.section_4 .bottom p {
	text-align: right;
	padding-bottom: 20px;
	color: white;
}

/* SECTION_5 */
.section_5{
	position: relative;
	background: url(../images/fon_3.webp);
}
.section_5 .width,.section_9 .width{
	z-index: 1;
}
.section_5::before,.section_9::before{
	content:'';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
}
.section_5 .top h2::before,.section_8 .top h2::before,.section_9 .top h2::before{
	background: black !important;
}
.section_5 .top h2,.section_8 .top h2,.section_9 .top h2{
	color: black !important;
}

/* SECTION_6 */
.section_6 h2 {
	font-weight: bold;
	font-family: open sans condensed, sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 35px;
}
.section_6 {
	position: relative;
	background: white;
}
.section_6 #static_form {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}
.section_6 #static_form input {
	border-radius: 5px;
	width: 250px;
	height: 50px;
	border: 1px solid #d4d4d4;
	padding: 3px 3px 3px 24px;
	font-family: "open sans condensed", sans-serif;
	font-size: 17px;
}
.section_6 #static_form button {
	background: #606060;
	width: 190px;
	border-radius: 5px;
	font-family: "open sans condensed", sans-serif;
	font-size: 17px;
	color: white;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.section_6 #static_form button:hover{
	background: #a0c2e8;
	color:black;
}

/* SECTION_7 */
.section_7 .right {
	background: url(../images/big_4.webp) #1d171e;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-attachment: fixed !important;
	background-size: auto !important;
}

/* SECTION_8 */
.section_8 {
	position: relative;
	background: white;
}
.section_8 .content ul.logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	margin-top: -60px;
	margin-bottom: 70px;
}
.section_8 .content ul.logo li{
	margin-bottom: 20px;
}
.section_8 .content ul.reviews {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}
.section_8 .content ul.reviews li{
	width: 220px;
	margin-bottom: 35px;
}
.section_8 .content ul.reviews li a img {
	width: 100%;
}

/* SECTION_9 */
.section_9{
	position: relative;
	background: url(../images/fon_4.webp) !important;
}
.section_9::before{
	background: rgba(255,255,255,0.9) !important;
}
.section_9 .content .right iframe {
	height: 532px;
	width: 581px;
}
.section_9 .social {
	margin-top: 75px;
	padding-bottom: 40px;
}
.section_9 .content,.section_9 .bottom {
	display: flex;
	justify-content: space-between;
}
.section_9 .content .left h3 {
	font-family: open sans condensed, sans-serif;
	font-size: 25px;
	margin-bottom: 20px;
}
.section_9 .content .left h3.m_top{
	margin-top: 90px;
}
.section_9 .content .left a, .section_9 .content .left p{
	font-family: open sans condensed, sans-serif;
	font-size: 22px;
	color: black;
	line-height: 28px;
}
.section_9 .bottom {
	margin-top: 60px;
	position: relative;
}
.section_9 .bottom a img {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.section_9 .bottom h3, .section_9 .bottom a{
	font-family: open sans condensed, sans-serif;
	font-size: 25px;
	color:black;
	font-weight: bold;
}
.section_9 .bottom .right {
	padding-right: 123px;
	position: relative;
	bottom: 25px;
}
.section_9 .social ul {
	display: flex;
}
.section_9 .social ul li {
	margin-right: 10px;
}

/* FOOTER */
footer {
	z-index: 1;
	background: black;
	position: relative;
	overflow: hidden;
}
footer::before{
	content: '';
	display: block;
	width: 100%;
	height: 40px;
	bottom: -30px;
	background:black;
	position: absolute;
	z-index: -1;
}
footer .flex .left {
	color: rgb(255, 255, 255);
	font-family: open sans condensed, sans-serif;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	line-height: 47px;
	position: relative;
	top: -4px;
}
footer .flex {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
footer .flex .center {
	text-align: center;
	position: relative;
	left: -25px;
}
footer .flex .center a{
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: open sans condensed, sans-serif;
	font-size: 47px;
	font-weight: bold;
}
footer .flex .center p:nth-child(1) a span{
	color:#fff200;
}
footer .flex .center p:nth-child(2) {
	color: rgb(255, 255, 255);
	font-family: open sans condensed, sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0;
	text-transform: uppercase;
}
footer .flex .center p:nth-child(3) a {
	width: 195px;
	height: 39px;
	display: inline-block;
	background: transparent;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: "open sans condensed", sans-serif;
	font-weight: lighter;
	font-size: 18px;
	border: 2px solid #fff;
	line-height: 35px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
footer .flex .center p:nth-child(3) a:hover{
	background: #fff200;
	color:#000;
}
footer .flex .right,footer .flex .right img {
	width: 215px;
}
footer .flex .right span {
	color: white;
	text-align: center;
	display: block;
	margin-top: 15px;
}
footer .flex .center div a {
	display: block;
}
footer .flex .center div a svg, footer .flex .center div a svg path {
	fill: #fff200;
	width: 41px;
	height: 25px;
}
footer .flex .center div {
	margin-top: 30px;
	margin-bottom: 20px;
}

@media(min-width: 1450px){
.section_3 .left {
    background-size: auto 100vh !important;
}
}

@media(max-width: 1024px){
header .content nav ul li:nth-last-child(2) a,header .content nav ul li:nth-last-child(1) a{
	color: #fff200;
}
.section_1 .top h1 {
	padding-top: 100px;
}
.menu_block.menu_block_active {
	right: 0px;
}
header .content nav ul li {
	font-size: 15px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
header .content nav ul {
	margin-top: 80px;
}
.menu_block_active .menu_close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/cancel.svg) #fff200;
    right: 10px;
    top: 10px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
}
header .content nav ul {
	margin-top: 80px;
	flex-wrap: wrap;
}
.section_1 .top h1 {
	font-size: 45px;
}
.section_1 .top strong {
	font-size: 26px;
}
.section_1 .center ul li p {
	padding: 160px 0 60px 0;
}
.section_1 .center ul li svg, .section_1 .center ul li strong {
	bottom: 140px;
}
.section_1 .bottom {
	padding-bottom: 150px;
}
.width {
	width: calc(100% - 40px);
	max-width: calc(100% - 40px);
}
.menu_block {
	position: fixed;
	right: -100vw;
	top: 0px;
	display: block;
	width: 100vw;
	height: 100vh;
	background: black;
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
._mob {
	display: block;
}
header .content .link_connect {
	position: relative;
	right: 50px;
}
.menu_trigger {
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	right: -65px;
	top: calc(50% - 5px);
	padding: 5px;
}
.menu_trigger img{
	width:100%;
	height: 100%;
}
.section_3 .left {
	background-attachment: unset !important;
	background-position: center center !important;
}
.section_4 .content ul li, .section_5 .content ul li {
	width: calc(100% / 3 - 30px);
}
.section_4 .content ul li img, .section_5 .content ul li img {
	width: 100%;
}
.section_6 #static_form input {
	width: calc(50% - 10px);
}
.section_6 #static_form {
	flex-wrap: wrap;
}
.section_6 #static_form button {
	width: calc(50% - 10px);
}
.section_6 #static_form input:nth-child(1),.section_6 #static_form input:nth-child(2){
	margin-bottom: 20px;
}
.section_7 .right {
	background-position: center calc(50% - 50px) !important;
	background-attachment: initial !important;
}
.section_8 .content ul.logo li {
	width: 30%;
}
.section_8 .content ul.logo {
	align-items: center;
}
.section_8 .content ul.logo li img {
	width: 100%;
}
.section_9 .content .right iframe {
	width: 100%;
}
.section_9 .content > div {
	width: 50%;
}
footer .flex .left {
	top: 0;
}
footer .flex .center {
	left: 0;
}
footer .flex > div {
	width: 100% !important;
	text-align: center;
	margin-bottom: 20px;
}
footer .flex {
	padding-top: 10px;
	flex-wrap: wrap;
}
}

@media(max-width: 900px){
.section_1 .center ul {
	width: 100%;
	flex-wrap: wrap;
}
.section_1 .center ul li {
	width: 50%;
}
.section_1 .top h1 {
	padding-top: 50px;
}
.section_1 .bottom {
	padding-bottom: 80px;
}
}

@media(max-width: 850px){
.section_2 .content ul li:not(:last-child)::before {
	right: 0;
}
.section_2 .content ul li:nth-child(2)::before {
	display: none;
}
.section_2 .content ul {
	flex-wrap: wrap;
	width: 600px;
}
.section_2 .content ul li {
	width: 50%;
}
.section_2 .content ul li:nth-child(1),.section_2 .content ul li:nth-child(2){
	margin-bottom: 60px;
}
.section_4 .top h2, .section_5 .top h2, .section_8 .top h2, .section_9 .top h2 {
	font-size: 40px;
	padding: 45px 0 63px 0;
}
.section_4 .top h2::before, .section_5 .top h2::before, .section_8 .top h2::before, .section_9 .top h2::before {
	bottom: 40px;
	height: 8px;
}
.section_4 .content ul li, .section_5 .content ul li {
	width: calc(100% / 3 - 15px);
	margin-bottom: 20px;
}
.section_9 .bottom{
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.section_9 .bottom > div {
	width: 100%;
	text-align: center;
}
.section_9 .bottom .right {
	padding-right: 0;
	bottom: 0;
	margin-top: 20px;
}
.section_9 .bottom a {
	display: block;
}
.section_9 .bottom a img {
	position: relative;
	top: 0;
	transform: none;
}
.section_9 .social {
	margin-top: 0;
	padding-bottom: 20px;
}
.section_9 .social ul {
	justify-content: center;
}
.section_9 .social ul li {
	margin-right: 5px;
	margin-left: 5px;
}
}

@media(max-width: 750px){
.section_3 .flex > div, .section_7 .flex > div {
	width: 100%;
}
.section_3 .flex, .section_7 .flex {
	flex-wrap: wrap;
}
.width750{
	display: block;
}
.section_4 .content ul li, .section_5 .content ul li {
	width: calc(100% / 2 - 15px);
}
.section_4 .bottom p {
	text-align: center;
}
.section_4 .content ul li h3, .section_5 .content ul li h3 {
	margin-top: 16px;
}
.section_4 .content ul li > a, .section_5 .content ul li > a {
	margin: 30px 0 15px 0;
}
.section_6 #static_form {
	padding-bottom: 20px;
}
.section_8 .content ul.reviews {
	justify-content: center;
}
.section_8 .content ul.reviews li {
	width: calc(50% - 5px);
}
.section_8 .content ul.reviews li:nth-child(2n+1){
	margin-right: 10px;
}
.section_8 .content ul.logo {
	margin-bottom: 10px;
}
.section_9 .content > div {
	width: 100%;
}
.section_9 .content {
	flex-wrap: wrap;
}
.section_9 .content .left {
	margin-bottom: 20px;
}
.section_9 .content .left h3.m_top {
	margin-top: 20px;
}
.section_9 .content .right iframe {
	height: 300px;
}
}

@media(max-width: 650px){
.section_2 .content ul li:not(:last-child)::before {
	display: block;
	height: 2px;
	width: 100px;
	right: auto;
	bottom: -45px;
	top: auto;
	transform: translateY(0) translateX(-50%);
	left: 50%;
}
.section_2 .content ul li {
	width: 100%;
}
.section_2 .content ul li:not(:last-child) {
	margin-bottom: 80px;
}
.section_2 .content ul li strong {
	margin-bottom: 0px;
}
.section_2 .content ul {
	padding-bottom: 25px;
	width: 100%;
}
.section_2 .content video {
	margin-bottom: 25px;
}
.section_2 h2 {
	font-size: 40px;
}
.section_2 h2 {
	padding: 15px 0;
}
.section_8 .content ul.logo li {
	width: 35%;
	margin-left: 15px;
	margin-right: 15px;
}
.section_8 .content ul.logo {
	justify-content: center;
}
.section_8 .content {
	margin-top: 30px;
}
}

@media(max-width: 550px){
header .content {
	justify-content: center;
	flex-wrap: wrap;
}
.section_0 {
	top: 0px;
}
header .content > a {
	text-align: center;
}
header .content > a span {
	font-size: 19px;
}
header .content .link_connect {
	right: 0;
	width: 100%;
	text-align: center;
}
header .content .link_connect ul {
	margin-top: 10px;
}
header .content .link_connect ul li:nth-child(1) a {
	text-align: center;
	font-size: 23px;
	display: inline-block;
}
header .content .link_connect ul li:nth-child(2) a {
	text-align: center;
	font-size: 18px;
	letter-spacing: -0.1px;
	display: inline-block;
}
header {
	position: absolute;
	height: 180px;
}
header .content .link_connect {
	position: inherit;
}
.section_1 .top h1 {
	padding-top: 80px;
	font-size: 30px;
}
.section_1 .top strong {
	font-size: 22px;
	margin-top: 15px;
}
.section_1 .center ul li p {
	font-size: 19px;
}
.section_1 .bottom {
	padding-bottom: 60px;
}
.scroll_to {
	top: 0;
}
.section_4 .top h2, .section_5 .top h2, .section_8 .top h2, .section_9 .top h2 {
	font-size: 32px;
	padding: 25px 0 43px 0;
}
.section_4 .top h2::before, .section_5 .top h2::before, .section_8 .top h2::before, .section_9 .top h2::before {
	bottom: 20px;
}
.menu_trigger {
	right: 10px;
	top: 10px;
	position: fixed;
}
.width550{
	display: block;
}
.width550_none{
	display: none;
}
.section_6 h2 {
	font-size: 25px;
}
.section_6 #static_form input {
	width: 100%;
}
.section_6 #static_form input:nth-child(1), .section_6 #static_form input:nth-child(2), .section_6 #static_form input:nth-child(3) {
	margin-bottom: 10px;
}
.section_6 #static_form button {
	height: 50px;
	width: 100%;
}
.section_8 .content ul.logo li {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
.section_8 .content ul.logo li img {
	width: auto;
	max-width: 100%;
}
}

@media(max-width: 500px){
.section_4 .content ul, .section_5 .content ul {
	justify-content: center;
}
.section_4 .content ul li, .section_5 .content ul li {
	width: 100%;
	max-width: 400px;
}
.section_9 .content .left h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.section_9 .content .left a, .section_9 .content .left p {
	font-size: 19px;
}
.section_9 .bottom h3, .section_9 .bottom a {
	font-size: 22px;
}
footer .flex .left {
	font-size: 27px;
	line-height: 30px;
}
footer .flex .center a {
	font-size: 31px;
}
footer .flex .center div {
	margin-top: 30px;
	margin-bottom: 10px;
}
}

@media(max-width: 450px){
.section_2 h2 {
	font-size: 25px;
}
.section_2 h2 {
	padding: 0px 0;
}
.section_2 .content ul li strong {
    font-size: 38px;
    z-index: 1;
    position: relative;
    min-height: 40px;
    padding-top: 15px;
}
.section_2 .content ul li p {
	font-size: 20px;
}
.section_2 .content ul li:not(:last-child)::before {
	bottom: -28px;
}
.section_2 .content ul li:not(:last-child) {
	margin-bottom: 50px;
}
.section_6 #static_form input {
	border: 2px solid #d4d4d4;
}
}

@media(max-width: 400px){
.section_1 .top h1 {
	font-size: 23px;
}
.section_1 .top strong {
	font-size: 16px;
	margin-bottom: 35px;
}
.section_1 .center ul li:nth-child(1) svg {
	width: 110px;
	height: 54px;
}
.section_1 .center ul li strong {
	font-size: 57px;
	margin-bottom: -7px;
}
.section_1 .center ul li:nth-child(3) svg {
	width: 110px;
	height: 80px;
}
.section_1 .center ul li svg, .section_1 .center ul li strong {
	bottom: 130px;
}
.section_1 .center ul li p {
	padding: 150px 0 50px 0;
}
.section_1 .center ul li p {
	font-size: 16px;
}
.section_1 .bottom {
	padding-bottom: 40px;
}
.section_4 .bottom p {
	font-size: 13px;
}
.section_9 .bottom h3, .section_9 .bottom a {
	font-size: 19px;
}
}

@media(max-width: 360px){
header .content > a img {
	margin-top: 13px;
	width: 160px;
}
header .content > a span {
	font-size: 16px;
}
header .content .link_connect ul li:nth-child(1) a {
	font-size: 20px;
	line-height: 1;
}
header .content .link_connect ul li:nth-child(2) a {
	font-size: 16px;
	letter-spacing: -0.2px;
	position: relative;
	top: -3px;
}
header {
	height: 165px;
}
.menu_trigger {
	width: 45px;
	height: 45px;
}
.section_1 .top h1 {
	padding-top: 65px;
}
}