@font-face {
	font-family: Roboto;
	src: url('fonts/Roboto-Regular.ttf');
	font-weight: normal;
}
@font-face {
	font-family: Roboto;
	src: url('fonts/Roboto-Medium.ttf');
	font-weight: 600;
}
@font-face {
	font-family: Roboto;
	src: url('fonts/Roboto-Bold.ttf');
	font-weight: 700;
}
@font-face {
	font-family: Roboto;
	src: url('fonts/Roboto-Black.ttf');
	font-weight: 900;
}
@font-face {
	font-family: Roboto;
	src: url('fonts/Roboto-Light.ttf');
	font-weight: 300;
}

body, div, h1, h2, h3, h4, p, li, a {
	font-family: Roboto;
	color: #393939;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h1 {
	font-size: 75px;
	font-weight: 600;
}
h2 {
	font-size: 40px;
}
section {
	display: flex;
	justify-content: center;
}
button, input {
	outline: none;
	border: none;
}
button:hover {
	cursor: pointer;
}
section .container {
	max-width: 1200px;
	flex-grow: 1;
	padding: 0 15px;
}
section.header {
	padding: 15px 10px;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 1px 4px rgba(140,140,140,.7);
}
section.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.seporator {
	display: flex;
	justify-content: center;
	padding: 90px 0;
}
.seporator i {
	width: 40px;
	height: 2px;
	background: #7a7a7a;
}
nav {
	display: flex;
	justify-content: center;
	flex-grow: 1;
}
nav a h2 {
	font-size: 20px;
	font-weight: normal;
	margin-left: 25px;
	transition: all .3s;
}
nav a h2:hover {
	color: #305299;
}
nav a.active h2 {
	color: #305299;
	border-bottom: 2px solid #305299;
	padding-bottom: 4px;
	font-weight: 600;
}
.btn_blue {
	font-size: 16px;
	color: #fff;
	padding: 14px 25px;
	border-radius: 70px;
	transition: all .2s;
	background: rgb(14,49,119);
    background: -moz-linear-gradient(0deg, rgba(14,49,119,1) 0%, rgba(50,85,156,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(14,49,119,1) 0%, rgba(50,85,156,1) 100%);
    background: linear-gradient(0deg, rgba(14,49,119,1) 0%, rgba(50,85,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e3177",endColorstr="#32559c",GradientType=1);
}
.call {
	transition: all .2s;
}
.call:hover, .btn_red:hover, .btn_blue:hover {
	transform: translateY(-3px);
}
.btn_red {
	font-size: 16px;
	color: #fff;
	padding: 14px 25px;
	border-radius: 70px;
	transition: all .2s;
	background: rgb(14,49,119);
    background: rgb(185,0,31);
    background: -moz-linear-gradient(0deg, rgba(185,0,31,1) 0%, rgba(234,0,26,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(185,0,31,1) 0%, rgba(234,0,26,1) 100%);
    background: linear-gradient(0deg, rgba(185,0,31,1) 0%, rgba(234,0,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9001f",endColorstr="#ea001a",GradientType=1); 
}
section.offer {
	background-image: url(/upload/medialibrary/4c0/4c0a60af296d8306423c0898cb23ff2d.jpg);
	padding-top: 165px;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 4rem;
}
section.offer .container {
	flex-direction: column;
}
section.offer h1 {
	margin-bottom: 60px;
}
section.offer .main_offer {
	margin-bottom: 250px;
}
section.offer .main_offer p {
	font-size: 30px;
	line-height: 54px;
	margin-bottom: 60px;
}
section.offer .main_offer a {
	display: block;
	width: 185px;
}
section.offer .tariffs {
	flex-grow: 1;
}
section.offer .tariffs h2 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}
section.offer .tariffs p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 22px;
}
section.offer .tariffs p.bottom_descr {
	margin-bottom: 0;
}
section.offer .tariffs .plan_table {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 40px;
}
section.offer .tariffs .plan_table .plan {
	max-width: 300px;
	border-radius: 	20px;
	background: rgba(255,255,255,.75);
	overflow: hidden;	
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 19px 1px rgba(0,0,0,.3);
}
section.offer .tariffs .plan_table .plan h3 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 36px;
	border-bottom-right-radius: 45%;
	border-bottom-left-radius: 45%;
	margin-bottom: 40px;
}
section.offer .tariffs .plan_table .plan1 h3 {
	background: #4460a4;
}
section.offer .tariffs .plan_table .plan2 h3 {
	background: #2b4c9a;
}
section.offer .tariffs .plan_table .plan3 h3 {
	background: #20408c;
}
section.offer .tariffs .plan_table .plan h4 {
	font-size: 22px;
	color: #4460a4;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
section.offer .tariffs .plan_table .plan h4 span {
	font-size: 40px;
	font-weight: 900;
}
section.offer .tariffs .plan_table .plan ul {
	min-height: 130px;
	margin: 0;
	margin-bottom: 40px;
}
section.offer .tariffs .plan_table .plan ul li {
	list-style: none;
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	position: relative;
}
section.offer .tariffs .plan_table .plan ul li::before {
	content: '';
	width: 4px;
	display: block;
	height: 16px;
	background: #4460a4;
	position: absolute;
	left: -15px;
	top: 5px;
}
section.offer .tariffs .plan_table .plan .plan_icons {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 40px;
}
section.offer .tariffs .plan_table .plan a {
	align-self: center;
	display: flex;
}
section.whatuget h2 {
	text-align: center;
	margin-bottom: 90px;
	font-weight: 600;
}
section.whatuget .pluses {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 60px;
	align-items: center;
}
section.whatuget .pluses div {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 3;
	text-align: center;
	flex-basis: 443px;
}
section.whatuget .pluses div h3 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 40px;
}
section.whatuget .pluses div img {
	margin-bottom: 40px;
}
section.whatuget .pluses div iframe {
	margin-bottom: 40px;
	width: 150px;
	height: 100px;
}
section.whatuget .pluses div img.monitor {
	margin-left: 30px;
}
section.whatuget .pluses p {
	font-size: 20px;
	min-height: 73px;
}
section.whatuget .forma h4 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
section.whatuget .forma p {
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	margin-bottom: 30px;
}
section.whatuget .forma form {
	display: flex;
	flex-grow: 1;
	justify-content: center;
}
section.whatuget .forma form input {
	border: 1px solid rgba(0,0,0,.4);
	padding: 14px 25px;
	border-radius: 70px;
	font-size: 16px;
	min-width: 190px;
	text-align: center;
	margin-right: 10px;
}
section.whatuget .forma form button {
	padding: 14px 50px;
}
section.more {
	margin-bottom: 60px;
}
section.more .options {
	display: flex;
	justify-content: space-evenly;
}
section.more h2 {
	text-align: center;
	margin-bottom: 60px;
	font-weight: 600;
}
section.more .options .option {
	padding: 30px;
	flex-basis: 510px;
	box-shadow: 0 5px 20px 0px rgba(0,0,0,.3);
}
section.more .options .option h3 {
	font-size: 33px;
	margin-bottom: 30px;
	font-weight: 600;
}
section.more .options .option p {
	font-size: 19px;
	margin-bottom: 30px;
}
section.more .options .option ul {
	padding-left: 20px;
	min-height: 136px;
	margin-bottom: 30px;
}
section.more .options .option ul li {
	list-style: none;
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
}
section.more .options .option ul li::before {
	content: '';
	width: 4px;
	display: block;
	height: 12px;
	background: #4460a4;
	position: absolute;
	left: -15px;
	top: 4px;
}
section.more .options .option a {
	color: #153880;
	font-weight: 600;
	display: block;
	width: 70%;
}
section.more .options .option1 {
	background-image: url(/upload/medialibrary/c81/c810fff41afc6e91d08b871c0666ee96.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
section.more .options .option2 {
	background: url(/upload/medialibrary/dca/dcabe15b24435a2c4dd94610e34c52c9.png) bottom right,  url(/upload/medialibrary/f37/f37b16e3b3402d82a95e8ec99f76112a.png) top right;
	background-repeat: no-repeat;
}
section.footer .container {
	justify-content: space-between;
	flex-grow: 1;
	align-items: center;
	display: flex;
}
section.footer {
	padding: 15px 10px;
	box-shadow: 0 -1px 20px 0px rgba(0,0,0,.3);
}
section.footer h4 {
	font-size: 20px;
	font-weight: normal;
}
.bottom_descr a {
	color: #153880;
	font-weight: 600;
}
.white-popup-block h2 {
    margin-bottom:  10px;
    font-size: 24px;
    color: #303030;
    text-align: center;
}
.white-popup-block .forma form input {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
	text-align: center;
	height: 50px;
	border-radius: 52px;
	border: none;
	box-shadow: 4px 6px 12px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 4px 6px 12px 1px rgba(0,0,0,.5);
	-webkit-appearance: none;
}
.white-popup-block .forma form button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #2d59cb;
    text-align: center;
	height: 50px;
	width: 220px;
	color: #fff;
	font-weight: bold;
	border-radius: 52px;
	border: none;
	box-shadow: 4px 6px 12px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 4px 6px 12px 1px rgba(0,0,0,.5);
	-webkit-appearance: none;
	font-size: 17px;
}
.white-popup-block .forma form {
    padding:  30px 0;
    box-shadow:  none;   
}
.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 380px;
  margin: 20px auto;
  border-radius: 18px;
}

@media (max-width: 1080px) {
	section.header .logo {
		display: flex;
		flex-basis: 25%;
	}
	section.header .logo img {
		max-width: 80%;
	}
	section.header nav a h2 {
		font-size: 16px;
	}
	section.offer h1 {
		font-size: 40px;
	}
	section.offer .main_offer p {
		font-size: 20px;
		line-height: 36px;
	}
}
@media (max-width:968px) {
	.seporator {
		padding: 50px 0;
	}
	section.header .container {
		flex-wrap: wrap;
	}

	section.header .logo {
		flex-basis: 50%;
		justify-content: flex-start;
		display: flex;
		order: 1;
	}
	section.header .call {
		flex-basis: 50%;
		justify-content: flex-end;
		display: flex;
		order: 2;
	}
	section.header nav {
		order: 3;
		margin-top: 20px;
	}
	section.offer {
		padding-top: 100px;
		margin-top: 7rem;
	}
	section.offer h1 {
		font-size: 40px;
	}
	section.offer .main_offer p {
		font-size: 20px;
		line-height: 36px;
	}
	section.offer .tariffs .plan_table {
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}
	section.offer .tariffs .plan_table .plan {
		margin-bottom: 30px;
		width: 100%;
	}
	section.offer .tariffs .plan_table .plan h3 {
		margin-bottom: 20px;
	}
	section.offer .tariffs .plan_table .plan h4 {
		margin-bottom: 20px;
	}
	section.offer .tariffs .plan_table .plan ul {
		margin-bottom: 20px;
	}
	section.offer .tariffs .plan_table .plan .plan_icons {
		margin-bottom: 20px;
	}
	section.whatuget .pluses {
		flex-direction: column;
		margin-bottom: 30px;
	}
	section.whatuget .pluses div {
		flex-basis: auto;
		margin-bottom: 15px;
	}
	section.whatuget .pluses div h3 {
		margin-bottom: 20px;
	}
	section.whatuget .pluses div img.monitor {
		margin-bottom: 20px;
	}
	section.more {
		margin-bottom: 40px;
	}
	section.more .options {
		flex-direction: column;
	}
	section.more .options .option {
		margin-bottom: 30px;
	}
	section.footer .container {
		flex-wrap: wrap;
	}

	section.footer .logo {
		flex-basis: 50%;
		justify-content: flex-start;
		display: flex;
		order: 1;
	}
	section.footer .logo img {
		max-width: 80%;
	}
	section.footer .call {
		flex-basis: 50%;
		justify-content: flex-end;
		display: flex;
		order: 2;
	}
	section.footer h4 {
		order: 3;
		flex-grow: 1;	
		text-align: left;
		margin: 10px 0;
		font-size: 15px;
	}
}
@media (max-width:590px) {
	h2 {
		font-size: 25px;
	}
	.btn_blue {
		padding: 12px 15px;
	}
	.btn_red {
		padding: 14px 20px;
	}
	section.offer {
		padding-top: 40px;
	}
	section.offer h1 {
		font-size: 30px;
		max-width: 65%;
		margin-bottom: 20px;
	}
	section.offer .main_offer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 200px;
	}
	section.offer .main_offer p {
		font-size: 16px;
		max-width: 65%;
		line-height: 25px;
		margin-bottom: 40px;
	}
	section.offer .main_offer a {
		display: flex;
		align-self: center;
	}
	section.offer .tariffs p {
		font-size: 18px;
	}
	section.offer .tariffs .plan_table .plan ul {
		max-width: 80%;
	}
	section.whatuget .forma form {
		flex-direction: column;
	}
	section.whatuget h2 {
		margin-bottom: 40px;
	}
	section.whatuget .pluses div h3 {
		font-size: 20px;
	}
	section.whatuget .pluses p {
		font-size: 16px;
		min-height: 0;
	}
	section.whatuget .pluses div {
		margin-bottom: 40px;
	}
	section.whatuget .forma h4 {
		font-size: 20px;
	}
	section.whatuget .forma p {
		font-size: 16px;
		line-height: 25px;
	}
	section.whatuget .forma form {
		align-items: center;
	}
	section.whatuget .forma form input {
		margin-bottom: 10px;
		max-width: 60%;
		margin-right: 0;
		padding: 14px 20px;
	}

	section.offer .tariffs .plan_table .plan h3 {
		font-size: 18px;
	}
	section.offer .tariffs .plan_table .plan ul li {
		font-size: 16px;
	}
	section.offer .tariffs .plan_table .plan ul li::before {
		height: 12px;
		top: 4px;
	}
	section.offer .tariffs .plan_table .plan {

	}
	nav {
		justify-content: space-evenly;
	}
	nav a h2 {
		margin-left: 0;
	}
	section.more .options .option h3 {
		font-size: 25px;
	}
	section.more .options .option p {
		font-size: 18px;
	}
	section.footer h4 {
		font-size: 13px;
	}
}

@media (min-width: 480px) and (max-width: 968px) {
	section.more .options .option {
		flex-basis: auto;
	}
}
@media (max-width: 480px) {
	section.offer .main_offer {
		margin-bottom: 60px;
	}
	section.header .logo {
		flex-basis: 40%;
	}
	section.header .logo img {
		max-width: 100%;
    	width: 100%;
    	height: 100%;
	}
	section.header .call {
		flex-basis: 60%;
	}
	section.more .options .option2 {
		background: url(img/opt2.png) 100% 105% no-repeat, 
		url(img/opt3.png) 120% 5% no-repeat;
	}
	section.header {
		padding: 15px 0;
	}
	section.more .options .option1 {
		background-size: 200px;
		background-position: 100% 105%;
	}
	section.footer .logo {
		flex-basis: 40%;
	}
	section.footer .logo img {
		max-width: 100%;
		width: 100%;
    	height: 100%;
	}
	section.footer .call {
		flex-basis: 60%;
	}
	section.footer h4 {
		text-align: center;
		margin-top: 10px;
		font-weight: 600;
		font-size: 18px;
	}
	section.footer {
		padding: 15px 0;
	}
}
@media (max-width: 375px) {
	section.offer .tariffs .plan_table .plan ul {
		min-height: 0px;
	}
	section.whatuget .pluses {
		margin-bottom: 0;
	}
	section.whatuget .pluses div {
		margin-bottom: 60px;
	}
	section.whatuget .pluses div iframe {
		margin-bottom: 20px;
	}
	section.whatuget .pluses div img {
		margin-bottom: 20px;
	}
	section.more .options .option {
		padding: 23px;
	}
	section.header .call {
    	flex-basis: 50%;
	}
	section.header .logo {
    	flex-basis: 50%;
	}
	section.footer .call {
    	flex-basis: 50%;
    }
    section.footer .logo {
    	flex-basis: 50%;
	}
}
@media (max-width: 360px) {
	section.more .options .option2 {
		background: url(img/opt2.png) 100% 105% no-repeat, 
		url(img/opt3.png) 145% 5% no-repeat;
	}
	section.more .options .option1 {
		background-size: 170px;
		background-position: 100% 105%;
	}
	section.header .call {
    	flex-basis: 54%;
	}
	section.header .logo {
    	flex-basis: 44%;
	}
	section.footer .call {
    	flex-basis: 54%;
    }
    section.footer .logo {
    	flex-basis: 44%;
	}
	.btn_red {
    	padding: 14px 15px;
	}
	section.footer h4 {
		font-size: 15px;
	}
}

.pol {
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}

.pol-slide span {
	display: block;
	text-align: center;
}

button[type="submit"] {
	outline: none;
}

.sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
}

.sa-icon.sa-success {
	border-color: #323f6c;
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after {
	content: '';
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(50, 63, 108, 0.6);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
}

.sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
	border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
	-webkit-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
	-webkit-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}
@-webkit-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}
@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

.sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #323f6c;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
}
@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
}

.check_mark {
	width: 80px;
	height: 130px;
	margin: 0 auto;
}
