body {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Formular-sans';
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
}

input::-ms-clear {
	display: none;
}

input:focus {
	outline: none !important;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button:active, button:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

button {
	cursor: pointer;
	border: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b2b2b2;
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #b2b2b2;
	opacity: 1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #b2b2b2;
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #b2b2b2;
	opacity: 1;
}

.text-center {
	text-align: center;
}

.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header {
	background: #24375f;
	padding: 10px 0;
}

nav{
	position: relative;
}

.hamburger {
	position: absolute;
    right: 25px;
    top: 20px;
    width: 30px;
    height: 22px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.hamburger, .hamburger span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.hamburger span:first-child {
    top: 0
}

.hamburger span:nth-child(2) {
    top: 8px
}

.hamburger span:nth-child(3) {
    top: 16px
}

.hamburger.open span:first-child {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -30px
}

.hamburger.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}


.logo {
	display: block;
	position: relative;
}

.logo__image {
	width: 100%;
}

.mob-menu{
	display: none;
}

.mob-menu .logo {
    padding: 5px 5px 5px 10px;
	width: 300px
}

.mob-list{
	padding-bottom: 30px
}

.mob-list ul{
	width: 100%;
}

.mob-list li{
	width: 320px;
	margin: 20px auto;
	text-align: center;
}

.mob-list .navbar-list-item:not(:last-child){
	margin: 20px auto;
}

.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.navbar-list-item-link {
	font-size: 20px;
}

.navbar-list-item:not(:last-child) {
	margin-right: 50px;
}

.navbar-list-item-link:hover {
	color: #e8edf5;
}

.download .top{
	background-image: url(../typing-tutor/source/img/Header_Image.webp);
    background-size: cover;
	margin-bottom: 50px;
}

.center-holder {
	display: flex;
}

.title__image {
	display: inline-block;
	position: relative;
}

.title__image img {
	width: 600px;
}

.title__image .youtube {
	width: 150px;
	position: absolute;
	top: 115px;
	left: 230px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.title__image .youtube:hover {
	transform: scale(1.1);
}

.title__image .player-holder {
	position: absolute;
	/*top: 14px;
    left: 60px;*/
	top: 4%;
	left: 10%;
	width: 80%;
	height: 81%;
}

.title__text {
	display: inline-block;
	width: 550px;
}

.title__buttons {
	display: flex;
	margin-top: 45px;
}

.logo__image {
	width: 250px;
	object-fit: scale-down;
}

/*
	background: rgb(54,78,166);
background: linear-gradient(31deg, rgba(54,78,166,1) 0%, rgba(134,172,217,1) 35%, rgba(194,229,248,1) 100%);
*/

.btn-green {
	background: #60cc02;
	padding: 5px 50px;
	border-radius: 15px;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
}

.btn-green:hover {
	transform: scale(1.1);
}

.btn-title {
	padding: 5px 30px;
	border-radius: 25px;
	font-size: 26px;
}

.btn-blue {
	background: #6f94cb;
}

.main {
	text-align: left;
	padding: 50px 0 50px 0;
	background-image: linear-gradient(180deg, #90cbe9, #3c61b1);
	background-size: cover;
	position: relative;
	margin-bottom: 50px;
}

.title-h1 {
	font-size: 40px;
	margin-bottom: 0px;
}

.main__text {
	font-size: 20px;
	margin-bottom: 50px;
}

.flag-flex {
	display: flex;
	justify-content: center;
}

.flag-flex-item:not(:last-child) {
	margin-right: 15px;
}

.circle-container {
	display: inline-block;
	position: absolute;
	margin-top: 20px;
	margin-left: 40px;
}

.download-circle {
	position: absolute;
	background: #1976d2;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	transform: rotate(10deg);
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 20px;
	top: -35px;
	right: 0px;
}

.text-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.span-number {
	font-size: 44px;
	line-height: 44px;
	font-weight: 900;
}

.span-text {
	font-size: 25px;
	line-height: 20px;
}

.card {
	color: #000;
	text-align: center;
	-webkit-box-shadow: 0px 6px 8px 4px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 6px 8px 4px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 6px 8px 4px rgba(34, 60, 80, 0.15);
	background: transparent;
	border-radius: 15px;
	margin-bottom: 50px;
}

.cart__title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.cart__title img {
	width: 200px;
	object-fit: scale-down;
	height: 38px;
}

.card__image {
	background: #f3f3f3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card__image img {
	width: 100%;
	min-height: 300px;
	object-fit: scale-down;
}

.card__content {
	padding: 25px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.card__content-title {
	padding: 0 0 25px 0;
	font-weight: bold;
	font-size: 30px;
}

.card__content-text {
	font-size: 16px;
	min-height: 15px;
	padding: 0 15px;
}

.card__content-download {
	padding: 10px 50px;
	display: block;
	background:  #43a047;
	border-radius: 30px;
	font-size: 25px;
	width: 350px;
	margin: 0 auto;
	margin-top: 25px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.card__content-download:hover {
	transform: scale(1.1);
}

.card__content-download-small {
	font-size: 19px;
	width: 180px;
	text-align: center;
	padding: 7px 20px;
	border-radius: 18px;
}

.card__content-download:hover {
	transform: scale(1.1);
}

.bg1 {
	background: #532c6d;
}

.bg2 {
	background: #261541;
}

.bg3 {
	background: #2a8fb4;
}

.bg4 {
	background: #ed6905;
}

.card__content-link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 15px;
	display: block;
}

.circle-2 {
	position: absolute;
	background: #eb5e0c;
	height: 100px;
	width: 100px;
	right: 10px;
	top: -10px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(10deg);
	-webkit-box-shadow: 0px 20px 8px -10px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 20px 8px -10px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 20px 8px -10px rgba(34, 60, 80, 0.15);
}

.footer {
	background: #444444;
	padding: 10px 0;
	font-size: 14px;
}

.copy {
	text-align: center;
	color: #e3e3e3;
}

.download{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.download .top-row{
	position: relative;
	width: max-content;
	margin: 0 auto;
}

.download .download-descr {
	font-size: 14px;
}

.download .top-img {
	margin: 20px auto;
	width: 700px;
	opacity: 0;
}

.download .youtube {
    width: auto;
	height: 17%;
	position: absolute;
	top: 45%;
	left: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	transform: translate(-50%, -50%);
}

.download .youtube:hover {
	width: auto;
	height: 30%;
}

.download .player-holder {
	position: absolute;
	top: 8%;
	left: 6%;
	width: 85%;
	height: 84%;
}

.download .light-grey {
	background-image: url(../typing-tutor/source/img/Banner.png);
	background-repeat: no-repeat;
	background-color: #edf0f6;
	background-position: right center;
	position: relative;
	min-height: 392px;
}

.download .light-grey .orange-circle{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 180px;
	height: auto;
}

.download .light-grey .blue-dots{
	position: absolute;
	width: 234px;
	height: auto;
	transform: translate(-50%, -50%);
	right: 120px;
	top: 50%;
}

.download .middle {
	margin: 20px 0;
	padding: 40px 0;
}

.download .light-grey .grey-img, .download .white img{
	width: 400px;
}

.download .light-grey .grey-img{
    float: right;
	margin-top: 30px;
}

.download .white img{
    float: left
}

.download .light-grey .text-container, .download .white .text-container{
    width: 370px;
}

.download .light-grey .text-container{
	float: left;
}


.download .white .text-container{
	float: right;
}

@media screen and (max-width: 1729.92px) {
	.download .light-grey .blue-dots{
		display: none;
	}
}

@media screen and (max-width: 1199.92px) {
	.logo__image {
		width: 180px;
		margin-top: 5px;
	}
	.navbar-list-item:not(:last-child) {
		margin-right: 20px;
	}
	.btn-buy {
		padding: 5px 10px;
	}
	.title__image {
		margin-right: 30px;
	}
	.title__image img {
		width: 400px;
		height: auto;
	}

	.download .top-img {
		opacity: 1;
	}

	.download .top{
		background-image: none;
		margin-bottom: 30px;
	}

	.download .player-holder{
		top: 8%;
		left: 10%;
		width: 80%;
		height: 76%;
	}

	.download .light-grey{
		background-image: none;
	}

	.download .light-grey .orange-circle{
		display: none;
	}

	.circle {
		right: 120px;
	}
}

@media screen and (max-width: 991.98px) {

	header{
		padding: 0;
	}

	.btn-buy {
		text-align: center;
	}

	.desktop-menu{
		display: none;
	}

	.mob-menu{
		display: block;
	}

	.download .middle {
		margin: 10px 0 0;
		padding: 30px 0 20px;
		text-align: center;
	}

	.download .light-grey .grey-img,
	.download .white img {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}

	.download .light-grey .text-container,
	.download .white .text-container {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}

	.download .text-container h2{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {

	.download .top-row{
		width: 100%;
	}

	.download-circle{
		display: none;
	}
	
	.download .top-img {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {

	.download .light-grey .grey-img, .download .white img{
		width: 100%;
		margin-top: 0;
	}

	.download .light-grey .text-container, 
	.download .white .text-container {
		width: 100%;
	}

	
	.card__content-download {
		width: 100%;
		font-size: 20px;
	}
	.circle-2 {
		width: 50px;
		height: 50px;
		font-size: 14px;
	}
	.flag-flex {
		display: none;
	}
	.title-h1 {
		font-size: 32px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.main {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.circle-container {
		display: none;
	}
	.main__text {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.center-holder {
		display: flex;
		flex-wrap: wrap;
	}
	.title__image {
		/*display: none;*/
		margin-left: -15px;
		margin-right: -15px;
	}
	.title__image img {
		width: 100%;
		height: auto;
	}
	.title__image .youtube {
		width: 100px;
		top: 80px;
		left: 150px;
	}
	.title__buttons {
		margin-top: 20px;
	}
	.btn-title {
		padding: 5px 20px;
		border-radius: 20px;
		font-size: 18px;
		margin: auto;
	}

	.download{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
}