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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.15;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}

*:focus,*:hover {
	outline: none;
}

hr {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    border: 0;
    border-top: 1px solid #eee;
}

@font-face {
    font-family: 'Pragmatica';
    src: url('../fonts/Pragmatica-Bold.eot');
    src: local('Pragmatica Bold'), local('Pragmatica-Bold'),
        url('../fonts/Pragmatica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pragmatica-Bold.woff2') format('woff2'),
        url('../fonts/Pragmatica-Bold.woff') format('woff'),
        url('../fonts/Pragmatica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pragmatica';
    src: url('../fonts/Pragmatica-Black.eot');
    src: local('Pragmatica Black'), local('Pragmatica-Black'),
        url('../fonts/Pragmatica-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pragmatica-Black.woff2') format('woff2'),
        url('../fonts/Pragmatica-Black.woff') format('woff'),
        url('../fonts/Pragmatica-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



@font-face {
    font-family: 'Pragmatica';
    src: url('../fonts/Pragmatica-Medium.eot');
    src: local('Pragmatica Medium'), local('Pragmatica-Medium'),
        url('../fonts/Pragmatica-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pragmatica-Medium.woff2') format('woff2'),
        url('../fonts/Pragmatica-Medium.woff') format('woff'),
        url('../fonts/Pragmatica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Pragmatica';
    src: url('../fonts/Pragmatica-MediumOblique.eot');
    src: local('Pragmatica Medium Oblique'), local('Pragmatica-MediumOblique'),
        url('../fonts/Pragmatica-MediumOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pragmatica-MediumOblique.woff2') format('woff2'),
        url('../fonts/Pragmatica-MediumOblique.woff') format('woff'),
        url('../fonts/Pragmatica-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Pragmatica';
    src: url('../fonts/Pragmatica-ExtraBold.eot');
    src: local('Pragmatica ExtraBold'), local('Pragmatica-ExtraBold'),
        url('../fonts/Pragmatica-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pragmatica-ExtraBold.woff2') format('woff2'),
        url('../fonts/Pragmatica-ExtraBold.woff') format('woff'),
        url('../fonts/Pragmatica-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'Pragmatica';
    src: url('../fonts/Pragmatica-Light.eot');
    src: local('Pragmatica Light'), local('Pragmatica-Light'),
        url('../fonts/Pragmatica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pragmatica-Light.woff2') format('woff2'),
        url('../fonts/Pragmatica-Light.woff') format('woff'),
        url('../fonts/Pragmatica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pragmatica';
    src: url('../fonts/Pragmatica-Book.eot');
    src: local('Pragmatica Book'), local('Pragmatica-Book'),
        url('../fonts/Pragmatica-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pragmatica-Book.woff2') format('woff2'),
        url('../fonts/Pragmatica-Book.woff') format('woff'),
        url('../fonts/Pragmatica-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pragmatica';
    src: url('../fonts/Pragmatica-ExtraLight.eot');
    src: local('Pragmatica ExtraLight'), local('Pragmatica-ExtraLight'),
        url('../fonts/Pragmatica-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pragmatica-ExtraLight.woff2') format('woff2'),
        url('../fonts/Pragmatica-ExtraLight.woff') format('woff'),
        url('../fonts/Pragmatica-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}



.hide-pc {
	display: none!important;
}



body,html {
	overflow-x: hidden;
	font-size: 24px;
	color:#262626;
}
body * {
	box-sizing: border-box;
	  font-family: 'Pragmatica';
}


.go-to-top.btn {
	display: inline-block;
    z-index: -1;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
}
.go-to-top {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 100;
}
.go-to-top.btn.show {
z-index: 1;
opacity: 1;
visibility: visible;
}
.btn-black {
    filter: none;
    color: #FFFFFF;
    background-color: #ed3030;
    background-image: none;
    border: 0px solid;
    box-shadow: none;
}



/*header*/
header {
	position: fixed;
	top: 0;
	left: 0px;
	background: #fff;
	width: 100%;
	z-index: 2;
}
.header-cont {
	width:100%;
	padding-right: 50px;
	padding-left: 90px;
}
.header-flex {
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	height: 214px;
	transition: all .3s ease;
}
.col-right,.col-left {
	width: 400px;
}
.col-right {
	text-align: right;
}
.header-title {
	color: #0092c7;
	font-size: 1.8rem;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
	width: 900px;
}

button.header-toggle  {
	background: none;
	border:none;
	outline: none;
	cursor: pointer;
	margin-bottom: 15px;
}

button.header-toggle span {
	display: block;
	width:100px;
	height: 9px;
	background-color: #939496;
	margin-top: 15px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

button.header-toggle span:nth-child(2) {
	opacity: 1;
}

button.header-toggle span:first-child {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
/*	-webkit-transform-origin: 0% 0;
    -moz-transform-origin: 0% 0;
    -o-transform-origin: 0% 0;
    -ms-transform-origin: 0% 0;
    transform-origin: 0% 0;*/
}
button.header-toggle span:last-child {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
/*		-webkit-transform-origin: 0% 0;
    -moz-transform-origin: 0% 0;
    -o-transform-origin: 0% 0;
    -ms-transform-origin: 0% 0;
    transform-origin: 0% 0;*/
}
.open-menu button.header-toggle {
width: 4rem;
height: 4rem;
position: relative;
margin: 0;
z-index: 4;
}
.open-menu header button.header-toggle {
	opacity: 0;
}

.open-menu button.header-toggle span {
margin: 0px;
position: absolute;
}


.open-menu button.header-toggle span:nth-child(2) {
	opacity: 0;
}
.open-menu button.header-toggle span:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top:50%;
	width: 100%;
	height: 3px;
	left:0;
}
.open-menu button.header-toggle span:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top:50%;
	width: 100%;
	height: 3px;
	left:0;
}
#fix-menu {
	position: fixed;
	top: 0;
	right:0;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	transform: translate3d(400px,0,0);
	-webkit-transform: translate3d(400px,0,0);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	background: rgba(255,255,255,.9);
	box-shadow: -2px 0 1.5rem -2px rgba(0,0,0,.2);
	width: 400px;
	max-width: 100%;
	overflow-y: auto;
	max-height: 100vh;
	min-height: 100vh;
	padding-right: 5rem;
	padding-top: 7rem;
	padding-bottom: 3rem;
	padding-left: 2rem;
}
#fix-menu ul li {
	margin-bottom: .8rem;
}
#fix-menu ul li a {
	color:#262626;
}
#fix-menu ul li a:hover {
	color:#ed2724;
}
.open-menu  #fix-menu {
	z-index: 2;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px,0,0);
	-webkit-transform: translate3d(0px,0,0);
}
 #fix-menu  button.header-toggle {
 	position: absolute;
 	right:1rem;
 	top: 1rem;
 }
.scroll .header-flex {
	height: 170px;
}
.logo img {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	filter: drop-shadow(0px 0px 0px #ccc);
	-webkit-filter: drop-shadow(0px 0px 0px #ccc);
}
.scroll  .logo img {
	transform: scale(.8,.8);
	-webkit-transform: scale(.8,.8);
}
/*header*/



/*section*/
section {
	min-height: 100vh;
	position: relative;
}
section .cont {
	padding: 230px 160px 100px;
}
section h2,section .h2 {
	font-size: 3rem;
	line-height: 1.15;
	text-transform: uppercase;
}
.sec-1 {
	background: #71abbf url(../img/bg1.jpg) center top no-repeat;
	background-size: cover;
	margin-top: 214px;
	min-height: calc(100vh - 214px);
	display: flex;
	width: 100%;
	align-items: center;
}
.sec-1 .cont-right.cont {
	text-align: center;
	width: 100%;
	padding-right: 180px;
	padding-left: 60%;
	padding-top: 100px;
	text-align: center;
}
.sec-1 h1,.sec-1 .h1 {
	text-transform: uppercase;
	font-size: 5.1rem;
	font-weight: 700;
	letter-spacing: .1rem;
	color:#fff;
}

.sec-1 .subtitle {
text-transform: uppercase;
	font-size: 3.7rem;
	font-weight: 500;
}

.product-slider .product a img {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
a .play {
			transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
a:hover .play {
transform: scale(.8,.8);
	-webkit-transform: scale(.8,.8);
}

.grid-6 a img {
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.socs a:hover {
	opacity: .6;
}
.grid-6 a:hover img {
    filter: brightness(.5);
    -webkit-filter: brightness(.5);
}


a.logo:hover img{
    filter: drop-shadow(2px 4px 6px #ccc);
    -webkit-filter: drop-shadow(2px 4px 6px #ccc);
}
.product-slider .product a img {
	margin-top: 8px;
}
.product-slider .product a:hover img {
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
}
a.btn {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0)
}
a.btn:hover {
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	box-shadow: 0 5px 15px -5px rgba(0,0,0,.3);
}

 a.btn span {
	padding-left: 1.5rem;
	font-size: 1.8rem;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 1rem;
	text-align: center;
}

.sec-2 {
	background: url(../img/s1.jpg) center top no-repeat;
	background-size: cover;
}

.sec-2.bg-s2 {
	background-image: url(../img/s2.jpg);
}

.sec-2.bg-s3 {
	background-image: url(../img/s3.jpg);
}

.sec-2.bg-s4 {
	background-image: url(../img/s4.jpg);
}

.sec-2.bg-s6 {
	background-image: url(../img/s5.jpg);
}

.product-slider .product {
	text-align: center;
	padding: 0;
}
.product-slider .product img {
	    margin-bottom: 1rem;
    width: 90%;
    display: inline-block;
}
.product-slider .product a {
	color:#262626;
	font-size: 2.2rem;
	font-weight: bold;
}
.product-slider .product span {
	display: block;
	padding-top: .25rem;
	font-size: 2rem;
}

.product-slider button.next {
	position: absolute;
	top: -180px;
	right:120px;
	width: 314px;
	height: 79px;
	background: url(../img/right.png) center right no-repeat;
	background-size: contain;
	border:none;
	transition: all .3s ease;
	opacity: 1;
	cursor: pointer;
}
.product-slider button.next:hover {
	opacity: .6;
}


.bg_l1 {
		background: url(../img/l1.jpg) center top no-repeat;
	background-size: cover;
}
.video_block .cont {
padding-left: 70%;
padding-top: 50px;
}



.video_block .play {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background-color: #f399ad;
	position: absolute;
	left: 100px;
	top: 100px;
}
.play .play-icon {
position: absolute;
height: 135%;
width: 135%;
background: url(../img/play.png) center center no-repeat;
-webkit-background-size: contain;
background-size: contain;
transform: translate3d(-18%,-18%,0);
transition: all .3s ease;
}
.play:hover .play-icon {
	transform: translate3d(-15%,-15%,0);
}
.play .play-text {
	text-align: center;
	position: absolute;
	width: 100%;
	display: block;
	bottom:-3.5rem;
	font-size: 1.2rem;
	text-transform: uppercase;
	color:#000;
}
.play .play-text sup {
	font-size: .5rem;
	vertical-align: super;
	display: inline-block;
	padding: 0 .2rem;
}




.text.big {
	font-size: 1.5rem;
}
.video_block .h2 {
	text-transform: none;
}
.video_block .h3 {
	font-size: 2rem;
	text-transform: uppercase;
}
.video_block .h2,
.video_block .h3 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}


.dost .cont {
	padding-top: 80px;
	padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
}
.dost {
	background-image: url(../img/bgdos.png);
	background-repeat: no-repeat;
	background-position: 50px center;
	background-size: 90% auto;
}
.dost .col p {
		font-size: 1rem;
		text-align: center;	
		margin-top: 1rem;
}
.dost .l-bg {
	position: absolute;	
	top: 50px;
	right:0;
	z-index:1;
}
p.dos-title {
	font-size: 3rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.grid-1-1-1-1-1 {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap:2rem;
	grid-row-gap: 2rem;
}

.dost .col img {
display: block;	
max-width: 92%;
margin: 0 auto;
}

.dos1 {background-color: #cff2ff}
.dos2 {background-color: #d0fff9}
.dos3 {background-color: #f7ff99}
.dos4 {background-color: #cff2ff}
.dos5 {background-color: #fff3ae}

















.bg_r1 {
		background: url(../img/r1.jpg) center top no-repeat;
	background-size: cover;
}
.bg_r1 .cont {
padding-right: 45%;
padding-left: 100px;
padding-top: 50px;
}

.bg_r1 .play {
	background-color: #ec675d;
	left:auto;
	right:25%;
}
.bg_r1 .play .play-text {
	bottom:auto;
	right:-110%;
	text-align: left;
	top: 50%;
	transform: translate3d(0,-50%,0);
}
.grid-1-1 {
	display: grid;
	gap:3rem;
	grid-template-columns: 1fr 1fr;
}

.inst {
	padding: 3rem 4rem;
}
.inst .title {
	font-size: 3rem;
	text-align: center;
	text-transform: uppercase;
}
.inst .grid-6 {
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	display: grid;
	grid-gap: 0px;
	margin-top: 2rem;
}

.bg_r2 {
		background: url(../img/r2.jpg) center top no-repeat;
	background-size: cover;
}
.bg_r2 .cont {
padding-right: 45%;
padding-left: 100px;
padding-top: 50px;
}
.bg_r2 .play {
	right:100px;
	left:auto;
}
.bg_r2 .play .play-text {
	bottom:auto;
	left:-70%;
	text-align: left;
	top: 50%;
	transform: translate3d(0,-50%,0);
}
.bg_l2 .play {
	background-color: #ec675d;
}

.bg_l2 {
		background: url(../img/l2.jpg) center top no-repeat;
	background-size: cover;
}


.bg_r3 {
		background: url(../img/r3.jpg) center top no-repeat;
	background-size: cover;
}
.bg_r3 .cont {
padding-right: 45%;
padding-left: 100px;
padding-top: 50px;
}
.bg_r3 .play {
	right:100px;
	left:auto;
}
.bg_r3 .play .play-text {
	bottom:auto;
	left:-70%;
	text-align: left;
	top: 0%;
}
/*section*/






/*footer*/
footer .footer-inner {
	padding: 60px 120px 0;
}
.parts {
	text-align: center;
}
.parts .title {
	color: #aaa;
    margin-top: 1.2rem;
    margin-bottom: 1.5rem;
}
.parts-items {
	text-align: center;
}
.parts-items a {
	    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5rem;
    transition: all .3s ease;
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
}
.parts-items a:hover {
	filter:grayscale(0);
}
footer .copyright {
	text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.grid-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2.5rem;
}
.grid-4 .title {
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
.grid-4 ul li {
	margin-bottom: .5rem;
}
footer a {
	color:#000;
}
footer a:hover {
    color: #ed2724;
}
footer .socs {
	margin-bottom: .5rem;
}
.socs a {
	    display: inline-block;
    vertical-align: middle;
}
footer .pays {
	margin-bottom: .5rem;
}
footer .text-contact {
	margin-bottom: 1rem;
}







/*1920*/
@media (max-width:2559px) {
.dost .col img {
display: block;	
max-width: 95%;
}


.dost .l-bg {
	max-width: 40%;
	width: 220px;
}
	body, html {
    font-size: 18px;
}
.header-flex {
    height: 160px;
    }
    .sec-1 {
    margin-top: 160px;
    min-height: calc(100vh - 160px);
}
.scroll .header-flex {
    height: 120px;
}
button.header-toggle span {
    width: 60px;
    height: 5px;
    margin-top: 10px;
}
button.header-toggle {
    margin-bottom: 10px;
}
a.btn img {
	max-height: 140px;
}
a.btn span {
	font-size: 1.5rem;
}
.sec-1 a.btn,.sec-5 a.btn ,.sec-13 a.btn {
    display: flex;
    width: 560px;
    }
   section .cont {
    padding: 180px 100px 100px;
}
.sec-2,.sec-6 {
	padding-bottom: 6rem;
}
.product-slider button.next {
    top: -140px;
    right: 100px;
    width: 180px;
    height: 40px;
    }
    .factors .fact img {
    width: 240px;
}
.play-m {
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    margin-left: -80px;
}
.logo img {
    width: 280px;
}
.header-cont {
    padding-right: 30px;
    padding-left: 75px;
}
footer .footer-inner {
    padding: 60px 100px 0;
}
}


/*1600*/
@media (max-width:1919px) {

	.dost .col img {
display: block;	
max-width: 95%;
}
.dost {
    background-size: 85% auto;
}

.dost .l-bg {
	max-width: 40%;
	width: 220px;
}

.header-flex {
    height: 120px;
}
body, html {
    font-size: 16px;
}
.sec-1 {
    margin-top: 120px;
    min-height: calc(100vh - 120px);
}
.logo img {
    width: 250px;
}
.scroll .header-flex {
    height: 100px;
}
section .cont {
    padding: 90px 100px 90px;
}
img.prog {
	width: 250px;
}
}




/*1376*/
@media (max-width:1599px) {

.dost .l-bg {
	max-width: 40%;
	width: 140px;
}
.header-flex {
    height: 110px;
}
body, html {
    font-size: 14px;
}
.sec-1 {
    margin-top: 110px;
    min-height: calc(100vh - 110px);
}
.logo img {
    width: 220px;
}
.scroll .header-flex {
    height: 90px;
}
.sec-1 a.btn, .sec-5 a.btn, .sec-13 a.btn {
    display: flex;
    width: 500px;
}
a.btn img {
    max-height: 120px;
}
section .cont {
    padding: 80px 100px 80px;
}
.sec-1 .cont-right.cont {
    padding-right: 100px;
    padding-left: 50%;
}
.product-slider button.next {
    top: -122px;
    }
.factors .fact img {
    width: 200px;
}
.factors {
    grid-gap: 1rem;
    margin-top: 2.5rem;
    grid-row-gap: 1rem;
}
img.prog {
	width: 250px;
}
.socs img  {
	height: 32px;
}
button.header-toggle span {
    width: 50px;
    height: 4px;
    margin-top: 8px;
}
button.header-toggle {
    margin-bottom: 8px;
}
}



/*1280*/
@media (max-width:1375px) {
.bg_r2 .play {
    right: 50px;
}
section,.sec-1 {
    min-height: auto;
}
section h2, section .h2 {
    font-size: 2.5rem;
    }
    	.dost .col img {
display: block;	
max-width: 85%;
}
.dost {
    background-size: 85% auto;
}

.dost .l-bg {
	max-width: 40%;
	width: 220px;
}
}




@media (max-width:1199px) {
		.video_block .play {
    width: 8rem;
    height: 8rem;
}
	.bg_r2 .cont {
    padding-left: 50px;
}
	p.text.big {
    font-size: 1rem;
}
	p.text {
    font-size: .8rem;
}
.video_block .h2, .video_block .h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.grid-1-1 {
    gap: 1rem;
}
	.header-cont {
    padding-right: 30px;
    padding-left: 50px;
}
.text.big {
    font-size: 1.2rem;
}
.bg_l1 .play {
    left: 50px;
    top: 80px;
}
.bg_r2 .play {
    right: 50px;
    left: auto;
    top:50px;
}
.bg_l2 .play {
         left: 30%;
    top: 50px;
}
.bg_r3 .play {
    right: 30px;
    left: auto;
    top: 50px;
}
.sec-1 .cont-right.cont {
    padding-right: 60px;
    padding-left: 55%;
}

.sec-1 a.btn, .sec-5 a.btn, .sec-13 a.btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -250px;
    margin-bottom: 0px;
}


section .cont {
    padding: 80px 50px 80px;
}
.bg_r1 .cont {
    padding-right: 47%;
    padding-left: 50px;
    padding-top: 50px;
}
.bg_r2 .cont {
    padding-right: 45%;
    }
.bg_l2 {
    background-position: 70% top;
}

.product-slider button.next {
    right: 50px;
}
img.prog {
    width: 285px;
}
.sec-13 {
    background: url(../img/bgm13.jpg) center no-repeat;
    background-size: cover;
}
.sec-13 .cont {
    padding: 100px 65% 90vh 50px;
}
.inst .grid-6 {
    grid-template-columns: 1fr 1fr 1fr ;
}
.inst .grid-6 a,.inst .grid-6 a img {
	font-size: 0px;
	line-height: 0;
}
.grid-4 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
}
.play {
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}
.play-m {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    margin-left: 0px;
    left:  calc(50% - 50px);
}
}


@media (max-width:992px) {
	.dost {
		background-image: none;
	}
	.hide-pc {
		display: block!important;
	}
	.hide-mb {
		display: none!important;
	}
	.grid-1-1-1-1-1 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 5rem;
	}
	.sec-1 {
    background: #f1c8e8 url(../img/bgm1.jpg) center top no-repeat;
    background-size: cover;
    min-height: calc(100vh - 110px);
        display: flex;
    align-items: flex-end;
    text-align: center;
}

.video_block .h2 {
	font-size: 4rem;
}
.video_block .h2, .video_block .h3 {
	text-align: center;
}
.bg_r1 .cont,
.bg_r2 .cont,
.bg_r3 .cont,
.bg_l1 .cont,
.bg_l2 .cont
 {
	width: 767px;
	padding:50px;
	margin:0 auto;
	max-width: 100%;
}
.bg_r1 {
    background: #ffdebe url(../img/vbg1.png) right 50px no-repeat;
    background-size:120px auto;
}

.bg_r2 {
    background: #ffe7e7 url(../img/vbg3.png) right 50px no-repeat;
     background-size:120px auto;
}

.bg_r3 {
    background: #ffe7e7 url(../img/vbg5.png) right 50px no-repeat;
     background-size:120px auto;
}

.bg_l1 {
    background: #ffe7e7;
}

.bg_l2 {
    background: #ffdebe;
}




.bgm {
	position: relative;
}

.align-center {
	text-align: center;
}
.align-center img {
	position: relative;
	right: -17vw;
	bottom:-50px;
	max-width: 100%;
	/*z-index: 1;*/
}
.bg_r1 .play {
    left: auto;
    right: auto;
}

.dos {
	width: 600px;
	height: 600px;
	max-width: 100%;
	margin:0 auto;
	background: transparent url(../img/like.png) center center no-repeat;
	background-size: contain;
	padding: 130px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: .8rem;
}
.dos p.text {
	padding-bottom: 30px;
}
.ned {
	text-align: center;
	font-size: .8rem;
}


.bgm4 .dos {
background-image: url(../img/like2.png);
}
.bgm4 .align-center img {
	    right: -3vw;
	    text-align: center;
}
.bgm6 .align-center img {
	    right: -3vw;
	    text-align: center;
}
.bgm8 .align-center img {
	    right: -3vw;
	    text-align: center;
}
.bgm10 .align-center img {
	    right: -20vw;
	    text-align: center;
}

.hide-pc .play {
	z-index: 1;
}
.bg_l1 .play {
    left: 0px;
    top: 400px;
}

.bg_l1 .play .play-text {
    text-align: left;
}

.bg_r2 .play .play-text {
    top: 20%;
    }

 .bg_l2 .play {
    left: 0px;
    top: 100px;
}
.bg_l2 .play .play-text {
    text-align: left;
}
.bg_r3 .play  {
   left: 0px;
    top: 50px;
    }
.bg_r3 .play .play-text {
    bottom: auto;
    right: -120%;
    left:auto;
    }





.grid-1-1 {
    display: grid;
    grid-template-columns: 1fr;
}
.video_block .cont > .play {
	display: none;
}
.sec-1 .cont-right.cont {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 100px;
    padding-bottom: 30px;
}
.sec-1 .subtitle {
    font-size: 2.8rem;
}
.sec-1 h1, .sec-1 .h1 {
    font-size: 3.7rem;
    padding-left: 0;
}
	.product-slider .product span {
		font-size: 1.5rem;
	}
	.header-flex {
		flex-wrap: wrap;
		   height: 170px;
		       align-items: center;
	}
	.header-title {
		order: 3;
		width: 100%;
	}
	.header-flex .col-left {
		width: 100%;
		text-align:center;
	}
	.col-right {
    text-align: right;
    position: absolute;
    top: 23px;
    right: 30px;
}
	.scroll .header-title {
		display: none;
	}
.scroll .logo img {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}
.header-cont {
    padding-right: 30px;
    padding-left: 30px;
}
.header-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.sec-1 {
    min-height: calc(100vh - 170px);
    margin-top: 170px;
}
.slick-dots {
	text-align: center;
	margin-top: 2rem;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	background-size: 0px;
	border:none;
	font-size: 0px;
	width: 1rem;
	height: 1rem;
	margin: 0 .75rem;
	background-color: #fff;
	border-radius: 50%;
	transition: all  .3s ease;
	-webkit-transition: all  .3s ease;
	cursor: pointer;
}
.slick-dots li.slick-active button {
background-color: #222;
}

.fact .num {
    color: #f2cdca;
    font-size: 10rem;
    z-index: 1;
    bottom: 10px;
    left: 0px;
    font-weight: bold;
}
.slick-dots li button:hover {
background-color: #222;
}
#fix-menu ul li a {
    font-size: 1.2rem;
}
#fix-menu {
	width: 300px;
}
.dost .cont {
	padding: 50px 0;
}
.dost .col {
		padding:0 2rem;
	}
	p.dos-title {
		padding: 0 50px;
	}
}


@media (max-width: 768px) {
	.dost .l-bg {
		width: 100px;
	}
.dost .cont {
	padding: 50px 0;
}
.dost .col {
		padding:0 2rem;
	}
	p.dos-title {
		padding: 0 30px;
		text-align: center;	
	}

	.dost .col img {
    max-width: 90%;
}
	.grid-1-1-1-1-1 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
	}
.dos {
    width: 480px;
    height: 480px;
}
.bg_r1 {
    background: #ffdebe url(../img/vbg1.png) right 50px no-repeat;
    background-size:100px auto;
}

.bg_r2 {
    background: #ffe7e7 url(../img/vbg3.png) right 50px no-repeat;
     background-size:100px auto;
}

.bg_r3 {
    background: #ffe7e7 url(../img/vbg5.png) right 50px no-repeat;
     background-size:100px auto;
}
.align-center img {
    position: relative;
    right: -12vw;
    bottom: -40px;
    }
}



@media (max-width: 480px) {
	.dost .col img {
    max-width: 100%;
    width: 90%;
}
	.dost .l-bg {
		display: none;	
	}
	.dos-title {
		text-align: center;	
	}
	.grid-1-1-1-1-1 {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
	}
	.bg_r1 .cont, .bg_r2 .cont, .bg_r3 .cont, .bg_l1 .cont, .bg_l2 .cont {
    padding: 30px;
}

	.align-center img {
    position: relative;
    right: -12vw;
    bottom: -30px;
    }
.dos {
    width: 350px;
    height: 350px;
    padding: 70px;
    line-height: 1.2;
}
.video_block .h3 {
   font-size: 1.2rem;
   margin-bottom: .5rem;
}
.dos p.text,.ned p.text {
    font-size: .8rem;
}
.bg_r2 .play {
    right: 0;
}

.bg_r3 .play .play-text {
    bottom: auto;
    right: -100%;
  }


.bgm6 .align-center img {
    right: 20vw;
    width: 140%;
    max-width: 140%;
}

.bg_l1 .play {
    left: 0px;
    top: 250px;
}
.bg_r1 .play {
	top:50px;
}

.bgm10 .align-center img {
    right: -12vw;
    text-align: center;
    margin-top: 70px;
}
	button.header-toggle span {
    width: 35px;
    height: 3px;
    margin-top: 5px;
}
button.header-toggle {
    margin-bottom: 5px;
}
	.sec-1 a.btn, .sec-5 a.btn, .sec-13 a.btn {
    display: flex;
    width: calc(100% - 60px);
    bottom: 30px;
    left: 30px;
    margin-left: 0px;
    margin-bottom: 0px;
        padding: 15px 30px;
}
a.btn img {
    max-height: 60px;
}
a.btn span {
    padding-left: 1rem;
    font-size: 1.2rem;
       padding-bottom: 0;
}
.logo img {
    width: 160px;
}
.header-title {
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.header-flex {
    flex-wrap: wrap;
    height: 150px;
}
.sec-1 {
    min-height: calc(100vh - 150px);
        margin-top: 150px;
    }

    .scroll .header-flex {
    height: 70px;
}
.col-right {
    top: 21px;
    }
    .open-menu button.header-toggle {
    width: 3rem;
    height: 3rem;
}
#fix-menu button.header-toggle {
    right: 30px;
    }
    .sec-1 h1, .sec-1 .h1 {
    font-size: 3rem;
}
.sec-1 .subtitle {
    font-size: 2.2rem;
}
.product-slider button.next {
    top: auto;
    right: calc(50% - 90px);
    bottom: -60px;
}
.product-slider {
 	margin-bottom: 50px;
 }
 section .cont {
    padding: 80px 30px 0px;
}
section  h2, section  .h2 {
    font-size: 1.5rem;

}
section.sec-2  h2, section.sec-2  .h2,
section.sec-6  h2, section.sec-6  .h2 {
    text-align: center;
    }
.product-slider .product span {
    padding-top: 0;
    font-size: 1.5rem;
}
p.text {
    font-size: 1rem;
}
body, html {
	font-size: 12px;
}
p.h2 + .text, h2 + .text {
    margin-top: 1rem;
}
    .product-slider {
    margin-bottom: 10px;
}
.inst .title {
    font-size: 2rem;
}
.inst {
    padding: 30px;
}
.inst .grid-6 {
    grid-template-columns: 1fr 1fr;
}
footer .footer-inner {
    padding: 30px;
}
.grid-4 {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}
.parts {
	display: none;
}
.parts + hr {
	display: none;
}
.fact .num {
    bottom: 30px;
    left: 20px;
}
}

@media (max-width: 359px) {
	.bg_r1 .cont, .bg_r2 .cont, .bg_r3 .cont, .bg_l1 .cont, .bg_l2 .cont {
    padding: 10px;
}

	}