

	:root {
		--main-color: #007eff;
		--main-color-80: #007effcc;
		--main-color-60: #007effaa;
		--main-color-40: #007eff66;
		--main-color-20: #007eff33;
	}
		

	main a, 
	.one_ext_rada .title.blue {
		color: #006bd9;
	}

	.btn {
		border-radius: 20px !important;
		-moz-border-radius: 20px !important;
		-webkit-border-radius: 20px !important;
	}

	.btn-yellow {
				color: #000 !important;
							background: #007eff !important;
			border: 2px solid #007eff !important;
			}
	.btn-yellow:hover,
	.btn-yellow:focus {
		background: #fff !important;
								color: #007eff !important;
						border: 2px solid #007eff !important;
			}

