@import url("//fonts.googleapis.com/css?family=Roboto:400,500&display=swap");

* {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

body {
	font-family: 'Roboto';
	color: #0c2537;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0;
}

a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #fff;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal;
}

ul {
	margin: 0;
	padding: 0;
}

input,
button,
textarea,
select {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* Main section */
.main {
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}

.main-title {
	font-size: 30px;
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 40px;
}

.main-btn {
	background-color: #2648f5;
	padding: 17px 40px;
	-webkit-border-radius: 23px;
					border-radius: 23px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	-webkit-transition: .5s;
	transition: .5s;
	margin-right: 20px;
}

.main-btn-last {
	margin-right: 0;
}

.main-btn:hover {
	background-color: #5771f7;
}

.main-btn-2 {
	background-color: #2648f5;
	padding: 17px 40px;
	-webkit-border-radius: 23px;
					border-radius: 23px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	-webkit-transition: .5s;
	transition: .5s;
}

.main-btn-2:hover {
	background-color: #5771f7;
}

.main-btn-3 {
	background-color: #2648f5;
	padding: 17px 40px;
	-webkit-border-radius: 23px;
					border-radius: 23px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	-webkit-transition: .5s;
	transition: .5s;
}

.main-btn-3:hover {
	background-color: #5771f7;
}

.logo {
	width: 770px;
}

/* About section */
.about {
	background-color: #f0f5f5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
			-ms-flex-align: start;
					align-items: flex-start;
}

.about-left {
	width: 50%;
	padding: 50px;
	padding-left: 10%;
}

.about-right {
	padding-top: 50px;
	width: 50%;
	padding-right: 10%;
	text-align: center;
}

.about-title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 40px;
}

.about-text {
	font-size: 15px;
	margin-bottom: 20px;
}

.about-text a {
	color: #2648f5;
	text-decoration: underline;
}

.about-img {
	height: 456px;
}

.about-btn {
	border: 2px solid #0c2537;
	background-color: transparent;
	padding: 10px 50px;
	color: #0c2537;
	font-size: 18px;
	line-height: 1;
	-webkit-transition: .5s;
	transition: .5s;
	margin-top: 20px;
}

.about-btn:hover {
	background-color: #0c2537;
	color: #fff;
}

.about-btn:focus, .about-btn:active {
	color: #0c2537;
}

.video {
	padding: 40px 5%;
	text-align: center;
}

video {
	outline: none;
	height: 500px;
	width: 100%;
}

/* Join section */
.join {
	padding: 40px 0;
}

.join-wrapper {
	width: 556px;
	margin: auto;
}

.join-title {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.join-title:after {
	content: '';
	width: 60px;
	height: 1px;
	background-color: #0c2537;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
	bottom: 0;
}

.join-text {
	font-size: 15px;
	margin-bottom: 20px;
}

.join-form {
	width: 100%;
	margin: auto;
	margin-top: 40px;
}

.join-form-label {
	margin-top: 20px;
}

.join-form-label span {
	color: #e55355;
}

.join-form-input, .join-form-textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #0c2537;
	padding-left: 10px;
	background-color: transparent;
	margin-top: 15px;
	margin-bottom: 5px;
}

.join-form-textarea {
	height: 60px;
	padding: 10px;
}

.join-form-checkbox {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	margin-top: 15px;
}

.join-form-checkbox-text {
	font-size: 14px;
	margin-left: 5px;
}

.join-form-btn {
	border: 2px solid #0c2537;
	padding: 10px 35px;
	background-color: transparent;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.join-form-btn:hover {
	background-color: #0c2537;
	color: #fff;
}

.join-form-btn-wrapper {
	text-align: center;
}

/* Extension-app section */
.extension-app {
	background-color: #f0f5f5;
	padding: 30px 0;
	text-align: center;
}

.extension-app-text {
	width: 500px;
	margin: auto;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.extension-app-text-last {
	margin-bottom: 30px;
}

.extension-app-btn {
	-webkit-transition: .5s;
	transition: .5s;
}

.extension-app-btn:hover {
	-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
					transform: scale(1.2);
}

/* Who section */
.who {
	padding: 40px 0;
	text-align: center;
}

.who-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}

.who-text {
	width: 800px;
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 1px;
}

/* Signs section */
.signs {
	background-color: #f0f5f5;
	padding: 40px 0;
}

.signs-title {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}

.signs-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 1400px;
	margin: auto;
}

.signs-img {
	width: 700px;
	margin-right: 30px;
}

.signs-list {
	margin-bottom: 50px;
}

.signs-list li {
	display: block;
	font-size: 19px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.signs-list li:before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #2648f5;
	position: absolute;
	left: 0;
	top: 10px;
}

.signs-text {
	font-size: 19px;
	font-style: italic;
}

.signs-text a {
	color: #2648f5;
}

/* Notroll section */
.notroll {
	padding: 40px 0;
	text-align: center;
}

.notroll-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.notroll-desc {
	display: inline-block;
	width: 800px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.notroll-wrapper {
	width: 1400px;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.notroll-img {
	width: 700px;
	margin-right: 30px;
}

.notroll-form {
	text-align: left;
	width: 500px;
}

.notroll-form-input, .notroll-form-textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #0c2537;
	padding-left: 10px;
	background-color: transparent;
	margin-bottom: 20px;
}

.notroll-form-textarea {
	height: 60px;
	padding: 10px;
}

.notroll-form-checkbox {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	margin-top: 15px;
}

.notroll-form-checkbox-text {
	font-size: 14px;
	margin-left: 5px;
}

.notroll-form-btn {
	border: 2px solid #0c2537;
	padding: 10px 35px;
	background-color: transparent;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.notroll-form-btn:hover {
	background-color: #0c2537;
	color: #fff;
}

/* Footer */
.footer {
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
}

.footer-text {
	width: 760px;
	margin: auto;
	font-size: 14px;
	line-height: 1.5;
}

.footer-text a {
	color: #2648f5;
	text-decoration: underline;
}

.contacts-list {
	margin-bottom: 30px;
}

.contacts-list li {
	display: inline-block;
	margin-right: 30px;
}

.contacts-list li:last-child {
	margin-right: 0;
}

.contacts-list img {
	width: 30px;
}

.contacts-list a {
	-webkit-transition: .5s;
	transition: .5s;
}

.contacts-list a:hover {
	opacity: .7;
}

.form-popup {
	background-color: #fff;
	-webkit-border-radius: 25px;
					border-radius: 25px;
	max-width: 500px;
	margin: auto;
	padding: 40px 30px 20px;
	position: relative;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0);
			-ms-transform: scale(0);
					transform: scale(0);
}

.form-popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 10%;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	z-index: -1;
}

.form-popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.form-popup-text {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.form-popup-text a {
	color: #2648f5;
	text-decoration: underline;
}

/* Media(Adaptive) */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1450px) {
	.signs-wrapper,
	.notroll-wrapper {
		width: 90%;
	}
	.signs-img,
	.notroll-img {
		width: 600px;
	}
}
@media only screen and (max-width: 1199px) {
	.about-left {
		padding-left: 5%;
		padding-right: 2%;
	}
	.about-right {
		padding-right: 5%;
		padding-top: 50px;
	}
	.about-img {
		height: auto;
	}
	.signs-wrapper,
	.notroll-wrapper {
		display: block;
	}
	.signs-img,
	.notroll-img {
		display: none;
	}
	.notroll-form {
		display: inline-block;
		text-align: center;
	}
	.notroll-form-checkbox {
		text-align: left;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
	.logo {
		width: 500px;
	}
	.main-btn {
		padding: 17px 20px;
	}
	.about {
		display: block;
		padding-bottom: 50px;
	}
	.about-left {
		width: 100%;
		padding-right: 5%;
		padding-bottom: 20px;
	}
	.about-right {
		width: 100%;
		text-align: center;
		padding-top: 0;
	}
	.about-img {
		width: 350px;
	}
	.who {
		padding: 40px 5%;
	}
	.who-text {
		width: auto;
	}
	.notroll {
		padding: 40px 5%;
	}
	.notroll-desc {
		width: auto;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.main {
		padding: 30px;
	}
	.main-title {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.main-btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.main-btn-last {
		margin-bottom: 0;
	}
	.logo {
		width: auto;
	}
	.about {
		padding: 30px;
	}
	.about-left {
		padding: 0;
		margin-bottom: 30px;
	}
	.join-title {
		line-height: 1.4;
		font-size: 27px;
	}
	.join-wrapper {
		width: 100%;
		padding: 0 30px;
	}
	.join-form {
		width: 100%;
	}
	.extension-app {
		padding: 30px;
	}
	.extension-app-text {
		width: auto;
	}
	.footer {
		padding: 30px;
	}
	.footer-text {
		width: auto;
	}
	.signs {
		padding: 40px 5%;
	}
	.notroll-form {
		width: auto;
	}
	video {
		height: auto;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
	.main {
		padding: 30px 15px;
	}
	.main-btn {
		padding: 15px 25px;
	}
	.about {
		padding: 30px 15px;
	}
	.join {
		padding: 30px 15px;
	}
	.join-wrapper {
		padding: 0;
	}
	.join-title {
		font-size: 28px;
	}
	.extension-app {
		padding: 30px 15px;
	}
	.extension-app-btn:hover {
		-webkit-transform: none;
				-ms-transform: none;
						transform: none;
	}
	.footer {
		padding: 30px 15px;
	}
	.form-popup {
		padding: 40px 15px 20px;
	}
	.signs-title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.signs-list li,
	.signs-text {
		font-size: 16px;
	}
	.notroll-desc {
		margin-bottom: 20px;
	}
}