@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.eot');
    src: local('Lato Medium'), local('Lato-Medium'),
        url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff'),
        url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Heavy.eot');
    src: local('Lato Heavy'), local('Lato-Heavy'),
        url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Heavy.woff2') format('woff2'),
        url('../fonts/Lato-Heavy.woff') format('woff'),
        url('../fonts/Lato-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: local('Lato Bold'), local('Lato-Bold'),
        url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
h1 {
	font-size: 61px;
	font-weight: 900;
}
h2 {
	font-size: 60px;
	font-weight: 900;
	line-height: 1.1;
}
h3 {
	font-size: 40px;
	font-weight: 900;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Lato', 'Montserrat', sans-serif;
	font-display: swap;
	font-size: 16px;
	color: #37373a;
	overflow-x: hidden;
	background: #f7f7f7;
	background-repeat: no-repeat;
	background-image: url(../img/bg-note2.jpg);
	background-position: bottom right;
}
body.start {
	background-image: url(../img/bg-note.jpg);
	background-position: 0 80px;
}
body.record {
	background-image: url(../img/bg-note.jpg);
	background-position: 0 405px;
}
.wrapper {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 15px;
}
.top {
	padding-bottom: 26px;
	padding-top: 19px;
	display: block;
	border-bottom: 1px solid #dbdbdb;
}
.top .logo svg {
	fill: #1d1d1f;
	height: 102px;
	width: 206px;
}
.header h1 {
	color: #2198f4;
	text-transform: uppercase;
	float: left;
	padding-top: 37px;
}
.header h1 span {
	display: block;
	font-size: 14px;
	color: #1d1d1f;
	letter-spacing: 0.22em;
	padding-bottom: 13px;
}
.header h1 b {
	display: block;
	font-size: 30px;
	line-height: 55px;
	color: #1d1d1f;
	text-transform: lowercase;
	margin-top: -2px;
}
.header .balloon {
	float: right;
	position: relative;
	width: 375px;
	height: 156px;
	display: flex;
	text-align: center;
	align-items: center;
	margin-top: 41px;
	margin-right: 68px;
	margin-bottom: 42px;
}
body.start .header .balloon {
	margin-bottom: 58px;
}
body.record .header .balloon {
	margin-bottom: 20px;
}
.header .author {
	position: absolute;
	top: -173px;
	left: 287px;
	width: 156px;
	height: 156px;
	display: block;
	background: url(../img/bg-author.jpg);
	background-size: 100%;
	border-radius: 50%;
	z-index: 1;
}
.header .balloon svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 156px;
	fill: #2198f4;
}
body.record .header .balloon svg {
	transform: scaleY(0.75);
	top: -5px;
}
.header .balloon p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: white;
	line-height: 1.43;
	width: 338px;
	padding: 0 10px;
	z-index: 1;
}
body.record .header .balloon p {
	position: relative;
	top: -5px;
}
.todo {
	clear: both;
	background: linear-gradient(90deg, transparent 50%, #dce8eb 50%);
}
.todo .wrapper {
	position: relative;
	padding-bottom: 28px;
}
.todo .rect {
	position: absolute;
	left: 18%;
	top: 0;
	width: 70%;
	height: 100%;
	background-color: #dce8eb;
	border-top-left-radius: 130px;
	border-bottom-left-radius: 130px;
	z-index: -1;
}
.todo h3 {
	padding-top: 56px;
	padding-bottom: 39px;
}
.todo ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	list-style-type: none;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.todo ul li {
	background-color: white;
	max-width: 290px;
	text-align: center;
	padding: 0 35px;
	padding-bottom: 42px;
	margin: 0 15px;
	margin-bottom: 30px;
}
.todo_new ul li:first-child {
	max-width: 680px;
}
.todo_new ul li .tg {
	margin: 0 auto;
	max-width: 290px;
}
.todo ul li > svg {
	padding-top: 58px;
	padding-bottom: 31px;
	fill: #ccc;
	height: 109px;
}
.todo ul li p {
	font-size: 18px;
	line-height: 1.56;
	color: #424141;
	padding-bottom: 10px;
	text-align: left;
}
.todo ul li .tg {
	display: block;
	margin-top: 10px;
	justify-content: center;
	align-items: center;
	background-color: #2ca5e0;
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 58px;
	/*height: 58px;*/
}
.todo ul li .tg > svg {
	fill: white;
	height: 18px;
	width: 24px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 6px;
}
.todo ul li i {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	line-height: 2;
	color: #a4a4a4;
	font-style: normal;
}
.todo ul li .social-btns {
	display: flex;
	justify-content: center;
	padding-top: 11px;
	padding-bottom: 18px;
}
.todo ul li .social-btns a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 57px;
	height: 57px;
	background-color: #1d1d1f;
	margin: 0 5px;
}
.todo ul li .social-btns a > svg {
	fill: white;
	width: 57px;
}
.todo ul li .social-btns a.social-vk > svg {
	height: 20px;
}
.todo ul li .social-btns a.social-ok > svg {
	height: 28px;
}
.todo ul li .social-btns a.social-fb > svg {
	height: 28px;
}
.todo ul li .social-btns a.social-tw > svg {
	height: 26px;
}
.todo a {
	font-weight: bold;
	color: black;
}
.form {
	clear: both;
	position: relative;
}
.form-nostart {
	background: linear-gradient(90deg, #dce8eb 50%, transparent 50%);
	padding: 80px 0;
}
.form-nostart .rect {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background-color: #dce8eb;
	border-top-right-radius: 130px;
	border-bottom-right-radius: 130px;
	z-index: -2;
}
.form .wrapper {
	position: relative;
}
.form-nostart .wrapper {
	background: white;
	z-index: 1;
	padding-bottom: 60px;
}
.form h2 {
	padding-top: 43px;
	padding-bottom: 15px;
}
.form-nostart h2 {
	font-size: 40px;
	padding-top: 54px;
}
.form form {
	position: relative;
}
.form input[type=text] {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.6;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #b2b2b2;
	outline: 0;
	display: block;
	width: 60%
}
.form .pen {
	display: block;
	position: absolute;
	width: 468px;
	height: 339px;
	top: -122px;
	left: 59.8%;
	background: url(../img/bg-pen.png) no-repeat;
}
.form input[type=text]::placeholder {
	color: #b2b2b2;
}
.form p {
	font-size: 18px;
    line-height: 1.56;
	color: #424141;
	display: none;
}
.form p a {
	color: #424141;
}
.form button {
	background-color: #1d1d1f;
	font-size: 20px;
	font-weight: bold;
	color: white;
	width: 276px;
	height: 67px;
	line-height: 67px;
	border: 0;
	margin-top: 30px;
	cursor: pointer;
}
.form button > svg {
	width: 26px;
	height: 21px;
	fill: white;
	position: relative;
	top: 3px;
	left: 9px;
}
.timer {
	padding-top: 59px;
	padding-bottom: 115px;
	position: relative;
}

.timer.record {
	padding-top: 1em;
	padding-bottom: 1em;
}

.timer-nostart {
	padding-top: 29px;
	padding-bottom: 10px;
}
.timer .rect {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 95%;
	height: 278px;
	background-color: #eaf0f1;
	border-top-right-radius: 130px;
	z-index: -1;
}
.timer-nostart .rect {
	display: none;
}
.timer .wrapper {
	background: white;
	position: relative;
	overflow:hidden;
}
.timer-nostart .wrapper {
	background: transparent;
}
.white-rect {
	position: absolute;
	left: -7%;
	top: 0;
	width: 114%;
	height: 100%;
	background-color: white;
	z-index: -1;
}
.timer-nostart .white-rect {
	display: none;
}
.timer h3 {
	padding-top: 33px;
	padding-bottom: 17px;
}
.timer .counter ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 -5px;
}
.timer .counter ul li {
	width: 220px;
	padding-bottom: 10px;
	margin: 0 5px;
}
.timer .counter ul li p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	line-height: 3.5;
	border-bottom: 1px solid #dbdbdb;
	display: block;
	width: 100%;
}
.timer .counter ul li span {
	display: block;
	font-size: 100px;
	line-height: 1.52;
	font-weight: 900;
}
.timer > p {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 15px;
	padding-top: 10px;
}
.video h3 {
	position: relative;
	bottom: 1em;
}
.video {
	clear: both;
	padding-top: 70px;
	padding-bottom: 75px;
	position: relative;
}

.video.v2 {
	margin-top: 2em;
}

.video .rect {
	position: absolute;
	top: 0;
	left: 35%;
	width: 65%;
	height: 535px;
	background-color: #dce8eb;
	border-top-left-radius: 130px;
	border-bottom-left-radius: 130px;
	z-index: -1;
}
.video .frame {
	margin: 0 auto;
	width: 875px;
	height: 492px;
	text-align: center;
	position: relative;
}
.video .frame iframe {
	margin: 0 auto;
	background-color: white;
}
.video .frame .phone {
	position: absolute;
	left: -80px;
	top: -68px;
	width: 1033px;
	height: 652px;
	background: url(../img/bg-phone.png) no-repeat;
	pointer-events: none;
}
.link {
	text-align: center;
}
.link .button {
	display: inline-flex;
	background-color: #2198f4;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-left: 25px;
	padding-right: 33px;
	line-height: 1.5;
	padding-top: 18px;
	padding-bottom: 18px;
	border: 0;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.link .button:hover {
	background-color: #34a2ff;
}


.link .button > svg {
	width: 26px;
	height: 21px;
	fill: white;
	position: relative;
	left: 9px;

}
.link .timer {
	padding-bottom: 0;
}
.link .timer h3 {
	padding-top: 0;
}
.testimonials {
	padding-bottom: 140px;
	padding-top: 77px;
	position: relative;
}
.testimonials .rect {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 282px;
	background-color: #dce8eb;
	border-top-right-radius: 130px;
	z-index: -1;
}
.testimonials .wrapper .container {
	background-color: white;
	padding: 0 15px;
	padding-bottom: 15px;
}
.testimonials .wrapper h3 {
	padding-top: 34px;
	padding-bottom: 48px;
	text-align: center;
}
.testimonials .wrapper .cc.mc-sky .mc-btn2 {
	background-color: #1d1d1f !important; 
}
.txt {
	clear: both;
	text-align: center;
}
.txt p {
	font-size: 20px;
    line-height: 1.5;
    padding: 20px 0;
}
@media (max-width: 1780px) {
	body {
		background-image: none;
	}
	body.start {
		background-image: none;
	}
	body.record {
		background-image: none;
	}
	.timer-nostart {
		padding-bottom: 10px;
	}
}
@media (max-width: 1500px) {
	.testimonials .rect {
		border-top-right-radius: 0;
	}
}
@media (max-width: 1190px) {
	.top {
		border-bottom: 0;
	}
	.top .author {
		position: absolute;
	}
	.top .logo {
		text-align: center;
	}
	.header h1 {
		float: none;
		text-align: center;
	}
	.header .balloon {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 120px;
		left: -20px;
	}
	.header .balloon .author {
		left: 287px;
		top: -87px;
	}
	.header .balloon svg   
	{
		transform: rotateX(180deg);
	}
	body.record .header .balloon svg {
		transform: scaleY(0.75) rotateX(180deg);
	}
	.todo_new ul li {
		width: 680px;
		max-width: none;
	}
	.todo_new ul li li {
		width: auto;
	}	
	.todo_new ul li p {
		text-align: center;
	}
	.todo h3 {
		text-align: center;
	}
	.todo .rect {
		left: 30%;
	}
	.form-nostart .wrapper {
		margin: 0 15px;
	}
	.form-nostart .wrapper .white-rect {
		display: none;
	}
	.form h2 {
		text-align: center;
	}
	.form form {
		text-align: center;
	}
	.form .pen {
		display: none;
	}
	.form input[type=text] {
		margin-left: auto;
		margin-right: auto;
	}
	.timer .counter {
		text-align: center;
	}
	.timer .rect {
		width: 100%;
		border-top-right-radius: 0;
	}
}
@media (max-width: 990px) {
	.todo_new ul li .tg {
		max-width: none;
	}	
	.video {
		overflow-x: hidden;
	}
	.video .frame {
		width: 95%;
		height: auto;
		left: 1%;
	}
	.video .frame .dummy {
		padding-top: 56.22857142857143%;
		pointer-events: none;
	}
	.video .frame iframe, .video .frame img {
		position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
	}
	.video .frame .phone {
		left: -9%;
    	top: -13.8%;
    	width: 144.6280991735537%;
		height: 131.4516129032258%;
		background-size: contain;
	}
	.video .rect {
		height: 70%;
	}
}
@media (max-width: 730px) {
	.top .logo svg {
		width: 142px;
		height: 70px;
	}
	h1 {
		font-size: 27px;
	}
	h2 {
		font-size: 29px;
	}
	h3 {
		font-size: 20px;
	}
	.header h1 {
		padding-top: 0;
	}
	.header h1 span {
		padding-bottom: 3px;
	}
	.header h1 b {
		font-size: 26px;
		line-height: 39px;
	}
	.header .balloon {
		width: 273px;
		height: 114px;
		left: -10px;
		margin-top: 47px;
		margin-bottom: 11px;
	}
	body.record .header .balloon {
		margin-bottom: 5px;
	}
	.header .balloon svg {
		width: 273px;
		height: 114px;
		transform: scaleY(0.8) rotateX(180deg);
	}
	body.record .header .balloon svg {
		transform: scaleY(0.75) rotateX(180deg);
	}
	.header .balloon p {
		font-size: 15px;
		line-height: 1.47;
		width: 230px;
		padding-left: 20px;
		text-align: left;
	}
	.header .balloon .author {
		width: 95px;
		height: 95px;
		left: 202px;
		top: -42px;
	}
	.todo {
		background: none;
	}
	.todo h3 {
		padding-top: 43px;
		padding-bottom: 34px;
	}
	.todo .rect {
		left: 50%;
		width: 50%;
		overflow-x: hidden;
	}
	.todo ul {
		margin-left: 0;
		margin-right: 0;
	}
	.todo ul li {
		padding-bottom: 23px;
		margin-left: 0;
		margin-right: 0;
		max-width: 320px;
	}
	.todo_new ul li {
		max-width: none;
	}
	.todo ul li:nth-child(1) {
		order: 2;
	}
	.todo ul li:nth-child(2) {
		order: 1;
	}
	.todo ul li:nth-child(3) {
		order: 3;
	}
	.todo_new ul li:nth-child(1) {
		order: 1;
	}
	.todo_new ul li:nth-child(2) {
		order: 2;
	}
	.todo ul li > svg {
		padding-top: 40px;
		padding-bottom: 28px;
	}
	.todo ul li p {
		font-size: 16px;
		line-height: 1.75;
		text-align: center;
	}
	.form-nostart {
		background: none;
		padding-top: 20px;
		padding-bottom: 65px;
	}
	.form-nostart .rect {
		top: 30%;
		height: 70%;
		left: auto;
		right: 0;
		width: 20%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 130px;
		border-bottom-left-radius: 130px;	
	}
	.form-nostart .wrapper {
		padding-bottom: 40px;
	}
	.form h2 {
		padding-top: 20px;
		padding-bottom: 27px;
	}
	.form-nostart h2 {
		font-size: 29px;
		padding-top: 39px;
	}
	.form input[type=text] {
		width: 90%;
		text-align: center;
	}
	.timer {
		padding-top: 40px;
		padding-bottom: 98px;
	}
	.timer-nostart {
		padding-top: 0;
		padding-bottom: 35px;
	}
	.timer-nostart h3 {
		padding-top: 25px;
	}
	.white-rect {
		display: none;
	}	
	.timer h3 {
		padding-top: 38px;
		padding-bottom: 29px;
	}
	.timer .counter ul li {
		padding-bottom: 22px;
	}
	.timer .counter ul li p {
		font-size: 10px;
		line-height: 2.2;
	}
	.timer .counter ul li span {
		font-size: 52px;
	}
	.video {
		padding-top: 40px;
	}
	.testimonials {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.testimonials h3 {
		font-size: 29px;
	}
}

@media (max-width: 350px) {
	.todo ul li .tg {
		line-height: 30px;
		padding: 10px 5px;
	}
}

.reviews {
	clear: both;
	padding-top: 70px;
	padding-bottom: 75px;
	position: relative;	
}

.reviews .review {
	max-width: 900px;
	margin: 0 auto 40px auto;
	text-align: center;
	position: relative;
}

.reviews .review h2 {
	font-size: 18px;
	width: 540px;
	margin: auto;
	text-align: left;
	background: #2198F4;
	color: white;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 10px;
	border-radius: 10px 10px 0 0;
}

.reviews .review img {
	max-width: 900px;
}