*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	background-color: #f1f1f1;
}



/* Left Side */


.left-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	padding: 42px;
	width: 320px;
	height: 100vh;
	position: fixed;
	background-color: #ffffff;
}

.logo {
	width: 170px;
	height: 40px;
}

.left-side__link {
	display: block;
	padding-bottom: 15px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	color: #999999;
}

.left-side_other-question {
	padding-bottom: 0;
	text-decoration: underline;
	color: #000000;
}



/* Right Side */


.right-side {
	padding: 30px 30px 0 350px;
}

.logo-media {
	width: 130px;
	height: 27px;
	display: none;
}




/* Selected Card */


.select-card-one {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	background-color: #8b3ffd;
	border-radius: 20px;
}

.select-card-one__container {
	padding: 50px 0 0 20px;
}

.select-card-one__title {
	padding-bottom: 20px;
	width: 300px;
	font-size: 40px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	line-height: 1.14;
	color: #ffffff;
}

.select-card-one__text {
	padding-bottom: 30px;
	width: 410px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	color: #ffffff;
}

.select-card-one__button {
	margin-bottom: 50px;
	padding: 17px 55px;
	border-radius: 10px;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #8b3ffd;
}

.select-card-one__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	   -ms-flex-align: end;
	      align-items: flex-end;
}



/* Card One */


.card-one {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	background-color: #ffffff;
	border-radius: 20px;
}

.card-one__container {
	padding: 50px 0 50px 20px;
}

.card-one__title {
	padding-bottom: 25px;
	width: 420px;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	line-height: 1.13;
	color: #000000;
}

.card-one__text {
	padding-bottom: 25px;
	width: 480px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	color: #000000;
}

.card-one__img {
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}



/* Card Two */

.card-two {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	background-color: #ffffff;
	border-radius: 20px;
}

.card-two__container {
	padding: 50px 0 25px 20px;
}

.card-two__title {
	padding-bottom: 50px;
	width: 500px;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	line-height: 1.13;
	color: #000000;
}

.card-two__text {
	padding-bottom: 30px;
	width: 480px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	color: #000000;
}

.size-img {
	width: 374px;
	height: 189px;
}

.card-two_img {
	padding-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}



/* Card Three */


.card-three {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	background-color: #ffffff;
	border-radius: 20px;
}

.card-three__container {
	padding: 80px 0 80px 20px;
}

.card-three__title {
	padding-bottom: 30px;
	width: 390px;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	line-height: 1.13;
	color: #000000;
}

.card-three__text {
	padding-bottom: 30px;
	width: 480px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	color: #000000;
}

.card-three_img {
	padding-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.size-img-two {
	width: 352px;
	height: 256px;
}




/* Select Card Two */


.select-card-two {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	background-color: #8b3ffd;
	border-radius: 20px;
}

.select-card-two__container {
	padding: 80px 0 0 20px;
}

.select-card-two__title {
	padding-bottom: 20px;
	width: 480px;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	line-height: 1.14;
	color: #ffffff;
}

.select-card-two__text {
	padding-bottom: 30px;
	width: 480px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	color: #ffffff;
}

.select-card-two__button {
	margin-top: 30px;
	margin-bottom: 70px;
	padding: 17px 55px;
	border-radius: 10px;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #8b3ffd;
}

.select-card-two__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	   -ms-flex-align: end;
	      align-items: flex-end;
}



/* Footer */


.footer {
	padding: 0 0 30px 30px;
	color: #424242;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
}




























