@font-face {
	font-family: 'SF-UI-Text-Bold';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/SF-UI-Text-Bold.otf');
}

@font-face {
	font-family: 'SF-UI-Text-SemiBold';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/SF-UI-Text-Semibold.otf');
}

@font-face {
	font-family: 'SF-UI-Text-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/SF-UI-Text-Regular.otf');
}

@font-face {
	font-family: 'SF-UI-Text-Light';
	font-weight: lighter;
	font-style: normal;
	src: url('../fonts/SF-UI-Text-Light.otf');
}


body {
	font-family: 'SF-UI-Text-Light';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.fixed-header {
	width: 100%;
	position: fixed;
	background-color: #ffffff;
	z-index: 99;
	vertical-align: middle;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.96);
	padding: 0 15px;
}

.fixed-header-subpage {
	width: 100%;
	position: fixed;
	background-color: #ffffff;
	z-index: 99;
	vertical-align: middle;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
	opacity: 1;
	transition: opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.96);
	padding: 0 15px;
}

#fixed-header-logo {
	cursor: pointer;
}

.fixed-header.visible {
	opacity: 1;
}

.fixed-header .inner {
	max-width: 1200px;
	margin: auto;
	padding: 9px 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.video {
	width: 100%;
	transform: scale(1.21);
	top: 40px;
	position: relative;
}

.fixed-header .right-group {
	float: right;
}

.fixed-header .btn-blue {
	width: 123px;
	height: 40px;
	font-size: 14px;
	line-height: 37px;
}

.fixed-header .btn-link span {
	position: relative;
	display: inline-block;
	line-height: 16px;
}

.bg-white {
	background-color: #FFF;
}

.bg-gray {
	background-color: #edeff4;
}

.position-relative {
	position: relative !important;
}

.box-bg-right {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 65%;
	right: 0;
}

.btn-link {
	font-family: "SF-UI-Text-SemiBold";
	font-size: 14px;
	color: #1C1B1B;
	background-color: transparent;
	border: 0;
	margin-right: 25px;
	transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	width: 182px;
	height: 40px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
    line-height: 38px;
}

.btn-link:hover {
	background-color: rgba(160, 169, 183, .15);
	color: #1C1B1B;
}

.btn-link:focus {
	outline: 0;
}

.btn-link img {
	vertical-align: middle;
	margin-right: 7px;
}

.fixed-header .btn-link img.ico-top {
	margin-top: -4px;
}

.loading {
	height: 0;
	overflow: hidden;
}

.container {
	max-width: 1215px;
	display: flex;
	margin: auto;
	position: relative;
	height: 100vh;
	min-height: 600px;
	flex-direction: column;
	padding: 0 15px;
	overflow: hidden;
}

.container--max-width {
	margin: auto;
	position: relative;
	width: 100%;
	flex-direction: column;
	padding: 0 15px;
}

.container:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}

.container--max-height {
	max-width: 1140px;
	display: block;
	margin: auto;
	position: relative;
	z-index: 10;
}

.container--max-width:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}

.container--max-height:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}

.row {
	width: 100%;
}

#header .discount-info, .satisfaction-block .discount-info {
	display: block;
	font-family: "SF-UI-Text-Regular";
	font-size: 14px;
	color: #666A72;
	line-height: 17px;
	margin-top: 10px;
}

#header .discount-info:first-of-type {
	margin-top: 20px;
}

#header .discount-info .blue, .satisfaction-block .discount-info .blue {
	color: #2550EA;
	cursor: pointer;
	display: inline-block;
}

#header .discount-info .blue:after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #4022d7;
  transition: 300ms;
}

#header .discount-info .blue:hover:after {
  width: 100%;
}

.row:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}

h1 {
	font-family: 'SF-UI-Text-Bold';
	font-size: 80px;
	color: #000;
	line-height: 52px;
	margin-top: 12px;
	margin-bottom: 45px;
	margin-left: -5px;
	line-height: 75px;
}

h1 small {
	font-size: 41px;
}

h2 {
	color: #1C1B1B;
	font-family: "SF-UI-Text-Bold";
	letter-spacing: 1px;
	font-size: 35px;
	line-height: 50px;
}

p {
	color: #4B4B5A;
	max-width: 485px;
	font-size: 19px;
	line-height: 30px;
	font-family: "SF-UI-Text-Regular";
	letter-spacing: -0.6px;
}

.hidden {
	opacity: 0;
	position: relative;
	top: 40px;
	will-change: transform, top, opacity;
}

.header img {
	margin-bottom: 45px;
	margin-left: 5px;
}

.header p {
	margin-top: 0;
}

.header button {
	margin-right: 20px;
}

.btn-group {
	margin-top: 45px;
}

.btn {
	width: 146px;
	height: 50px;
	line-height: 48px;
	border-radius: 7px;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-family: "SF-UI-Text-SemiBold";
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.btn-default:hover {
	box-shadow: 0 5px 14px 0 rgba(52,65,88,0.07);
}

.btn-blue:hover {
	background: #2561EA;
	box-shadow: 0 5px 14px 0 rgba(52,65,88,0.20);
}

.btn:focus {
	outline: none;
}

.btn-default {
	background: #FFFFFF;
	border: 1px solid rgba(121,121,121,0.22);
	box-shadow: 0 2px 7px 0 rgba(52,65,88,0.07);
	border-radius: 5px;
}

.btn-blue {
	color: #FFFFFF;
	background: #2561EA;
	box-shadow: 0 2px 7px 0 rgba(52,65,88,0.20);
	border-radius: 5px;
}

.sub-info {
	display: inherit;
	margin-top: 32px;
	max-width: 315px;
	color: #7b7f8a;
	font-family: "SF-UI-Text-Regular";
	font-size: 13px;
	line-height: 17px;
}

.sub-info:before {
	content: ' ';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: contain;
	float: left;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

/* after efects */
.sub-info.ae:before {
	background: url(../assets/ae.svg) no-repeat center center;
}

/* ilustrator */
.sub-info.ai:before {
	background: url(../assets/ai.svg) no-repeat center center;
}

/* experience */
.sub-info.xd:before {
	background: url(../assets/xd.svg) no-repeat center center;
}

/* premier */
.sub-info.pr:before {
	background: url(../assets/pr.svg) no-repeat center center;
}

/* photoshop */
.sub-info.ps:before {
	background: url(../assets/ps.svg) no-repeat center center;
}

.sub-info.figma:before {
	background: url(../assets/figma.svg) no-repeat center center;
}

.sub-info.sketchapp:before {
	background: url(../assets/sketchapp.svg) no-repeat center center;
}

.sub-info.keynote:before {
	background: url(../assets/keynote.svg) no-repeat center center;
}


/* power point */
.sub-info.pp:before {
	background: url(../assets/pp.svg) no-repeat center center;
}

/* google slides */
.sub-info.gs:before {
	background: url(../assets/gs.svg) no-repeat center center;
}

.text-center {
	text-align: center;
}

.col-4 {
	width: 33.3333%;
	float: left;
	display: inline-block;
	position: relative;
}

.col-5 {
	width: 41.6666%;
	float: left;
	display: inline-block;
	position: relative;
}

.col-6 {
	width: 50%;
	float: left;
	display: inline-block;
	position: relative;
}

.col-7 {
	width: 58.33333%;
	float: left;
	display: inline-block;
	position: relative;
}

.offset-6 {
	left: 50%;
}

.headings {
	width: 45%;
}

.boxes {
	position: absolute;
	top: 0;
	width: 60%;
	z-index: 11;
}

.box {
	display: inline-block;
	width: 263px;
    height: 565px;
	box-shadow: 0 20px 47px rgba(180, 182, 196, 0.22);
	border-radius: 29px;
	background-color: #ffffff;
	margin: 25px;
	position: relative;
	transition: box-shadow 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	overflow: hidden;
	/* -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); */
}

.box .play-button {
	width: 111px;
	height: 111px;
	background: url(../assets/play.svg) #A4AEBD no-repeat center center;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transition: all 235ms cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    opacity: 0.9;
}

.box .play-button:hover {
	background: url(../assets/play.svg) #96A0AF no-repeat center center;
}

.box .play-button.playing {
	background: url(../assets/pause.svg) #A4AEBD no-repeat center center;
	opacity: 0;
}

.box .play-button.playing:hover {
	background: url(../assets/pause.svg) #96A0AF no-repeat center center;
}

.box:not(.clicked) .play-button.playing:hover, .box:not(.clicked):hover .play-button.playing {
	opacity: 0.9;
}

.box-col {
	width: 42%;
	display: inline-block;
	float: left;
}

.box-col-1 {
	margin-left: 10px;
}

.box-col-1 {
    margin-top: calc(50vh - 300px);
}

.box-col-2 {
	margin-top: calc(50vh - 70%);
}

.box-col-3 {
	margin-top: -10px;
}

.contains-block {
	padding: 107px 0 140px 0;
	width: 100%;
}

.contains-block .inner {
    max-width: 1170px;
    margin: auto;
    width: 100%;
}

.contains-block h3 {
	font-size: 57px;
	color: #000;
    margin: 25px 0 20px 0;
    font-family: 'SF-UI-Text-Bold';
}

.contains-block span {
	font-size: 22px;
	color: #4B4B5A;
	font-family: 'SF-UI-Text-Semibold';
}

.white {
	background-color: #fff;
}

.content--layout-1 {
	margin-top: 200px;
}

.content--layout-1 p {
	margin-top: 30px;
	line-height: 34px;
}

.content--layout-1 .animation-element {
	padding-left: 70px;
}

.content--layout-2 .animation-element {
    padding-left: 135px;
}

.content--layout-3 .animation-element {
	padding-left: 70px;
}

.content--layout-4 {
	background-color: #F2F4F7;
	text-align: center;
	padding: 94px 15px;
	width: 100%;
}

.content--layout-4 h2 {
	text-align: center;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.content--layout-4 p {
	font-family: "SF-UI-Text-Regular";
	color: #4B4B5A;
	font-size: 17px;
	line-height: 29px;
	display: block;
	margin: auto;
	margin-top: 30px;
	max-width: 480px;
}

.content--layout-4 button {
	margin-top: 30px;
}

.content--layout-4 span {
	width: 315px;
	color: #7b7f8a;
	font-family: "SF-UI-Text-Regular";
	font-size: 13px;
	line-height: 17px;
	display: block;
	margin: 20px auto;
}

.animation-video-box {
	display: inline-block;
}

.animation-video-box p {
	color: #7D829C;
	font-size: 14px;
	text-align: left;
    margin-top: 0;
    margin-left: 26px;
    margin-bottom: -18px;
}

.inside--box-group {
	display: block;
	margin: auto;
	text-align: center;
	padding: 55px;
}

.about-section {
	padding: 130px 15px;
	border-bottom: 1px solid #eaeaea;
}

.about-section .about-block {
	margin: auto;
	max-width: 400px;
	padding-left: 69px;
}

.about-section .inside {
	max-width: 965px;
}


.defaultpage-section {
	padding: 130px 15px;
	border-bottom: 1px solid #eaeaea;
}

.defaultpage-section .defaultpage-block {
	margin: auto;
	max-width: 400px;
	padding-left: 69px;
}

.defaultpage-section .inside {
	max-width: 965px;
	margin: 0 auto;
}

.defaultpage-section .inside p {
	max-width: 965px;
}

.defaultpage-section h3 {
	font-size: 18px;
	color: #1C1B1B;
	font-family: "SF-UI-Text-Semibold";
	margin-bottom: 15px;
}

#inside-mobile {
	display: none;
}

#inside-mobile video {
	width: 0;
}

.box img {
	max-width: 100%;
}

.about-section h3 {
	font-size: 18px;
	color: #1C1B1B;
	font-family: "SF-UI-Text-Semibold";
	margin-bottom: 15px;
}

.about-section p {
	font-size: 16px;
	color: #4B4B5A;
	line-height: 28px;
}

.about-section .col-6 .about-block {
	position: relative;
}

.about-section .col-6 .about-block:before {
	content: ' ';
	display: block;
	position: absolute;
	left: -9px;
	top: 4px;
	width: 48px;
	height: 48px;
}

.about-section .col-6:nth-child(3), .about-section .col-6:nth-child(4) {
	margin: 73px 0;
}

/* .about-section .col-6:nth-child(1) .about-block:before {
	background: url(../assets/ic-files.svg) no-repeat center center;
}

.about-section .col-6:nth-child(2) .about-block:before {
	background: url(../assets/ic-ae.svg) no-repeat center center;
}

.about-section .col-6:nth-child(3) .about-block:before {
	background: url(../assets/ic-retina.svg) no-repeat center center;
}

.about-section .col-6:nth-child(4) .about-block:before {
	background: url(../assets/ic-customizate.svg) no-repeat center center;
}

.about-section .col-6:nth-child(5) .about-block:before {
	background: url(../assets/ic-components.svg) no-repeat center center;
}

.about-section .col-6:nth-child(6) .about-block:before {
	background: url(../assets/ic-focus.svg) no-repeat center center;
} */

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.reviews {
	display: block;
	width: 100%;
	max-width: 995px;
	padding: 100px 15px 130px 15px;
	margin: auto;
}

.reviews h2 {
	color: #1c1b1b;
	font-family: "SF-UI-Text-Bold";
	font-size: 35px;
	line-height: 50px;
	margin-bottom: 40px;
	margin-left: -5px;
}

.review {
	display: inline-block;
	width: 50%;
}

.review:nth-child(2n) {
	padding-left: 115px;
}

.review p {
	max-width: 305px;
	color: #1C1B1B;
	font-size: 23px;
	margin-top: 27px;
    line-height: 36px;
	position: relative;
}

.review p:before {
	display: block;
	content: "“";
	font-size: 47px;
	position: absolute;
	top: -18px;
	left: -22px;
	color: rgba(37, 80, 234, .64);
}

.review img {
	width: 90px;
	margin-top: 10px;
}

.review span {
	max-width: 250px;
	font-family: "SF-UI-Text-Regular";
	font-size: 17px;
	line-height: 22px;
	display: block;
}

.review--name {
	color: #4022d7;
	margin-top: 15px;
	margin-left: -5px;
	display: block;
}

.review--name a {
	color: inherit;
	display: inline-block;
}

.review--name a:after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #4022d7;
  transition: 300ms;
}

.review--name a:hover:after {
  width: 100%;
}

.review--about {
	color: #7b7f8b;
	margin-left: -5px;
}

.reviews .row:nth-child(3) {
	margin-top: 125px;
}

.buy-section {
	border-top: 1px solid rgba(186,186,206, .23);
	border-bottom: 1px solid rgba(186,186,206, .23);
}

.buy-section button {
	float: right;
	vertical-align: top;
}

.buy-section .container--max-height {
	max-width: 820px;
}

.buy-section p {
	margin: 70px 0;
	max-width: 460px;
}

.buy-section button {
	margin-top: 75px;
}

.satisfaction-block {
	background-color: #ECEEF4;
	text-align: center;
	padding: 77px 0;
}

.satisfaction-block h2 {
	color: #1C1B1B;
	font-size: 35px;
    margin-bottom: 14px;
}

.satisfaction-block p {
	color: #4B4B5A;
	margin: auto;
	max-width: 520px;
}

.satisfaction-block button {
    margin: 42px 0px 13px 0;
}

footer {
	padding: 73px 0;
	border-top: 1px solid #eaeaea;
}

footer span {
	color: #8E929C;
	font-family: "SF-UI-Text-Regular";
	font-size: 15px;
	line-height: 17px;
}

footer a.dark {
	color: #51555F;
	cursor: pointer;
    display: inline-block;
}

footer a:after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: black;
  transition: 200ms;
}

footer a:hover:after {
  width: 100%;
}

footer nav {
	float: right;
}

footer nav ul {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

footer nav ul li {
	display: inline-block;
	padding: 0 10px;
	cursor: pointer;
	font-family: "SF-UI-Text-Regular";
	color: #51555F;
	font-size: 15px;
}

footer nav ul li a {
	color: inherit;
}

footer nav ul li:last-of-type {
	padding-right: 0;
}

footer .icons-block {
	text-align: center;
	width: 195px;
	margin: 80px auto;
}

footer .icons-block .icon {
	padding: 0 20px;
	cursor: pointer;
    width: 60px;
    height: 24px;
    display: inline-block;
}

footer svg path {
	fill: #a2a9ba;
}

footer svg path {
	transition: 200ms;
  	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}

footer svg:hover path {
	fill: #6e7482;
}

footer .container--max-height {
    max-width: 1230px;
    padding: 0 15px;
}

.full-screen-modal {
	position: fixed;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	text-align: center;
	display: none;
	opacity: 0;
}

.full-screen-modal iframe {
	margin-top: 200px;
	max-width: 100%;
}

.full-screen-modal .close-button {
	display: block;
	width: 48px;
	height: 48px;
	background: url(./../assets/close-button.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 120px;
	right: 260px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

@media(max-width: 1024px) {
	.full-screen-modal .close-button {
		right: 20px;
	}
}

.full-screen-modal .close-button:hover {
	box-shadow: 0 2px 40px rgba(52, 65, 88, 0.15);
}

.full-screen-modal h3 {
	padding-top: 200px;
	color: #1C1B1B;
	font-family: "SF-UI-Text-Regular";
	font-size: 35px;
	line-height: 40px;
	margin-top: 0;
	padding-top: 248px;
	margin-bottom: 0;
}

.full-screen-modal p {
	max-width: initial;
	color: #666a72;
	font-family: "SF-UI-Text-Regular";
	font-size: 17px;
	line-height: 30px;
	margin-top: 17px;
}

.full-screen-modal button {
	margin-top: 28px;
}

.full-screen-modal a:last-of-type {
	margin-top: 40px;
}

.full-screen-modal a.btn-modal-share {
	width: 213px;
	height: 65px;
	font-size: 16px;
	color: #1C1B1B;
	vertical-align: middle;
    line-height: 65px;
    margin-top: 30px;
}

.full-screen-modal a.btn-modal-share.shared {
	color: #665E5E;
	background-color: #F4F4F4;
	pointer-events: none;
	font-family: "SF-UI-Text-Bold";
	border: 0;
	box-shadow: none;
}

.full-screen-modal a img {
	vertical-align: middle;
    margin-right: 6px;
    top: -1px;
    position: relative;
}

.mobile-hero {
	background-color: #F2F4F7;
	display: none;
	text-align: center;
}

.mobile-hero img {
    margin-bottom: -40px;
    margin-top: 20px;
    max-width: 450px;
    width: 100%;
}

.mobile-hero .box-col {
	width: 160px;
	float: none;
}

.mobile-hero .box-col.offset {
	margin-left: 40px;
}

.mobile-hero .box-col.offset .box {
	position: relative;
	bottom: -60px;
}

.hide {
	display: none !important;
}

.mt-15 {
	margin-top: 15px;
}

.mt-50 {
	margin-top: 50px;
}

@media(max-width: 968px) {


	h1 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	h2 {
	    padding: 0 15px;
	}
	.morph-wrap {
		display: none;
	}
	.mobile-hero  {
		display: block;
	}
	#fixed-header-logo {
		width: 33px;
		height: 33px;
	}
	.fixed-header .inner {
    	padding: 6px 15px;
	}
	.fixed-header .btn-blue {
		height: 30px;
		line-height: 27px;
	}
	.header {
		max-width: 400px;
	}
	.header img {
		margin-bottom: 20px;
	}
	.container {
		height: initial;
		min-height: initial;
	}
	.content-wrap {
		min-height: initial;
		margin: 40px auto;
	}
	.header p {
		margin: 0 auto;
	}
	.boxes {
		display: none;
	}
	.col-4 {
		width: 100%;
		margin-bottom: 40px;
	}
	.col-6 {
		width: 100%;
	}
	.contains-block {
		padding: 40px 0 50px 0;
	}
	.about-section {
		padding: 40px 15px;
	}
	.about-section .col-6:nth-child(3), .about-section .col-6:nth-child(4) {
		margin: 0;
	}
	.about-section .about-block {
		padding-left: 80px;
	}
	.about-section .col-6 .about-block:before {
		left: 10px;
	}
	.content--layout-4 {
		padding: 40px 15px;
	}
	.reviews {
		padding: 40px 15px 30px 15px;
	}
	.reviews h2 {
		text-align: center;
		margin-bottom: 80px;
	}
	.review {
		display: block;
		width: 100%;
		padding-left: 30px;
		max-width: 400px;
		margin: auto auto 90px auto;
	}
	.review p {
	    margin: initial;
	}
	.review span {
		max-width: inherit;
	}
	.review--about {
		margin-left: 0;
	}
	.review--name {
		margin-left: 0;
	}
	.pull-left, .pull-right {
		float: none;
	}
	.inside--box-group {
		padding: 0;
	}
	.fixed-header.visible {
		padding: 9px 10px;
	}
	.fixed-header .btn-link {
		display: none;
	}
	.review:nth-child(2n) {
	    padding-left: 30px;
	}
	.reviews .row:nth-child(3) {
		margin-top: 0;
	}
	.full-screen-modal h3 {
		padding-top: 170px;
	}
	.full-screen-modal .close-button {
		top: 40px;
		right: 30px;
	}
	.content--layout-4 p {
		margin-bottom: 30px;
	}
	.animation-video-box p {
		margin-bottom: -24px;
		font-size: 12px;
	}
	footer {
		text-align: center;
		padding: 45px 0;
	}
	footer nav {
		float: none;
		margin-top: 20px;
	}

	.box-bg-right {
		display: none;
	}
}

@media(max-width: 1200px) {
	.box {
		width: calc(263px / 1.2);
		height: calc(565px / 1.2);
		background-size: 269px;
	}
	.video {
		top: 33px;
	}
}

@media(max-width: 1024px) {
	.box {
		width: calc(263px / 1.5);
		height: calc(565px / 1.5);
		background-size: 216px;
	}
	.box .play-button {
		width: 80px;
		height: 80px;
	}
	.box-col {
		width: initial;
	}
	.box-col-1 {
    	margin-top: calc(50vh - 220px);
	}
	.box-col-2 {
		margin-top: calc(50vh - 70%);
	}
	.video {
		top: 30px;
		transform: scale(1.23);
	}
}

@media screen and (max-width: 1024px) and (min-height: 1024px) {
	.container { 
		max-height: 500px;
	}
	.box-col-1 {
	    margin-top: calc(25vh - 220px);
	}
	.box-col-2 {
	    margin-top: calc(25vh - 70%);
	}
}