:root {
	--violet: rgba(106, 35, 224, 1);
	--white: rgba(255, 255, 255, 1);
	--cyan: rgba(95, 255, 245, 1);
	--dark-violet: #292167;
}

@font-face {
	font-family: "Play Regular";
	src: url("../font/Play-Regular.ttf");
}

@font-face {
	font-family: "Play Bold";
	src: url("../font/Play-Bold.ttf");
}

@font-face {
	font-family: "Roboto Regular";
	src: url("../font/Roboto-Regular.ttf");
}

@font-face {
	font-family: "Roboto Light";
	src: url("../font/Roboto-Light.ttf");
}

body {
	/*background-color: var(--violet);*/
	color: var(--white);
	/*font-family: "Play Regular", serif;*/
	font-family: "Roboto Light", serif;
	font-size: 20px;
}

/*** headers ***/

h1 {
	font-family: "Play Bold", sans-serif;
	font-size: 55px;
}

/*h2 {
    font-family: "Play Bold", sans-serif;
    font-size: 36px;
}*/

h2, .h2 {
	font-family: "Play Bold", sans-serif;
	font-size: 55px;
}

h3, .h3 {
	font-family: "Play Bold", sans-serif;
	font-size: 36px;
}

h4, .h4 {
	font-family: "Play Bold", sans-serif;
	font-size: 24px;
}

.wrap {
	/*overflow: hidden;*/
}

/*** XL ***/
@media (min-width: 1200px) {
	
	#head .container-fluid, .page-title-box .container-fluid, .head-container {
		padding-right: 120px !important;
		padding-left: 120px !important;
	}
	
}

/*** LG ***/
@media (min-width: 992px) and (max-width: 1199px) {
	
	#head .container-fluid, .page-title-box .container-fluid, .head-container {
		padding-right: 76px !important;
		padding-left: 76px !important;
	}
	
}

#head .logos .menu-col {
	margin-top: 0;
	padding: 0 15px 0 0;
	/*padding: 0;*/
	text-align: right;
}

#head .logo-col {
	white-space: nowrap;
	overflow: hidden;
	/*padding-right: 30px;*/
}

a {
	/*color: var(--white);*/
	color: var(--cyan);
}

a:hover {
	color: var(--cyan);
	text-decoration: underline;
}

label {
	font-weight: bold;
	cursor: pointer;
}

.btn-file {
	cursor: default;
}

.form-localizer[data-widget*='TinyMce'][data-use-tabs='1'] .card-body {
	padding: 0;
}

p {
	margin: 0;
}

/*** head ***/

#head {
	padding-top: 78px;
	background-color: var(--dark-violet);
}

#head a {
	color: var(--white);
}

#head .logos .logo-box {
	display: inline-block;
}

#head .logos .logo-box .logo {
	height: 100%;
}

#head .logos .logo-box + .logo-box {
	/*margin-left: 26px;*/
}

#head .logos .observ-logo {
	height: 100%;
}

#head .logos .observ-logo-box {
	text-decoration: none;
	white-space: nowrap;
	height: 79px;
	margin-left: 26px;
}

#head .logos .observ-logo-box .logo-text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 2px solid white;
	padding-top: 4px;
	padding-bottom: 4px;
}

#head .main-menu-box {
	margin-left: -15px;
	margin-top: 80px;
}

#head .main-menu {
	font-family: "Play Bold", sans-serif;
}

/*#head .main-menu .dropdown-toggle.nav-link {*/
#head .main-menu .nav-link {
	font-size: 24px;
	border: 3px solid transparent;
}

/*#head .main-menu .dropdown-toggle.nav-link.active {*/
#head .main-menu .nav-link.active {
	border: 3px solid #5FFFF5;
	color: rgba(95, 255, 245, 1);
}

/*** XS ***/
@media (max-width: 575px) {
	
	#head .main-menu-box {
		margin-top: 30px;
	}
	
}

#body {
	padding-bottom: 0;
	padding-top: 0;
}

#head-page-title {
	margin-top: 129px;
	font-family: "Play Bold", sans-serif;
	overflow-x: auto;
	font-size: 55px;
}

#head-page-title .sub {
	font-family: "Play Regular", sans-serif;
	margin-top: 30px;
	font-size: 27px;
}

/*** dropdowns ***/

.dropdown-menu {
	border: none !important;
	border-radius: unset;
	padding: 0;
	background-color: transparent;
}

.main-menu .dropdown-menu {
	background: linear-gradient(180deg, #47388B 0%, rgba(47, 32, 115, 0.98) 133.87%);
}

.main-menu .dropdown-header {
	/*color: rgba(255, 255, 255, 0.1);*/
	color: rgba(255, 255, 255, 0.5) !important;
}

.dropdown-item,
.dropdown-header {
	color: var(--white);
	padding: 23px;
	font-size: 24px;
	font-family: "Play Regular", sans-serif;
}

.main-menu .dropdown-item + .dropdown-item,
.main-menu .dropdown-header + .dropdown-header,
.main-menu .dropdown-header + .dropdown-item,
.main-menu .dropdown-item + .dropdown-header {
	border-top: 1px solid #5FFFF5;
}

.main-menu .dropdown-item:hover,
.main-menu .dropdown-header:hover {
	background-color: rgba(95, 255, 245, 0.16);
	color: var(--white);
}

.unstyled-btn {
	border: none;
	background: transparent;
}

/*** footer ***/

#footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background: rgba(128, 87, 210, 1) !important;
	border: none !important;
}

#footer .menu-col {
	/*padding-right: 175px;*/
}

/*** MD+ ***/
@media (min-width: 768px) {
	
	#footer .social-col {
		margin-top: 60px;
	}
	
}

.footer-menu .nav-item {
	font-size: 14px;
}

/*** XL ***/
@media (min-width: 1200px) {
	
	.footer-menu .nav-item {
		font-size: 18px;
	}
	
}

.footer-menu .nav-item + .nav-item {
	border-top: 1px solid var(--white);
}

.footer-menu .nav-link {
	color: var(--white) !important;
	padding: 20px 0px;
	font-family: "Play Bold", sans-serif;
}

.footer-menu .dropdown-toggle::after {
	float: right;
	display: none;
}

.footer-menu .nav-link.dropdown-toggle {
	background: url("../img/arrow-down.png") 95% center no-repeat;
}

.footer .footer-header {
	font-size: 13px;
	font-family: "Play Bold", sans-serif;
	padding-top: 18px;
}

/*** LG+ ***/
@media (min-width: 992px) {
	
	.footer .footer-header {
		font-size: 18px;
	}
	
}

.footer .phone-link {
	padding: 5px 0;
}

.footer .social-col .links-box {
	padding-top: 20px;
}

.footer .social-link {
	display: inline-block;
	width: 66px;
	height: 66px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer .social-link .icon {
	max-width: 100%;
	max-height: 100%;
}

.footer .social-link + .social-link {
	margin-left: 15px;
}

.footer .copyright {
	margin-top: 73px;
}

/*** PAGES ***/

.up-btn-box {
	display: none;
}

.content-root > .up-btn-box {
	padding-bottom: 60px;
	margin-top: 60px;
	display: block;
}

/*** LG ***/
@media (min-width: 992px) and (max-width: 1199px) {
	
	.content-root > .up-btn-box {
		padding-bottom: 60px;
		margin-top: 100px;
		display: block;
	}
	
}

.site-page .page-title-box {
	padding-bottom: 60px !important;
	padding-top: 60px !important;
	background-color: var(--dark-violet);
	overflow-x: auto;
}

.site-page .page-title {
	font-size: 55px;
	font-family: "Play Bold", sans-serif;
	margin-bottom: 0;
}

.site-page .page-cover-box {
	text-align: center;
}

.site-page .page-cover {
	/*max-width: 100%;*/
	width: 100%;
}

.site-page .page-content {
	/*padding-top: 82px;*/
	/*padding-bottom: 82px;*/
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.site-page .page-content-section + .page-content-section {
	/*margin-top: 123px;*/
	margin-top: 10vh;
}

p {
	font-family: "Roboto Light", sans-serif;
	font-size: 20px;
}

/*** XS ***/
@media (max-width: 575px) {
	
	p {
		font-size: 14px;
	}
	
}

h2 + p {
	/*margin-top: 42px;*/
	margin-top: 5vh;
}

h3 + p {
	/*margin-top: 42px;*/
	margin-top: 5vh;
}

p {
	/*margin-top: 42px;*/
	/*margin-top: 5vh;*/
	margin-bottom: 48px;
}

.img-frame-box {
	position: relative;
	display: inline-block;
	max-width: 100%;
	/*padding: 50px;*/
	/*padding-left: 26px;*/
	/*margin-left: -13px;*/
}

.img-frame-box > img {
	/*position: absolute;*/
	top: -13px;
	left: -13px;
	width: 100%;
}

/*.img-frame-box > img::after {
    content: "frame";
    !*content: '<div class="frame"></div>';*!
    position: absolute;
    !*position: relative;*!
    top: 13px;
    left: 13px;
    !*top: 0;*!
    !*left: 0;*!
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    !*padding-right: 13px;*!
}*/

.img-frame-box > .frame {
	position: absolute;
	/*position: relative;*/
	top: 13px;
	left: 13px;
	/*top: 0;*/
	/*left: 0;*/
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	/*padding-right: 13px;*/
}

/*** XS ***/
@media (max-width: 575px) {
	
	*[class^="col-"] + *[class^="col-"] {
		margin-top: 30px;
	}
	
	*[class^="col-"] + *[class^="col-"].order-1 {
		margin-top: 0px;
	}
	
	*[class^="col-"].order-2 {
		margin-top: 30px;
	}
	
}

.up-btn-box {
	/*margin-top: 150px;*/
	text-align: center;
}

/*** XS ***/
@media (max-width: 575px) {
	
	.up-btn-box {
		/*margin-top: -50px;*/
	}
	
}

.up-btn {
	display: inline-block;
	font-family: "Play Regular", sans-serif;
	font-size: 25px;
	cursor: pointer;
}

.up-btn-box > .up-btn > span {
	display: block;
	color: var(--white);
}

/*** MD ***/
@media (min-width: 768px) and (max-width: 991px) {
	
	.page-content-section .img-col + .text-col {
		padding-top: 3vh;
	}
	
}

/*** XS ***/
@media (max-width: 575px) {
	
	.page-content-section .img-col .img-frame-box {
		margin-top: -6px;
		margin-left: -6px;
	}
	
}

.small-imgs img {
	max-width: 100%;
}

.link-btn {
	display: inline-block;
	cursor: pointer;
	color: var(--cyan);
}

.link-btn:hover {
	text-decoration: underline;
}

/*** << responsive strings */

/*** LG+ ***/
@media (min-width: 992px) {
	
	.responsive-string {
		display: inline-block;
	}
	
}

/*** >> responsive strings */

.accent {
	color: var(--cyan)
}

.site-page ul {
	margin-left: -40px;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.site-page ul li::before {
	content: "•";
	color: var(--cyan);
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	/*font-size: 30px;*/
}

.site-page ul li + li {
	margin-top: 30px;
}

/*** << tables */

.table {
	color: var(--white);
}

.table {
	margin-left: -41px;
}

.table th, table td.th {
	font-family: "Play Bold", sans-serif;
	font-size: 36px;
}

.table tr:nth-of-type(2n+1) {
	/*background: linear-gradient(270deg, #9F76D2 55.55%, rgba(109, 46, 164, 0) 105.67%);*/
	/*background: linear-gradient(90deg, #7B58B9 0%, rgba(123, 88, 185, 0.65) 68.39%, rgba(123, 88, 185, 0) 89.57%);*/
	background: linear-gradient(270deg, rgba(109, 46, 164, 0) 0%, rgba(159, 118, 210, 0.3) 47.19%, rgba(159, 118, 210, 0.3) 100%);
}

.table tr:nth-of-type(2n) {
	/*background: linear-gradient(90deg, #9F76D2 55.55%, rgba(109, 46, 164, 0) 105.67%);*/
	background: linear-gradient(90deg, #7B58B9 0%, rgba(123, 88, 185, 0.65) 68.39%, rgba(123, 88, 185, 0) 89.57%);
}

.table td {
	font-family: "Play Bold", sans-serif;
	font-size: 24px;
}

.table td, .table th {
	border: none !important;
	padding: 24px 41px;
}

.table td small {
	font-family: "Roboto Light", sans-serif;
	font-size: 18px;
}

/*** >> tables */

/*** << FAQ */

.faq .faq-item .question {
	padding: 17px;
	border-bottom: 1px solid;
}

.faq .faq-item .answer {
	padding: 17px;
}

/*** >> FAQ */

img + small.img-text {
	font-size: 12px;
	/*line-height: 15px !important;*/
	letter-spacing: 0.02em;
	/*line-height: 1 !important;*/
}

.blockquote {
	padding: 65px;
	background: url('../img/q1.svg') top left no-repeat,
	url('../img/q2.svg') bottom right no-repeat;
	font-size: 24px;
	/*font-family: "Roboto", sans-serif;*/
	font-weight: bold;
	/*border: 2px solid var(--white);*/
}

.blockquote footer {
	text-align: right;
	margin-top: 30px;
}

img {
	max-width: 100%;
}

/*** SM ***/
@media (max-width: 767px) {
	
	.blockquote {
		padding: 50px 20px;
	}
	
}

/*** XS ***/
@media (max-width: 575px) {
	
	.site-page .page-content {
		padding-top: 30px;
	}
	
}