/*   
Theme Name: ApVuz
Version: 1.0
Author: GinesUFA
*/

/*@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,700,900|Open+Sans:400,600,700");*/
/*
@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('./fonts/ProximaNova-Black.eot');
	src: local('Proxima Nova Black'), local('ProximaNova-Black'),
		url('./fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		url('./fonts/ProximaNova-Black.woff') format('woff'),
		url('./fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('./fonts/ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
		url('./fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/ProximaNova-Bold.woff') format('woff'),
		url('./fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('./fonts/ProximaNova-Light.eot');
	src: local('Proxima Nova Light'), local('ProximaNova-Light'),
		url('./fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('./fonts/ProximaNova-Light.woff') format('woff'),
		url('./fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('./fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('./fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/ProximaNova-Regular.woff') format('woff'),
		url('./fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
body {
	font-family: Tahoma;
	font-size: 16px;
}

body.mo {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, dt, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Tahoma
}

h7 {
	color: #5695fe;
}

.block-title::after, .animated-digits::after, .step .step-title::after {
	display: block;
	position: absolute;
	top: 100%;
	left: 1px;
	width: 36px;
	height: 2px;
	content: '';
}

.border-bottom-dashed {
	border-bottom: 1px dashed;
	cursor: pointer;
}

.input-group-white-skin .form-control {
	border: 0;
	background-color: white;
}

.input-group-white-skin .input-group-text {
	background-color: #5695fe;
	color: #fff;
}

#first-general-section {
	background-image: url('./img/header-bg.jpg');
	background-color: #f7fdff;
	background-size: cover;
	position: relative;
	z-index: 2;
	padding-top: 120px;
}
@media (max-width: 989px) {
	#first-general-section {
		padding-top:0;
	}
	#first-general-section .section-description{
		font-size: 16px!important;
		margin: 0px 15px;
	}
}

#first-general-section:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .75);
}

#first-general-section .card-body {
	background-color: rgb(255, 255, 255, .9);
}

#first-general-section .card-body .description {
	font-size: 17px;
}

#first-general-section .section-title>span:nth-child(1) {
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
}

#first-general-section .section-title>span:nth-child(3) {
	font-family: Tahoma;
	text-transform: uppercase;
	display: block;
	color: #5695fe;
	text-shadow: 1px 1px 1px rgba(0, 31, 82, .70);
}

#first-general-section .section-title>span:last-child {
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
}

#first-general-section .section-title>span:last-child span{color: #5695fe;}

#first-general-section .section-description {
	font-size: 20px;
	font-weight: 100;
}

#about-section {
	background-color: #f7fdff;
	overflow: hidden;
}

#quote-general-section .blockquote>p {
	font-size: 22px;
}

#quote-general-section .blockquote::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -26px;
	width: 50px;
	height: 50px;
	background-color: #33cb81;
	color: #ffffff;
	font-family: 'fag';
	font-size: 20px;
	content: '\f10e';
}

#user-feedback-section .blockquote::before {
	background-color: #5695fe;
	color: white;
}

.navbar-boxed .navbar-nav>.nav-item>.nav-link::before, .navbar-floating .navbar-nav>.nav-item>.nav-link::before {
	top: -0.55rem;
}

.navbar-nav .nav-link{
	font-size:.7125rem!important
}

.nav-item-2>a,
.mobile-menu-link-2 {
	color: #29a267 !important;
}

.nav-item-2>a:before,
.mobile-menu-link-2:before {
	background-color: #33cb81 !important;
}

.nav-item-3>a,
.mobile-menu-link-3 {
	color: #ff1f1f !important;
}

.nav-item-3>a:before,
.mobile-menu-link-3:before {
	background-color: #ff5252 !important;
}

.nav-item-4>a,
.mobile-menu-link-4 {
	color: #fb6f08 !important;
}

.nav-item-4>a:before,
.mobile-menu-link-4:before {
	background-color: #fb6f08 !important;
}

.navbar .navbar-nav:nth-child(2)>li>a {
	font-size: 16px;
	font-weight: 100;
	font-family: Tahoma;
	text-transform: none;
	height: unset;
	line-height: unset;
}

.navbar-brand {
	width: 282px;
}

.navbar-link, .footer-link {
	font-size: 13px;
}

.navbar-brand i {
	font-size: 24px;
}

.gallery-item:not(.type-video)::after {
	font-family: 'fag';
	content: '\f00e';
	font-weight: 100;
}

.bg-gradient-vertical, .gallery-item::before, .team-card-style-1::before, .team-card-style-2::after, .author-card .author-card-cover::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 149, 254, 0.5)), to(rgb(35, 117, 254))) !important;
	background: -o-linear-gradient(top, rgba(86, 149, 254, 0.5) 0%, rgb(35, 117, 254) 100%) !important;
	background: linear-gradient(to bottom, rgba(86, 149, 254, 0.5) 0%, rgb(35, 117, 254) 100%) !important;
}

.blockquote {
	font-size: 1rem;
}

.popover {
	border-radius: 10px;
	border: none;
	box-shadow: 0px 7px 50px -20px rgba(0, 0, 0, 0.35);
}

.popover-header {
	text-align: center;
	background: white;
	color: #5695fe;
	margin: 0 .75rem;
	border-color: #5695fe;
	border-width: 1.5px;
	border-radius: 10px 10px 0 0;
}

#screenshts-section {
	background-color: #5695fe;
}

.pt-50 {
	padding-top: 50px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.block-title::after, .animated-digits::after, .step .step-title::after {
	height: 1px;
}

.bg-gradient,
.block-title::after,
.animated-digits::after,
.step .step-title::after,
.btn-gradient,
.btn-style-2.btn-gradient::after,
.btn-style-2.btn-gradient:hover::before,
.btn-style-6.btn-gradient::before,
.accordion-style-3 .card-body::after,
.accordion-style-3 [data-toggle='collapse'],
.widget-title::after,
.tag-link::before,
.noUi-connect,
.mobile-menu .dropdown-header::after,
.blog-card .post-title::after {
	background: #5695fe !important;
}

.widget-title::after {
	height: 1px;
	bottom: -1px;
}

.widget-light-skin.widget-custom-menu ul>li>a,
.widget-light-skin.widget-categories ul>li>a {
	font-weight: 300;
	font-family: Tahoma;
}

.accordion [data-toggle='collapse']::after {
	font-family: 'fag';
	font-weight: 300;
	content: '\f106';
	-webkit-box-shadow: 1px 8px 15px 0 rgb(86 149 254 / 35%);
	box-shadow: 1px 8px 15px 0 rgba(87, 149, 254, 0.35);
}

.btn-primary:hover {
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
}

#page-simple .header-page,
#page-service .header-page {
	position: relative;
}
#page-simple .header-page{
	padding-top: 170px;
}

#page-simple .header-page:before,
#page-service .header-page:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #5695fe;
	z-index: -1;
}

#page-simple .header-page.header-img:before,
#page-service .header-page.header-img:before {
	background: rgba(0, 0, 0, .25);
}

.box-shadow>div>.num-block {
	color: #5695fe;
	font-weight: 900;
	font-size: 50px;
	width: 90px;
	height: 90px;
	background: #f2f7ff;
	border: 6px solid #5695fe;
	border-radius: 50px;
}

.btn-xl {
	font-size: 1.8rem;
	padding: 0 4rem;
	height: 94px;
}

.custom-file-label::after {
	content: "Выбрать";
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	background-color: #aacafe;
	border-color: #aacafe;
}

.form-control:focus,
.custom-file-input:focus~.custom-file-label,
.custom-control .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #5695fe;
}

.text-bold {
	font-weight: bold !important;
}

#general-form .quform-element-submit {
	margin-top: 0;
}

#general-form .quform-spacer .quform-inner {
	position: relative;
}

#general-form .quform-spacer .quform-input:not(.quform-input-checkbox):before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'fag';
	font-weight: 300;
	position: absolute;
	width: 45px;
	height: 100%;
	background: #5695fe;
	color: white;
	z-index: 1;
}

#general-form .quform-spacer .quform-input.quform-input-checkbox {
	color: white;
	font-size: 12px;
}

#general-form .quform-spacer .quform-input-text:before {
	content: "\f10b";
}

#general-form .quform-spacer .quform-input-email:before {
	content: "\f0e0";
}

#general-form .quform-spacer .quform-input-text.quform-input-1_17:before {
	content: "\f007";
}

#general-form .quform-spacer .quform-input-1_18:before {
	content: "\f27a";
}

#general-form .quform-spacer .quform-inner .quform-input {
	margin-bottom: 0;
}

#general-form .quform-spacer .quform-inner .quform-input input,
#general-form .quform-spacer .quform-inner .quform-input textarea {
	border: none;
	font-size: 14px;
	padding: 8px 15px;
	min-height: 44px;
	margin-left: 45px;
	width: calc(100% - 45px);
}

#general-form .quform-spacer .quform-inner .quform-input .quform-label label {
	margin-top: 4px;
	margin-left: 45px;
	margin-bottom: 4px;
	padding-left: 0;
	font-weight: unset;
	text-transform: none;
	font-size: 14px;
}

#general-form .quform .quform-field-textarea {
	height: 100px;
}

#general-form .quform-label-1_5 {
	display: none;
}

#general-form .quform-option {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 2.25rem;
}

#general-form .quform-option input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#general-form .quform-option label {
	position: relative;
	display: block;
	margin-bottom: 0;
	vertical-align: top;
	font-weight: unset;
	font-size: 14px;
	padding: 0;
	text-transform: none;
}

#general-form .quform-option label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #d5d5d5 solid 1px;

	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;

	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#general-form .quform-option input:checked~label::before {
	color: #fff;
	border-color: #5695fe;
	background-color: #5695fe;
}

#general-form .quform-option label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 50% 50%;

	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #d5d5d5;
	border-radius: .5rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#general-form .quform-option input:checked~label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem);
}

.quform-label-2_3 {
	display: none;
}

.quform-option {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.quform-option input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.quform-option label {
	display: inline-block !important;
	padding-left: 0 !important;
	text-transform: unset !important;
	font-weight: unset !important;
	font-size: unset !important;
	vertical-align: unset !important;
}

.quform-option label span {
	text-transform: unset;
}

.quform-option label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #d5d5d5 solid 1px;

	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.quform-option label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 50% 50%;
}

.quform-option input:checked~label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.quform-option input:checked~label::before {
	color: #fff;
	border-color: #5695fe;
	background-color: #5695fe;
}

.general-top-services .btn-lg {
	line-height: inherit;
    display: inline-flex;
    align-content: center;
    flex-wrap: wrap;
    height: 68px;
}

.service-block .service-icon {
	min-width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-block h3 {
	margin-bottom: 0;
	font-size: 19px;
	font-weight: bold;
	color: inherit;
}

.service-block>div:nth-child(1) {
	border-bottom: 4px solid;
}

.bg-blue {
	background: -webkit-gradient(linear, left top, left bottom, from(#71a6ff), to(#5695fe));
	background: -o-linear-gradient(top, #71a6ff, #5695fe);
	background: linear-gradient(to bottom, #71a6ff, #5695fe);
}

.btn {
	padding-top: 1px;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	background-color: #4482e8;
	border-color: #4482e8;
}

.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #5695fe;
	color: white;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

#page-uniq .header-page, #page-service .header-page{
	padding-top:172px!important;
}

@media (max-width: 989px) {
	#page-uniq  .header-page, #page-service .header-page, #page-simple .header-page{
		padding-top:20px!important;
	}
}

.pay-icons img {
	width: 50px;
	margin-bottom: 1rem;
}

.btn-row {
	height: unset;
	line-height: unset;
	padding: .25rem 1.75rem;
}

.alert.animate__animated:before {
	display: none;
}

.alert::before {
	z-index: unset;
}

.promo-warning {
	display: none;
	color: red;
	margin-top: 1rem;
	font-size: 90%;
}

.warning, .warning .custom-file-label {
	border: 1px solid red
}

input.warning+label {
	border: 1px solid red
}

.disabled {
	pointer-events: none;
}

h7:hover {
	cursor: pointer;
}

#system-checkboxes-block.is-invalid #system-checkboxes-subblock,
#system-checkboxes-block.is-valid #system-checkboxes-subblock {
	border: 1px solid transparent;
	padding: .75rem 1rem;
}

#system-checkboxes-block.is-invalid #system-checkboxes-subblock {
	border-color: #ff5252;
}

#system-checkboxes-block.is-valid #system-checkboxes-subblock {
	border-color: #33cb81;
}

#system-checkboxes-block.is-invalid .invalid-feedback {
	display: block;
}

.custom-control-input.is-valid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #404040;
}

.page-link {
	text-decoration: none;
}

.page-link:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgb(86 149 254 / 25%);
	box-shadow: 0 0 0 0.2rem rgb(86 149 254 / 25%);
}

.isotope-grid:not(.filter-grid) {
	background-image: none;
}

.custom-file>.custom-file-btn {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #5695fe;
	color: white;
	border: 1px solid #4c89ee;
	display: flex;
	justify-content: center;
	padding: 4px 1rem 0;
	z-index: 1;
	font-size: .6875rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	align-items: center;
}

.custom-file>.custom-file-label::after {
	display: none;
}

.spanLoad {
	background: #d0d0d0;
	display: inline-block;
	position: relative;
	top: 3px;
	width: 35px;
	height: 15px;
	line-height: 1;
	border-radius: 3px;
	-webkit-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

footer .quform-label-text {
	color: rgba(255, 255, 255, 0.7);
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgb(86 149 254 / 50%);
}

@keyframes blink {
	50% {
		opacity: .5;
	}
}

@media (min-width: 1600px) {
	#first-general-section {
		background-size: 100vw;
	}
}

.rating-stars {
	margin-top: -3px;
	cursor: pointer;
}

.selection-checks-item {
	cursor: pointer;
	background-color: #e6f6ff;
	transition: .3s;
}

.selection-checks-item.active, .selection-checks-item:hover {
	background-color: #afd7fb;
}

.selection-checks-item:hover {
	transform: scale(1.04);
}

.selection-checks-item .fake-block {
	left: 0;
	top: 0;
	border: 1px solid #bed8e7;
	z-index: 1
}

.selection-checks-item.active .fake-block,
.selection-checks-item:hover .fake-block {
	border-color: #97c1e7;
}

.selection-checks-item .sale-block {
	width: 90px;
	height: 60px;
	top: -16px;
	right: -43px;
	transform: rotate(50deg);
	z-index: 2;
}

.form-row>*:nth-child(2) .selection-checks-item .sale-block {
	background-color: #00aaff;

}

.form-row>*:nth-child(3) .selection-checks-item .sale-block {
	background-color: #007deb;

}

.form-row>*:nth-child(4) .selection-checks-item .sale-block {
	background-color: #5fa800;

}

.selection-checks-item .fa-ruble-sign {
	font-size: 79%;
}

.selection-checks-item .sale-block>span {
	position: absolute;
	bottom: 0;
	left: 24px;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .form-control:invalid, .form-control.is-invalid {
	background-image: none;
}

.valid-feedback,
.invalid-feedback {
	color: var(--grey-dark);
}

.valid-feedback:before,
.invalid-feedback:before {
	font-family: 'fag';
	font-weight: normal;
	font-size: 120%;
}

.valid-feedback:before {
	content: '\f00c\ ';
	color: var(--success);
}

.invalid-feedback:before {
	content: '\f00d\ ';
	color: var(--danger);
}

.packages-cards .card {
	background-color: #e6f6ff;
}

.packages-cards .card::after {
	display: none;
}

.packages-cards .package-item:nth-child(1) .card-header {
	background-color: #ff7d22;
}

.packages-cards .package-item:nth-child(2) .card-header {
	background-color: #01aaff;
}

.packages-cards .package-item:nth-child(3) .card-header {
	background-color: #017deb;
}

.packages-cards .package-item:nth-child(4) .card-header {
	background-color: #60a703;
}

.package-count {
	position: relative;
	display: inline-block;
}

.package-count .package-count-icon {
	font-size: 50px;
}

.package-count .package-count-num {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_alert{}
.header_alert .close::before{content: ''!important;}
.bt-1{border-top-color: rgba(255,255,255,0.14);border-top:1px solid}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 0.95rem;
  z-index: 9999;
  display: none;
  transition: opacity 0.4s ease-out;
}

#cookie-banner a {
  color: #5695fe;
  text-decoration: underline;
}

#cookie-banner button {
  margin-left: 1rem;
  padding: 0.4rem 1rem;
  border: none;
  background-color: #5695fe;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

#cookie-banner button:hover {
  /* background-color: #00a688; */
}